.ajaxifyExample{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.blueTextTags{
	color:#187DDC;
	font-family:"Times New Roman", Times, serif;
}
.popUnderText{
	color:#045C9C;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}

.blackTextTags{
	color:#000;
	font-family:"Times New Roman", Times, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.borderTop{
	border-top:1px solid #000000;
}

.orangeText{
	color:#FF9900;
}
.borderLeftRightBottom{
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

.borderRightBottom{
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

.redAstrik{
	font-size:12px;
	color:red;
}
.text_white_12{
	font-family:"trebuchet MS", Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color: #FFFFFF;
}

.blueText
{
	color:#3D5391;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.blueTextSmaller
{
	color:#3D5391;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.blueTextSmallerWithoutUnderline
{
	color:#3D5391;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.blueTextWithoutUnderline
{
	color:#3D5391;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.blueTextSmallWithoutUnderline
{
	color:#3D5391;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.brightBlueTextSmallWithoutUnderline
{
	color:#288ED1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.darkerBlueTextSmallWithoutUnderline
{
	color:#37608C;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.blueTextSmall
{
	color:#3D5391;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.greyTextBold{
	color:#7F7F7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.greyText{
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.greyText ul{
	padding:0 0 0 0;
	margin:0;
	border:0px solid red;
}

.greyText li{
	margin:0 0 0 0;
	padding:5px 10px 10px 10px;
	list-style:none;
	background:url(../Images/pointer1.gif) no-repeat left top;
	border:0px solid red;
}

.lightGreyText{
	color:#7A7A7A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.greyTextSmall{
	color:#707070;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.greyText_14{
	color:#6E6E6E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.greyText1_14{
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.greyText1_12{
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.smallText{
	font-size:11px;
}

.smallText8{
	font-size:8px;
}

/*----------------------------Calendar CSS Starts-------------------------------------------------*/
.custom-calendar .ajax__calendar_container
{
 background-color:#fff; /* pale yellow */
 border:solid 0px #666;
 position:relative;
 z-index:6;
}

.bg_grid{
background-image:url(../Images/bg_Grid.gif);
background-repeat:repeat-x;
text-transform:uppercase;
color:#49A52B;
text-decoration:none;
font-size:12px;
}

.bg_grid1{
background-image:url(../Images/bg_Grid.gif);
background-repeat:repeat-x;
text-transform:uppercase;
color:#49A52B;
text-decoration:none;
font-size:12px;
border-top:1px solid #BBBBBB;
background-color:#BBBBBB;
}

.bg_grid a{
color:#49A52B;
text-decoration:none;
}

.custom-calendar .ajax__calendar_title
{
 background-color:#49A52B; /* pale green */
 height:20px;
 color:#fff;
 
}
.custom-calendar .ajax__calendar_prev,
.custom-calendar .ajax__calendar_next
{
 background-color:#49A52B; /* darker gray */
 height:20px;
 width:20px;
}
.custom-calendar .ajax__calendar_today
{
 background-color:#49A52B;  /* pale blue */
 color:#fff;
 height:20px;
}
.custom-calendar .ajax__calendar_days table thead tr td
{
 background-color:#fff; /* dark yellow */
 color:#333;
}
.custom-calendar .ajax__calendar_day
{
 color:#333; /* normal day - darker gray color */
}
.custom-calendar .ajax__calendar_other .ajax__calendar_day
{
 color:#666; /* day not actually in this month - lighter gray color */
}
/*----------------------------Calendar CSS Ends---------------------------------------------------*/

.style1 {color: #FF0000;
font-family:Arial, Helvetica, sans-serif;}
.redText10 {
color: #FF0000;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;}

.blueText10 {
color: #1A74B6;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;}

.greyText10 {
color: #999999;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
text-decoration:underline;
}
a:active {
	text-decoration: none;
}

.linka:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linka:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.linka:hover {
	text-decoration: underline;
	color: #FF6600;
}
.linka:active {
	text-decoration: none;
	color: #FFFFFF;
}
.sign_in
{
background-image:url(../images/signin.png);
}
.top_middle{
background-image:url(../images/top_middle.gif);
}
.mid_middle{
background-image:url(../images/mid_midle.gif);
}
.logo_1{
height:100px;
width:980px;
float:left;
vertical-align:middle;
}
.border
{
border-bottom:#999999 solid 1px;
border-left:#999999 solid 1px;
border-right:#999999 solid 1px;
border-top:#999999 solid 1px;
}

.borderNew
{
border-bottom:#DDDDDD solid 1px;
border-left:#DDDDDD solid 1px;
border-right:#DDDDDD solid 1px;
border-top:#DDDDDD solid 1px;
}

.border_lr
{
border-left:#999999 solid 1px;
border-right:#999999 solid 1px;
}

.border_lrNew
{
border-left:#EEEEEE solid 1px;
border-right:#EEEEEE solid 1px;
}

.border_lrNew1
{
border-left:#BBBBBB solid 1px;
border-right:#BBBBBB solid 1px;
}

.border_menu
{
border-bottom:#cccccc solid 1px;
border-left:#cccccc solid 1px;
border-right:#cccccc solid 1px;
border-top:#cccccc solid 1px;
}
.border_8
{
border-bottom:#333333 solid 8px;
border-left:#333333 solid 8px;
border-right:#333333 solid 8px;
border-top:#333333 solid 8px;
}
.td_background
{
background-color: #CCCCCC;
}
.td_back_imgleft
{
background-image:url(../images/left_mid.jpg);
background-position:right;
}
.td_back_imgright
{
background-image:url(../images/right_mid.jpg);
background-position:left;
}
.greyTextBold11{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.darkGreyTextBold12{
	color:#2C272D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.text_white_24{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-style:normal;
color: #FFFFFF;
}
.BlueText_14{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
color:#41c4fb;
}
.big_text{
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
font-style:normal;
color:#3f3f3f;
}
.big_black_text_36_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
font-style:normal;
font-weight:bold;
color:#3f3f3f;
}
.big_blue_text_36_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
font-style:normal;
font-weight:bold;
color:#2888CF;
}
.big_green_text_36_bold{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
font-style:normal;
font-weight:bold;
color:#68B30C;
}
.big_text_bold{
font-family:"Trebuchet MS";
font-size:28px;
font-style:normal;
color:#3f3f3f;
}
.big_text_blue{
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
font-style:normal;
color:#41c4fb;
}
.big_text_green{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	color:#75C141;
	font-weight: bold;
}
.text_tag{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color:#999999;
}

.text_tag_blue{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color:#25BAF8;
}
.text_tag_small{
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-style:normal;
color:#999999;
}
.text_tag_smaller{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
font-style:normal;
color:#999999;
}

.text_tag_green_smaller{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
font-style:normal;
color:#75C141;
}

.text_tag_dark{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color:#666666;
}
.text_white{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color: #FFFFFF;
}
.text_white_phone{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #FFFFFF;
}
.text_black_phone{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #666666;
}
.text_black_phone_12{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
}
.text_getstarted{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-style:normal;
color:#908f8f;
}
.text
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
.text_11
{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
.textGreen
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#629F00;
}
.textForm
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
width:150px;
}
.text_blues
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#41c4fb;

}
.text_bold
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
}
.text_18{
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-style:normal;
color:#3f3f3f;
}
.BlackText_16{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#3f3f3f;
}

.BlackText_20{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#3f3f3f;
}

.BlackText_13{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#3f3f3f;
}

.text_14{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#3f3f3f;
}
.text_13{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#3f3f3f;
}
.BlueText_18{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color:#3399cc;
}
.darkerBlueText_18{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color:#37608C;
}
.BlueText_16{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
color:#3399cc;
}
.BlueText_15{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#3399cc;
}
.BlueText_14{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
color:#3399cc;
}
.text_12{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-stretch:semi-condensed;
color: #888888;
}
.number{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:58px;
color: #41c4fb;
}
.text_sa
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#add300;
font-size:20px;
font-stretch:normal;
}

.text_sa_Green
{
font-family:Times New Roman,Verdana, Arial, Helvetica, sans-serif;
color:#009733;
font-size:28px;
font-stretch:normal;
}

.bg_line
{
background-image:url(../images/line.gif);
}
.table_lt
{
background-image:url(../images/home_20.gif);
}
.table_2
{
background-image:url(../images/home_21.gif);
background-color:#FFFFFF;
background-repeat:inherit;
}
.table_3
{
background-image:url(../images/home_22.gif);
}
.table_4
{
background-image:url(../images/home_23.gif);
}
.table_newimg
{
background-image:url(../images/new_image.gif);
}
.table_5
{
background-image:url(../images/home_26.gif);
}
.table_6
{
background-image:url(../images/home_27.gif);
background-color:#FFFFFF;
background-repeat:inherit;
}
.welcome_table_6
{
background-image:url(../images/welcome_27.gif);
background-color:#FFFFFF;
background-repeat:inherit;
}
.welcome_table_6_new
{
background-image:url(../images/welcome_27.gif);
background-color:#FFFFFF;
background-repeat: no-repeat;
}
.table_7
{
background-image:url(../images/home_29.gif);
}
.table_8
{
background-image:url(../images/home_32.gif);
}
.table_9
{
background-image:url(../images/home_35.gif);
}
.table_10
{
background-image:url(../images/home_38.gif);
}
.table_11
{
background-image:url(../images/home_39.gif);
}
.table_12
{
background-image:url(../images/home_40.gif);
}
.table_13
{
background-image:url(../images/home_41.gif);
}
.table_14
{
background-image:url(../images/bottom_42.gif);
}
.table_15
{
background-image:url(../images/bottom_43.gif);
}
.table_16
{
background-image:url(../images/bottom_44.png);
}
.table_17
{
background-image:url(../images/bottom_47.gif);
}
.table_18
{
background-image:url(../images/bottom_48.gif);
}
.table_19
{
background-image:url(../images/bottom_49.gif);
}
.table_20
{
background-image:url(../images/bottom_52.gif);
}
.table_21
{
background-image:url(../images/bottom_53.png);
}
.table_22
{
background-image:url(../images/bottom_54.gif);
}
.menu_left
{
background-image:url(../images/top_left.gif);
}
.menu_right
{
background-image:url(../images/top_right.png);
}
.innertable_lt
{
background:url(../images/innertab_lt.jpg) no-repeat;
}
.innertable_top
{
background-image:url(../images/innertab_top.jpg);
}
.innertable_rt
{
background:url(../images/innertab_rt.jpg) no-repeat;
}
.innertable_bottom
{
background-image:url(../images/innertab_bottom.jpg);
}
.innertable_rb
{
background-image:url(../images/innertab_rb.jpg);
}
.innertable_lb
{
background:url(../images/innertab_lb.jpg) no-repeat;
}
.innertable_left
{
background-image:url(../images/innertab_left.jpg);
}
.innertable_right
{
background-image:url(../images/innertab_right.jpg);
}
.innertable_righttop
{
background:url(../images/innertab_righttop.jpg) no-repeat;
}
.innertable_lefttop
{
background:url(../images/innertab_lefttop.jpg) no-repeat;

}
.innertable_middle
{
background-image:url(../images/innertab_middle.jpg);
}
.innertable_middle_link
{
	background-image:url(../images/innertab_middle_link_raj.jpg);
	text-align: left;
}
.bg_white
{
background-color:#FFFFFF;
}
.redTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
}
.menu_blue{
color: #3399cc;
font: 12px Arial, Helvetica, sans-serif;
}
.menu_blue11{
color: #3399cc;
font: 11px Arial, Helvetica, sans-serif;
}
.menu_bottom{
	color: #06C;
	font: 13px Arial, Helvetica, sans-serif;
}
.text_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text_search ul{
	padding:5px 0 0 0;
	margin:0;
	list-style-type:none;
}

.text_search li{
	padding:3px 0 0 7px;
	margin:0 0 0 13px;
	background:url(../Images/pointer.gif) no-repeat top left;
}

a.text_search:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
.textbold
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight: bold;
height: 20px;
}

.textbold :hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#41c4fb;
font-weight: bold;
height: 20px;
text-decoration: underline;
}
.text_blue
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#41c4fb;
font-weight: bold;
text-decoration: none;
}
.text_blue10
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#41c4fb;
font-weight: bold;
text-decoration: none;
}
.text_blue10
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#41c4fb;
font-weight: bold;
text-decoration: underline;
}
.text-red {
color: #FF0000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.new_link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #A8A8A8;
}
a.new_link:link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #A8A8A8;
text-decoration:underline;
}
.text_11_white{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #ffffff;
}
.text_place_bid{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #FFFFFF;
}

.text_feedback
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color: #003399;
text-decoration: none;
}
.text_green
{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6BC138;
}

.text_green11
{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#6BC138;
font-weight:bold;
}

.paging_bg
{
background-image:url(../images/paging_bg.jpg);
}
/*input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: thin solid #999999;
	background-image: url(../Images/bgForm.png);
}*/
.cssNoBg{
background-image:none;
font-size:12px;
}
/*textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	border: thin solid #999999;
	background-image: url(../Images/bgForm.png);
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: thin solid #999999;
	background-image: url(../Images/bgForm.png);
}*/
/*---------------------New Design CSS-----------------------------------------*/
.sectionHeading
{
	font-family:"trebuchet MS", Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../Images/top_right_bg.gif);
}

.sectionHeadingWhite
{
	font-family:"trebuchet MS", Arial;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.noBorder{
	border-width:0px;
}
.gridHdr{
	background-image:url(../Images/gridHdr.gif);
	background-repeat:repeat-x;	
	font-family:"trebuchet MS", Arial;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	height:36px;
	text-align:center;
	text-decoration:none;
	border-width:0px;
}

.gridHdr_text14{
	background-image:url(../Images/gridHdr.gif);
	background-repeat:repeat-x;	
	font-family:"trebuchet MS", Arial;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	height:36px;
	text-align:center;
	text-decoration:none;
	border-width:0px;
}

.gridHdr_text18{
	background-image:url(../Images/gridHdr.gif);
	background-repeat:repeat-x;
	font-family:"trebuchet MS", Arial;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:36px;
	text-align:center;
	text-decoration:none;
	border-width:0px;
}

/*----------------------------------------------------------------------------*/
input {
	font-family: Arial, Helvetica, sans-serif;
	border:solid;
	border-width:1px;
	border-color:#BDC7D8;
	font-size:12px;
}
.noBorder{
	border-width:0px;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border:solid;
	border-width:1px;
	border-color:#BDC7D8;
	font-size:12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	border:solid;
	border-width:1px;
	border-color:#BDC7D8;
	font-size:12px;
}
.noBorder{
	border:none;
	}
.railCss{
	position: relative;    
	height: 15px;    
	width: 145px;
	background-image:url(../Images/slideRailWhite.gif);
	}
.dactive{
	border-bottom:#EEEEEE solid 1px;
	border-left:#EEEEEE solid 1px;
	border-right:#EEEEEE solid 1px;
	
	}

.dactiveUpdated{
	border-top:#EEEEEE solid 1px;
	border-left:#EEEEEE solid 0px;
	border-right:#EEEEEE solid 0px;
	padding:0;
	margin:0;
	}
	
.alert_search
{
	border:solid 1px #C5B67A;
	background:#FCF7DA url(../Images/alert.png) 15px 5px no-repeat;
	color:#000000;
	padding:5px 0 5px 0;
	text-align:center;
	width:600px;
	vertical-align:middle;
	font-size:13px;
}

.alert_search_small
{
	border:solid 1px #C5B67A;
	background:#FCF7DA url(../Images/alert.png) 15px 5px no-repeat;
	color:#000000;
	padding:5px 0 5px 0;
	text-align:center;
	vertical-align:middle;
	font-size:13px;
}

.alert_search_greenIcon
{
	/*border:solid 1px #FF8A3F;*/
	/*border:solid 1px #C5B67A;*/
	/*background: url(../Images/alertIcon_Tiny.png) 15px 10px no-repeat;*/
	background: url(../Images/alertIcon_Tiny.png) 4px 10px no-repeat;
	color:#000000;
	padding:5px 0 5px 30px;
	text-align:left;
	width:500px;
	/*height:20px;*/
	vertical-align:middle;
	font-size:13px;
	/*font-weight:bold;*/
}
.innertable_righttop_new
{
background:url(../images/innertab_righttop_new.gif) no-repeat;
}
.innertable_rt_new
{
background:url(../images/innertab_rt_new.gif) no-repeat;
border:0px solid red;
}
.innertable_rb_new
{
background-image:url(../images/innertab_rb_new.gif);
border:0px solid red;
}

.checkboxes
{
BORDER-RIGHT: #336699 1px solid; 
BORDER-TOP: #336699 1px solid; 
OVERFLOW: auto; 
BORDER-LEFT: #336699 1px solid; 
BORDER-BOTTOM: #336699 1px solid; 
HEIGHT: 100px; 
width:300px; 
.width:299px; 
text-align:left;

}

.checkboxes input
{
    vertical-align: middle;
}

.checkboxes label 
{
    vertical-align: middle;
}

.checkbox input
{
    vertical-align: middle;
	/*border:0px solid red;*/
}

.checkbox label 
{
	padding:0 0 0 5px;
    vertical-align: middle;
	border:0px solid green;
}

.radiobtn input
{
    vertical-align: middle;
}

.radiobtn label 
{
	padding:5 0 0 5px;
    vertical-align: middle;
	border:0px solid green;
}


.radiobtnSingle input
{
    vertical-align: middle;
}

.radiobtnSingle label 
{
	padding:4px 0 0 2px;
    vertical-align: middle;
	border:0px solid green;
}


div.w1{background:#3483C5 url(../Images/w_TopLeft.gif) no-repeat; width:80%;}
div.w2{background:url(../Images/w_TopRight.gif) no-repeat top right;}
div.w3{background:url(../Images/w_BottomLeft.gif) no-repeat left bottom;}
div.w4{ text-align:center; background:url(../Images/w_BottomRight.gif) no-repeat right bottom; padding:10px; color:#FFFFFF; font-weight:bold;}

div.wi1{background:#156AB1 url(../Images/welcomeDarkblueLefttTop.gif) no-repeat; width:80%;}
div.wi2{background:url(../Images/welcomeDarkblueRightTop.gif) no-repeat top right;}
div.wi3{background:url(../Images/welcomeDarkblueLeftBottom.gif) no-repeat left bottom;}
div.wi4{ text-align:center; background:url(../Images/welcomeDarkblueRightBottom.gif) no-repeat right bottom; padding:10px; color:#FFFFFF; font-weight:bold;}


.bgCircleSmall{
	height:80px;
	border:0px solid red; 
	background:url(../Images/bubble.gif) center  no-repeat;
}

.bgCircleMin{
	height:80px;
	border:0px solid red; 
	background:url(../Images/bubbleMid.gif) center  no-repeat;
}

.bgCircleMax{
	height:80px;
	border:0px solid red; 
	background:url(../Images/bubbleMax.gif) center  no-repeat;
}

.closeBtn{
	 text-align:center; 
	 padding:0 2px 0 2px; 
	 border:1px outset black; 
	 float:right; 
	 text-decoration:none;
}

.blueText11{
	color:#288ED1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------New Home Page Starts-------------*/
#homeTopLeft{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeTopMid{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	width:976px; 
	height:6px;
}

#homeTopRight{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#homeBottomLeft{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeBottomMid{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	width:976px; 
	height:6px;
}

#homeBottomRight{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#body{
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:988px;
}
#info{
	margin:0; 
	padding:0;
}

#info li{
	float:left; 
	list-style:none; 
	margin:0; 
	padding:0;
}

li.box{
	width:238px;
	border:1px solid #DDD;
}

li.gap{
	width:5px;
}

.blockContent{
	background:url(../Images/homeBlockBg.gif) repeat-x bottom left; 
	height:22px;
	text-align:left;
	padding:7px 0 0 10px;
}

.maroonText11{
	color:#AD2B47;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.thumb{
	float:left; 
	padding:5px 0 0 6px;
}
.holidayBlocks{
	/*margin:5px 5px 18px 5px; */
	margin:5px 5px 18px 5px; 
	border:1px solid #DDD; 
	float:left; 
	width:220px; 
	padding:3px 3px;
}

/*-------------New Home Page Ends-------------*/
/*-------------New Home Page Modal window-------------*/
#containerDetail{
	border:0px solid red; 
	width:742px; 
	margin:auto auto;
}

#leftBlock{
	border:0px solid red; 
	float:left;
	width:296px;
}

#rightBlock{
	border:0px solid green; 
	float:left;
	width:264px;
	margin:0 0 0 5px;
}

#bottomBlock{
	border:0px solid orange; 
	width:562px;
	clear:left;
	padding:5px 0 0 10px;
}

#homeTopLeftl{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeTopMidl{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:281px;
}

#homeTopRightl{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#homeBottomLeftl{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeBottomMidl{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:281px;	
}

#homeBottomRightl{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#bodyl{
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
}

#homeTopLeftR{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeTopMidR{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:239px;
}

#homeTopRightR{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#homeBottomLeftR{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeBottomMidR{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:239px;
}

#homeBottomRightR{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#bodyR{
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:231px;
	padding:0 10px 0 10px;
}
/*---------------------------New Home page Modal window Ends-----------------------*/

a.tab:hover{
	float:left; 
	padding:3px 7px; 
	background:#CCC; 
	color:#000; 
	margin:0 4px; 
	border:1px solid #CCC;
	border-bottom:0px;
	text-decoration:none;
}

.tab{
	float:left; 
	padding:3px 7px; 
	background:#EEF5FF; 
	color:#000; 
	margin:0 4px; 
	border:1px solid #CCC;
	border-bottom:0px;
}

.tabBlocks{
	border:2px solid #ccc; 
	clear:left; 
	height:199px;
	margin:0 0 5px 0;
}

/*----Invite Friends Starts Here-----*/

#homeTopLefti{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeTopMidi{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:594px;
}

#homeTopRighti{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#homeBottomLefti{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeBottomMidi{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:594px;	
}

#homeBottomRighti{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#bodyi{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:586px;
	padding:0 10px;
	text-align:left;
}

#homeTopLeftii{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeTopMidii{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:595px;
}

#homeTopRightii{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#homeBottomLeftii{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeBottomMidii{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:595px;	
}

#homeBottomRightii{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#bodyii{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:600px;
	padding:0 0 0 7px;
}

#homeTopLeftiii{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

#homeTopMidiii{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:595px;
}

#homeTopRightiii{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

#homeBottomLeftiii{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:6px;
}

#homeBottomMidiii{
	float:left;
	border:0px solid red; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:595px;	
}

#homeBottomRightiii{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:6px; 
	border:0px solid red;
}

#bodyiii{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:587px;
	padding:0 10px;
}

/*----Invite Friends Ends Here-----*/

div.g1{clear:both; background:#02AC03 url(../Images/greenBlockleftTop.gif) no-repeat; width:80%;}
div.g2{clear:both; background:url(../Images/greenBlockRightTop.gif) no-repeat top right;}
div.g3{clear:both; background:url(../Images/greenBlockleftBottom.gif) no-repeat left bottom;}
div.g4{ clear:both; text-align:center; background:url(../Images/greenBlockRightBottom.gif) no-repeat right bottom; padding:0 8px 0 5px; .padding:0 5px 0 5px; color:#FFFFFF; font-weight:bold;}
/*---------Discount Page Starts Here---------*/
.homeTopLefti{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

.homeTopMidi{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:402px;
}

.homeTopRighti{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

.homeBottomLefti{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

.homeBottomMidi{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:402px;	
}

.homeBottomRighti{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

.bodyi{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:402px;
	padding:0 6px;
	text-align:left;
}

.homeTopLeftii{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

.homeTopMidii{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:195px;
}

.homeTopRightii{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

.homeBottomLeftii{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

.homeBottomMidii{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:195px;	
}

.homeBottomRightii{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

.bodyii{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:187px;
	padding:0 10px;
	text-align:left;
}

.homeTopLeftiii{
	background:#FFFFFF url(../Images/darkGreySibidevTopLeft.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:9px; 
	height:8px;
}

.homeTopMidiii{
	float:left; 
	border-top:3px solid #919390; 
	background:#FFF; 
	height:5px;
	width:169px;
}

.homeTopRightiii{
	float:left; 
	background:#FFF url(../Images/darkGreySibidevTopRight.gif) no-repeat top right; 
	width:9px; 
	height:8px; 
	border:0px solid red;
}

.homeBottomLeftiii{
	background:#FFFFFF url(../Images/darkGreySibidevBottomLeft.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:9px; 
	height:8px;
}

.homeBottomMidiii{
	float:left;
	border:0px solid red; 
	border-bottom:3px solid #919390; 
	background:#FFF; 
	height:5px;
	width:169px;	
}

.homeBottomRightiii{
	float:left; 
	background:#FFF url(../Images/darkGreySibidevBottomRight.gif) no-repeat bottom right; 
	width:9px; 
	height:8px; 
	border:0px solid red;
}

.bodyiii{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:3px solid #919390; 
	border-left:3px solid #919390; 
	background:#fff;
	width:169px;
	padding:0 6px;
	text-align:left;
}

.homeTopLeftiv{
	background:#FFFFFF url(../Images/blueTopLeft.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:3px; 
	height:3px;
}

.homeTopMidiv{
	float:left; 
	border-top:2px solid #59738E; 
	background:#FFF; 
	height:1px;
	width:163px;
	overflow:hidden;
}

.homeTopRightiv{
	float:left; 
	background:#FFF url(../Images/blueTopRight.gif) no-repeat top right; 
	width:3px; 
	height:3px; 
	border:0px solid red;
}

.homeBottomLeftiv{
	background:#FFFFFF url(../Images/blueBottomLeft.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:3px; 
	height:3px;
}

.homeBottomMidiv{
	float:left; 
	border-bottom:2px solid #59738E; 
	background:#FFF; 
	height:1px;
	width:163px;
	overflow:hidden;	
}

.homeBottomRightiv{
	float:left; 
	background:#FFF url(../Images/blueBottomRight.gif) no-repeat bottom right; 
	width:3px; 
	height:3px; 
	border:0px solid red;
}

.bodyiv{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:2px solid #59738E; 
	border-left:2px solid #59738E; 
	background:#fff;
	width:165px;
	height:2px;
	padding:0;
	margin:0;
	text-align:left;
	overflow:hidden;
}

.homeTopLeftv{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftTop.gif) no-repeat top left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

.homeTopMidv{
	float:left; 
	border-top:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:617px;
}

.homeTopRightv{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightTop.gif) no-repeat top right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

.homeBottomLeftv{
	background:#FFFFFF url(../Images/homeBg/homeBgLeftBottom.gif) no-repeat bottom left; 
	float:left; 
	border:0px solid red; 
	width:7px; 
	height:7px;
}

.homeBottomMidv{
	float:left; 
	border-bottom:1px solid #DDD; 
	background:#FFF; 
	height:6px;
	width:617px;	
}

.homeBottomRightv{
	float:left; 
	background:#FFF url(../Images/homeBg/homeBgRightBottom.gif) no-repeat bottom right; 
	width:7px; 
	height:7px; 
	border:0px solid red;
}

.bodyv{
	clear:both;
	float:left;
	border:0px solid red;
	border-right:1px solid #DDD; 
	border-left:1px solid #DDD; 
	background:#fff;
	width:617px;
	padding:0 6px;
	text-align:left;
}

/*---------Discount Page Ends Here---------*/

div.purple1{clear:both; background:#CF07E3 url(../Images/purpleBlockLeftTop.gif) no-repeat; width:80%;}
div.purple2{clear:both; background:url(../Images/purpleBlockRightTop.gif) no-repeat top right;}
div.purple3{clear:both; background:url(../Images/purpleBlockLeftBottom.gif) no-repeat left bottom;}
div.purple4{ 
	clear:both; 
	text-align:center; 
	background:url(../Images/purpleBlockRightBottom.gif) no-repeat right bottom; 
	padding:0 8px 0 5px; 
	.padding:0 5px 0 5px; 
	color:#FFFFFF; 
	font-weight:bold;
	}
.alertSucess{
	border:1px solid #009900; 
	background:#E4F3E8 url(../Images/alertIcon_Tiny.png) no-repeat 10px 4px; 
	padding:7px;
}

.textBlack1_11
{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#1A1A1A;
}

.textBlack1_13
{font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#0B0B0B;
}

.textBlackBold1_16
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#1D2527;
font-weight:bold;
}

.timesBlack12
{
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	color:black;
	font-weight:bold;
}

.textWhiteBold1_22
{
	font-family:'Times New Roman', Times, serif;
	font-size:22px;
	color:#FFFFFF;
	font-weight:bold;
}

.textWhiteBold1_12
{
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
