.dragme { cursor: move }

div#wait{
position:absolute;
z-index:1;
border:3px solid #88A7B9;
background:#f7f7f7;
width:200px;
height:100px;
margin-top:-150px;
margin-left:-150px;
top:50%;
left:50%;
text-align:center;
line-height:20px;
font-size:11pt;
}

#debug
{
	width:100%;
	clear:both;
	background-color:#000;
	color:#FFF;
	position:absolute;
	bottom:18px;
	right:18px;
	font-size:10px;
	text-align:center;
	height:180px;
	line-height:12px;
	z-index:2;
	overflow:scroll
	}
	
#nav_buttons{
	line-height:14px;
	text-align:center;
	width:500px;
	font-size:12px;
	padding:3px;
	margin-bottom:5px;
}

#flow_container{
	width:100%;
	height:100px;
	padding:5px;
	background-color:#CCC;
}

#flow_box{
	width:9%;
	height:90px;
	padding:5px;
	margin-right:5px;
	background-color:#369;
	text-align:center;
	color:#FFF;
	float:left
}

#ajax_load{
position:absolute;
z-index:1;
border:3px solid #88A7B9;
background:#f7f7f7;
width:200px;
height:100px;
margin-top:-150px;
margin-left:-150px;
top:50%;
left:50%;
text-align:center;
line-height:20px;
font-size:11pt;
}


body {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	height:100%;
	max-height:100%;
	font-size:11px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;

				}
.table{
	border:1px solid #88A7B9;
border-spacing:1px;
}

.th
{border:1px solid #88A7B9;
	padding:3px;
	text-align:center;
	background-color:#C8D6DE;
	vertical-align:middle
	
}

.td
{border:1px solid #88A7B9;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	line-height:12px;
	
}

textarea,input,select{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
		 }
		 
		 #leftmenu {
	width:175px;
	height:630px;
	position:relative;
	float:left;
	overflow:visible;
	
	}
	
	

.form_row{
	 position:relative; padding:3px; float:left; clear:both; width:642px; height:20px; line-height:20px; vertical-align:middle
}

.filter_row{
	 position:relative; padding:3px; float:left; clear:both; height:20px; line-height:20px; vertical-align:middle;
}

.filter{
	 width:250px;
}

.button{
	float:left; clear:none;
}
		
html {
height:100%;
max-height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
}

.datepicker_button{
width:45px;
font-size:0.7em
}

a:link {color: #333333; text-decoration: underline; }
a:active {color: #333333; text-decoration: underline; }
a:visited {color: #333333; text-decoration: underline; }
a:hover {color: #333333; text-decoration: none; }

img{border:0;}

#header
{
	height:80px;
	width:100%;
	position:absolute;
	top:0px;
	right:17px;
	z-index:2;
	background-color:#FFF;
	border-bottom:1px solid #999999;
	display:block
	}
	
	#content {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:auto; /* add scroll bars as required */
padding-left:175px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:0; /* allocate a suitable z-index */
padding-right:25px;
			}
			
			#main{
				
				
			}
			
			#pad_top{
				display:block;
				height:85px;
		
			}

	#pad_bottom{
				display:block;
				height:30px;
		
			}
#text1
{
	width:100%;
	background-color:#88A7B9;
	padding:5px;
	margin-top:5px;
		font-size:12px;
		position:relative;
	}
	
.text3
{
	width:100%;
	background-color:#88A7B9;
	padding:5px;
		font-size:12px;
		position:relative;
	}
	
	.button_bar
{
	background-color:#FFF;
	margin-top:5px;
		font-size:12px;
		position:relative;
		float:left;
		height:25px;
	}
	
	.tab_button
{
	float:left;
	width:100px;
	height:25px;
	background-color:#88A7B9;
	color:#666;
	vertical-align:middle;
	text-align:center;
	line-height:25px;
	
}

.tab_button_selected
{
	float:left;
	width:100px;
	height:25px;
	background-color:#D7D7FF;
	color:#000;
	vertical-align:middle;
	text-align:center;
	line-height:25px;
	
}

	#text2
{
	width:100%;
	padding:5px;
	padding-left:0px;
	margin-top:5px;
		font-size:11px;
	}
	
		.text2
{
	width:100%;
	padding:5px;
	margin-top:5px;
		font-size:11px;
	}
	
#process_monitor_result{
height:100px;
border:1px solid #999;
padding:5px;
}

#process_monitor{
height:75%;
overflow:scroll;
border:1px solid #999;
padding:3px;
margin-top:3px;
}

#text1_collapsible
{
	width:100%;
	background-color:#F00;
	padding:5px;
	margin-top:5px;
	display:none;
	color:#FFF
	}
#asset_thumb
{
	width:120px;
	height:120px;
	background-color:#FFF;
	padding:5px;
	margin-top:5px;
	margin-left:5px;
	border:#999 1px solid;
	text-align:center;
	vertical-align:top;
	font-size:9px;
	float:left;
	clear:none
	}
	
#footer
{
	width:100%;
	clear:both;
	background-color:#88A7B9;
	position:absolute;
	bottom:0px;
	right:17px;
	font-size:10px;
	text-align:center;
	height:20px;
	line-height:20px;
	z-index:2;
	display:block
	}
	
		#login_frame{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-45px;
	vertical-align:middle;
	width:200px;
	text-align:left;
	background-color:#27C2E6;
	border:1px solid #999999;
	padding:10px;
	}
	
	#leftmenu {
	width:170px;
	min-height:100%;
	height:100%;
	position:fixed;
	float:left;
	overflow:hidden;
	left:0px;
	top:80px;
	margin-top:5px;
		}
		
		.little_button
		{
			font-size:9px;
			width 15px;
			height:20px;
			padding:0;
			float:right;
			
		}
		

#aep_ovrl {
background-color: #CCC;
filter: alpha(opacity=70);
top: 0; left: 0; position: fixed;
width: 100%; height:100%; z-index: 99;
}
#aep_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
#aep_win { margin: 20% auto 0 auto; width: 400px; text-align: left; background-color:#77727A; color: #000; font-size:0.95em;}
#aep_w {background-color: white; padding: 3px; border: 1px solid #77727A; background-color: #CCCC99;}
#aep_t {color: white; margin: 0 0 2px 3px; font-family: Arial, sans-serif; font-size: 10pt;}
#aep_text {width: 20%;}
#aep_w span {font-family:Tahoma, Geneva, sans-serif, sans-serif; font-size: 10pt;}
#aep_w div {text-align: right; margin-top: 5px;}
</style>
<!-- IE specific code: -->
<!--[if lte IE 7]> 
<style type="text/css"> 
#aep_ovrl { 
position: absolute; 
filter:alpha(opacity=70); 
top: expression(eval(document.body.scrollTop)); 
width: expression(eval(document.body.clientWidth)); 
} 
#aep_ww {  
position: absolute;  
top: expression(eval(document.body.scrollTop));  
} 

#page_content{
background-color:#063;
position:absolute;
top:100px;
bottom:20px;
right:200px;
width:100%
}
