/*

*********************************************************************************************
*** PLEASE FOLLOW THE RULES BELOW **************************
*********************************************************************************************

> Styles can be seperated into the groups (and sub-groups) shown below.

	1. Tag (Redefines the look of any specific tag)

	2. Class (Can apply to any tag)
	
		- Page (Applies to the entire web page)
			- Header (Applies to the header portion of the page)
			- Nav (Applies to the navigation portion of the page)
			- Content (Applies to the main content portion of the page)
				- Heading (Applies to the headings within main content portion of the page)
				- Paragraph (Applies to the paragraphs within main content portion of the page)
			- Footer (Applies to the footer portion of the page)
			- Control (Applies to the user controls)
				- Name of Control (Applies to the specific user control)
			- Form (Applies to the form elements of a site)
			- Misc (Applies to miscellaneous element/sections of the site)
				- Error (Applies to the error messages)
		- Admin (Applies to the admin section of the site)
			- Tree (Applies to the tree view)
			- Cms (Applies to the cms panel)

	3. Advanced (IDs, contextual selectors, etc.)

> Keep the styles belonging to the 3 main groups in order, below their relevant titles.
  
> Use the Pascal naming convention, i.e. NamedVariable, NamedVariable2, AnotherNamedVariable, 
  except with Tag Styles, use lowercase standard html names.

> Class styles should be pre-fixed with the name of their sub-set, e.g. PageBg, 
  HeaderImage, NavLink, ContentBorder, FormButton, ErrorMsg, AdminHeading, CmsParagraph, etc.
  
> Any abbreviations should be obvious, list them here:

  Bg = Background
  Nav = Navigation
  Msg = Message
  
> Where it is expected that more than one similar style will occupy a sub-set, append with numerals,
  e.g. ContentHeading, ContentHeading2, ContentHeading3, ContentHeading4, etc.

> Do not use properties within names! i.e. ContentRedBigBoldHeading. The style may change.
  Use objects instead of properties.

> Use hexidecimal colour values rather than descriptions, e.g. use '#ffffff' not 'white'.

/********************************************************************************************
*** 1. Tag Styles ***************************************************************************
********************************************************************************************/

.background {
	background-color: #9CB2CE;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003873;
	background-color: #9CB2CE;
}

td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003873;
}

hr {
	border: 2px solid #f1f1f1;
}

/********************************************************************************************
*** 2. Class Styles *************************************************************************
********************************************************************************************/

.FormTextBox {
 background-color: #FFFFFF;
 border: 1px solid #CCCCCC;
 height: 20px;
 width: 140px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #666666;
}

.FormTextArea {
 background-color: #FFFFFF;
 border: 1px solid #CCCCCC;
 height: 80px;
 width: 140px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #666666;
}

.FormButton
{
 border: 1px solid #A5A5A4;
 height: 20px;
 cursor: hand;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #003873;
 background-color: #C7D3E1;
}

.DefaultBackground {
	background-image: url(../Images/HomeBackground.jpg);
	background-repeat: no-repeat;
	background-color: #9BB1C9;
	}

.CmsBg {
 background-color: #ffffff;
}

.ErrorMsg {
 color: #FF0000;	
}

.AdminTree 
{
 border-bottom: #eeeeee 2px solid;
 border-right: #eeeeee 1px solid;
 border-top: #eeeeee 1px solid;
 border-left: #eeeeee 1px solid;
 background-color:#999999;
}

.AdminTreeView 
{
 border-bottom: 2px solid #999999;
 border-right: 1px solid #999999;
 border-top: 1px solid #999999;
 border-left: 1px solid #999999;
 background-image: url(../Images/AdminTreeViewBg.gif);
}

.AdminContent
{
 border-right: #999999 3px solid;
 border-top: #999999 3px solid;
 border-left: #999999 3px solid;
 border-bottom: #999999 3px solid;
}

.CmsBox
{
	border-top: solid 1px #ACA899;
	border-right: solid 1px #ACA899;
	border-left: solid 1px #ACA899;
	background-color: #eeeeee;
	padding: 6px;
}

.NavBG {
	background-color: #C7D3E1;
	width:150px;
	align: left;
	border-top:0px solid #003873;
	border-bottom:0px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}

.MenuItemOver
{
	color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:0px solid #003873;
	border-left:0px solid #003873;
	border-right:0px solid #003873;
}

.MenuItem
{
	color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:0px solid #003873;
	border-left:0px solid #003873;
	border-right:0px solid #003873;
}



.MenuItemExpand
{
	color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:0px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
}

.MenuItemExpandOver
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:0px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.MenuItemExpandOverMiddle
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:1px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.MenuItemExpandOverTop
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:0px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.MenuItemExpandOverBottom
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:1px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.MenuItemExpandMiddle
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:1px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.MenuItemExpandTop
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:0px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.MenuItemExpandBottom
{
color: #003873;
	cursor:hand;
	cursor: pointer;
	height:35px;
	width:150px;
	align: left;
	font-weight: bold;
	background-color: #C7D3E1;
	border-top:1px solid #003873;
	border-bottom:1px solid #003873;
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}

/********************************************************************************************
*** 3. Advanced Styles **********************************************************************
********************************************************************************************/
.borderfaderight  {
	width: 6px;
	background-image: url(../Images/borderfaderight.gif);
	height: 100%;
	}
.borderfadeleft {
	width: 6px;
	background-image: url(../Images/borderfadeleft.gif);
	height:100%;
	}

.content {
	/*border-right:1px solid #003873;*/
	height:500px;
	valign:top;
	width: 606px;
	background-color: #FFFFFF;
	}

.NavBorder{
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	}
	
.LoginBorder {
	border-left:1px solid #003873;
	border-right:1px solid #003873;
	padding: 10px;
	background-color:#FFFFFF;
	}

.HeaderMenuCell {
	text-align: right;
	padding-right: 10px;
	font:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

a.HeaderLinks
{
 font-weight: normal;
 color: white;
 text-decoration: none;
}

a.HeaderLinks:active
{
 font-weight: normal;
 color: white;
 text-decoration: none;
}

a.HeaderLinks:visited
{
 font-weight: normal;
 color: white;
 text-decoration: none;
}

a.HeaderLinks:hover
{
 font-weight: normal;
 color: white;
 text-decoration: none;
}

.footercell  {
	background-color: #003873;
	text-align: center;
	color:#FFFFFF;
	align: middle;
	padding:10px;
	}

a.FooterLinks
{
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
}

a.FooterLinks:active
{
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
}

a.FooterLinks:visited
{
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
}

a.FooterLinks:hover
{
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
}
.ContentTable {
 	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

.PageHeadingCell  {
	height: 20px;
	background-color: #003873;
	border-top:1px solid #A5A5A4;
	border-bottom:1px solid #A5A5A4;
	border-left:1px solid #A5A5A4;
	border-right:1px solid #A5A5A4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	align: right;
	}
	
.PageHeading  {
	color: #FFCF4A;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	align: right;
	}
	

.SubPageHeading  {
	color: #003873;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	align: right;
	}
	
.SubPageHeadingCell  {
	height: 20px;
	background-color: #C7D3E1;
	border-top:1px solid #A5A5A4;
	border-bottom:1px solid #A5A5A4;
	border-left:1px solid #A5A5A4;
	border-right:1px solid #A5A5A4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	align: right;
	}
	
li.Bullets
{
	list-style-image: url(../Images/Bullet.gif);
}

a.AstuteLinks
{
 font-size: 11px;
 font-weight: normal;
 color: #003873;
 text-decoration: none;
}

a.AstuteLinks:active
{
 font-size: 11px;
 font-weight: normal;
 color: #003873;
 text-decoration: none;
}

a.AstuteLinks:visited
{
 font-size: 11px;
 font-weight: normal;
 color: #003873;
 text-decoration: none;
}

a.AstuteLinks:hover
{
 font-size: 11px;
 font-weight: normal;
 color: #003873;
 text-decoration: underline;
}

.ImageBorder {
	border: 1px solid #A5A5A4;
	margin-top:10px;
	margin-bottom: 10px;
}
.ImageBorderRight {
	border: 1px solid #A5A5A4;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ImageBorderLeft {
	border: 1px solid #A5A5A4;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

