@charset "iso-8859-1";

/*
  General
*/
body {
	background-color: #032680;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px;
	height:100%;
	
}

a,
a:link,
a:visited,
a:active{
	color:#fff;
}

a:hover{
	color:#f4a435;
}

/*
  Header
*/
#header{
	
}
#header h1{
	color:#f4a435;
}

th{
	text-align:left;
}

/*
  Page System
*/
.page_system{
	margin-top:5px;
	margin-left:10px;
	float:left; 
	clear:both;
}
.page_button{
	float:left;
	clear:none;
	padding:2px;
	margin:2px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000066;
	background-color:#EEE;
	width:18px;
	height:14px;
	text-align:center;
	text-decoration:none;
	
}

.page_button a,
.page_button a:link,
.page_button a:active,
.page_button a:visited{
	display:block;
	color:#000;
	text-decoration:none !important;
}

.page_button a:hover{
	text-decoration:none;
	display:block;
	background-color:#EEEEEE;
}

#footer{
	
	display:none;
}



.cooling_rooms_table{
	border:1px solid #336799;
	width:700px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.cooling_rooms_table th{
	color:#FFF;
	background-color:#336799;
	width:139px;
	border-right:1px solid #336799;
	text-align:center;
}

.cooling_rooms_table td{
	color:#000;
	background-color:#fff;
	width:139px;
	border-right:1px solid #336799;
}



.drawings_table{
	border:0px;
	width:600px;
	text-align:left;
	margin:0px;
}
.drawings_table th{
	color:#FFF;
	background-color:#336799;
	border:0px;
	text-align:left;
	margin-bottom:5px;
}

.drawings_table td{
	color:#000;
	text-align:left;
	background-color:#336799;
	border:0px;
}

.drawings_table .center_txt{
	text-align:center;
}
.drawings_table .odd_0 td{
	background-color:#85a4c1;
}

.drawings_table .odd_1 td{
	background-color:#b4c7d8;
}


#dwg_div{
	width:720px;
	height:230px;
}

#dca_selector{
	width:200px;
	height:230px;
	float:left;
	clear:left;
}
#dca_selector select{
	width:180px;
}


#drawings_div{
	width:500px;
	height:230px;
	float:left;
	clear:right;
}

.msgboxsuccess,
#msgboxsuccess{
	font-weight:bold;
	color:#F00;
}
.msgboxerror,
#msgboxerror{
	font-weight:bold;
	color:#F00;
}
