/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: black;
}

A
{
	color: #0066ff;
}

A:Hover
{
	color: #6666cc;
}

.Text_Justify
{
	text-align: justify;
}

.lbl_3x3
{
	font-size: 8pt;
	color: white;
	font-family: Eurostile LT ExtendedTwo, Verdana, Helvetica, sans-serif;
}

.lbl_Repeater
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.tbl_Repeater
{
		border-right: #d3d3d3 1px solid;
		border-top: #d3d3d3 1px solid;
		border-left: #d3d3d3 1px solid;
		border-bottom: #d3d3d3 1px solid;
}

.lbl_General_Header
{
	font-weight: bold;
	font-size: 16pt;
	color: white;
	font-family:  Verdana, Helvetica, sans-serif;	
}
.lbl_SubHeader
{
	font-weight:  normal;
	font-size: 20pt;
	color: cornflowerblue;
	font-family: Verdana, Helvetica, sans-serif;
}
.lbl_General
{
	font-weight:  normal;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.lbl_Error
{
	font-weight:  normal;
	font-size: 8pt;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}

.lbl_WeddingPrice_Header
{
	font-weight: normal;
	font-size: 26pt;
	color: white;
	font-family:  Century Gothic, Verdana, Helvetica, sans-serif;	
}

.lbl_WeddingPrice_SubHeader
{
	font-weight:  normal;
	font-size: 16pt;
	color: cornflowerblue;
	font-family: Century Gothic, Verdana, Helvetica, sans-serif;
}
.lbl_WeddingPrice_General
{
	font-weight:  normal;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.tb_General
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: white;
}

.ddl_General
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: white;
}

.rb_General
{
	font-weight:  normal;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

/*.btn_Dialog { BORDER-RIGHT: 1px; BORDER-TOP: 1px; BACKGROUND-IMAGE: url(/WebTest/Images/bButtonBg.gif); VERTICAL-ALIGN: middle; BORDER-LEFT: 1px; WIDTH: 100px; COLOR: #666666; BORDER-BOTTOM: 1px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 20px; BACKGROUND-COLOR: #fff }*/

.btn_General
{
	background:white;
	font-size:8pt;
	font-family:Arial;
	color:0074bf;
	border-style:outset;
	border-color:929699;
	border-width:1px;
}

.lb_General
{
	font-size: 8pt;
	color: cornflowerblue;
	font-family: Verdana, Helvetica, sans-serif;

}
.lb_General:Hover
{
	font-size: 8pt;
	color: mediumslateblue;
	font-family: Verdana, Helvetica, sans-serif;

}

.hl_home
{
	font-size: 13pt;
	color: white;
	font-weight:bold;
	font-family: Verdana, Helvetica, sans-serif;	
	text-decoration:none;	
}
.hl_home:hover
{
	color: mediumslateblue;
}

.ul_home
{
	list-style: url(images/home/bullet_arrow.gif) none outside;	
}

.ul_home2
{
 list-style-type:disc;
  color: White;
}
.div_Interim
{
	border: solid 1 gray;
	padding-top:0px;
	padding-left:60px;	
}

.li_home
{
	vertical-align: top;
	padding-left: 3px;
	padding-bottom: 10px;
}
	

.dg_General
{
	font-family: Verdana, Helvetica, sans-serif;	
}

.tbl_MyAccount
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
}

.tbl_WithGalery
{
	padding-right: 0px;
	padding-top: 0px;
}
.tbl_vpi {
	font-size: 11px;
	margin-left: 8px;
}
.tbl_vpi a {
	color: #6495ed;
	margin-left: 8px;
}
.tbl_vpi a:hover {
	color: #7b68ee;
}

