﻿.mainBackground
{
	background-image: url("Images/mainBackground.png");
	background-repeat: repeat-y;
}

.headerBackground
{
	background-image: url("Images/headerBackground.png");
	/*background-color:Maroon;*/
	background-repeat: repeat-y;
	height: 123px;
	width: 722px;
}

.leftShade
{
	background-image: url("Images/leftShade.png");
	width: 7px;
	/*height:100%;*/
	/*height: 570px;*/
	background-repeat: repeat-y;
}

.topLeftCornerShade
{
	background-image: url("Images/topLeftCornerShade.png");
	height: 8px;
	width: 7px;
	background-repeat:no-repeat;
}

.topLeftCornerShadeFade
{
	background-image: url("Images/topLeftCornerShadeFade.png");
	height: 13px;
	width: 7px;
	background-repeat:no-repeat;
}

.topLeftRoundCorner
{
	background-image: url("Images/topLeftRoundCorner.png");
	width: 6px;
	height: 8px;
	background-repeat:no-repeat;
}

.topLineBackground
{
	background-image: url("Images/headerBackground.png");
	background-repeat: repeat-y;
	height: 8px;
	width: 724px;
}

.rightShade
{
	background-image: url("Images/rightShade.png");
	width: 5px;
	/*height: 570px;*/
	background-repeat: repeat-y;
}

.bottomShade
{
	background-image: url("Images/bottomShade.png");
	height: 10px;
	width: 722px;
	background-repeat: repeat-x;
}

.topMenuBackground
{
	background-image: url("Images/topMenuBackground.png");
	background-repeat: repeat-x;
	height: 24px;
}

.topRightRoundCorner
{
	background-image: url("Images/topRightRoundCorner.png");
	width: 6px;
	height: 8px;
	background-repeat:no-repeat;
	background-position:right;
}

.topRightCornerShade
{
	background-image: url("Images/topRightCornerShade.png");
	/*background-color: Black;*/
	height: 8px;
	width: 5px;
	background-repeat:no-repeat;
	background-position:right;
}

.topRightCornerShadeFade
{
	/*background-color: Green;*/
	background-image: url("Images/topRightCornerShadeFade.png");
	height: 13px;
	width: 5px;
	background-repeat:no-repeat;
}

.titleSeparator
{
	background-image: url("Images/titleRuler.png");
	height: 2px;
}

.menuSeparator
{
	background-image: url("Images/leftMenuShade.png");
	background-repeat: repeat-y;
	width: 7px;
	height: 301px;
}

.bottomLeftCornerShadeFade
{
	background-image: url("Images/bottomLeftCornerShadeFade.png");
	width: 7px;
	height: 8px;
	background-repeat: no-repeat;
}

.bottomLeftLeftCornerShadeFade
{
	background-image: url("Images/bottomLeftLeftCornerShadeFade.png");
	width: 7px;
	height: 32px;
	background-repeat: no-repeat;
}

.bottomRightLeftLeftCornerShadeFade
{
	background-image: url("Images/bottomRightLeftLeftCornerShadeFade.png");
	width: 5px;
	height: 32px;
	background-repeat: no-repeat;
}

.bottomLeftCornerShade
{
	background-image: url("Images/bottomLeftCornerShade.png");
	width: 7px;
	height: 8px;
	background-repeat: no-repeat;
}

.bottomRightCornerShadeFade
{
	background-image: url("Images/bottomRightCornerShadeFade.png");
	width: 4px;
	height: 8px;
	background-repeat: no-repeat;
}

.bottomLeftRoundCorner
{
	background-image: url("Images/bottomLeftRoundedCorner.png");
	width: 7px;
	height: 15px;
	background-repeat: no-repeat;
}	

.bottomRightCornerShade
{
	background-image: url("Images/bottomRightCornerShade.png");
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}

.bottomRightRoundCorner
{
	background-image: url("Images/bottomRightRoundedCorner.png");
	width: 7px;
	height: 15px;
	background-repeat: no-repeat;
}

.links
{
	text-decoration: none;
	color: Gray;
	font-family: Tahoma;
	font-size: x-small;
}

.linksAccess
{
	text-decoration: underline;
	color: Gray;
	font-family: Tahoma;
	font-size: x-small;
}

.linksUnderlined
{
	text-decoration:underline;
	color: Gray;
	font-family: Tahoma;
	font-size: 11px;
}

.topMenuButtons
{
	font-family: Tahoma;
	color: White;
	text-decoration: none;
	font-size: 10px;
}

.mainTitle
{
	font-family: Tahoma;
	font-size:24px;
	color: #003176;
}

.loginPopUp
{
	background-image: url("Images/popUpBackground.png");
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: small;
	border: solid 1px #C8C8C8;
	width: 250px;
}

/* Content Styles */

.pageContent
{
	font-family:Tahoma;
	font-size:small;
	color:#555555;
	text-align:left;
}

.pageContentTitle
{
	font-family:Tahoma;
	font-size:medium;
	color:Navy;
	text-align:left;
}

.pageContentSubTitle
{
	font-family:Tahoma;
	font-size:small;
	color:#555555;
	text-align:left;
	font-weight:bold;
}

.fileLink
{
	font-family:Tahoma;
	font-size:small;
	color:#555555;
	text-align:left;
	text-decoration:none;
}

.articleTitle
{
	font-family:Tahoma;
	font-size:medium;
	color:Navy;
	text-align:left;
}

.articleDate
{
	font-family:Tahoma;
	font-size:x-small;
	font-weight:bold;
	color:#555555;
	text-align:center;
}

.articleDateList
{
	font-family:Tahoma;
	font-size:x-small;
	font-weight:bold;
	color:#555555;
	text-align:left;
}

.articleDescription
{
	font-family:Tahoma;
	font-size:9pt;
	color:#555555;
	text-align:left;
}

.popUpLabel
{
	font-family:Tahoma;
	font-size:small;
}

.popUpLabelError
{
	font-family:Tahoma;
	font-size:xx-small;
	color:Red;
}

.loginPopUpLabel
{
	font-family: Tahoma;
	font-size: x-small;
}

.popUpPanel
{
	display: none;
}

.accordionHeader
{
	background-image: url("Images/menuNoSelectionBackground.png");
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
	text-decoration: none;
	padding-left: 10px;
}

.accordionContent
{
	background-image: url("Images/menuItemBackground.png");
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
	text-decoration: none;
	padding-left: 10px;
}

.selection
{
	background-image: url("Images/menuSelectedBackground.png");
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
	text-decoration: none;
	padding-left: 10px;
}

.menuPad
{
	padding-left: 20px;
}

.menuItemPad
{
	padding-left: 10px;
}

.mainPageContent
{
	font-family:Tahoma;
	font-size:small;
	color:#555555;
	text-align:left;
}

.mainPageNewsContent
{
	font-family:Tahoma;
	font-size:8pt;
	color:#555555;
	text-align:left;
}

.mainPageNewsBackground
{
	background-image: url("Images/boxBackGround.png");
	background-repeat: repeat-y;
	width: 200px;
}

.mainPageContentTitle
{
	font-family:Tahoma;
	font-size:large;
	color:Navy;
	text-align:left;
}

.mainPageContentSubTitle
{
	font-family:Tahoma;
	font-size:small;
	color:Navy;
	text-align:left;
	text-decoration: none;
}

.mainPageContentIndent
{
	list-style-image: url('Images/bullet.png');
	padding-bottom: 8px;
}

.mainPageContentSubTitleIndent
{
	font-family:Tahoma;
	font-size:small;
	color:Navy;
	text-align:left;
	text-indent:0px;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.mainPageContentFooter
{
	font-family:Tahoma;
	font-size:x-small;
	color:#aaaaaa;
	text-align:right;
}
