/* crs.css */
/* Resources section css styles */
body, td, tr, li, form, .basicForm, .txt  {
	font-size : 10px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
 A:link { color: #15235B }
  A:visited { color: #15235B }
/*  A:active { color: fuchsia ;font-weight: normal;}*/
  A:hover{
	font-weight: bolder;
}
div.spacerbar{ 
/*color :#15235B;*/
background-color :#15235B;
height :1px;
font-size:1px;
}
.popup {
        cursor: hand;
        font-weight: bolder;
}
.submitGo {
	color : black;
	font-weight: bold;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: normal;
	color: #15235B;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #15235B;
}
.breadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #15235B;
}
.BreadCrumbCurrent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #15235B;
}
.link {
	color : #15235B;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.link:hover {
	color : #15235B;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.footer {
	color : #15235B;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer:hover {
	color : #15235B;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.stepback {  text-indent: 4px}
.indent {  text-indent: 4pt}
.testimonialLeadIn {
	color : #666666;
	font-weight: bold;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.testimonial {
	color : #666666;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
.testimonialCredit {
	color : #666666;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
.photoCaptionHead {
	color : #666666;
	font-weight: bold;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
.photoCaption {
	color : #666666;
	font-weight: normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: normal;
	color: #15235B;
}
.shout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: normal;
	color: #ff0000;
}
td.inthissectionheader {
	border: 1px solid;
	background-color: #15235B;
	color : #F8F8FF;
	/*	float : right; */
	font-weight : bolder;
	text-align : center;
}
td.inthissectionrow {
	border: 1px solid;
	/*	float : right; */
	}
td.unread {
        font-weight : bolder;
}
td.read {
	font-weight: normal;        
}
td.msgtext {
        font-family: courier-new;
	font-size: 12px;
}

div.sabblog_Entry_Date {
	background-color: #FFFFF0;
	border: 1px dashed #d0d0d0;
	margin: 10px;
	padding: 10px;
	width: 100%;
 
} 

.sabblog_title {
  border: 1px;
  color: #3366CC;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 20px;
}

.FEEDBACK_ODDROW {
	background-color : #DCDCDC;
	color : #666666;
	font-weight: bold;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}

.FEEDBACK_EVENROW {
	background-color : #F5F5F5;
color : #666666;
	font-weight: bold;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}


