* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

body {
	background-color: #eeeeee;
//	background-color: #deedff;
}

img {
	border: 0px;
}

p {
	text-align: justify;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: auto;
}

a {
	text-decoration: none;
	font-weight: bold;
}

code {
	display: block;
	font-size: 10px;
	overflow: auto;
	white-space: nowrap;
	background-color: #C8E1Ef;
	border: 1px solid black;
}

table {
	empty-cells: show;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
}

thead {
	background-color: #007DBE;
	color: #ffffff;
	font-weight: bold;
}

td {
	padding: 2px;
}


tr.rowOn {
	background-color: #B3D3F7;
}

tr.rowOff {
	background-color: #deedff;
}
tr.rowOff input,tr.rowOff textarea, tr.rowOff select, tr.rowOff button, tr.rowOff option {
	background-color: #DEEDFF !important;
}

a:hover {
	text-decoration: underline;
}

div.main {
	max-width: 1024px;
	background-color: #deedff;
}

div.box {
	-moz-border-radius: 5px;
	background-color: #007DBE;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0.1em solid black;
}

div.boxTitle {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}

div.boxTitle img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.boxContent, ul.navMenu {
	position: relative;
	margin-top: 2px;
	-moz-border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid black;
	color: #000000;
}

ul.navMenu {
	padding: 0px;
}

div.boxContent {
	padding: 5px;
}

div.boxContent a, ul.navMenu a, div.content p a{
	color: #007DBE;
}

div.boxContent a:hover, ul.navMenu a:hover, div.content p a:hover {
	color: #229fe1;
}

div.boxContent a:visited, ul.navMenu a:hover, div.content p a:visited {
	color: #78919f;
}

div.byline {
	font-weight: bold;
	font-size: 12px;
}

div.header, div.footer {
	font-weight: bold;
	color: #ffffff;
	height: 60px;
	background-color: #007DBE;
}

div.header {
	border-bottom: 1em solid black;
}

div.footer {
	text-align: center;
	clear: both;
	border-top: 1em solid black;
	margin-top: 1em;
}

div.footer div.copyright {
	max-width: 1024px;
	vertical-align: middle;
}

div.header a, div.footer a {
	color: #ffffff;
}

div.contentContainer {
	margin-right: 150px;
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10px;

}

div.content {
	float: left;
	width: 100%;
}

div.navLeft, div.navRight {
	width: 150px;
}

div.navLeft {
	float: left;
}

div.navRight {
	float: right;
}

div.imgLeft img,div.imgRight img,div.imgCenter img{
	display: block;
	border-bottom: 1px solid black;
}

div.imgLeft,div.imgRight,div.imgCenter {
	position: relative;
	-moz-border-radius: 5px;
	background-color: #007DBE;
	border: 1px solid black;
	padding: 5px;
	margin-top: 5px;
}

div.imgLeft {
	float: left;
	margin-right: 10px;
}

div.imgRight {
	float: right;
	margin-left: 10px
}

div.imgCenter {
	margin-left: auto;
	margin-right: auto;
}

div.imgCap {
	background-color: #deedff;
	color: #000000;
	text-align: center;
	font-size: 10px;
	border: 1px solid black;
	-moz-border-radius: 5px;
}

div.form {
	position: relative;
}

fieldset {
	border: 1px solid #007DBE;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 5px;
	display: inline;
}

legend {
	padding: 0.2em 0.5em;
	border: 1px solid #007DBE;
	background-color: #007DBE;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 5px
}


textarea,label,input {
	position: relative;
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}

select {
        margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}

textarea, input.text, input.password, button{
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

textarea {
	height: 25em;
	width: 99%;
}

input,textarea,select,button, option {
	border: 1px solid black !important;
	background-color: #B3D3F7 !important;
	font-size: 10px;
}

button {
	width: 100px;
	text-align: center;
}

input:focus,textarea:focus,button:hover {
	background-color: #deedff !important;
}

input.hidden {
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}


div.form br {
	clear: left;
}


button {
	display: block;
}

.nobr {
	clear: both;
}

ul li {
	margin-left: 2em;
}

ul.errors {
	font-weight: bold;
	color: #9C0011;
}

ul.fileList {
	clear: both;
}

ul.fileList li {
	position: relative;
	list-style-type: none;
	text-align: center;
	display: inline;
	float: left;
	width: 150px;
	margin: 0px;
}

ul.navMenu li {
	list-style-type: none;
	text-align: center;
	margin: 0px;

	-moz-border-radius: 5px;
}

ul.navMenu li a {
	display: block;
	width: 100%;
	-moz-border-radius: 5px;
}

ul.navMenu li.selected a {
	background-color: #B3D3F7;
}


ul.navMenu li a:hover {
	background-color: #deedff;
}
