body {	
	background-color: #595757; margin-top:10px;
	scrollbar-3dlight-color:#FFFFFF; scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#ff6347; scrollbar-darkshadow-color:#ffa500; 
	scrollbar-face-color:#FA6127; scrollbar-highlight-color:#ff69b4; 
	scrollbar-shadow-color:#f0f	
}

/*DOCUMENT SHADOW EFFECTS*/
.shadow {	background:url(shadow.jpg) top no-repeat; width:780px; height:610px; }

p{padding:0px; margin-bottom:2px;}

/*DEFAULT CONTENT WINDOW STYLE*/
.window {
	background-color:#994B25; background:url(window.jpg) top left repeat-x; width:770px; height:600px; 
	font-family: Tahoma; font-size: 12px; color: #FFFFFF; font-style: normal; line-height:15px;
}

.window a{ color:#FFFFFF; text-decoration:underline;}
.window a:hover{ color:#FFFFFF; text-decoration:none;}

.window .header{
	background-color:#FA6127; border:1px dotted #994B25;
}

.window .doc{ background:url(doc.gif) left no-repeat; padding-left:20px; padding-bottom:5px;}

/*DEFAULT IMAGE SIZES*/
img {	height:'100%'; width:'100%'; border:0; }

/*DOTTED LINES*/
.v_line { width:3px; border-right:1px dotted #FA6127; }
.h_line { height:3px; border-bottom:1px dotted #FA6127; }

/*DEFAULT STYLE FOR HTML FORM FIELDS*/
.input_txt{
   background:#FA6127; border:1px solid #FFFFFF; font-family:Tahoma; color:#FFFFFF; font-size:11px; margin-bottom:5px;} 

.input_txtarea{
   background:#FA6127; border:1px solid #FFFFFF; font-family:Tahoma; color:#FFFFFF; font-size:11px; margin-bottom:5px;} 

.input_button{
   background:#994B25; border:1px solid #FA6127; font-family:Tahoma; color:#FFFFFF; font-size:11px; margin-bottom:5px;} 

/*GRADUAL SHINE EFFECT*/
.gradualshine{
	filter:alpha(opacity=30);
	-moz-opacity:0.5;
}

div { overflow:auto; }

/*FOOTER TEXT STYLE*/
.footer { 	font-family: Tahoma; font-size: 10px; color: #999999; font-style: normal; }
.footer a{ 	font-family: Tahoma; font-size: 10px; color: #CCCCCC; font-style: normal; text-decoration:underline; }
.footer a:hover{ 	text-decoration:none; }

scrollbar { background-color:#000000;}

/*DROP DOWN MENU STYLE*/
#dropmenudiv{
position:absolute;
border:1px dotted #E8EBF4;
border-bottom-width: 0;
font:normal 12px tahoma;
line-height:18px;
z-index:100; filter:alpha(opacity=85);	-moz-opacity:0.85;
}

#dropmenudiv a{
width: 100%; display: block;
text-indent: 5px;
border-bottom: 1px dotted #E8EBF4; margin-top:3px;
padding: 1px 0; text-decoration: none;
font: 8pt Tahoma; color: #E8EBF4; 
}

/*hover background color*/
#dropmenudiv a:hover{ 
background-color: #994B25; color: #FFFFFF; text-indent: 3px;
}


/*=========== DHTML POP UP WINDOW WIDGET STYLES ==================*/
.dhtmlwindow{
position: absolute;
border: 2px solid #994B25;
visibility: hidden;
background-color: #994B25;
}

/*CSS for Drag Handle*/
.drag-handle{ 
padding: 1px; text-indent: 3px; font: bold 14px Tahoma; background-color: #994B25;
color: white; cursor: move; overflow: hidden; width: auto; }

/*CSS for controls (min, close etc) within Drag Handle*/
.drag-handle .drag-controls{ 
position: absolute; right: 1px; top: 2px; cursor: hand; cursor: pointer; }


 /*CSS for Content Display Area div*/
.drag-contentarea{
border-top: 1px solid #FA6127; background-color: white; color: black; 
height: 150px; padding: 10px; overflow: auto; 
font-family: Tahoma; font-size: 12px; font-style: normal; line-height:15px;}

/*CSS for Status Bar div (includes resizearea)*/
.drag-statusarea{ 
border-top: 1px dotted #FA6127; background-color: #994B25; height: 13px; /*height of resize image*/ }


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right; width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize; font-size: 0; }

/*CSS for veil that covers entire page while modal window is visible*/
#interVeil{ 
position: absolute; background: black url(blackdot.gif);
width: 10px; left: 0; top: 0; z-index: 5; visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70); opacity: 0.7; }