/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size:12px;
}

#wrapper{
	width: 1004px;
	height: auto;
	margin: 10px auto 1px auto;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
}
/*#main-header{
	background: #e6e8e7 url(../images/bg/header_b.gif) repeat-x bottom;
	height: 171px;
	padding: 5px 5px 0px 5px;
}
#main-header #headerLogo{
	font-size: 20px;
	font-weight: bold;
	color:#000099;
	margin: 0px 0px 2px 0px;
	background: url(../images/other/header_bg.jpg) repeat-x;
}
#footer{
	width:1030px;
	margin: 5px auto 20px auto;
	text-align: center;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}*/
#content{
	border: 1px solid #e7e7e7;
	min-height: 400px;
}
#content #main{
	margin: 20px 20px;
}
#mainMenu{
	margin: 20px 10px 10px 20px;
}
#mainMenu .topic{
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 4px;
	color:#000099;
	font-weight:bold;
}
#mainMenu ul{
	margin:0px 0px 0px 15px; padding:0px;
	list-style: square;
	color:#000099;
}
#mainMenu ul li{
	height: 18px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 3px;
	padding-left: 5px;
}
#mainMenu ul li:hover{ background-color:#99CCFF }
#mainMenu ul li a{
	text-decoration: none;
	color:#000099;
	display: block;
	height: 25px;
}
#mainMenu ul li a:hover{
	/*text-decoration: underline;*/
	font-weight:bold
}

.textWhite{
	color:#333;
}
.font14{
	font-size: 14px;
}
.oddColor{ background-color:#b7edff; }
.evenColor{ background-color:#f4f9fd; }

.listTopic {
	background-color:#198dfb;
	/*background: url(../images/bg/bgtopic.gif);*/
	font-weight: normal;
	font-size:12px;
	color:#FFFFFF
}

.textReplace{
	color:#CC0000;
}

a, a.mainLink{
	text-decoration: none;
	color:#000099
}
a:hover, a.mainLink:hover{
	text-decoration: underline;
}

.textField{
	padding: 3px 5px;
}

.star{
	font-size:11px;
	color:#CC0000;
}
.loginForm{
	margin: 50px 0px 0px 0px;
	padding: 70px 0px 0px 0px;
	background: url(../images/bg/bglogin.jpg) no-repeat top center;
	height: 235px;
}

.loginForm #username, .loginForm #password{
	width: 250px;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

#header{
	height: 45px;
	padding: 0px 20px 0px 20px;
	background: #000000 ;
}
#header h3{
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding:8px 0px 0px 0px; margin:0px;
}

#navigator{
	background-color: #999;
}

#footer a{
	font-size:11px;
	color:#999999;
}

.txtfooter{
	text-align: center;
	font-size: 11px;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 25px;
	margin-bottom: 25px;
}


.backoffice-content{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #cccccc;
}
.txtNote{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

.textBule{
	font-size:11px;
	color:#00F
}
.input-dot{
	border-left-width:0; 
	border-top-width:0; 
	border-right:0; 
	border-bottom-width:1px; 
	border-bottom-style:dotted;
	padding:0px 2px;
}


/* Split page ---------------*/
.mynavi{
  	display:block;
	width:25px;
	height:20px;
	text-align:center;
	text-decoration:none;margin-right:3px;
	background-color:#487bb2;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	line-height:20px;	
  }
    .mynavi:hover{
  	display:block;
	width:25px;
	height:20px;
	text-align:center;
	text-decoration:none;margin-right:3px;
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	line-height:20px;	
  }
  .mynavi_active{
  	display:block;
	width:25px;
	height:20px;
	text-align:center;
	text-decoration:none;margin-right:3px;
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	line-height:20px;
}
  .pgnavi{
  	display:block;
	height:25px;
	font-size:12px;
	line-height:20px;
	float:left;
	margin-right:3px;
  }
  
option{
	background-color: #bed6e9;
}

/* Autocompleter menu -------------------*/
.ulautocomplete ul{
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.ulautocomplete ul li{
	list-style-type: none;
	 display: block;
	 margin: 0px; padding: 2px;
	 height: auto;
}

.autoCompleteMenu ul{
	background-color: #d7e0e8;
	border-left: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	list-style-type: none;
	font-size: 12px;
	margin: 0px; padding: 0px;
}
.autoCompleteMenu ul li{
	 list-style-type: none;
	 display: block;
	 margin: 0px; padding: 2px;
	 height:auto; cursor: pointer;
}
.autoCompleteMenu ul li.selected{
	background-color: #b5cbde;
}
