/* CSS Document */
body{
	color: #818181;
	font-family: verdana;
        font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#e8e8e8;
	/*background-image:url(/WriteFolder/pics/texture.jpg);*/
	/*background-repeat:repeat-x;*/
}
IMG{
	border-width:0px;
}
p{
	color: #818181;
	font-family: verdana;
        font-size:11px;
}
a{
	font-family: verdana;
	font-size:11px;
	color:#FD6500;
	text-decoration:none;
}
a:hover{
	font-family: verdana;
	font-size:11px;
	color:#FD6500;
	text-decoration:underline;	
}
.holder{
	width:820px;
	background-image:url(/WriteFolder/pics/shadow.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}
.header{
	height:62px;
}
.flash_home_header{
	height:267px;
}
.flash_header{
	height:220px;
}
.footer{
	height:47px;
	background-image:url(/WriteFolder/pics/footer_bg.jpg);
	background-repeat:repeat-x;
}
.menu{
	height:23px;
	background-image:url(/WriteFolder/pics/menu_bg.jpg);
	background-repeat:repeat-x;
        width:800px;
}
.footer a{
	color: #818181;
	font-family: verdana;
        font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
}
.footer a:hover{
	font-family: verdana;
        font-size:11px;
	color:#FD6500;
	text-decoration:none;
	text-transform:capitalize;
}
.page_text{
	color: #818181;
	font-family: verdana;
        font-size:11px;
}
.orange_text{
	font-family: verdana;
	font-size:11px;
	color:#FD6500;
}
.orange_title{
	font-family: verdana;
	font-size:11px;
	color:#FA6104;
	text-transform:capitalize;
}
input{
	padding:0px;
	border:1px solid #CCCCCC;
	height:20px;
	font-family: verdana;
	font-size:11px;
	color:#818181;
	
}
select{
	padding:0px;
	border:1px solid #CCCCCC;
	height:20px;
	font-family: verdana;
	font-size:11px;
	color:#818181;
	background-image:none;	
}
textarea{
	padding:0px;
	border:1px solid #CCCCCC;
	font-family: verdana;
	font-size:11px;
	color:#818181;
	overflow:auto;
	height:100px;
}
.ibutton{
	cursor:pointer;
	border:outset 1px #D4D4D4;
	background:#CCCCCC;
	color:#666;
	padding: 1px 2px;
	background:url(/WriteFolder/pics/ibutton_bg.jpg) repeat-x left top;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
}
.error{
	font-family: verdana;
	font-size:11px;
	color:#FF6200;
}
.DataGridHeader
{
	background-image: url(../../../WriteFolder/pics/client_bar_bg.jpg);	
        background-repeat: repeat-x;
	height: 26px;
}
.DataGridItem
{
	height: 26px;
}
.DataGridAlter
{
	height: 26px;
}
.grey_box{
 padding:4px;
 background-color:#F8F8F8;	
 border:1px solid #DADADA;
}
.white_box{
 padding:4px;
 background-color:#FFFFFF;	
 border:1px solid #DADADA;
}
/*Menu Transparancy*/
#cHeader__ctl2__ctl0_g_2_g{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}



