body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e5e5e5;
	background-image:url(../images/default_bg.jpg);
	background-repeat:repeat-x;
	height:100%;
	overflow-y:auto;

}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;	
}
a:hover {
	color: #728A8C;
	text-decoration:none;	
}
a:active {
	color: #000000;
	text-decoration:none;	
}

.loginForm_TextBoxes {

	border-width:1px;
	border-style:solid;
	border-color:#aab7b9;
	color:#666666;
	font-family:"Trebuchet MS", Sans;
	font-size:10px;
	font-style:italic;
	height:23px;
	
}

.btn_login {

	background:none;
	border:none;
	background-image:url(../images/btn_login.jpg);
	width:50px;
	height:23px;

}

.btn_send {

	background:none;
	border:none;
	background-image:url(../images/btn_send.jpg);
	width:50px;
	height:23px;

}

.default10pxBlue {

	color:#728a8c;
	font-family:"Trebuchet MS", Sans;
	font-size:10px;
	
}

.default11pxBlue {

	color:#728a8c;
	font-family:"Trebuchet MS", Sans;
	font-size:11px;
	
}

.default11pxGrey {

	color:#777777;
	font-family:"Trebuchet MS", Sans;
	font-size:11px;
	
}

.default12pxBlue {

	color:#728a8c;
	font-family:"Trebuchet MS", Sans;
	font-size:12px;
	
}

.default13pxBlue {

	color:#728a8c;
	font-family:"Trebuchet MS", Sans;
	font-size:13px;
	
}

.default10pxBlack {

	color:#000000;
	font-family:"Trebuchet MS", Sans;
	font-size:10px;
	
}

.default10pxGrey {

	color:#777777;
	font-family:"Trebuchet MS", Sans;
	font-size:10px;
	
}

.default12pxBlue {

	color:#728a8c;
	font-family:"Trebuchet MS", Sans;
	font-size:12px;
	
}

.default17pxBlack {

	color:#000000;
	font-family:"Trebuchet MS", Sans;
	font-size:17px;
	
}

.default12pxBlack {

	color:#000000;
	font-family:"Trebuchet MS", Sans;
	font-size:12px;
	
}	

#details_Container {display:block; width:100%; height:100%; position:fixed; bottom:0; left:0;background-color:#000000;-moz-opacity: 0.8;opacity:0.8; filter:alpha(opacity=80);}
* html #details_Container {position:absolute;}

#details {display:block; width:100%; height:100%; position:fixed; bottom:0;left:0;background:none;}
* html #details {position:absolute;}
