/*
pagelayout.css controls the positioning of the header, footer, navs and content blocks
*/
@import "pagelayout.css";
/*************************** global elements **********************************/
body {
	line-height: 1.4em;
    color: black;
    background-color: white;
    margin:4px 10px 20px 10px;
	padding:0;
	}
body, td, h1, .smallH5, form, input, select, input.submit, input.button, textarea, smallH6, #pageHeader{
	font-family: Verdana, sans-serif;
    }
td.header{
background-color:#F2F2F2;
color:#000000;
}
p {
	margin-top: 0px;
    margin-bottom: 1em;
	}
img {
	border: none;
	}
hr {
	height:1px;
	background-color: #CCCCCC; /* Silver */
	line-height: 1px;
	}
a {
    color: blue;
	}
a:hover, a:active {
    color: red;
	}
h1 {
	margin: 0px;
    padding-right: 20px;
    padding-top: 3px;
	float: right;
    font-weight: normal;
    color: #CCCCCC; /* Silver */
	}
h2 {
    font-weight: normal;
    color: #CCCCCC; /* Silver */
    margin: 0px;
    padding: 0px;
    }
h3 {
    font-weight: normal;
    color: #CCCCCC; /* Silver */
    margin: 0px;
    padding: 0px;
	}
h4 {
    color: #CCCCCC; /* Silver */
    font-weight: normal;
    margin: 0px;
    padding: 0px;
	}
h5 {
    font-weight: bold;
    color: #CCCCCC; /* Silver */
    padding: 0px;
    margin: 0Px;
	}
.smallH5 {
    font-weight: bold;
	}
h6 {
    color: #00cc00; /* Green */
    font-weight: bold;
    margin: 0px;
    padding: 0px;
	}
form, input, select, input.submit, input.button{
    margin-top: 0px;
    margin-bottom: 3px;
    }
input,select {vertical-align:middle;}
input.editContent, input.radio {
	width: 78%;
	vertical-align:middle;
	}
textarea {
    width: 78%;
    font-family: Verdana, sans-serif;
    vertical-align:top;
    margin-bottom: 2px;
    }
select.copyTagForm {
    height: 20em;
	}
ul.help  {
	list-style: url(/images/help_tooltip.gif) circle;
    margin: 0px 0px 0px 25px;
    padding:0px;
	}
.smallH6 {
    font-weight: normal;
	}
.boldText {
    font-weight: bold;
	}
.color1 {
	color: #00ccff; /* Light Blue */
	}
.resultGood, .resultWarning, .resultBad {
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px 10px 30px; /* top right bottom left */
    font-weight: bold;
    text-align:center;
	}
.resultGood {
	color: Green; /* Green */
    }
.resultWarning {
	color: #3333CC; /* Blue */
	}
.resultBad {
	color: #CC0033; /* Red */
	}
option.editNav {
	background-color: #00cc00; /* Green */
    }
option.editAdmin {
	background-color: #ff9900; /* Orange */
    }
.boxBorder, .pageTitleBox {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 25px 15px 25px; /* top right bottom left */
    color: #000000; /* Black */
	}
.editContentBox {
    padding:10px;
    border:solid 1px black;
    background-color:white;
    }
.boxBorder, .resultGood, .resultWarning, .resultBad, .pageTitleBox{
	border:solid 1px black;
    background-color: #F2F2F2; /* Off White */
	}
.padLeft {
    padding-left: 5px;
	}
.adminHeading {
	text-align:center;
	font-weight:bold;
	padding:0.2em 0;
	margin-top:-0.2em;
	border:1px solid #CCCCCC;
	background-color:#F2F2F2;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#D7D7D7,endcolorstr=#FCFBFF);
	}
.gradient {
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#D7D7D7,endcolorstr=#FCFBFF);
	}
.gradient1 {
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#FCFBFF,endcolorstr=#E7E6E8);
	}

/*************************** specific divs and their elements **********************************/
#pageHeader a {
	text-decoration: underline;
    }
#logo1 {
	padding-left: 8px;
	}
#adminMenuTbl {
	margin-top:-7px;
	}
#develNotes {
	width: 85%;
	color: #000000;
    margin-left: auto;
	margin-right: auto;
    padding: 0px;
    }
#develNotes p {
	line-height: 1.6em;
	}
#develNotes em {
	font-style: normal;
    font-weight: bold;
    font-family: monospace;
    padding: 0px 0.5em 0px 0.5em; /* top right bottom left */
	}
#develNotes h5 {
	color: #000000;
	}
#develNotes .boxBorder {
	margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px 20px 30px; /* top right bottom left */
    border: solid 1px black;
    background-color: #F2F2F2;
	}
