@CHARSET "UTF-8";
body{
	font-size:11px;
}
h1{
	font-size:16px;
	border-bottom:2px solid #FFE100;	
	padding-bottom:10px;
	padding-top:15px;
}
.mask{	
	width:100%;
	margin-left:-5px;
	margin-right:-5px;
	padding:5px;
	border-left:0px;
	border-right:0px;
	margin-top:4px;
	margin-bottom:4px;
}
.maskred{
	background-color: #FFC1C1;
	border-top:1px solid #FFA0A0;
	border-bottom:1px solid #FFA0A0;
}
.maskbluesky{
	background-color: #C1DDFF;
	border-top:1px solid #77B4FF;
	border-bottom:1px solid #77B4FF;
}
.maskgreen{
	background-color: #C1FFC5;
	border-top:1px solid #77FF83;
	border-bottom:1px solid #77FF83;
}
.maskyellow{
	background-color: #FBFFC1;
	border-top:1px solid #F8FF77;
	border-bottom:1px solid #F8FF77;
}
div#menu{
	border: 0px solid #1d1d1d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgb(74, 74, 74);
	background-image:URL('../img/fondo_menu.png');
	height:46px;
	width: 982px;
	margin:0px auto;
}
div#wrap{
	width:960px;
	min-height:500px;
	margin:0px auto 0px auto;
	padding:5px;

	background-color:#FDFDFD;	
	-webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 90px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 90px rgba(0, 0, 0, 1);
}
div#bar-goto{
	text-align:center;
}
/*Start menu*/
.clear {clear:both}
/* remove the list style */
#nav {
    margin:0; 
    padding:0; 
    list-style:none;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
    float:left; 
    display:block; 
    min-width:100px; 
    position:relative;
    z-index:500; 
    margin:0 1px;
    /**/
}
/* this is the parent menu */
#nav li a {
    display:block; 
    text-decoration:none; 
    text-align:center; 
    font: bold 13px Tahoma, Geneva, sans-serif;
	color: #fefefe;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
	padding-right: 13px;
	border-right:1px solid #fff;
}
#nav li a:hover {
    color:#fff;
}
/* you can make a different style for default selected value */
/* submenu, it's hidden by default */
#nav ul {
    position:absolute; 
    left:0; 
    display:none; 
    margin:0 0 0 -1px; 
    padding:0px 0px 10px 0px; 
    list-style:none;
    /*added*/
    border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;background: url(../img/blacsk.png) repeat;
}
#nav ul li {
    /*width:100px;*/ 
    float:left; 
    border-top:1px solid #fff;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
    display:block;  
    min-height:15px;
    color: #fefefe !important;
	padding: 13px 0 13px 20px;
	width: 130px;
	border-bottom: 1px solid #2f2f2f;
	background: url(../img/arrow-normal.png) no-repeat 7px center !important;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:99999999;
	text-align:left;
}
#nav ul a:hover {
	text-decoration:underline;
	color: #b11e15 !important;
	font-weight: bold;
	padding-left:28px;
	background: url(../img/arrow.png) no-repeat 15px center !important;
	z-index:99999999;  
}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}
/*End menu*/
#login{
	position:absolute;
    top:50%;
    left: 50%;
    margin-left:-140px;
	width:280px;
	margin-top:-125px;
	height:250px;
	padding:0px;
	background-color:#FDFDFD;	
	background-image:URL('../img/fondo_login.png');
	background-repeat:no-repeat;
	
	-webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 90px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 90px rgba(0, 0, 0, 1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#login:HOVER{
	-webkit-box-shadow: 0px 0px 90px rgba(67, 107, 132,1);
	-moz-box-shadow:    0px 0px 90px rgba(67, 107, 132,1);
	box-shadow:         0px 0px 90px rgba(67, 107, 132,1);
}
#login:FOCUS{
	-webkit-box-shadow: 0px 0px 90px rgba(4, 0, 255,1);
	-moz-box-shadow:    0px 0px 90px rgba(4, 0, 255,1);
	box-shadow:         0px 0px 90px rgba(4, 0, 255,1);
}
#logo-img-login{
	position:absolute;

    left: 50%;

    margin-left: -142px;
}
h2{
	font-size:14px;
	font-weight:bold;
}

.div-box-hidden{
	max-height:22px;
	overflow:hidden;
}

div.wrap_section {
	width: 700px;
	margin: 0px auto;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

table.table_section {
	width: 700px;
	position: relative;
}

table.table_section tr td {
	padding: 5px;
}

span.tag {
	background-color: #ccc; margin: 5px; border-radius: 5px; padding: 6px; display: inline-block; 
}
span.badged{
	background-color: #FF0000 !important; 
	/*margin: 5px; */
	border-radius: 5px; 
	padding: 1px; 
	display: inline-block; 
	color:#FFFFFF;
	font-size:9px;
}
