/******************************************************
*                                                     *
*   CSS file - http://www.cssadmintheme.com/       		*
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #33393c;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #33393c;
	text-align: left;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #33393c;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}
.clearleft{
	 clear: left;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Branding
------------------------------------------------------*/

#branding h1
{
	font: italic 2.1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0px;
	padding: 20px 0px 20px 30px;
}

#branding h1 span
{
	font: italic 0.7em Georgia, "Times New Roman", Times, serif;
	color: #6da9d2;
}


/* page-navigation
------------------------------------------------------*/

#page-navigation
{
	background-color: #4a5154;
	padding: 12px 30px 12px 30px;
}

#page-navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-navigation ul li
{
	float: left;
	margin: 0px 10px 0px 0px;
}

#page-navigation ul li a
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 4px 10px 4px 10px;
}

#page-navigation ul li a:hover
{
	color: #ff6600;
}

#page-navigation ul li.current a
{
	background-color: #ff6600;
	color: #fff;
}


/* page-content
------------------------------------------------------*/

#page-content
{
	background-color: #e6e6d2;
	padding: 20px 30px 30px 30px;
}

#page-content h1
{
	font: bold italic 2.0em Georgia, "Times New Roman", Times, serif;
	color: #33393c;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #33393c;
}

#page-content h2
{
	background-color: #33393c;
	font: bold 1.2em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 12px 0px 12px 15px;
}

#page-content h2 span
{
	color: #6da9d2;
}

#page-content h3
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #33393c;
	margin: 0px;
	padding: 8px 0px 8px 15px;
	border-bottom: 1px solid #33393c;
}

#page-content h3 a
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #0099ff;
	text-decoration: none;
}

#page-content .inner-box
{
	background-color: #fff;
	padding: 30px;
}

#page-content .margin-top
{
	margin-top: 10px;
}


/* forms
------------------------------------------------------*/
#page-content p{
	width: 100%;
	
}
#page-content label
{
	font: bold 1.2em Arial, Tahoma, sans-serif;
	color: #33393c;
	margin: 0px 0px 5px 0px;
	/*display: block;*/
}

#page-content input, #page-content textarea
{
	font: normal 1.5em Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	display: block;
	border: 1px solid #cccccc;
	width: 98%;
}

#page-content textarea
{
	font: normal 1.2em Arial, Tahoma, sans-serif;
	height: 150px;
}

#page-content input:focus, #page-content textarea:focus
{
	border: 1px solid #454545;
}

#page-content input.submit
{
	background-color: #0099ff;
	display: block;
	float: left;
	width: 140px;
	margin: 0px 10px 20px 0px;
	padding: 6px 0px 6px 0px;
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
}

#page-content input.reset
{
	background-color: #33393c;
}

#page-content input.submit:hover
{
	background-color: #ff6600;
}

#page-content .short
{
	width: 35%;
	float: left;
	margin-right: 5px;
}

#page-content .medium
{
	width: 60%;
}

#page-content .extshort
{
	width: 6%;
	float:left;
	margin:0px 2px;
}


/* Alerts
------------------------------------------------------*/

#page-content .success{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #249901;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #84cd6e;
	background-color: #dff2d9;
}

#page-content .error{	
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 2px;
	margin: 5px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}

/*#page-content .error
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}*/


/* form-block
------------------------------------------------------*/

#form-block
{
	position: relative;
	margin-right: 270px;
}

#form-block em
{
	color: #5c6163;
	display: block;
	margin: -12px 0px 12px 0px;	
}


/* table-block
------------------------------------------------------*/

#table-block
{
	position: relative;
	margin-right: 270px;
}


#table-block table
{
	width: 99%;
	position: relative;
}

#table-block table tr td
{
	padding: 5px 6px 5px 6px; 
	border-bottom: 1px solid #cdcdcd;
}

#table-block table tr.header td
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	padding: 7px 6px 7px 6px; 
	background-color: #4a5154;
}

#table-block table tr.alternate
{
	background-color: #f5f5ed;
}

#table-block table td.true
{
	color: #009933;
}

#table-block table td.false
{
	color: #990000;
}


#table-block table td.actions
{
	color: #ccc;
}

#table-block table tr:hover
{
	background-color: #ffffd4;
}

#table-block table td.actions a
{
	font: bold 0.9em Arial, Tahoma, sans-serif;
	color: #0099ff;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	text-transform: uppercase;
}

#table-block table td.actions a.delete
{
	color: #999;
}

#table-block table td.actions a.admin
{
	color: #ea48e8;
}

#table-block table td.actions a:hover
{
	color: #ff6600;
}


/* Sidebar
------------------------------------------------------*/

#sidebar
{
	position: relative;
	width: 240px;
	float: right;
}

#sidebar ul
{
	margin: 0px;
	padding: 0px 0px 100px 0px;
	list-style: none;
	border-left: 1px solid #cdcdcd;
}

#sidebar ul li.head
{
	font: bold 1.4em Arial, Tahoma, sans-serif;
	color: #0099ff;
	text-transform: uppercase;
	padding: 15px 0px 15px 15px;
}

#sidebar ul li
{
	border-bottom: 1px solid #cdcdcd;
}

#sidebar ul li a
{
	background-color: #f2f2e8;
	display: block;
	font: normal 1.2em Arial, Tahoma, sans-serif;
	color: #33393c;
	text-decoration: none;
	padding: 8px 10px 8px 15px;
	height: 1%;
}

#sidebar ul li a:hover
{
	background-color: #e6e6d2;
}

#sidebar ul li.current a
{
	background-color: #fff;
	font: bold 1.2em Arial, Tahoma, sans-serif;
	color: #33393c;
	text-decoration: none;
	padding: 8px 10px 8px 16px;
	margin-left: -1px;
}




/* page-footer
------------------------------------------------------*/

#page-footer
{
	text-align: center;
	padding: 15px;
}

#page-footer p
{
	font: normal 0.9em/150% Arial, Tahoma, sans-serif;
	color: #fff;
}

#page-footer strong
{
	color: #69a2c8;
}

#page-footer a
{
	color: #fff;
}

#load{
	display:none;
	width:100%;
	height:100%;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
	position:absolute;
	margin:0px auto;
	z-index:100;
	background-color:#000000;
}
#load1{
	position:relative;
	top:50%;
	padding-left:5px;
	margin:auto;
	width:228px;
	height:32px;
	padding-bottom:5px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.9;
	background-image:url(../../img/bgiinput.gif);
	background-repeat:no-repeat;
}
.rosso {
	background: url(../img/rosso.png);
	color: #473d07;
	font-weight: bold;
}

.arancio {
	background: url(../img/arancio.png);
	color: #473d07;
	font-weight: bold;
}

.giallo {
	background: url(../img/giallo.png);
	font-weight: bold;
	color: #473d07;
}
.legenda{
	color: #fff;
}
.spanrosso{
	width: 10px;
	height: 10px;
	background: url(../img/rosso.png);
	display: block;
	float: left;
	margin-right: 5px;	
	margin-top: 2px;

}

.spangiallo{
	width: 10px;
	height: 10px;
	background: url(../img/giallo.png);
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;

}
.spanarancio{
	width: 10px;
	height: 10px;
	background: url(../img/arancio.png);
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	
}

#sub a
{
	background-color: #4A5154;
	display: block;
	float:left;
	font: normal 1.2em Arial, Tahoma, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 8px 10px 8px 15px;
	height: 1%;
}

#sub a:hover
{
	background-color: #4A5154;
	color:#ccc;
}
