@charset "UTF-8";
body {
	/* font: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #192231;
	background-image:url(images/tron_grid.jpg);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#999;
}

.body_class #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #efefef; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.body_class #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border: 1px solid #efefef; */
}

.body_class #mainContent h1 {
	font-size:16px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#09F;
}

.body_class #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#DDDDDD; */
}

.body_class #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.smoky_div {
	padding:20px;
	width:380px;
	color:#FFFFFF;
	background-color:#000;
	position:relative;
	float:left;
	margin-left:20px;
	overflow:hidden;
}

.smoky_div_trans {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	background-color:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}

.smoky_div_content
{
	position:relative;
	color:#FFFFFF;
	background-color:#000;
}

.smoky_div_content a
{
	color:#09F;
}

.smoky_div_content a:hover
{
	color:#666;
}

.smoky_div_content a:visited
{
	color:#09F;
}



.login_div {
	width:248px;
	height:157px;
	background-image:url(images/login_background.png);
	background-repeat: no-repeat;
	
	font-size:12px;
	color:#e1b515;
}

.login_div a
{
	color:#09F;
}

.login_div a:hover
{
	color:#666;
}

.login_div a:visited
{
	color:#09F;
}


input.login {
	background-color:#164455;
	color:#999;
	width: 80px;
	font-size:12px;
}

.popover
{
	position: absolute;
	top: -1000px;
	left: 0px;
	width: 100%;
}

.busy
{
	background-color:black;
	color:#FFF;
	top: -1000px;
	position: absolute;
	margin: 100px auto 0px auto;
	width: 100%;
	z-index:1000;
}

.dialog
{
	/* margin: 75px auto 0px auto; */
	margin: 100px auto 0px auto;
	width: 566px;
	position: relative;
}

.midsection
{
	border-style:none;
	position: relative;
	height: 410px;
}

.dialog_top_l
{
	background-image: url(images/top_l.png); width: 33px; height: 60px; float: left;
}

.dialog_top_m
{
	background-image: url(images/top_m.png); width: 300px; height: 60px; float: left;
}

.dialog_top_m_join_title
{
	background-image:url(images/top_m_join_title.png); width: 500px; height: 60px; float: left;
}

.dialog_top_r
{
	background-image: url(images/top_r.png); width: 33px; height: 60px; float:left;
}

.dialog_mid_l
{
	background-image: url(images/mid_l.png); width: 33px; height: 410px; float: left;
}

.dialog_mid_m
{
	background-image:url(images/bg_interlaced.png);
	font-size:12px;
	width: 500px; height: 410px; float: left;
	border: none;
}

.dialog_mid_r
{
	background-image: url(images/mid_r.png); width: 33px; height: 410px; float:left;
}


.dialog_bot_l
{
	background-image: url(images/bot_l.png); width: 33px; height: 60px; float: left;
}

.dialog_bot_m
{
	background-image: url(images/bot_m.png); width: 500px; height: 60px; float: left;
}

.dialog_bot_r
{
	background-image: url(images/bot_r.png); width: 33px; height: 60px; float:left;
}

.field_box
{
	width: 500px; height: 50px; padding: 0px;
}

.field_label
{
	width: 150px; height: 20px; float: left; 
	text-align:left;
	padding-top:5px;
}

.field_input
{
	width: 300px; height: 20px; float: left;
}

.field_input_small
{
	width: 75px; height: 20px; float: left;
}

.field_help
{
	width: 300px; height: 20px; float: left; text-align:left;
}

.tva_button {
	background-color:#164455;
	color:#999;
	width: 120px;
	font-size:12px;
}

.error_message
{
	font-size:14px;
	background-color:#999;
	color:#F00;
	float: left;
}

.error_message_black
{
	font-size:14px;
	background-color:#000;
	color:#F00;
	float: left;
}


.create_button
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background:url(images/create_button_hilite.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 0;
}

.create_button a
{
	display: block;
	font-size: 11px;
	width: 250px;
	height: 50px;
	display: block;
	float: left;

	text-decoration: none;
}

.create_button img
{
	width: 250px;
	height: 50px;
	border: 0
}

.create_button a:hover
{
	visibility:visible;
}

.create_button a:hover img
{
	visibility:hidden;
}




/* NAVIGATION BUTTONS */
/* Menu courtesy of http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml */
/* Give props when props are due! */
.menu
{
	height: 60px;
	width: 760px;
}

.cssnav
{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/5button.png) no-repeat;
	float: left;
	margin: 0; 
	padding: 0;
	width: 152px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 152px;
	height: 44px;
	display: block;
	float: left;

	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnav img
{
	width: 152px; 
	height: 44px; 
	border: 0;
}

.cssnav a:hover 
{
	color: #ffffff;
	visibility:visible;
}

.cssnav a:hover img
{
	visibility:hidden;
}

.cssnav span
{
	position: absolute;
	left: 0px;top: 15px;
	text-align: center;
	width: 152px;
	cursor: pointer;
}
/* END OF NAVIGATION */

input.savebutton {
	background-color:#164455;
	color:#999;
	width: 150px;
	font-size:12px;
	height:22px;
}

div.datarow
{
	width:360px;
	background-color:#069;
	padding: 10px;
	margin-bottom:20px;"
}
