.BuyAdvert
{
	background-color: #CCCCCC; 
	padding: 15px; 
	border-color: Black; 
	border-width: 1px;
    border-style: solid;
}

.MyAdvertButton
{
	padding:1px;
	background-color:Navy; 
	color:White;
	padding-bottom:2px;
}

.vip
{
	background-color:White; 
	margin:2px; 
	border-color:Black; 
	border-style:solid; 
	border-width:1px;
	width:70px;
	text-align:center;
	font-weight:bold;
}
.black_border
{
	background-color:White; 
	margin:2px; 
	border-color:Black; 
	border-style:solid; 
	border-width:1px;
}

body {
	/*background-image: url(siteimgs/master/bg.gif);*/
	background-color:White;
	font-family:Tahoma, Arial;
	margin: 0px;
	padding: 10px;	
}
.label
{
	color:Black;	 
	font-family:Tahoma, Bookman Old Style, Arial;
	font-size:12px;  
	text-decoration:none;
}
.label_white
{
	margin:5px;
	color:white;	 
	font-family:Tahoma, Bookman Old Style, Arial;
	font-size:13px;  
	text-decoration:none;
}

.grey_line
{
	border-left-color:#CCCCCE; 
	border-left-width:thin; 
	border-left-style:solid;
	border-top-color:#CCCCCE; 
	border-top-width:thin; 
	border-top-style:solid;
	border-bottom-color:#CCCCCE; 
	border-bottom-width:thin; 
	border-bottom-style:solid;
}

.MainMenu
{   
  color:White;	 
  font-family:Tahoma, Bookman Old Style, Arial;
  font-size:11px; 
  text-decoration:none;  
}

.MainMenu:hover
{
  color:White;	 
  font-family:Tahoma, Bookman Old Style, Arial;
  font-size:11px;  
  text-decoration:underline;  
}

.ddlStyle {
  border:1px solid #000000;  
  font-size:11px;  
  background-color:#FFFFFF;
  color:#000000;
}

a  
{
	color:Navy; 
	font-family:Tahoma, Bookman Old Style, Arial;
	font-size:12px;
	text-decoration:none;
	/*font-weight:bold;*/
  } 

a:hover  
{
	font-size:12px;
	text-decoration:none;
	/*font-weight:bold; */
}

.button_caption
{  color :White; 
	font-family:Tahoma, Bookman Old Style, Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none; 
  } 
  
.button_caption:hover
{  color :White; 
	font-family:Tahoma, Bookman Old Style, Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline; 
  } 
  
input, select  
{
	/*border-style:solid;  
	border-width:1px;
	border-color:#670000;*/
	background-color: Transparent;
	font-size:12px; 
	font-family:Tahoma, Bookman Old Style, Arial; 	
	color:#662246;	
}

.cblStyle
{
	/*background-image:url(siteimgs/check_box1.gif);*/
}

.checkbox  
{		
	font-size:11px; 
	font-family:Tahoma, Bookman Old Style, Arial; 
	background-color:white;
	color:#662246;
}

.GroupBox
{
	/*border-color:Black; 
	border-width:1px; 
	border-style:solid;*/
	/*height:65px;*/
	background-color: White;
}



.links
{
	color:#003894; 
	font-family:Tahoma, Bookman Old Style, Arial;
	font-size:11px;
	font-weight:bold;
	background-color: White;
}

.txtStyle 
{
	border-style:solid;  
	border-width:1px;
	border-color:Black;
	font-size:11px; 
	font-family:Tahoma, Bookman Old Style, Arial; 
	background-color:white;
	color:#662246;
}

.txtStyle1 
{
	font-size:11px; 
	font-family:Tahoma, Bookman Old Style, Arial; 
	background-color:white;
	color:#662246;
	border-style:solid;  
	border-width:1px;
	border-color:White;
}

.RedLink
{
	color:Red;
}