/* CSS Document */

/*-------- Mandatory CSS -------------*/
body {
 background:#ffffff url('images/page-bg.jpg'); margin: 0px; padding:0px; }

body,td,th,tr,font,div,.text{
	font:11px Tahoma, Arial, Helvetica, sans-serif; color:#222222; }

img{
	border:0px; }

form{
	display:block; padding:0px; margin:0px; }

input{ padding:0px; margin:0px; }

/*----------- CSS Selector, anchors ----------------*/
a{
	text-decoration:none; color: #81291F; border:1px none #ffffff; }
a:hover, .a2{
	text-decoration:none; border-bottom:1px solid #ff9900; color: #FF9900; }
.navBarTxt {
	width:16px; height:15px; border: 1px solid #dddddd; font: bold 10px Arial, Helvetica, sans-serif; color: #333333; text-decoration: none; padding:1px 4px 1px 4px; }
.navBarTxt:hover {
	width:16px; height:15px; background-color:#666666; font: bold 10px Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; padding:1px 4px 1px 4px; border: 1px solid #666665; }

/*-------- Text Align Classes -------------*/
.txtAlignRight{
	text-align:right; }
.middleAlign{
	 vertical-align:middle; }

.bgAlignRight{
	background-position:right top;
	background-repeat:no-repeat;
}

/*-------- Text Coloring Classes -------------*/
.txtOrange{
	color:#ff6600;
}

.txtLightGray{
	color:#bbbbbb;
}

.txtLightGray2, .txtLightGray2 a{
	color:#999999;
}

/*-------- Border Classes -------------*/
.borderBottom{
	border-bottom:1px solid #eaeaea; }
.borderBottomDark{
	border-bottom:1px solid #bbbbbb; }
.borderBottomDashed{
	border-bottom:1px dashed #777777; }	
.borderLight{
	border:1px solid #b0bec7; }
.borderLight2{
	border:1px solid #D0D8DD;
}
.borderDark{
	border:1px solid #666666; }

/*-------- Padding Classes -------------*/
.padding5{
	padding:5px;
}

.paddingLeft10{
	padding:0px 14px 0px 10px;	
}

.overflowHidden{
	overflow:hidden;
}

.overflowScroll{
	overflow:auto;
}


#popChaps a, #ccTips a, #ccTips a:hover{
	text-decoration:none;
	border:0px;
	color:#000000;
}
#popChaps a:hover, #ccTips a:hover{
	color:#10759e;
}
#popChaps a{
	font-weight:bold;
} 

#welcome{
	color:#ffffff;
}

#welcome .title{
	font-size:14px;
	font-weight:bold;
}
#layoutBody{
	width:776px;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	text-align:left; 
}

#layoutBody table{
	text-align:left; 
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006B98;
}

ul{
	list-style-image:url(images/bullet-pin2.gif);
	vertical-align:middle;
}

.ul2{
	list-style-image:url(images/bullet-clip.gif);
	vertical-align:middle;
}

.tileX{
	background-repeat:repeat-x;
	background-position:bottom;
}


.input{
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid #D0D8DD;
	padding:2px;
}

.repeatY{
	background-repeat:repeat-y;
}

.noRepeat{
	background-repeat:no-repeat;
}

.refer{
	padding:40px 38px 0px 50px;
}

.refer .input{
	margin:1px 0px;
	border:1px solid #968662;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.referBut{
	background-image:url('images/refer-but.gif');
	width:89px;
	height:31px;
	border:0px;
	cursor:pointer;
}
.justify{
	text-align:justify;
}

.txtLight {
	color: #c3bcab;
}

.askus{
	background-image:url('images/askus-but.gif');
	width:91px;
	height:32px;
	border:0px;
	cursor:pointer;
}

.txtWhite, .txtWhite a{
	color:#ffffff;
}
