/* CSS Document */

body{
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-family: Arial;
	font-size: 11px;
}
#header {
}
#nav {
	line-height: 23px;
	padding: 0px;
	height: 23px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #516244;
	background-image: url(../images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav td,a, a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/*
#content td{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
*/
.rounded_left {
	background-image: url(../images/rounded_rect_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 18px;
}
.rounded_right {
	background-image: url(../images/rounded_rect_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 18px;
}
.top_dotted_border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
.footer a{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

.footer a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
.read_more a{
	font-family: Tahoma;
	font-size: 10px;
	color: #516244;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

.read_more a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #516244;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
.h1 {
	font-family: Arial;
	font-size: 18px;
	color: #516244;
	font-weight: bold;
}
.font_justfy {
	text-align: justify;
}
.light_gary_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAE9EF;
}
.white_font {
	color:#FFFFFF;
	
}


/*Added by sekar*/

.table_forum {
	border: 1px solid #CCCCCC;
	padding: 3px;
	border-collapse: collapse;
	margin-top: 2px;
	margin-bottom: 2px;
}

.table_forum td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 3px;
}

.border_lightgray td{
	border: 1px solid #F2F1EA;
}
.border_blue td{
	border: 1px solid #7DAEFF;	
}
.forum_info td{
	border: 1px solid #FFFFFF;
}
.h1_style_green {
	font-weight: bold;
	color: #18007C;	
}
.forum_quote {
	background-color: #F2F1EA;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.column_left {
	width:190px;
}

.btn{
	color:#FFFFFF;
	font-family: Verdana,helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	//background-color:#6E9AD6;
      	background-color:#516244;
      	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.list_border{
	border: 1px solid #516244;
}

.errormessage {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.successmessage {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #009933;
	font-weight: bold;
	text-decoration: none;
}
.subtitle{
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #18007C;	

}

.tableheader{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
}
/*
.nav_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FBF400;
}
*/
.gray_text {
color: #333333;
}
.dblue_text {
color: #18007C;
}
.white_text {
color: #ffffff;
}
.small_text {
	font-size: 10px;
}
.justify_text {
	text-align: justify;
}

.other a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.other a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.gray_border_total {
	border: 1px solid #CCCCCC;
}
.gray_border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.gray_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.gray_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.gray_border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dblue_border_total {
	border: 1px solid #18007C;
}
.dblue_border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #18007C;
}
.dblue_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #18007C;
}
.dblue_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #18007C;
}
.dblue_border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18007C;
}
.dblue_border_bottom2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18007C;
}
.dotted_border_top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
}
/*
#body_con {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse: collapse;
}

#nav td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18007C;
	height: 25px;
	line-height: 25px;
}
*/
.tablecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C3966;
	text-decoration: none;
}

.tablecontentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2166AB;
	text-decoration: none;
}

.viewformheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2166AB;
	text-decoration: none;
}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.inputbox
{
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #516244;
}
.total_bgcolor {
	background-color:#516244;
	height:26px;
}
.tableStyleList{
	border: 1px solid #516244;
}
.boldwttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.form_link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C3966;
	text-decoration: none;
}

a.form_link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C3966;
	text-decoration: none;
}

a.form_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C3966;
	text-decoration: none;
}

a.form_link_small  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #2C3966;
	text-decoration: none;
}

a.form_link_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #2C3966;
	text-decoration: none;
}
a.boldwttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.boldwttext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.tablelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.tablelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

a.downloadlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #074287;
}
.tableheading_txt{
	color:#FFFFFF;
	font-family: Verdana,helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}


.paginglinks_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.paginglinks_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.paginglinks_white:hover{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.paginglinks_black
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.paginglinks_black
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.paginglinks_black:hover{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.paginglinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7DAEFF;
	font-weight: bold;
	text-decoration: none;
}
a.paginglinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7DAEFF;
	font-weight: bold;
	text-decoration: underline;
}
a.paginglinks:hover{
	color: #7DAEFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.black_text{
	font-size: 11px;
	color:#000000;	
}

.table_red_text{
	color:#FF0000;
}