/*
pagelayout.css controls the positioning of the header, footer, navs and content blocks
*/
@import "pagelayout.css";

/*************************** global elements **********************************/
body {
	line-height: 1.4em;
	font-size: 9pt;
    font-family: Verdana, sans-serif;
    color: black;
    background-color: white;
    margin-top:0;
	}

td {
    font-size: 9pt;
    }
td.header{
background-color:#F2F2F2;
color:#000000;
}

p {
	margin-top: 0px;
    margin-bottom: 1em;
	}

img {
	border: none;
	}

li {

	}

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-size: 9pt;
    font-weight: normal;
    color: #CCCCCC; /* Silver */
    line-height: 16px;
	}
h2 {
	font-size: 16pt;
    font-weight: normal;
    color: #CCCCCC; /* Silver */
    margin: 0px;
    padding: 0px;
    }
h3 {
	font-size: 13pt;
    font-weight: normal;
    color: #CCCCCC; /* Silver */
    margin: 0px;
    padding: 0px;
	}
h4 {
	font-size: 12pt;
    color: #CCCCCC; /* Silver */
    font-weight: normal;
    margin: 0px;
    padding: 0px;
	}
h5 {
	font-size: 11pt;
    font-weight: bold;
    color: #CCCCCC; /* Silver */
    padding: 0px;
    margin: 0Px;
	}
.smallH5 {
	font-size: 9pt;
    font-weight: bold;
	}
h6 {
	font-size: 11pt;
    color: #00cc00; /* Green */
    font-weight: bold;
    margin: 0px;
    padding: 0px;
	}


form, input, select, input.submit, input.button{
    font-size: 9pt;
    font-family: Verdana, sans-serif;
    margin-top: 0px;
    margin-bottom: 3px;
    }

input.editContent, input.radio {
	width: 78%;
	vertical-align:middle;
	}
textarea {
    width: 78%;
    font-size: 9pt;
    font-family: Verdana, sans-serif;
    vertical-align:top;
    margin-bottom: 2px;
    }
select.copyTagForm {
    height: 11em;
	}
ul.help  {
	list-style: url(/images/help_tooltip.gif) circle;
    margin: 0px 0px 0px 25px;
    padding:0px;
	}
.smallH6 {
	font-size: 9pt;
    font-weight: normal;
	}

.boldText {
	font-size: 11pt;
    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-size: 11pt;
    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 */
    }


.padLeft {
    padding-left: 5px;
	}

.boxBorder, .pageTitleBox {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 25px 15px 25px; /* top right bottom left */
    color: #000000; /* Black */
    font-size: 11pt;
	}


.editContentBox {
    padding:10px;
    border:solid 1px black;
    background-color:white;
    }
.boxBorder, .resultGood, .resultWarning, .resultBad, .pageTitleBox{
	border:solid 1px black;
    background-color: #F2F2F2; /* Off White */
	}

.adminHeading {
	margin-top:0.5em;
	border:1px solid #CCCCCC;
	background-color:#F2F2F2;
	}
.gradient {
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#D7D7D7,endcolorstr=#FCFBFF);
	}
/*************************** specific divs and their elements **********************************/



#pageHeader {
	font-size: 9pt;
    font-family: Verdana, sans-serif;
	}
#pageHeader a {
	text-decoration: underline;
    }

#logo1 {
	padding-left: 8px;
	}


#centerContent {

	}



#develNotes {
	width: 85%;
	color: #000000;
    margin-left: auto;
	margin-right: auto;
    padding: 0px;
    }
#develNotes p {
	line-height: 1.6em;
	font-size: 11pt;
	}
#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;
	}
