﻿@import "OutputMenuSettings.css";

/************************************************************/
/* Base Styles                                              */
/************************************************************/

body
{
	width: 100%;
	font-size: 100%;
}

#BaseRegion
{
	top: 0;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	width: 844px;
	position: relative;
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
}

#BaseRegion h1
{
	font-size: 250% !important;
}

#BaseRegion h2
{
	font-size: 210% !important;
}

#BaseRegion h3
{
	font-size: 180% !important;
}

#BaseRegion h4
{
	font-size: 150% !important;
}

#BaseRegion h5
{
	font-size: 110% !important;
}

#BaseRegion h6
{
	font-size: 90% !important;
}

#BaseRegion hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#BaseRegion blockquote
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 30pt !important;
}

#LoginLink,
#LoginLink a
{
	width: 844px;
	margin: auto;
	position: relative;
	color: #aaaaaa !important;
	font-size: 13px !important;
	font-weight: bold !important;
	font-family: Verdana !important;
	text-decoration: none !important;
}

#LoginLink a:hover
{
	text-decoration: underline !important;
}


/************************************************************/
/* HeaderRgn Styles                                         */
/************************************************************/

#HeaderRgn
{
	width: 100%;
	height: 100px;
	font-size: 0px;
}

#HeaderRgn .TopRow,
#HeaderRgn .BottomRow
{
	display: none;
}

#HeaderRgn .LeftRail,
#HeaderRgn .RightRail
{
	width: 15px;
}

/* BEGIN: Panel Wrapper Styles */
#HeaderRgn .PanelWrapper
{
	height: 98px;
	font-family: Verdana;
	font-size: 14px;
	color: #222222;
}

#HeaderRgn .EditorPanel
{
	height: 100%;
}

#HeaderRgn .EditorPanel p
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#HeaderRgn .EditorPanel h1,
#HeaderRgn .EditorPanel h2,
#HeaderRgn .EditorPanel h3,
#HeaderRgn .EditorPanel h4,
#HeaderRgn .EditorPanel h5,
#HeaderRgn .EditorPanel h6,
#HeaderRgn .EditorPanel font,
#HeaderRgn .EditorPanel br
{
	padding: 0px !important;
    margin: 0px !important;
}

#HeaderRgn .EditorPanel ul, 
#HeaderRgn .EditorPanel ol
{
    padding: 0px !important;
    margin: 0px 0px 0px 20px !important;
}

#HeaderRgn .EditorPanel ul li, 
#HeaderRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

#HeaderRgn .PanelWrapper .EditorPanel a
{
	color: #222222;
    text-decoration: none;
}

#HeaderRgn .PanelWrapper .EditorPanel a:hover
{
    text-decoration: underline;
}
/* END: Panel Wrapper Styles */


/************************************************************/
/* MenuRgn Styles											*/
/************************************************************/

#MenuRgn
{
	width: 100%;
	margin:auto;
	font-size: 0px;
	background-color: #999999;
}

#MenuRgn .TopRow,
#MenuRgn .BottomRow
{
	display: none;
}

#MenuRgn .CenterRow
{
	height: 12px;
}

#MenuRgn .RightRail
{
	display: none;
}

#MenuRgn .MiddleRail
{
	overflow: visible;
	position: relative;
}

/* BEGIN: Panel Wrapper Styles */
#MenuRgn .EditorPanel
{
	width: 100%;
}

#MenuRgn .EditorPanel table
{
	width: 100%;
	height: 12px;
}
/* END: Panel Wrapper Styles */


/************************************************************/
/* Body Styles												*/
/************************************************************/

#BodyRgn
{
	width: 100%;
	margin: auto;
	font-size: 0px;
	margin-top:10px;
	margin-bottom:10px;
}

#BodyRgn .TopRow
{
	height: 20px;
}

#BodyRgn .BottomRow
{
	height: 20px;
}

.ThreePanels #BodyRgn #LeftRailRgn .RightRail,
.ThreePanels #BodyRgn #MiddleRailRgn .LeftRail,
.ThreePanels #BodyRgn #MiddleRailRgn .RightRail,
.ThreePanels #BodyRgn #RightRailRgn .LeftRail
{
	width: 6px;
}

/* BEGIN: Panel Wrapper Styles */
.CentralPanel #BodyRgn .PanelWrapper,
.ThreePanels #BodyRgn .PanelWrapper
{
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
}

.CentralPanel #BodyRgn .PanelWrapper .EditorPanel
{
	width: 100%;
	min-height:200px;
}

.ThreePanels #BodyRgn .NarrowRailLeft
{
	border-right:solid 1px gray;
	margin-right:7px;
}

.ThreePanels #BodyRgn .NarrowRailRight
{
	border-left:solid 1px gray;
	margin-left:7px;
}

.ThreePanels #BodyRgn #LeftRailRgn .EditorPanel
{
	width: 150px;
	min-height:200px;
	padding-right:7px;
}

.ThreePanels #BodyRgn #RightRailRgn .EditorPanel
{
	width: 150px;
	min-height:200px;
	padding-left:7px;
}

.ThreePanels #BodyRgn #MiddleRailRgn .EditorPanel
{
	width:509px;
	min-height:200px;
}

#BodyRgn .EditorPanel p
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#BodyRgn .EditorPanel h1,
#BodyRgn .EditorPanel h2,
#BodyRgn .EditorPanel h3,
#BodyRgn .EditorPanel h4,
#BodyRgn .EditorPanel h5,
#BodyRgn .EditorPanel h6,
#BodyRgn .EditorPanel font,
#BodyRgn .EditorPanel br
{
	padding: 0px !important;
    margin: 0px !important;
}

#BodyRgn .EditorPanel ul, 
#BodyRgn .EditorPanel ol
{
    padding: 0px !important;
    margin: 0px 0px 0px 20px !important;
}

#BodyRgn .EditorPanel ul li, 
#BodyRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

#BodyRgn .EditorPanel table
{
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
}

#BodyRgn .EditorPanel a
{
	color: #222222;
}

#BodyRgn .PanelWrapper a:hover
{
    text-decoration: underline;
}
/* END: Panel Wrapper Styles */

/************************************************************/
/* FooterRgn Styles                                         */
/************************************************************/

#FooterRgn
{
	width: 100%;
	_width: 100%;
	margin:auto;
	height: auto;
	border-top: solid 3px gray;
}

#FooterRgn .CenterRow
{
	height: 60px;
}

#FooterRgn .MiddleRail
{
	width: 100%;
	height:60px;
}

/* BEGIN: Panel Wrapper Styles */
#FooterRgn .PanelWrapper
{
    color: #222222;
	font-size: 10px;
    font-family: Verdana;
	width : 100%;
	height:60px;
	padding-top:10px;
}

#FooterRgn .EditorPanel
{
	width: 100%;
	height: auto;
}

#FooterRgn .EditorPanel p
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#FooterRgn .EditorPanel h1,
#FooterRgn .EditorPanel h2,
#FooterRgn .EditorPanel h3,
#FooterRgn .EditorPanel h4,
#FooterRgn .EditorPanel h5,
#FooterRgn .EditorPanel h6,
#FooterRgn .EditorPanel font,
#FooterRgn .EditorPanel br
{
	padding: 0px !important;
    margin: 0px !important;
}

#FooterRgn .EditorPanel ul, 
#FooterRgn .EditorPanel ol
{
    padding: 0px !important;
    margin: 0px 0px 0px 20px !important;
}

#FooterRgn .EditorPanel ul li, 
#FooterRgn .EditorPanel ol li
{
    padding: 0px !important;
    margin: 0px 0px 0px 15px !important;
}

#FooterRgn .PanelWrapper .EditorPanel a
{
    color: #222222;
	font-size: 10px;
    font-family: Verdana;
    text-decoration: none;
}

#FooterRgn .PanelWrapper .EditorPanel a:hover
{
    text-decoration: underline;
}
/* END: Panel Wrapper Styles */