/* Basic CSS Stylesheet for a new Web Application project */

/**************************************************
/	 General site settings 
/**************************************************/
BODY
{
	font-size: 8pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #e6e9f1;
}


BODY.cms
{
    BACKGROUND-COLOR: #FFB300;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
    COLOR: #000000;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


TABLE
{
	font-size: 8pt;
	color:black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

TABLE.outer
{
	font-size: 8pt;
	color:black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background-color: White;
}

td.mainbody
{
	font-size: 8pt;
	color:#000000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background-color: #E6E9F1;
}
	
.normal
{
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
A.normal
{
	font-size: 9pt;
	color:Blue;
}
A.adminheading
{
	font-size: 11pt;
	color:White;
}
A:LINK {
	color:black;
}
A:VISITED {
	color:black;
}
A:HOVER {
	color:orange;
}
A:ACTIVE {
	color:orange;
}

.errorMsg
{
	font-size: 8pt;
	font-weight:bold;
	color:Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.MenuBG
{
	background: url(../CSpublic/images/menuBG.gif);
}
.ShadeBG
{
		background: url(../images/base/shadeBG.jpg);
}
.CMSFooter{
	color:#ffff00;
	font-size:7pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a.CMSFooter, a.CMSFooter:active, a.CMSFooter:link, a.CMSFooter:visited {
	color: #ffff00;
	text-decoration: none;
}
a.CMSFooter:hover {
	color: #FFFFFF;
}

/**************************************************
/	 SECTION SPECIFIC MENU BACKGROUNDS 
/**************************************************/
.menuT2
{
	background-color:#f99518;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
    COLOR: #ffffff;
}

.footer
{
	background-color:#E3E3E3;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
    COLOR: #000000;
}





/**************************************************
/	 Form settings 
/**************************************************/
.StandardForm
{
	font-size: 10pt;
	font-weight: normal;
	color:Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.StandardForm
{
	font-size: 10pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
TEXTAREA.StandardForm
{
	font-size: 8pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
SELECT.StandardForm
{
	font-size: 8pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.StandardFormError
{
	font-size: 9pt;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.StandardFormButton
{
	font-size: 14pt;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

.fieldlabel
{
	font-size: 8pt;
	font-weight: bold;
	color:Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;	
}

.requiredmarker
{
	font-size: 11pt;
	font-weight: bold;
	color:Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

/**************************************************
/ CMSmenu module settings 
/**************************************************/
.CMSmenu
{
font-size: x-small;
color:#63679D;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
TD.CMSmenu
{
font-size: x-small;
color:#63679D;
font-family: Arial, Verdana, Helvetica, sans-serif;
/*background: url(/assets/CSPublic/images/base/blue-arrowA.gif);
background-position:left;
background-repeat: no-repeat;*/
}
.CMSmenudelim
{
font-size: x-small;
font-weight: bold;
color:#f89734;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
A.CMSmenu
{
font-size: x-small;
font-weight: bold;
color: #63679D;
text-align:right;
}
.CMSmenuSelected
{
font-size: x-small;
font-weight: bold;
/*color: #FFFFFF;*/
color: #B40020;
text-decoration:none;
/*background: url(/assets/CSPublic/images/base/red-arrowB.gif);
background-position: left;
background-repeat: no-repeat;*/
 }
A.CMSmenu:LINK {
color:#63679D;
text-decoration:none;
}
A.CMSmenu:VISITED {
color:#63679D;
text-decoration:none;
}
A.CMSmenu:HOVER {
color:#FFB300;
text-decoration:none;
}
A.CMSmenu:ACTIVE {
color:#63679D;
text-decoration:none;
}




/**************************************************
/	 CMSBar module settings 
/**************************************************/
.CMSBar
{
	font-size: 9pt;
	font-weight: normal;
	color:#f5f4d5;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
A.CMSBar {
	color:#f5f4d5;
}
A.CMSBar:LINK {
	color:#f5f4d5;
}
A.CMSBar:VISITED {
	color:#f5f4d5;
}
A.CMSBar:HOVER {
	color:red;
}
A.CMSBar:ACTIVE {
	color:#f5f4d5;
}
TABLE.CMSBar
{
	background-color:Gray;
	BORDER-RIGHT: gray thin solid; 
	BORDER-TOP: gray thin solid; 
	BORDER-LEFT: gray thin solid; 
	BORDER-BOTTOM: gray thin solid; 
	WIDTH: 100%; 
	FONT-FAMILY: Arial; 
	POSITION: static; 
	HEIGHT: 20px
}
INPUT.CMSBar
{
	font-size: 9pt;
	font-weight: normal;
	color:Navy;
	background-color:#f5f4d5;
	border-color:Navy;
	border-width:thin;
	border-style:solid;
}
SELECT.CMSBar
{
	font-size: 9pt;
	font-weight: bold;
	color:Navy;
	background-color:#f5f4d5;
	border-color:Navy;
	border-width:medium;
}
A.CMSBar
{
	font-size: 9pt;
	font-weight: normal;
	color: Red;
}

.AdminHeading
{
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color : #b40020;
	}
/**************************************************
/	 Admin Grid modules settings 
/**************************************************/
/*
.griditem
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}
.griditemalt
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Helvetica;
	background-color: #e6f2ff;
}
.gridheader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Arial, Helvetica;
	background-color: navy;
}

.gridprintheader
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}

.gridheaderlink
{
	background-color: navy;
}


*/
/**************************************************
/	 Headline modules settings 
/**************************************************/
.HeadlineItemTableOuter
{
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemTableOuterEdit
{
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-color:White;
	border-style:solid;
	border-width:2px;
}
.HeadlineItemTableInner
{
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemSummary
{
	font-weight: normal;
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemSummaryEdit
{
	font-weight: normal;
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-color:White;
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
}
.HeadlineItemBody
{
	font-weight: normal;
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemBodyEdit
{
	font-weight: normal;
	font-size: 8pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-color:black;
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
}
.HeadlineItemTitle
{
	font-weight: bold;
	font-size: 9pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemCalendar
{
	font-weight: bold;
	font-size: 9pt;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* for days row */
.HeadlineDayCalendar
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ff9933;
}
/* for prev/next links row */
.HeadlineNextPrevCalendar
{
	font-weight: bold;
	font-size: 9pt;
	color:#003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.HeadlineItemSeparator
{
	color:black;
	height:1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemMoreLink
{
	text-align:left;
}
.HeadlineItemLabel
{
	font-size: 9pt;
	font-weight: normal;
	color:black;
}
SPAN.HeadlineItemLabel
{
	font-size: 9pt;
	font-weight: normal;
	color:black;
}

.HeadlineItem
{
	font-size: 8pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
INPUT.HeadlineItem
{
	font-size: 8pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
TEXTAREA.HeadlineItem
{
	font-size: 8pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
SELECT.HeadlineItem
{
	font-size: 8pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
}

/* background behind the calander row */
.HeadlineBackground
{
	background-color: #d4d0c8;
}

/**************************************************
/	Login Form settings 
/**************************************************/
.LoginForm
{
	font-size: small;
	font-weight: normal;
	color:Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.LoginForm
{
	font-size: small;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
TEXTAREA.LoginForm
{
	font-size: small;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
SELECT.LoginForm
{
	font-size: small;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.LoginFormError
{
	font-size: small;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.LoginFormButton
{
	font-size: medium;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
/**************************************************/
.MailbackformSubmit
{
	font-size: medium;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}



P
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.searchResult
{
	font-size: 8pt;
	font-weight:normal;
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

UL
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #4c78ab;
}
H2
{
	font-size: 16pt;
	color: firebrick;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: #4c78ab;
}
H4
{
	font-weight: bold;
	font-size: 11pt;
	color: #4c78ab;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H5
{
	font-weight: bold;
	font-size: 8pt;
	color: firebrick;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H6
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
FORM
{
	margin: 0px;
}




/**************************************************
/	 Testimonials modules settings 
/**************************************************/
TABLE.testimonials
{
	border-right: #4c78ab 2px solid;
	border-top: #4c78ab 2px solid;
	font-size: 8pt;
	border-left: #4c78ab 2px solid;
	color: black;
	border-bottom: #4c78ab 2px solid;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
}

TD.testimonial
{
	color: #4c78ab;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

TD.testimonialfrom
{
	color: black;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



