/* main css */

*{
	font-family:  Verdana,Arial;
	font-size: 10px;
	color: #0E3761;
}
body{
	text-align: center;
	background:#E9F7FC url(../_img/bg.jpg) repeat-x;
	padding: 0;
	width: 99%;
	margin: 0 auto 0 auto;
}
#main{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 953px;
}


#content{
	position: relative;
	background: url(../_img/middle_middle3b.gif) no-repeat;
	height:auto;
	width:953px;
	display: block;
	margin-top:20px;
	margin-bottom: 0;
	padding:0;
}
#bg_middle{
	position: relative;
	height:auto;
	width:953px;
	padding:0;
	margin:0;
	/*display: -moz-inline-block;*/
	display: block;display: -moz-inline-box;display: inline-block;
	/*display: block;*/

}

a img{
	color: #1A64B2;
	border: 0;
}
.white ,a.white{
	color: #fff;
}

.dark ,.darkblue, a.dark{
	color: #0E3761;
	
}
.blue {
	color: #1A64B2;
}
.dark{
	font-weight: bold;
}
.small_image{
	/*border: 1px solid #0E3761;
	
	width: 80px;
	height: 54px;*/
}
img.img_white {
	border: 1px solid #fff;
	color: #fff;

}
.p_row1{
	text-align:right;
	width: 100px;
}

/* logo */
div#logo {
	text-align: center;
}

div#bugReportDiv {
	cursor: pointer;
	width: 56px;
	height: 56px;
	
	position: fixed;
	bottom: 10px;
	right: 10px;
}
