/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	background-color:#FFFFFF;
	color:#000000;
	padding: 3px;
	margin: 0;
}

table.center {
	width: 100%;
	height: 100%;
}

td.center {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.link_white:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.link_white:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.link_white:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

a.link_red:link{
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}

a.link_red:visited{
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}

a.link_red:hover{
	color: #CC0033;
	font-weight: bold;
	text-decoration:underline;
}

green{
	color: #1B9969;
	text-decoration: none;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


/******* general styles *******/

/*forms*/

input{
	background-color:transparent;
	border:1px solid #AAAAAA;

}

select{
	background-color:transparent;
	border:1px solid #AAAAAA;

}

textarea{
	background-color:transparent;
	border:1px solid #AAAAAA;

}

/***misc****/

hr.deslock{
	height:2px;
	background-color:#CC0000;
	border: 0px;
}

.highlight_red {	
	color: #FF0000;
	font-style:italic;
	font-weight:bold;
}

.highlight_blue {	
	color: #0000FF;
	font-style:italic;
	font-weight:bold; 
}

.highlight_white {	
	color: #FFFFFF;
	font-style:italic;
	font-weight:bold; 
}

.caption_red {	
	color: #990000;
	font-style:normal;
	font-weight:normal;
	line-height: 15px; 
}

.caption_red_bold {	
	color: #990000;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
}

.caption_red_small {	
	color: #990000;
	font-size:9px;
	font-style:normal;
	font-weight:bold;
	line-height: 10px; 
}

.white{
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
}

.heading_default{
	background-color:#1B9969;
	padding: 0px 5px 2px 5px;
	color:#FFFFFF;

}

.heading_deslockp{
	background-color:#003399;
	padding: 0px 0px 2px 5px;
	color:#FFFFFF;

}

.heading_deskey{
	background-color:#8C1000;
	padding: 0px 0px 2px 5px;
	color:#FFFFFF;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*banner*/

#banner_default{
/*	position: absolute;*/
	display: block;
	clear:both;
	width:750px;
	height:100px;
	padding: 0px;
	background-image:url("images/banner_default_alt.jpg");
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#banner_deslockp{
/*	position: absolute;*/
	display: block;
	clear:both;
	width:750px;
	height:100px;
	padding: 0px;
	background-image:url("images/banner_deslockp_alt.jpg");
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#banner_deskey{
/*	position: absolute;*/
	display: block;
	clear:both;
	width:750px;
	height:100px;
	padding: 0px;
	background-image:url("images/banner_deskey_alt.jpg");
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#banner_link{
	float: right;
	font-size:10px;
	height: 22px;
	padding: 0px;
	margin:5px 20px 0px 0px;
	z-index: 100;

}

#banner_main_nav{
	float: left;
	font-size:12px;
	height: 30px;
	padding: 0px 0px 0px 168px;
	margin:83px 0px 0px 0px;
	z-index: 100;

}

/*main window*/

#main_default{
	clear: both;
	width:750px;
	padding: 0px;
}

/*menu*/

#menu_context{
	display: block;
	float:left;
	clear:right;
	width:170px;
	padding: 5px;
	margin-right: 10px;
}

#menu_context_header_deskey{
	display: block;
	float:left;
	clear:both;
	width:168px;
	height:58px;
	background-image:url(images/menu_context_deskey_orig_01.gif);
	background-repeat:no-repeat;
}

#menu_context_header_deslock{
	display: block;
	float:left;
	clear:both;
	width:168px;
	height:58px;
	background-image:url(images/menu_context_deslockp_orig_01.gif);
	background-repeat:no-repeat;
}

#menu_context_header{
	display: block;
	float:left;
	clear:both;
	width:190px;
	height:58px;
	background-image:url(images/menu_context_deslock_opt01.jpg);
	background-repeat:no-repeat;
}

#menu_context_branch{
	font-size:12px;
	display: block;
	float:left;
	width:12px;
	clear:both;
	padding-left:25px;
}

#menu_context_branch_node{
	font-size:12px;
	cursor:auto;
	display: block;
	float:left;
	clear:both;
	margin-left:20px;
	width:120px;
	/*background-image:url(images/menu_context_branch_bg.gif);
	background-repeat:repeat-y;	
	background-color:#FFFFFF;*/
}

#menu_context_sub_branch{
	font-size:10px;
	display: block;
	float:left;
	width:12px;
	clear: both;
	padding-left:25px;
}

#menu_context_sub_node{
	font-size:10px;
	cursor:auto;
	display: block;
	float:left;
	clear:both;
	width:110px;
	margin-left:25px;
}

#menu_context_footer{
	display: block;
	float:left;
	clear:both;
	width:190px;
	background-image:url(images/menu_context_node_alt.gif);
	background-repeat:no-repeat;
}

#menu_boxout{
	display: block;
	font-size:10px;
	float:left;
	clear:both;
	width:168px;
	border:1px solid #1820B5;
	background-color:#EEEEEE;
	margin: 0px 8px 20px 5px;
	padding:5px
}

#menu_boxout_deslockp{
	display: block;
	font-size:10px;
	float:left;
	clear:both;
	width:158px;
	border:1px solid #003399;
	background-color:#EEEEEE;
	margin: 0px 8px 20px 0px;
	padding:5px
}

/*content*/

#content{
	display: block;
	float:left;
	clear:right;
	width:550px;
	padding: 0px;
}


/*footer*/

#footer_default{
	color: #FFFFFF;
	display: block;
	float:left;
	clear:both;
	margin-top: 20px;
	width:750px;
	height:20px;
	background-color:#000000;
	/*background-image:url("images/footer_banner_orig_04.jpg");
	background-repeat:no-repeat;*/
	
}

#footer_deskey{
	color: #FFFFFF;
	display: block;
	float:left;
	clear:both;
	margin-top: 20px;
	width:750px;
	height:20px;
	background-color:#000000;
	/*background-image:url("images/footer_banner_orig_04.jpg");
	background-repeat:no-repeat;*/
	
}

#footer_deslockp{
	color: #FFFFFF;
	display: block;
	float:left;
	clear:both;
	margin-top: 20px;
	width:750px;
	height:20px;
	background-color:#000000;
	/*background-image:url("images/footer_banner_orig_04.jpg");
	background-repeat:no-repeat;*/
	
}

#footer_link{
	font-size:10px;
	float: right;
	padding: 0px;
	margin:5px 20px 0px 0px;
	z-index: 100;

}

/* tables */

#drv_cell_head{
	float:left;
	width: 70px;
	height:	35px;
	margin: 1px;
	border:1px solid #CCCCCC;
}

#drv_cell{
	float:left;
	width: 70px;
	height:	30px;
	margin: 1px;
	padding-top:5px;
	border:1px solid #EEEEEE;
}

#drv_cell_blank{
	float:left;
	width: 72px;
	height:	37px;
	margin: 1px;
}
