
/* General Constructs
----------------------------------------------------------------------------- */

body {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px;
	text-align: center;
    font: normal 11px/15px verdana,arial,sans-serif;
}

a {
	color: #03c;
	text-decoration: underline;
}

a:hover {
	color: #03c;
	text-decoration: none;
}


/* Page Constructs
----------------------------------------------------------------------------- */

#container {
	background: #fff;
	width: 100%;
	/*margin: 20px auto;*/
	padding: 2px;
	border: solid 1px #a4a4a4;
	text-align: left;
}


/* Masthead Region --- */
#masthead {
	height: 87px;
	border: solid 1px #cacaca;
}

#masthead h1 {
    display: none;
}

#masthead #logo {
	float: left;
	padding: 0px 0 0 0px;
	width: 300px;
}

#masthead #callout {
	float: right;
	padding-top: 10px;
	width: 300px;
}


/* Subhead Region --- */
#subhead {
	margin-bottom: 4px;
	padding: 0 10px;
	height: 21px;
	border: solid 1px #cacaca;
	border-top: 0px;
    color: #203945;
    font: normal 10px/21px verdana,arial,sans-serif;
	line-height: 21px;
}

#subhead #message {
	float: left;
    margin: 0;
    padding: 0;
	width: 500px;
}

#subhead #options {
	margin: 0px;
	padding: 0px;
	height: 21px;
}

#subhead #options li {
    float: right;
    display: block;
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}


/* Navigation Region --- */
#navigation {
	height: 40px;
	border: solid 1px #0b2c27;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#navigation ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation ul li a {
	float: left;
	display: block;
	padding: 12px 11px 8px 11px;
	height: 20px;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a img {
    border: 0;
    vertical-align: middle;
}


#navigation ul li a:hover {
	background: #c2cacc;
	padding: 12px 10px 8px 10px;
	border-left: 1px solid #0b2c27;
	border-right: 1px solid #0b2c27;
	color: #0b2c27;
}

#navigation ul li a.current{
    background: #a6b3b6;
	padding: 12px 10px 8px 10px;
	border-left: 1px solid #0b2c27;
	border-right: 1px solid #0b2c27; 
	color: #0b2c27;
}
#navigation ul li a.lboff,
#navigation ul li a.lboff:hover {
	border-left: 0px;
	padding-left: 11px;
}

#navigation ul li a.rboff,
#navigation ul li a.rboff:hover {
	border-right: 0px;
	padding-right: 11px;
}

/* Footer Region --- */
#footer {
    border-bottom: 10px solid #203945;
}


/* Content Region --- */
#content {
	margin: 5px 0;
	padding: 20px;
}

#content .warning {
	margin: 10px 0;
	padding: 10px 5px 8px 28px;
	border: 1px solid #E5E081;
	line-height: 1.2em !important;
	color: #333;
}

#content #loginform {
    margin: 0 auto;
    padding: 20px;
    width: 360px;   
}

#content #listform {
    margin: 0 auto;
    /* padding: 20px; */
}

#content #listform table {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#content #listform table caption {
    padding: 8px 2px 5px 2px;
    border-bottom: 1px solid #f3f6f8;
    color: #2b353a;
    text-align: left;
    text-transform: capitalize;
}

#content #listform table th {
    padding: 8px 2px 5px 5px;
    border-bottom: 1px solid #f3f6f8;
    width: 200px;
    color: #2b353a;
    text-transform: capitalize;
}

#content #listform table th a { color: #2b353a; }


#content #listform table td {
    padding: 4px 10px;
    /*width: 320px;*/
    color: #42525a;
}

#content #listform table tr.altrow { background: #f3f6f8; }

#content #listform table tbody tr:hover { background: #fff8f2; }

#content #listform table tbody tr.thead:hover,
#content #listform table tbody tr.tfoot:hover { background: #fff; }

#content #aspnetForm div.insertdate {
    z-index:2;
    position:relative;
    top:-20px;
    width:200px;
    height:150px;
    margin-left: 255px;
    overflow:visible;
}

#content #aspnetForm form {
    margin:0 auto;
    padding:20px 0 20px 0;
}

#content #aspnetForm input, 
#content #aspnetForm textarea, 
#content #aspnetForm select {
    padding:2px 2px;
    font: normal 11px verdana,arial,sans-serif;
}

#content #aspnetForm input.radio, 
#content #aspnetForm input.checkbox {
    margin: 5px 0 0 0;
    height: 14px;
    width:14px;
}


#content #aspnetForm fieldset {
    clear: both;
    position: relative;
    margin: 10px 0;
    padding: 10px;
}

#content #aspnetForm legend {
    padding: 2px 5px 3px 5px;
    color: #03c;
    font-weight: bold;
    text-transform: uppercase;
}


#content #aspnetForm .form_row {
    clear: both;
    padding: 2px 0 2px 0;
}

#content #aspnetForm .form_row label {
    float: left;
    display: block;
    padding: 3px 5px 0 5px;
    width: 140px;
    text-align: right;
}

#content #aspnetForm .form_row header {
    float: left;
    display: block;
    padding: 3px 5px 0 5px;
    width: 140px;
    text-align: center;
    font-weight: bold;
}

#content #aspnetForm .form_row label.required { font-weight: bold; }

#content #aspnetForm .form_buttons { margin: 10px 0 10px 150px; }

#content #aspnetForm .sublabel {
    float: left;
    padding: 0 5px 0 0;
}
#content #aspnetForm .sublabel label {
    margin: 0;
    padding: 0 0 0 5px;
    width: auto;
    text-align:left;
    font: normal 0.9em tahoma;
    line-height: 0.9em;
}