/* general page styles */
body {
	background-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* general design styles */
tr.pgtitle-bar {
	background-color: #CC0000;
}

.cms-btns-align {
	margin-left: 31px;
}

td.left-column-bgnd {
	background-image: url(/assets/images/bgnd-tile-pink.gif);
	background-repeat: repeat;
	padding-top: 8px;
}

.content-background {
	background-color: #FFFFFF;
	padding-top: 8px;
}

.panels {
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	color: #000000;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.mainBodyFormat {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 275px;

}

/*
.mainBodyFormat p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}

td.mainBodyFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}

.mainBodyFormat h1
{
	font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
}
*/

.second-tier ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.second-tier li {
	list-style-type: none;
	background-image: url(/assets/images/second-tier-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 2px;
	margin-bottom: 7px;
}

.second-tier li a {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 125px;
	display: block;
	line-height: 130%;
}

.second-tier li a:hover 
{
	padding-left: 15px;
	font-weight: normal;
	font-size: 11px;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	width: 125px;
	display: block;
	line-height: 130%;
}


.second-tier li a:visited
{
	padding-left: 15px;
	font-weight: normal;
	font-size: 11px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	width: 125px;
	display: block;
	line-height: 130%;
}


/* backgrounds (silhouettes) */
.background1 {
	background-image: url(/assets/images/sihouette1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.background2 {
	background-image: url(/assets/images/sihouette2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.background3 {
	background-image: url(/assets/images/sihouette3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.background4 {
	background-image: url(/assets/images/sihouette4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.background5 {
	background-image: url(/assets/images/sihouette5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.cmsBar
{
	font-weight: bold;
	font-size: 12px;
	left: 0px;
	margin-bottom: 10px;
	color: white;
	font-family: Arial, Tahoma, Verdana;
	position: static;
	top: 0px;
	background-color: #990000;
}

A.cmsbar
{
	font-weight: normal;
	font-size: 12px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A.cmsbar:visited
{
	font-weight: normal;
	font-size: 12px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A.cmsbar:link
{
	font-weight: normal;
	font-size: 12px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A.cmsbar:hover
{
	font-weight: normal;
	font-size: 12px;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}



/********************************
* Form stuff					*
********************************/

.formfield {
	height: 18px;
	width: 250px;
	border: 1px solid #8b969e;
	padding-top: 2px;
	padding-left: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textarea {
	height: 150px;
	width: 250px;
	border: 1px solid #8b969e;
	padding-top: 4px;
	padding-left: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.searchbox {
	height: 11px;
	width: 100px;
	border: 1px solid #8b969e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-left: 3px;
}

.fieldlabel
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 9px;
	color: black;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

.fielderror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 100%;
	color: red;
	/* padding-left: 24px; */
	/* padding-right: 24px; */
	padding-bottom: 0px;
}






/**************************************************
/	 SiteMap modules settings 
/**************************************************/
.SiteMapTier1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /*13px;*/
	color: #cc0000;
		font-weight:bold;
		padding-top:2px;
		padding-bottom:2px;
	}
.SiteMapTier2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; /*11px;*/
	color: #000000;
	}
.SiteMapTier3
	{
		color:#1F60A9;
		font-size:xx-small;
		font-family: Arial, Helvetica, sans-serif;
	}
A.SiteMapTier1:link,A.SiteMapTier1:visited
	{
	color: #cc0000;
	}
A.SiteMapTier2:link,A.SiteMapTier2:visited
	{
	color: #000000;
		text-indent: 0px;
		padding-left: 25px;
		background-image: url(/assets/images/graphics/bullet_off.gif);
		background-repeat:no-repeat;
		background-position: 10px;
	}
A.SiteMapTier3:link, A.SiteMapTier3:visited
{
	background-position: 20px 50%;
	padding-left: 45px;
	background-image: url(/assets/images/graphics/bullet_off.gif);
	color: gray;
	text-indent: 25px;
	background-repeat: no-repeat;
}
A.SiteMapTier1:hover
	{
		color:#ff0000;
	}
A.SiteMapTier2:hover
	{
		color:#ff0000;
		text-indent: 0px;
		padding-left: 25px;
		background-image: url(/assets/images/graphics/bullet_on.gif);
		background-repeat:no-repeat;
		background-position: 10px;
	}
A.SiteMapTier3:hover
	{
		color:#ff0000;
		text-indent: 25px;
		padding-left: 45px;
		background-image: url(/assets/images/graphics/bullet_on.gif);
		background-repeat:no-repeat;
		background-position: 20px;
	}



/**************************************************
/	 Search modules settings 
/**************************************************/
.searchResults
{
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: x-small;  
}

.searchSeperator
{
	height: 20px;
}

.searchElement
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.searchElementAlt
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}


.searchTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0000;
}
.searchResult
{
	font-size: x-small;
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD.searchResult
{
	color: #cc0000;
	padding-top: 20px;
	background-color: #ffffff;
}

A.searchResult
{
	font-weight: bold;
	font-size: small;
	color: #000000;
	text-decoration: underline;
}

A.searchResult:hover
{
	font-weight: bold;
	font-size: small;
	color: #ff0000;
	text-decoration: underline;
}
	
/**************************************************
/	 Headline summary block modules settings 
/**************************************************/

.HeadlineItemSeparator
{
	color:#5c3d6f;
	height:1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemTableOuter
{
	font-size: 11px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}
.HeadlineItemTableOuterEdit
{
	font-size: 11px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	border-color:black;
	border-style:solid;
	border-width:2px;
}
.HeadlineItemTitle
{
	font-weight: bold;
	font-size: x-small;
	color: #990000;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
A.HeadlineItemtitle
{
	font-weight: bold;
	font-size: x-small;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.HeadlineItem
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
A.HeadlineItem
{
	font-weight: normal;
	font-size: xx-small;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.HeadlineItemMoreLink
{
	font-weight: normal;
	font-size: 11px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
A.HeadlineItemMoreLink
{
	font-weight: bold;
	font-size: 11px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A.HeadlineItemMoreLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A.HeadlineItemMoreLink:link
{
	font-weight: normal;
	font-size: 11px;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
A.HeadlineItemMoreLink:hover
{
	font-weight: normal;
	font-size: 11px;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.HeadlineBack
{
	font-weight: normal;
	font-size: 11px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
A.HeadlineBack
{
	font-weight: normal;
	font-size: 11px;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.HeadlineBack:visited
{
	font-weight: normal;
	font-size: 11px;
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.HeadlineBack:link
{
	font-weight: normal;
	font-size: 11px;
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.HeadlineBack:hover
{
	font-weight: normal;
	font-size: 11px;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.HeadlineItemDate
{
	font-weight: normal;
	font-size: 10px;
	color: #990066;
	font-family: Arial, Helvetica, sans-serif;
}


.HeadlineItemDateEdit
{
	font-weight: normal;
	font-size: 10px;
	color: #990066;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}


td.HeadlineItemSummary, td.HeadlineItemBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}

/* News panel styles */
.newsPanelHeadingTab {
	background-color: #ffffff;
	height: 15px;
}
.newsPanelHeadingTab p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsPanelHeadingTab a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.newsPanelHeadingTab a:hover {
	color: #FFFF00;
}
.newsPanelHeadingTab a:visited {
	color: #000000;
}
.newsPanelHeadingTab a:link {
	color: #000000;
}
.newsPanelContentArea
{
	padding-right: 2px;
	padding-left: 2px;
	line-height: 12px;
	background-color: #ffffff;
}
.newsPanelContentArea h1
{
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	
}
.newsPanelContentArea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
DIV.newsPanelContentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
B.newsPanelContentArea
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}
TD.newsPanelContentArea DIV TABLE TR TD	
{
	vertical-align: top;
}



/**************************************************
/	Admin Form settings 
/**************************************************/
.StandardFormTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #5c3d6f;
	font-family: Arial, Helvetica, sans-serif;
}
.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:Black;
	font-family: Arial, Helvetica, sans-serif;
}

.StandardFormLabel
{
	font-size: 11px;
	font-weight: bold;
	color:Black;
	font-family: Arial, Helvetica, sans-serif;
}

INPUT.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:#5c3d6f;
	border-width:1px;
	border-style:solid;
}
SELECT.StandardForm
{
	font-size: 11px;
	font-weight: bold;
	color:black;
	background-color:#f5f4d5;
	border-color:#5c3d5f;
	border-width:medium;
}
TEXTAREA.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:#5c3d6f;
	border-width:1px;
	border-style:solid;
}
.StandardFormError
{
	font-size: 12px;
	font-weight: normal;
	color: Red;
}
.StandardFormButton
{
	font-size: 12px;
	font-weight: normal;
	color: #091440;
}



/**************************************************
/	 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: seashell;
}
.gridheader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica;
	background-color: #990000;
}

TD.gridheader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica;
	background-color: #990000;
}

.gridprintheader
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}

.gridheaderlink
{
	background-color: navy;
}
.gridtitle
{
	font-size: 14px;
	font-weight: bold;
	color: #5c3d6f;
}


.normal
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.title
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}
.errorMsg
{
	font-size: 12px;
	font-weight:bold;
	color:red;
}
