﻿/* All the content boxes belong to the content class. */

/* All the content boxes belong to the content class. */

div#printView 
{
    visibility:hidden;
}

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}

#header {
color: black;
font-size:larger;
text-align:center;
margin: 0px 0px 10px 0px;
}

#navSection {
	padding: 3px;
	margin-bottom: 10px;
	text-align: center;
	}

#navSection ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#navSection ul li {
	margin-left: 0;
	padding-left: 10px;
	border: none;
	list-style: none;
	display: inline;
	}

#navSection ul li.first 
{
	padding-left: 0px;
}

#navMain {
	padding: 3px;
	margin-bottom: 10px;
	text-align: left;
	}

#navMain ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	} 

#navMain ul li {
	margin-left: 0;
	padding-left: 2px;
	padding-bottom: 8px;
	border: none;
	list-style: none;
	}

#navMain a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited 
{
	text-decoration: none;
}

.title {
color: black;
font-size: x-large;
}
.subTitle {
color: black;
font-size: large;
}

.error 
{
	color: Red;
}

#contents label {
   width: 250px;
   float: left;
   text-align: left;
}

#footer {
background-color:#eee;
padding: 5px;
text-align: center;
}

#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 0px 20px 170px;
    border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navMain {
	float:left;
	width:128px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;
}
		
#navUser 
{
	float:left;
	clear:left;
	width:128px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
}

.formLable 
{
	width: 150px;
	text-align:right;
}

.formLableReq 
{
	width: 150px;
	font-weight:bold;
	text-align:right;
}

img 
{
	margin: 5px;
}
	
a, a:link, a:visited {
	color:#09c;
	text-decoration: none;
	}
a:hover {background-color:#eee;}


.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}

body {
color: #000000;
}

#header {
background: #ffffff url("/Core/SalcombeTC/Layout/Graphics/salcombetc.jpg") no-repeat;
float: centre;
color: #004589;
height: 165px;
}

.title {
color: #21374F;
}
.titleSub {
color: #21374F;
}

.error 
{
	color: Red;
}

#footer {
background-color: #B2DBF7;
color: #21374F;
border:1px solid #396781;
clear:both;
}

#footer a {
	color: #21374F;
}
#footer a:hover {
	color: #B2DBF7	;
	background-color:#396781;
	}

#contents {
	border:1px solid #396781;
	background-color: #ffffff;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #B2DBF7;
}

#navMain {
	border:1px solid #B2DBF7;
	color: #B2DBF7;
	background-color: #21374F;
	}
	
#navMain a:hover{
	color: #21374F;
	background-color: #B2DBF7;
}
#navSection {
	border:1px solid #396781;
	background-color: #B2DBF7;
	color: #21374F;
}

#navSection a, #navSection a:link, #navSection a:visited {color: #B2DBF7;
font-weight:bold}

#navSection a:hover{
background-color: #21374F;
color: #ffffff;
}

#navUser 
{
	border:1px dashed #104B8D;
	background-color:#ffffff;
	color: #104B8D;
	}
	 
#navUser a{
	color: #556944;
	background-color:#ffffff;
}

#navUser a:hover {
	color: #ffffff;
	background-color:#556944;
	}

body {
	color: #21374F;
	background-color: #ffffff;
	font-size: 14px;
	}


h1 {color: #21374F;	}
a {	color: #FA9C1;
	}
a:link {color:#FA9C1;}
a:visited {color:#FA9C1;}
a:hover {background-color:#21374F;
		color: #FA9C1;
	
}


.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}
.navMainClass 
{
    font-weight:bold;
    color: #ffffff;
}
#container {

width: 1050px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}