﻿

/* SYSTEM WIDE TAGS */


body
{
	background-image: url('Graphics/Master.Background.png');
}

p
{
	margin: 0px 0px 0px 0px;
	line-height:1.4em;
}

p.cssNoSpace
{
	margin: 0px 0px 0px 0px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.cssNoSpace
{
	margin-top: 10px;
	margin-bottom: 10px;
}

li
{
	line-height: 1.5em;
}


/* MASTER PAGE */


#idDivMaster
{
	min-width: 100%;
	max-width: 100%;
	margin:0px 0px 0px 0px;
	}

#idDivMain
{
	background-image: url('Graphics/Master.Contents.png');
	border: solid 1px #080;
}

#idDivHeader
{
	padding: 0px 0px 0px 0px;
}

#idDivPageBody
{
	margin: 10px 10px 10px 10px;
}

#idDivCopyright
{
	clear: both;
	font-family: Tahoma;
	font-size: 6pt;
	font-weight: bold;
	padding: 4px 10px 0px 0px;
}


/* CONTROLS: FRAME */


.ascxFrameOuter
{
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.ascxFrameTitleText
{
	background-image: url('Graphics/Frame.Solid.Up.png');
	color: #291670;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 50px 3px 10px;
	float: left;
	height: 17px;
}

.ascxFrameTitleShadow
{
	float: left;
}

.ascxFrameTitlePreBorder
{
	clear: both;
	height: 0px;
}

.ascxFrameTitleBorder
{
	border-top: solid 1px #060;
}

.ascxFrameContentsEx
{
	/*margin-top: 1px;*/
	border-top: solid 1px #888;
	border-bottom: solid 1px #888;
	clear: both;
}

.ascxFrameContentsIn
{
	/*border: solid 2px White;*/
	margin-left:1px;
	margin-right:2px;
	padding: 10px 7px 10px 7px;
	background-image:url(Graphics/Frame.Solid.png);
	/*background-color: #E3E3E3;*/
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}


/* CONTROLS: MENU */


.ascxMenuOuter
{
	clear: both;
	width: 100%;
	background-image: url('Graphics/Menu.Solid.png');
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #060;
	border-bottom: solid 1px #060;
}


/* CONTROLS: MENU TOP LEVEL */


.ascxMenuInner1
{
	
	padding-top: 3px;
	padding-bottom: 1px;
	border-bottom: solid 1px #FFF;
}

.ascxMenuLink
{
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	color: #291670;
	text-decoration: none;
}

.ascxMenuLink:hover
{
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	color: #D4300D;

	/*text-decoration: underline;*/
}

.ascxMenuLinkAct
{
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 10.5pt;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}

.ascxMenuLinkAct:hover
{
	text-decoration: none;
}

.ascxMenuLinkDiv
{
	display: inline;
	padding: 2px 10px 0px 10px;
}

.ascxMenuLinkDivAct
{
	display: inline;
	background-image:url('Graphics/Menu.Solid.png');
	padding: 1px 10px 2px 10px;
	border-left: solid 1px White;
	border-right: solid 1px black;
	border-top: solid 1px White;
}


/* CONTROLS: MENU SUB LEVEL */


.ascxMenuInner2
{
	background-image: url(Graphics/Menu.Solid.png);
	clear: both;
	padding: 2px 10px 2px 10px;
}

.ascxMenuSubLink
{
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 9pt;
	font-weight: bold;
	color: #291670;
	text-decoration:none;		
}


.ascxMenuSubLinkAct
{
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 9pt;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}

.ascxMenuSubLink:hover
{
	color: #D4300D;
	text-decoration: none;
}


 .ascxMenuSubLinkAct:hover
{
	text-decoration: none;
}

.ascxMenuSubLinkDiv
{
	float: left;
	border-right: solid 0px black;
	border-top: solid 0px #080;
	padding: 2px 10px 6px 10px;
	margin-right: 0px;
}

.ascxMenuSubLinkDivAct
{
	float: left;
	border-right: solid 0px black;
	border-top: solid 1px #080;
	padding: 2px 10px 6px 10px;
	background-image: url('Graphics/Master.Contents.png');
	margin-right: 0px;
}


/* COMMON STYLES */


.linkSeeMore
{
	clear: both;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}


.linkSeeMore a
{
	font-size: 7pt;
	font-family: Tahoma;
	text-decoration: none;
	border: solid 0px white;
	padding: 5px 6px 3px 6px;
}


.linkSeeMore a:hover
{
	background-color: #888;
	color: White;
}


/* PAGE LOCATION */


.anchorPanelLeftEx
{
	margin-left: -320px;
	float: left;
	width: 100%;
}

.anchorPanelLeftIn
{
	margin-left: 320px;
}

.anchorPanelRight
{
	width: 310px;
	float: right;
}

.anchorHalfPanelLeft
{
	width: 49.5%;
	float: left;
}

.anchorHalfPanelRight
{
	width: 49.5%;
	float: right;
}

.anchorFullPanel
{
	width: 100%;
}


/* STYLES FOR IMAGES */


.picInFrame
{
	padding: 0px 10px 20px 20px;
}


.picBelow
{
	padding: 15px 0px 0px 0px;
}
