/************************************************/
/***************** RESET STYLES *****************/
/************************************************/

/* Colors:
Dark Blue #004271
Green #b0bc25
Light Gray #f7f7f7
Dark Gray #e7e7e7
*/

/* 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
*/

* {
margin: 0;
padding: 0;
}
body {
color: #666;
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
text-align: center;
background-color: #e1e1e1;
background-image: url(../images/bg_body.gif);
background-repeat: repeat-x;
background-position: left top;
}
a {
color: #004271;
text-decoration: none;
}
a:hover {
color: #b0bc25;
text-decoration: underline;
}
a:visited {
color: #004271;
}
a img {
border: 0;
}
:focus {
outline: 0;
}
a.page_white_acrobat {
background: url(../images/page_white_acrobat.gif) 0 0 no-repeat;
padding-left: 20px;
line-height: 1.7em;
margin-bottom: 0.2em;
height: 16px;
display: block;
}
.divider {
border: 0px inset;
border-bottom: 1px solid #E7E7E7;
border-top: 1px solid #fff;
height: 0px;
overflow: hidden;
background: #fff;
margin: 30px 0px;
color: #E7E7E7;
visibility: visible;
clear: both;
}

/* Heading */
h1 {
color: #004271;
font-size: 19px;
line-height: 20px;
}
h2 {
color: #5e5e5e;
margin-bottom: .3em;
font-size: 17px;
line-height: 18px;
}
h3 {
color: #004271;
margin-bottom: .2em;
font-size: 15px;
line-height: 16px;
}
h4 {
color: #5e5e5e;
margin-bottom: .1em;
font-size: 14px;
font-weight: bold;
line-height: 15px;
}
h5 {
color: #004271;
margin-bottom: 0;
font-size: 13px;
font-weight: bold;
line-height: 14px;
}
h6 {
color: #5e5e5e;
margin-bottom: 0;
font-size: 12px;
line-height: 13px;
}

/* Paragraph */
p {
margin-bottom: .9em;
}
address {
margin-bottom: .4em;
font-style: normal;
line-height: 1.4em;
}
cite {
font-style: normal;
font-size: 10px;
}
q:before,
q:after {
content: '';
}

/* Lists */
dt {
display: block;
font-weight: bold;
}
ul,
ol {
margin: 5px 15px 10px 30px
}
li {
font-weight: normal;
margin: 0 0 4px 0;
}
.twolist {
	display:inline;
	float:left;
	width:235px;
	margin:0;
	padding:0;
}
.twolist ul {margin-right:10px;}

ul.plain {
	margin-left:15px;
}
ul.plain li {
	list-style: none;
	background: none;
}

/* Size */
small {
font-size: .85em;
}
big {
font-size: 1.15em;
}
hr {
height: 1px;
color:#fff;
margin: 15px 0;
overflow: hidden;
border-bottom:dotted 1px #ccc;
}
sup {
vertical-align: 40%;
font-size: 60%;
}

/* Clears */
.clear {
clear: both;
position: relative;
font-size: 0px;
height: 0px;
line-height: 0px;
visibility: hidden
}
.nowrap {
white-space: nowrap;
}

/* Form */
form {
display: inline;
}
fieldset {
border: none;
}
legend {
display: none;
}
label {
}
input,
select,
button {
vertical-align: middle;
}

/* Form Elements */
.form-container .required {
color: #cc0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px
}
.form-container .formHint {
font-size: 11px;
color: #999999
}
.form-container .buttonHolder {
text-align: left;
}
.form-container .errorField {
color: #cc0000;
font-weight: bold
}
.form-container #errorMsg {
background: #FFDFDF url(../images/uf_error.png) repeat scroll 0%;
border-color: #cc0000;
border-style: solid;
border-width: 1px 0pt;
margin: 0pt 0pt 1em;
padding: 1em;
}
.form-container #errorMsg dt,
.form-container #errorMsg h3 {
margin: 0 0 .5em 0;
font-size: 110%;
line-height: 100%;
font-weight: bold;
}
.form-container #errorMsg dd {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol li {
margin: 0;
padding: 2px;
list-style-position: inside;
border-bottom: 1px dotted #cc0000;
position: relative;
}
.form-container #errorMsg ol li a:link,
.form-container #errorMsg ol li a:hover,
.form-container #errorMsg ol li a:visited {
color: #cc0000;
text-decoration: none;
}
.form-table {
border: none
}
.form-table td {
padding: 8px;
text-align: left;
}
.altrows .even {
background: #e7e7e7
}
.altrows .odd {
background:#fff
}

div.heading {
background:#FFFFFF url(../images/bg_tabdefault.gif) repeat-x scroll 0 0;
color: #004271;
font-size:13px;
font-weight: bold;
line-height:normal;
padding:auto;
margin:auto;
width:auto;
border:1px solid #D2D2D2;
padding:8px;
}

.form-table label {
}
.form-table .textInput, .form-table textarea {
	border:1px solid #D2D2D2;
	padding:3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px
}
#shadowbox_body {min-height:420px;}

/* Special Text */
.highlight {
color: #b0bc25
}
.highlight2 {
color: #004271
}
.subdued {
color: #5e5e5e
}
.error {
color: #c00;
font-weight: bold
}
.success {
color: #390;
font-weight: bold
}
.caption {
color: #5e5e5e;
font-size: .85em
}
.date {
}

/* Special Links */
a.morelink:link,
a.morelink:visited,
a.morelink:hover,
a.morelink:active {
padding-left: 21px;
padding-bottom: 2px;
background: transparent url(../images/sprites.gif) no-repeat 5px 0px;
}
a.morelink:hover {
height: 30px;
background-color: transparent;
background-image: url(../images/sprites.gif);
background-position: 5px -50px;
}
.morelink span {
position: absolute;
left: -9999px;
width: 900px
}

/* Pagination */
.pagination {
position: relative;
background: #f2f2f2;
color: #5e5e5e;
border: 1px solid #ddd;
margin: 10px 0 1.5em 0;
padding: 5px;
}
.pagination .left {
width: 50%;
float: left;
text-align: left
}
.pagination .right {
width: 50%;
float: left;
text-align: right
}
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
text-decoration: none;
background: #fff;
padding: 2px 5px;
border: 1px solid #ccc
}

/* Tables */
th {
vertical-align: top;
font-weight: normal;
text-align: left;
}
td {
vertical-align: top;
}
.table1 {
width: 100%;
padding: 0;
margin: 0;
}
.table1 caption {
width: 100%;
font-size: 11px;
font-style: italic;
padding: 0 0 5px 0;
text-align: right;
}
.table1 th {
font-size: 11px;
font-weight: bold;
color: #4f6b72;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: #CAE8EA url(../images/table1_headerbg.jpg) no-repeat;
}
.table1 th.nobg {
border-right: 1px solid #C1DAD7;
border-top: none;
background: none;
}
.table1 td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72;
}
.table1 td.alt {
background: #F5FAFA;
color: #797268;
}
.table1 th.spec {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #fff url(../images/table1_bullet1.gif) no-repeat;
font-weight: bold;
font-size: 10px;
}
.table1 th.specalt {
border-left: 1px solid #C1DAD7;
border-top: 0;
background: #f5fafa url(../images/table1_bullet2.gif) no-repeat;
font-weight: bold;
font-size: 10px;
color: #797268;
}
