.main {font-size: 11px; font-family: Verdana, Arial; font-weight: bold}
html { margin-bottom: 1px; }
body {font-size: 11px; font-family: Verdana, Arial; }

a:visited{color:#000066}
a:hover{text-decoration: underline}
a {text-decoration: underline; color:#000090}
.white {background-color: #FFFFFF}
.grey {background-color: #f8f8f8}
.darkgrey {background-color: #feebd4}

a#small_button{
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #00B;
	text-decoration: none;
	text-align: center;

}

a#small_button:hover{
	text-decoration:underline;
}


div.fields label{
	width:40em;
	float:left;
	text-align:right;
	margin-right:1em;
}

input#text {
	background:#f5f5f5;
	font-size:1em;
	margin-bottom:0.5em;
}

input#radio {

}

input:active,input:focus,textarea:active,textarea:focus{
	background:#FFFFBB;
}
div.clear{clear:both;}

.left1 {
	text-align:right;
}

#tableSubHeading {
	background: #eee; 
	font-weight:bold; 
	padding:1px;
	margin-top:1px;
	border: 1px solid #969696;
}

.field1{
	border:1px solid #969696; 
	background:#f5f5f5
}

div#settings{
	width:100%;
	border:0px solid #202020;
	background:#ffffff;
	padding:0px;
	margin:0 auto;
}

div#indexoptions{
	padding:1px;
	width:500px;
	border:1px solid #202020;
	background:#ffffff;
	margin:0 auto;
}



div#sitelist{

}


div#admin{
    padding:1px;
	margin: 1px 1px;
}

#admin p.warn,#admin p.ok{
	text-align:center;
}



#mainmenu ul li a:hover,#mainmenu ul li a:focus,#mainmenu ul li a:active{
/*color: #930;*/
background: #e5ecf9;
}


#mouse_over{
	/*color: #930;*/
	background: #feebd4;
}



#main {
	text-align: left;
	border: 1px solid #666;
	clear: both;
    width: 100%;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 0px;   
	background-image: url(../images/bg.png);
}


#subtitle {
 	width:100%;
	height:1em;
	padding: 5px 1px 7px 0px;
	margin-bottom:5px;
	margin-left:0px;
	font-family: Verdana, Arial;
	text-align: center;
	border-left:1px;
    border-right:0px solid #666;
	border-bottom:1px solid #666;
	background: #00ccff;
	font-weight: bold;
	color: #FFFFFF;
}


input#submit{
	background:#e5ecf9;
	color:#000;
	font-size:11px;
	padding: 1px;
	font-weight:bold;
	margin:1em 0 0 0em;
}

#statistics_table {
	width: 100%;
	border: 1px solid #333;
	margin: 0 auto;
}

ul#vertmenu{
	margin: 100;
	padding: 0;
	list-style-type: none;
}

.bingkai1 {
	border-bottom: 3px groove #b5ccc9;
	border-left: 1px solid #b5ccc9;
	border-right: 1px solid #b5ccc9;
	border-top: 1px solid #b5ccc9;
	caption-side : top;
}

#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
background-image: url(../images/background.gif);  
