@charset "utf-8";
/* CSS Document */

body, p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	margin:0px;
	padding:0px;
	background:url(../images/bg.gif);
}
h1{
	font-size:18px;
	color:#00F;
	margin:0px;
	padding:0px;
}
h2{
	font-size:16px;
	color:#09F;
	margin:5px 0px 5px 0px;
	padding:0px;
}
h3{
	font-size:14px;
	color:#69F;
	margin:5px 0px 5px 0px;
	padding:0px;
}
img{
	border:none;
}
a,a:link,a:visited{
	color:#09C;
	text-decoration:none;
}
a:hover{
	color:#0FF;
}

.contents{
	clear:both;
	margin:5px auto 5px auto;
	padding:0px;
}
/* Tab index */
.box{
	clear:both;
	margin:5px auto 5px auto;
	padding:5px;
	width:800px;
}
.box .tab a,.box .tab a:visited{
	display:block;
	float:left;
	width:120px;
	text-align:center;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px;
	background-color:#FFF;
	margin-right:2px;
	margin-bottom:-1px;
}
.box .tab a:hover{
	background-color:#FF9;
}
.box .tab-body{
	clear:both;
	border:1px solid #ddd;
	padding:10px;
}
.box .tab .active{
	color:#f00;
	border-bottom:1px solid #fff;
}
.box .tab a:hover.active{
	color:#F00;
	background-color:#FFF;
}

form{
	margin:0px;
	padding:0px;
}
.check{
	height:12px;
}

input{
	height:30px;
}

.titles{
	font-size:26px;
}

.bt_command{
	width:100px;
}

.menu{
	border-bottom:1px dotted #eee;
	padding:10px;
	font-size:14px;
}
.menu a{
	margin:5px;
	padding:5px;
}
.menu a:hover{
	background-color:#FF6;
	color:#000;
	-moz-border-radius:5px;
}
tr.list td{
	border-bottom:1px solid #ccc;
}
tr.list:hover{
	background-color:#CFC !important;
}

tr.list2 td{
	border-bottom:1px dotted #eee;
}

.grid tr td{
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	
}

.indexed{
	border:1px solid #eee;
	padding:0px 2px 0px 2px;
	margin:0px 2px 0px 2px;
}

.error{
	color:#f00;
}

.footer{
	border-top:1px dotted #eee;
	margin-top:10px;
}
.indexing a{
	font-size:8px;
	border:1px solid #eee;
	padding:0px 2px 0px 2px;
	margin:0px 1px 0px 1px;
}
.indexing a:hover{
	background-color:#FF3;
	color:#000;
}
.indexing a.onpage{
	background-color:#FF3;
	color:#000;
}
.result{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	display:block;
	padding:2px;
	color:#000;
}
.note{
	margin-left:10px;
}

.list-report a:hover{
	background-color:#FF6;
	display:block;
	-moz-border-radius:5px;	
}

.links{
	padding-bottom:1px;
}
.links:hover{
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background-color:#FFC !important;
	padding-bottom:0px;
	cursor:pointer;
}

.button a, .button a:visited,.button a:hover{
	color:#000;
}
.button:hover{
	background:#FF0;
}

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}
/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 5px;
	color:#09C;
}
.eg-bar:hover{
	background-color:#B1E4E9;
	color:#FF0;
}
.eg-bar-child a{
	display:block;
	padding:5px;
	color:#09F;
}
.eg-bar-child a:hover{
	background-color:#6CF;
	color:#FF0;
}
