body {padding:0; margin:0;}
body, td, input, textarea, select{
	font-size:11px;
    font-family:Tahoma;
	color:#6D6C6C;
	line-height:14px;
	
}

#homeRight div{
	margin:4px;
	padding-bottom:10px;
	padding-top:10px;
	background-image: url(../images/dots_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#homeRight img, {
border: #707070 1px solid;
}

#homeRight a{
text-decoration:none;
color: #0072AF;
font-weight:normal;
}

#homeRight a:hover{
text-decoration:none;
color: #505050;
}

.moreInfo {
color: #0072AF;
background: url(../images/more_link.gif) left no-repeat;
padding-left:16px;
float:right;
padding-right: 10px;
}

.moreInfo:hover {
color: #505050;
}

#stayAhead{
text-align:right; 
background:url(../images/dots_h.gif) bottom repeat-x;
padding-bottom:2px;
}

.sectionCell{
background:url(../images/dots_v.gif) right repeat-y; 
line-height:20px; 
padding-right:2px;
}

.thumbnail{
  border: #707070 1px solid;
}

#footer a{
color:506C15;
padding: 10px;
font-weight:normal;
}

#footer a:hover{
color:505050;
}

a{
   text-decoration:none;
color: #0072AF;
font-weight:bold;
}

a:hover{
   
color: #505050;
}

#footerBorder{
background:url(../images/footer_border.gif) top repeat-x; 
height:2px;
font-size:0%;
}

.rightCol{
background-color:#E9E9E9; 
border-left:#BABABA 1px solid; 
border-right:#BABABA 1px solid;
padding:5px;
}

.pgTrail{
background:url(../images/dots_h.gif) bottom repeat-x;
font-size:12px;
padding:5px;
width:500px;
}

.divider{
background:url(../images/dots_h.gif) bottom repeat-x;
font-size:0%;
height:2px;
}

#testimonials{
padding:5px;
}

.title{
font-weight:bold;
color: #506C15;
font-size: 14px;
font-family:Arial;
}


.subtitle{
font-weight:bold;
color: #92B626;
text-decoration:underline;
font-size: 12px;
}

.simpleMoreInfo{
color: #0072AF;
font-weight:normal;
}

.topLink {
color: #506C15;
background: url(../images/arrow_top.gif) left no-repeat;
padding-left:16px;
float:right;
padding-right: 10px;
font-weight:normal;
}

.topLink:hover {
color: #505050;
}

.subMenu{
color:#ffffff;
font-family:Arial;
}

.mainContent{
padding:5px;
}

.biCell{
border:#506C15 1px solid;
background-color:#F1FFC5;
}

.smallText{
font-size:9px;
}

/***********Added by Raju Bogi************/
/***********For Home page Sample Dashboard Button************/
a.sampDB {
	background-image:url(../images/gB.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:20px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 36px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
}
a.sampDB:hover{
	text-decoration: none;
	color: #444444;
}

/***********Added by Raju Bogi************/
/***********For Dashboard Buttons************/
a.db_Btn_0, a.db_Btn_1, a.db_Btn_2, a.db_Btn_3, a.db_Btn_4, a.db_Btn_5, a.db_Btn_6{
	background-image: url(../images/db_btn.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 33px;
	width: 140px;
	line-height: 31px;
	text-align: center;
	color: #333333;
}
a.db_Btn_0:hover, a.db_Btn_1:hover, a.db_Btn_2:hover, a.db_Btn_3:hover, a.db_Btn_4:hover, a.db_Btn_5:hover, a.db_Btn_6:hover{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
a.db_Btn_0{
	left: 149px;
	top: 30px;
}
a.db_Btn_1{
	left: 246px;
	top: 30px;
}
a.db_Btn_2{
	left: 409px;
	top: 30px;
}
a.db_Btn_3{
	top: 81px;
	left: 246px;
}
a.db_Btn_4{
	left: 409px;
	top: 81px;	
}
a.db_Btn_5{
	left: 246px;
	top: 132px;
}
a.db_Btn_6{
	left: 409px;
	top: 132px;
}

/***********Added by Raju Bogi************/
/***********For Dashboard Quick links on individual pagesButtons************/

div.sec_db_links{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0072AF;
}
ul.ul_dBoards{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.ul_dBoards li{
	float: left;
}
ul.ul_dBoards a{
	display: block;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-color: #D8D8D8;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
}
ul.ul_dBoards a:hover, ul.ul_dBoards a.active{
	background-color: #0072AF;
	color: #FFFFFF;
}
