/* Basic CSS Stylesheet for a new Web Application project */

/**************************************************
/	 General site settings xxx
/**************************************************/
.colourbox{
border-color: black;
border-style: solid;
border-width: 1px;
}
BODY
{ 
	font-size: 11px;
	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: 11px;
    COLOR: #000000;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*  temp remove for indiv test - Tony W
TABLE
{
	font-size: 11px;
	color:black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

TABLE.outer
{
	font-size: 11px;
	color:black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background-color: White;
}
*/
td.mainbody
{
	font-size: 11px;
	color:#000000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background-color: #E6E9F1;
}
.smallTX { font-size: xx-small; }
	
.normal
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
A.normal
{
	font-size: 12px;
	color:Blue;
}
A.adminheading
{
	font-size: 16px;
	color:White;
}
A:LINK {
	color:black;
}

A:VISITED {
	color:black;
}
A:HOVER {
	color:orange;
}
A:ACTIVE {
	color:orange;
}

.errorMsg
{
	font-size: 11px;
	font-weight:bold;
	color:Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}




/**************************************************
/	 SECTION SPECIFIC MENU BACKGROUNDS 
/**************************************************/
.menuT2
{
	background-color:#f99518;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
    COLOR: #ffffff;
}

.footer
{
	background-color:#E3E3E3;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
    COLOR: #000000;
}





/**************************************************
/	 Form settings 
/**************************************************/
.StandardForm
{
	font-size: x-small; /*11px;*/
	font-weight: normal;
	color:Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.StandardForm
{
	font-size: 11px;
	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: 11px;
	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: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.StandardFormError
{
	font-size: 12px;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.StandardFormButton
{
	font-size: 12px;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

.fieldlabel
{
	font-size: 11px;
	font-weight: bold;
	color:Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;	
}

.requiredmarker
{
	font-size: 14px;
	font-weight: bold;
	color:Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}


/**************************************************
/	 CMSBar module settings 
/**************************************************/
.CMSBar
{
	font-size: 12px;
	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: 12px;
	font-weight: normal;
	color:Navy;
	background-color:#f5f4d5;
	border-color:Navy;
	border-width:thin;
	border-style:solid;
}
SELECT.CMSBar
{
	font-size: 12px;
	font-weight: bold;
	color:Navy;
	background-color:#f5f4d5;
	border-color:Navy;
	border-width:medium;
}
A.CMSBar
{
	font-size: 12px;
	font-weight: normal;
	color: Red;
}


/**************************************************
/	 Admin Grid modules settings 
/**************************************************/
.griditem
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}
.griditemalt
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
	background-color: #e6f2ff;
}
.gridheader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica;
	background-color: navy;
}

.gridprintheader
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}

.gridheaderlink
{
	background-color: navy;
}



/**************************************************
/	 Headline modules settings 
/**************************************************/
.HeadlineItemTableOuter
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemTableOuterEdit
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-color:White;
	border-style:solid;
	border-width:2px;
}
.HeadlineItemTableInner
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemSummary
{
	font-weight: normal;
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemSummaryEdit
{
	font-weight: normal;
	font-size: 11px;
	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: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemBodyEdit
{
	font-weight: normal;
	font-size: 11px;
	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: 12px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemCalendar
{
	font-weight: bold;
	font-size: 12px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* for days row */
.HeadlineDayCalendar
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ff9933;
}
/* for prev/next links row */
.HeadlineNextPrevCalendar
{
	font-weight: bold;
	font-size: 12px;
	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: 12px;
	font-weight: normal;
	color:black;
}
SPAN.HeadlineItemLabel
{
	font-size: 12px;
	font-weight: normal;
	color:black;
}

.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
INPUT.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
TEXTAREA.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
SELECT.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
}

/* background behind the calander row */
.HeadlineBackground
{
	background-color: #d4d0c8;
}



.searchResult
{
	font-size: 11px;
	font-weight:normal;
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*  Temporarilty remove  to test defaults in existing styles sheets - Tony W
P
{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
UL
{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #4c78ab;
}
H2
{
	font-size: 22px;
	color: firebrick;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #4c78ab;
}
H4
{
	font-weight: bold;
	font-size: 14px;
	color: #4c78ab;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H5
{
	font-weight: bold;
	font-size: 11px;
	color: firebrick;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
H6
{
	font-weight: bold;
	font-size: 11px;
	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: 11px;
	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: 11px;
	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;
}
.title{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #4c78ab;

}
/************************/
/* Grid Defaults	NEW */
/************************/
.gridheader, .gridheader tr, .gridheader td
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: tahoma,verdana,Arial, Helvetica, sans-serif;
	background-color: #00578A;
	/*background-color: #FE9900;*/
	height: 25px;
	vertical-align: middle;
	text-align:left;
}

.griditem, .griditem tr, .griditem td
{
	font-size: 11px;
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
	color: black;
	/*border-bottom: #3399ff 1px solid;*/
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}
.griditemalt, .griditemalt tr, .griditemalt td
{
	font-size: 11px;
	margin-bottom: 10px;
	/*padding-bottom: 10px; */
	color: #000000;
	/*border-bottom: #3399ff 1px solid;*/
	font-family: tahoma,verdana,Arial, Helvetica, sans-serif;
	background-color: #F1FCFF;
}

.griditemselected
{
	border-right: #cc3300 2px solid;
	border-top: #cc3300 2px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #cc3300 2px solid;
	color: #000000;
	border-bottom: #cc3300 2px solid;
	font-family: tahoma,verdana,Arial, Helvetica, sans-serif;
	background-color: lavender;
}

.grid
{
	font-size: 11px;
	font-family: tahoma,verdana, Arial, Helvetica;
	
}
.gridfooter
{
	font-size: 9px;
	color: firebrick;
	font-family: Arial, Helvetica, sans-serif;
}

.gridpager, .gridpager tr
{
	border-top: #fe9900 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: black;
	border-bottom: #fe9900 1px solid;
	font-family: tahoma,verdana,Arial, Helvetica, sans-serif;
	background-color: navajowhite;
}

.gridpager a
{
	font-weight: normal;
	font-size: 11px;
	color: #000099;
	font-family: tahoma,verdana,Arial, Helvetica;
}

.gridpager a:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #000099;
	font-family: tahoma,verdana,Arial, Helvetica;
	text-decoration: underline;
}

.gridpager a:visited
{
	font-weight: normal;
	font-size: 11px;
	color: #000099;
	font-family: tahoma,verdana,Arial, Helvetica;
}


.gridheader a
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: tahoma,verdana,Arial, Helvetica;
}

.gridheader a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: tahoma,verdana,Arial, Helvetica;
	text-decoration: underline;
}

.gridheader a:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: tahoma,verdana,Arial, Helvetica;
}
.gridprintheader
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}
.gridheaderlink
{
	background-color: navy;
}

.GridButton a:visited
{
	 background-color: #d6e7ff;
    border-top: #99ccff solid 1px;
	border-right: #003399 solid 1px;
	border-bottom: #003399 solid 1px;
	border-left: #99ccff solid 1px;
    color: #ce0031;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
	 width: 4em;
/*    padding: 1px 3px 1px 3px; */
	text-decoration: none;
	display: inline;
}
.GridButton a:link
{   background-color: #d6e7ff;
    border-top: #99ccff solid 1px;
	border-right: #003399 solid 1px;
	border-bottom: #003399 solid 1px;
	border-left: #99ccff solid 1px;
    color: #ce0031;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
	width: 4em;
	/*padding: 1px 3px 1px 3px;*/
	text-decoration: none;
	display: inline;
	}

.GridButton a:hover
{   background-color: #00578A;
    color: white;
}

/* depress effect on click */
.GridButton a:active
{   border-top: #003399 solid 1px;
	border-right: #99ccff solid 1px;
	border-bottom: #99ccff solid 1px;
	border-left: #003399 solid 2px;
    /*letter-spacing: normal;*/
}
.GridButton a:focus 
{   border-top: #003399 solid 1px;
	border-right: #99ccff solid 1px;
	border-bottom: #99ccff solid 1px;
	border-left: #003399 solid 2px;
    /*letter-spacing: normal;*/
}

.AdminButton a:visited
{
	 background-color: #d6e7ff;
    border-top: #99ccff solid 1px;
	border-right: #003399 solid 1px;
	border-bottom: #003399 solid 1px;
	border-left: #99ccff solid 1px;
    color: #ce0031;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
	 width: 6em;
    padding: 1px 3px 1px 3px;
	text-decoration: none;
	display: inline;
	text-align: center;
}
.AdminButton a:link
{   background-color: #d6e7ff;
    border-top: #99ccff solid 1px;
	border-right: #003399 solid 1px;
	border-bottom: #003399 solid 1px;
	border-left: #99ccff solid 1px;
    color: #ce0031;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
	width: 6em;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	display: inline;
	text-align: center;
	}

.AdminButton a:hover
{   background-color: #00578A;
    color: white;
}

/* depress effect on click */
.AdminButton a:active
{   border-top: #003399 solid 1px;
	border-right: #99ccff solid 1px;
	border-bottom: #99ccff solid 1px;
	border-left: #003399 solid 2px;
    /*letter-spacing: normal;*/
}
.AdminButton a:focus 
{   border-top: #003399 solid 1px;
	border-right: #99ccff solid 1px;
	border-bottom: #99ccff solid 1px;
	border-left: #003399 solid 2px;
    /*letter-spacing: normal;*/
}

