/* CSS Document */

body
{
	padding: 0;
	margin: 0;
	font-family: tahoma;
}
.generaltext
{
	font-size: 11px;
	color: #414042;
}


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px; 
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}



td,p
{
	font-size: 11px;
	
}
img{
   border:0px;
}

.bordergrey{

	border: 1px solid #EAEAEA;

}

hr{
   width:95%;
   text-align:center;
   border:0px;
   border-top: 1px solid #EAEAEA;
}


.generaltextgray
{
	color: #414042;
	font-size: 11px;
	line-height: 17px;
}

.heading
{
	font-size:14px;
	color:#cc0000;
	font-weight: bold;
}

.alphabats
{
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	vertical-align: bottom;
	text-align: center;
}
.username
{
	color:#ffffff;
}

.generaltextwhite
{
	color:#ffffff;
	font-size: 11px;
	line-height: 17px;
}



.dhtmlwindow{
position: absolute;
top: 0px; 
bottom: 0px; 
left: 0px; 
right: 0px; 
border: 2px solid #990000;
visibility: hidden;
background-color: white;
height:360px;   
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 10px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #62a120;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: white;
color: black;
height: 320px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
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;
}



.imgborder
{
	border: 1px solid #bf5f4a;
	padding: 1px;
}


h2
	{
	color:#096e9d;
	font-size:22px;
	font-weight:bold;
	}

h3
	{
	background-color:#096e9d;
	padding:6px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	}
h4
	{
	color:black;
	font-size:22px;
	font-weight:bold;
	background-color: #8FBEED;
	border:1px solid #000033;
	 text-align: center;
	}



#progressBar{

	 position:absolute;
	 top:500px;
	 left:400px;
	 width:400px;
	 background-color: #FFFFFF;
	 border: 1px solid gray;
	 padding:10px;
	 z-index:2;

	
}


.box1{
	background:#F0F6F8 none repeat scroll 0 0;
	border:1px solid #D4E0EC;
	margin:0 0 3px;

}

.box1:hover{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #D4E0EC;
	margin:0 0 3px;

}


.box2{
	background-color:#FFCF6A;
	border:1px solid #FFCF6A;
	margin:0 0 3px;
	font-size:29px;
	font-weight:600;
	margin:0 0 3px;
	padding:10px;
	width:20px;
}



