
body {
	padding:0 0 10px; 0;
	margin:0px;
	
	background-color:#f9f9f9;
	/*
	background-color:#27577c;
	background-color:#f9f9f9;
	*/
	}
html, body { height:98%; }
* {
	font-family:Verdana,Arial;
	font-size:12px;
	}
p, li, center, td, select, input, textarea, option {
	font-size:12px;
	}
pre {
	font-size:9px;
	}
hr {
	size:1px; height:1px;
	clear:both;
	}
.sml {
	font-size:10px;
	}

#Error {
	padding:15px 25px;
	font-size:13px;
	font-weight:bold;
	color:#005DFF;
	/*
	text-align:center;
	*/
	}
	
A:link,
A:visited {
	text-decoration:none;
	/*color:navy;*/
	color:#4F799F;
	}
A:hover {
	text-decoration:underline;
	color:Maroon;
	}
br.Clear { clear:both; }








/***** General Template Layout *****/

#HeaderTable {
	border-bottom:1px solid silver;
	width:780px;
	margin:10px 0px 0px 0px;
	}
#HeaderTable td.HeaderTableTD_Left {
	color:#494971;
	padding:10px 10px 2px 10px;
	font-size:20px;
	font-weight:bold;
	}
#HeaderTable td.HeaderTableTD_Right {
	font-size:12px;
	padding:10px 10px 2px 10px;
	text-align:right;
	width:100%;
	}








/***** Tabbed Content *****/

#sharedTabbedContent { }
#sharedTabbedContent .tabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 10px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
#sharedTabbedContent .tabs li {
	display: inline;
	margin: 0;
	font-size: 10px;
	}
#sharedTabbedContent .tabs li a, .tabs li a:visited {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	font-size: 10px;
	}
#sharedTabbedContent .tabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
	}
#sharedTabbedContent .tabs li.selected {
	position: relative;
	top: 1px;
	font-size: 12px;
	}
#sharedTabbedContent .tabs li.selected a { /*selected main tab style */
	border-bottom-color: #f9f9f9 ;
	background-color: #f9f9f9 ;
	font-size: 12px;
	}
#sharedTabbedContent .tabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	background-color: #f9f9f9 ;
	font-size: 12px;
	}
#sharedTabbedContent .tabbedContentWrapperstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 98%;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #f9f9f9 ;
	}
#sharedTabbedContent .tabbedContentWrapper {
	display:none;
	}








/***** Shared Simple Form *****/

/*
#simpleFormLayout input, #simpleFormLayout textarea, #simpleFormLayout option {
	font-size:12px;
	padding:3px;
	}
#simpleFormLayout select {
	font-size:12px;
	}
*/
#simpleFormLayout .Wrapper {
	border-top:1px solid #d6d7da;
	clear:both;
	padding: 3px ;
	line-height:normal;
	}
#simpleFormLayout .Question {
	font-weight: bold;
	color:#494971;
	padding: 3px ;
	width:100px;
	float:left;
	}
#simpleFormLayout .Answer {
	padding: 3px ;
	width:80%;
	float:left;
	clear:right;
	}
#simpleFormLayout input.Wide, #simpleFormLayout textarea.Wide, #simpleFormLayout option.Wide, #simpleFormLayout select.Wide {
	width:95%;
	}






/***** Shared Form *****/

#sharedFormLayout input, #sharedFormLayout textarea, #sharedFormLayout option {
	font-size:12px;
	padding:3px;
	}
#sharedFormLayout select {
	font-size:12px;
	}
#sharedFormLayout input.Wide, #sharedFormLayout textarea.Wide, #sharedFormLayout option.Wide, #sharedFormLayout select.Wide {
	width:100%;
	}
#sharedFormLayout .Header {
	background-color:silver;
	padding: 5px 10px 2px 10px;
	font-weight: bold;
	}
#sharedFormLayout .Question {
	font-weight: bold;
	height:20px;
	color:#494971;
	font-size:20px;
	margin: 0  0 5px 0;
	padding: 0 ;
	border-bottom:1px solid #d6d7da;
	}
#sharedFormLayout .First {
	}
#sharedFormLayout .Question .Text {
	width:auto;
	float:left;
	margin-left:15px;
	}
#sharedFormLayout .Question .Help {
	width:15px;
	padding-left:10px;
	float:left;
	}
#sharedFormLayout .Answer {
	padding: 0px 20px;
	margin-bottom:30px;
	}
#sharedFormLayout .Answer input,
#sharedFormLayout .Answer textarea {
	background-color: #f0f0f0;
	border: 1px solid silver;
	}

#sharedFormLayout .Answer .Hint {
	font-size:10px;
	color:gray;
	display:none;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	margin:8px;
	padding:8px;
	}
#sharedFormLayout .Answer .Hint * {
	font-size:10px;
	}

#sharedFormLayout div input.Submit {
	padding: 2px;
	font-size:12px;
	text-align:center;
	}
#sharedFormLayout .Hide {
	display:none;
	}
#sharedFormLayout fieldset.basicExample {
	padding:4px;
	margin: 2px 10px;
	border:1px solid gray;
	background-color: #fff;
	}
#sharedFormLayout fieldset.basicExample legend,
#sharedFormLayout .basicExampleRefer {
	font-style: italic;
	border:1px solid silver;
	padding: 0;
	margin: 0 ;
	background-color: #f0f0f0;
	}




#sharedFormLayout #pageTabs {
	float:left;
	width:100%;
	line-height:normal;
	}
#sharedFormLayout #pageTabs ul {
	margin:0;
	padding:10px 10px 0 75px;
	list-style:none;
	}

#sharedFormLayout #pageTabs li {
	float:left;
	display:inline;
	margin: 0 1px 0 0;
	padding:0;
	}

#sharedFormLayout #pageTabs a {
	text-decoration:none;
	float:left;
	border: 1px solid #90A8C1;
	border-bottom:0px;
	margin: 0;
	}
#sharedFormLayout #pageTabs a.Link {
	color:white;
	border-right:0px;
	padding: 5px 4px 3px 4px;
	background-color: #2C5782;
	margin-top: 3px;
	}
#sharedFormLayout #pageTabs a.currentLink {
	font-weight:bold;
	color:white;
	border-right:0px;
	padding: 6px 5px 5px 4px;
	background-color: #90A8C1;
	border-top: 1px solid #2C5782;
	border-left: 1px solid #2C5782;
	}
#sharedFormLayout #pageTabs a.Close {
	border-left:0px;
	padding-top:8px;
	padding-bottom:5px;
	background-color: #2C5782;
	margin-top: 3px;
	}
#sharedFormLayout #pageTabs a.currentClose {
	font-weight:bold;
	border-left:0px;
	padding-top:10px;
	padding-bottom:6px;
	padding-right:3px;
	background-color: #90A8C1;
	border-top: 1px solid #2C5782;
	border-right: 1px solid #2C5782;
	}
#sharedFormLayout #pageTabs a.Close span, #sharedFormLayout #pageTabs a.currentClose span {
	color:white;
	font-weight:bold;
	font-size:8px;
	background-color: #2F1010;
	border-top: 1px solid #A49797;
	border-right: 1px solid #4F3C3C;
	border-bottom: 1px solid #635656;
	border-left: 1px solid #695353;
	padding:1px 3px 1px 3px;
	margin:0px 3px 0px 3px;
	}

#sharedFormLayout #tabContent {
	float:left;
	display:block;
	width: 80%;
	padding: 20px 30px;
	margin-left: 75px !important;  /* firefox gets this */
	margin-left:38px;
	background: #2C5782;
	border-right: 1px solid #2C5782;
	border-bottom: 1px solid #2C5782;
	border-left: 1px solid #2C5782;
	border-top: 1px solid #2C5782;
	}

#sharedFormLayout #simpleCenter {
	text-align: center;
	}

#sharedFormLayout #simpleWrapper h3 {
	margin-top:10px;
	}

#sharedFormLayout #simpleWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: left;
	}

#sharedFormLayout #simpleWrapper .TopHeader {
	font-size:16px;
	background: #14568A;
	color:white;
	padding:3px 20px 3px 20px;
	text-align: center;
	font-weight:bold;
	}


#sharedFormLayout #simpleWrapper .mainSection {
	/*border: 1px solid #2C5782;*/
	background: #14568A;
	}
#sharedFormLayout #simpleWrapper .mainSection .name {
	width: 125px;
	background: #8FB5DA;
	margin:0;
	padding:5px;
	font-size:10px;
	text-align:right;
	color:white;
	font-weight:bold;
	}
#sharedFormLayout #simpleWrapper .mainSection .data {
	background: #D6E7FF;
	margin:0;
	padding:5px;
	}


#sharedFormLayout #simpleWrapper .innerSection {
	/*border: 1px solid #2C5782;*/
	background: gray;
	}
#sharedFormLayout #simpleWrapper .innerSection .name {
	width: 125px;
	background: #D6E7FF;
	margin:0;
	padding:5px;
	font-size:10px;
	text-align:right;
	font-weight:bold;
	}
#sharedFormLayout #simpleWrapper .innerSection .data {
	background: #f0f0f0;
	margin:0;
	padding:5px;
	}


#sharedFormLayout #simpleWrapper .section {
	
	}

#sharedFormLayout #simpleWrapper .section .Head {
	border-bottom: 1px solid silver;
	padding: 15px 5px 5px 5px;
	margin-bottom: 5px;
	}


#sharedFormLayout #simpleWrapper .install {
	text-align:center;
	padding: 15px 5px 5px 5px;
	
	}
#sharedFormLayout #simpleWrapper .install A {
	font-size:16px;
	font-weight:bold;
	}






/***** Table used as a list *****/

#TableListWrap {
	text-align:center;
	}

#TableList {
	margin:auto 0;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	}
#TableList A {
	display:block;
	}

#TableList input {
	font-size:10px;
	}

#TableList td {
	border-bottom:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	/*font-size:12px;*/
	padding: 1px 5px ;
	}

#TableList .Header {
	background-color:#8fb0d1;
	font-size:10px;
	font-weight: normal;
	color:white;
	border:0px;padding:2px;
	}

#TableList .One {
	background-color:#ebebeb;
	}

#TableList .Two {
	background-color:white;
	}

#TableList td.depth1 {
	font-size:12px;
	font-weight:bold;
	}

#TableList td.depth2 {
	font-size:10px;
	padding-left:10px;
	}

#TableList td.depth3 {
	font-size:10px;
	padding-left:20px;
	}

#TableList td.depth4 {
	font-size:10px;
	padding-left:30px;
	}








/***** Navigation *****/


#MainNav {
	float:right;
	width:175px;
	height:100%;
	margin-top:0;
	margin-bottom:5px;
	background-color:#f0f0f0;
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	display:none;
	}

#MainNav dl {
	list-style-type:none;
	margin:0;
	}
#MainNav dd {
	list-style-type:none;
	margin:0px;
	}
#MainNav dd A,
#MainNav dd A:visited {
	font-size:10px;
	}

#MainNav dd.depth1 A,
#MainNav dd.depth1 A:visited {
	font-size:12px;
	font-weight:bold;
	color: #fff;
	text-align:center;
	padding:3px;
	background-color:#356aa7;
	}
#MainNav dd.depth2, #MainNav dd.depth3, #MainNav dd.depth4, #MainNav dd.depth5 {
	font-size:10px;
	}
#MainNav dd.depth2 A {
	font-size:11px;
	border-top:1px solid silver;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	/*
	margin-right:2px;
	background-color:#5F8DBF;
	*/
	background-color:#c6d0db;
	color: #3d618a;
	}
#MainNav dd.depth3 A {
	/*
	font-size:12px;
	*/
	background-color:#fff;
	margin-left:5px;
	margin-right:5px;
	}
#MainNav dd.depth4 A {
	/*
	font-size:12px;
	*/
	margin-left:5px;
	margin-right:5px;
	background-color:#fff;
	}
#MainNav dd A {
	border:1px solid silver;
	/*
	border-right:0;
	*/
	border-top:0px;
	/*
	padding:3px 5px 1px 5px;
	*/
	padding:2px 3px 0 3px;
	display:block;
	color:#4F799F;
	}
#MainNav dd A.Sct_1 {
	background-color:#8fb0d1;
	color:white;
	}
#MainNav dd A.Sct_2, #MainNav dd A.Sct_3, #MainNav dd A.Sct_4 {}
#MainNav dd A.Currentdd {
	border-left:8px solid #494971;
	color:black;
	}
#MainNav dd A.Current {
	background-color:silver;
	background-color:#AF6262;
	color: #fff;
	}
#MainNav dd A:hover {
	text-decoration: none;
	background-color:#CF7474;
	color: #fff;
	}
#MainNav dd.Last {
	margin-bottom:10px;
	}

#BreadCrumb {
	width:98%;
	margin: 0px;
	padding: 2px 10px 0 10px;
	font-size:10px;
	color: silver;
	}
#BreadCrumb * {
	font-size:10px;
	}
#BreadCrumb a:link, #BreadCrumb a:visited {
	text-decoration: none;
	margin: 0px;
	color:#72a1c9;
	padding: 0px;
	font-size:10px;
	}
#BreadCrumb dl {
	float: left;
	height: 11px;
	margin: 20px;
	padding: 0px;
	font-size:10px;
	}
#BreadCrumb dd {
	float: left;
	border: none;
	margin: 20px;
	padding: 0px 0px 0px 5px;
	font-size:10px;
	}
#BreadCrumb dd.Last {
	border: none;
	padding-right: 0px;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	}
#BreadCrumb dd a:hover {
	}
#BreadCrumb span.current {
/* 	display:none; */
	}

.AdminNav {
	clear:both;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	background-color:#7eaad1;
	background-color:#8fb5da;
	border-top:1px solid #000;
	border-bottom:3px solid #27577c;
	line-height:24px;
	}
.AdminNav dd a:link,
.AdminNav dd a:visited {
	text-decoration:none;
	padding: 0 10px;
	font-size:12px;
	display:block;
	/*
	border-right: 1px solid #356aa7;
	border-left: 1px solid #ccdae7;
	*/
	color:#142c3f;
}
.AdminNav dl {
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	}
.AdminNav dd {
	display:inline;
	float:left;
	margin:0;
	padding: 0;
	border:0;
	}
.AdminNav dd.Last {
	/*border-right: 1px solid #161F29;*/
	}
.AdminNav dd.First {
	}
.AdminNav a.Current,
.AdminNav a.Current:visited,
.AdminNav a.Sct_2_Child,
.AdminNav a.Sct_2_Child:visited {
	border-right: 1px solid #ccdae7;
	border-left: 1px solid #356aa7;
	background-color:#27577c;
	font-weight:bold;
	color:white;
	}
.AdminNav dd a:hover {
	background-color:#f0f0f0;
	}





#FooterTable {
	margin:0px auto;
	/*float:left;*/
	font-size:10px;
	line-height: 23px;
	/**/width:780px;
	/*width:680px;*/
	border-top:1px solid silver;
	}
#FooterTable div {
	}
#FooterTable dd a:link, #FooterTable dd a:visited {
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	vertical-align: center;
	}
#FooterTable dl {
	float: left;
	height: 11px;
	margin-top:4px;
	}
#FooterTable dd {
	float: left;
	text-align: center;
	border: none;
	border-right: 1px solid #a39a93;
	line-height: 11px;
	margin: 0px;
	padding: 0px 9px;
	padding-bottom: 2px;
	}
#FooterTable dd.Last {
	border: none;
	padding-right: 0px;
	}
#FooterTable A.Current, #FooterTable A.Current:visited {
	font-weight:bold;
	font-size: 11px;
	}
#FooterTable dd a:hover {
	color: #9e0b0b;
	}









/***** Main Content *****/


#LeftContent {
	/*
	float:left;
	width:175px;
	*/
	}

#ContentWrapper  {
	margin: 0;
	padding: 10px 0 25px 0;
	/*
	padding: 10px 20px 20px 20px;
	background-color:#f9f9f9;
	background-color:#27577c;
	background-color:#f0f0f0;
	*/
	}
#MainContent  {
	min-height:600px;
	margin: 0;
	padding: 0 0 20px 0;
	background-color:#fff;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	}

#MainContent .headingLink {
	/*float:left;
	width:65;
	display: inline;
	margin: 0;
	background-color:red;*/
	}
#MainContent H1 {
	color:#494971;
	font-size:20px;
	margin: 0 ;
	padding: 0 ;
	border-bottom:1px solid #d6d7da;
	}
#MainContent H2 {
	color:#FD4010;
	font-size:16px;
	margin: 0 ;
	padding: 0 ;
	border-bottom:1px solid #f0f0f0;
	}
#MainContent H2.adminHead {
	/*
	background-color: #f0f0f0;
	border-bottom:1px solid silver;
	*/
	color:#AF0000;
	font-size:16px;
	margin: 0 10px;
	padding: 15px 0 2px 25px ;
	}
#MainContent H3 {
	color:#AF0000;
	font-size:14px;
	margin: 2px;
	margin-left: 0;
	padding: 10px 0 2px 10px ;
	border-bottom:1px solid #f0f0f0;
	}


#MainContent H4 {
	/*color:#494971;
	color:#BF4747;*/
	font-size:12px;
	margin: 2px;
	margin-left: 0;
	padding: 10px 0 2px 10px ;
	border-bottom:1px solid #f0f0f0;
	}
#MainContent H5 {
	/*color:#494971;
	color:#BF4747;*/
	font-size:10px;
	margin: 2px;
	margin-left: 0;
	padding: 10px 0 2px 10px ;
	border-bottom:1px solid #f0f0f0;
	}
#MainContent .Thirty3Percent {
	float:left;
	width:33%;
	}
#MainContent .Sixty6Percent {
	float:left;
	width:66%;
	}
#MainContent .Twnty5Percent {
	float:left;
	width:25%;
	}
#MainContent .FiftyPercent {
	float:left;
	width:50%;
	}
#MainContent .Seventy5Percent {
	float:left;
	width:75%;
	}

#pageContent {
	padding: 10px 20px 40px 20px ;
	/*min-height: 400px;*/
	}


#pageContent #sectionNav {
	float:left;
	width:160px;
	margin:0 10px 10px 0;
	background-color:#f9f9f9;
	border:1px solid silver;
	font-size:12px;
	}
#pageContent #sectionNav h5 {
	text-align:center;
	font-size:11px;
	margin: 0;
	margin-left: 0;
	padding: 2px 0 0px 5px ;
	border-bottom:1px solid silver;
	background-color:#f0f0f0;
	}
#pageContent #sectionNav dl {
	border: 0;
	padding: 0;
	margin: 0;
	}
#pageContent #sectionNav dd {
	border: 0;
	padding: 0;
	margin: 0;
	}
#pageContent #sectionNav a {
	border-top:1px solid #f0f0f0;
	display:block;
	padding: 4px;
	text-align:center;
	}






/*     Hierarchy - Used within sections that display a list that has a Hierarchy. Like when displaying the lavigation in a general setting, and not within the actually links navigation sections.	*/
#Hierarchy { }

#Hierarchy .Plus {
	width:22px;
	float:left;
	}
#Hierarchy .defaultDisplay { display:none; }

#Hierarchy .LevelTop {
	border:1px solid silver;
	margin-top:10px;
	padding:3px;
	background-color:#f0f0f0;
	font-weight:bold;
	}

#Hierarchy .individualDiv {
	border-bottom:1px solid #f0f0f0;
	padding:2px;
	}

#Hierarchy .LevelRoot {
	padding-left:5px;
	height: 15px;
	vertical-align: bottom;
	line-height: 15px;
	/*background-color:pink;*/
}

#Hierarchy .Level1 {
	background-image: url(../../../themes/justtext/images/hierarchylines_level0_arrow.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left:20px;
	height: 15px;
	vertical-align: bottom;
	line-height: 15px;
	/*background-color:pink;*/
}
#Hierarchy .Level2 {
	background-image: url(../../../themes/justtext/images/hierarchylines_level1_arrow.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left:30px;
	margin-left:20px;
	height: 15px;
	vertical-align: bottom;
	line-height: 15px;
	/*background-color:red;*/
	}
#Hierarchy .Level3 {
	background-image: url(../../../themes/justtext/images/hierarchylines_level2_arrow.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left:40px;
	margin-left:40px;
	height: 15px;
	vertical-align: bottom;
	line-height: 15px;
	/*background-color:green;*/
}

#Hierarchy .Level4 {
	background-image: url(../../../themes/justtext/images/hierarchylines_level3_arrow.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left:50px;
	margin-left:60px;
	height: 15px;
	vertical-align: bottom;
	line-height: 15px;
	/*background-color:blue;*/
	}
#Hierarchy .Level4 .Error,
#Hierarchy .Level4 .Error a,
#Hierarchy .Level4 .Error a:visited {
	font-size: 10px;
	font-style: italic;
	}

#Hierarchy .textboxHeight {
	height: auto;
	line-height: normal;
}








/***** ADMIN *****/

#adminHeader {
	height: 30px;
	color: white;
	background-color:#14568a;
	margin: 0;
	padding: 0;
	}
#adminHeader #leftText {
	width:auto;
	float: left;
	padding:10px 1px 1px 1px;
	font-size: 14px;
	font-weight:bold;
	}
#adminHeader #rightLinks {
	width:200px;
	float:right;
	padding:12px 1px 1px 1px;
	}
#adminHeader #rightLinks dl {
	margin:0;
	padding:0;
	border:0;
	}
#adminHeader #rightLinks dd {
	display:inline;
	float:right;
	margin:0;
	padding:0;
	border:0;
	}
#adminHeader #rightLinks a:link, #adminHeader #rightLinks a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0 5px;
	color:white;
	font-size:10px;
	border-right:1px solid silver;
	}
#adminHeader #rightLinks dd.depth1 {
	font-size:10px;
	}
#adminHeader #rightLinks dd.first {
	}
#adminHeader #rightLinks dd.Last {
	border-right: none;
	}
#adminHeader #rightLinks dd a:hover {
	}
#adminHeader #rightLinks span.current {
	}






#FrontPageDivs {
	border:0;
	margin:0;
	padding:0;
	}

#FrontPageDivs .leftCol {
	width:300px;
	}

#FrontPageDivs .rightCol {
	}

#link2Admin {
	color:green;
	font-size:10px;
	font-weight:normal;
	padding: 2px 10px;
	}

#link2Admin.editPage {
	display:none;
	}

#AdminMenuLink {
	display:block;
	border:1px solid silver;
	background-color:#f0f0f0;
	padding:0;
	margin:0;
	}
#AdminMenuContentWrap {
	display:none;
	width:200px;
	padding:2px;
	}
#AdminMenuContentLink a, #AdminMenuContentLink a:visited {
	display:block;
	border:1px solid #f0f0f0;
	background-color:#f9f9f9;
	padding:0;
	margin:0;
	}
#AdminMenuContent {
	padding:0;
	margin:0;
	}
#AdminMenuContent * { font-size:11px; }

