﻿/* ABS */

#ContentAreaBox
{
	position: absolute;
	z-index: 1234;
	display:none;
}

p.MainTitle {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize; /*uppercase*/
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	color: #00738C;
}

p.SubMainTitle {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	color: #00738C;
}

.PageInnerTitle {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}
p.Copyrights {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
	color: #00738C;
}



p.LatestNewsSubTitles {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: none;
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	color: #e79c05;
}


.req_fields {

	font-size: 9px;
	font-weight: normal; /* normal, bold */
	font-style: italic; /* normal,  italic */
	font-variant: normal; /* normal, small-caps */
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */
	text-decoration: none; /* overline underline */
	color: red;
}

/****** Seperators ********/
.ContentAreaBottomBg {
	background-image: url('../graphics/bottom_gradiant.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
}
.ContentAreaTopBg {
	background-image: url('../graphics/top_gradiant.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}
.HorGrayDottedSep {
	background-image: url("../graphics/hor_gray_sep.gif");
	background-repeat: repeat-x;
	background-position: center center;
}

.HorOrangeDottedSep {
	background-image: url("../graphics/dottd_orange.jpg");
	background-repeat: repeat-x;
	background-position: center center;
}

.VerGrayDottedSep {
	background-image: url("../graphics/ver_gray_sep.gif");
	background-repeat: repeat-y;
	background-position: center center;
}
/****** END Seperators ********/

/************* LINKS ************************/

a:link.top, a:active.top, a:visited.top {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:hover.top {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a:link.bottom, a:active.bottom, a:visited.bottom {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	color: #00738C;
	text-decoration: none;
	font-size: 10px;
}
a:hover.bottom {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

a:link.More , a:active.More , a:visited.More {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #00738C;
	text-decoration: none;
	font-size: 10px;
}
a:hover.More {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}


a:link.AjaxLink , a:active.AjaxLink , a:visited.AjaxLink {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #00738C;
	text-decoration: none;
	font-size: 11px;
}
a:hover.AjaxLink {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

a:link.SubMainLinks , a:active.SubMainLinks , a:visited.SubMainLinks {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a:hover.SubMainLinks {
	font-weight: normal;
	color: #00738C;
	text-decoration: none;
	font-size: 11px;
}


a:link.SubSideLinks, a:active.SubSideLinks, a:visited.SubSideLinks {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a:hover.SubSideLinks {
	font-weight: normal;
	color: #00738C;
	text-decoration: none;
	font-size: 11px;
}


a:link.SubSideLinksSel, a:active.SubSideLinksSel, a:visited.SubSideLinksSel {
	font-family: Georgia , Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #00738C;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a:hover.SubSideLinksSel {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}


/******** END LINKS **************************/
.BorderNone {
	border: 0px solid #FFFFFF;
	font-size: 10px;
}


.PACDtdBorder { 
   /*border: 1px solid #C0C0C0; */
   border-bottom:#cccccc;
   border-bottom-style:dotted;
   border-bottom-width: 1px;
   padding:3px;
}

/* End CSS */