/*
Reference: http://www.holygrails.net/article/list?offset=20&max=10
*/
html, body {
height:100%;
}

body {
-x-system-font:none;
color:#555555;
font-family:verdana,arial,sans-serif;
font-size:0.7em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:400;
line-height:170%;
margin:0pt;
padding:0pt;
text-align:center;
}
h1, h2, h3, h4, h5, h6 {
margin:0pt 0pt 10px;
padding:0pt;
}
h1 {
-x-system-font:none;
border-bottom:12px solid #DDDDDD;
color:#536C71;
font-family:arial,sans-serif;
font-size:1.6em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:400;
line-height:normal;
padding-bottom:0.2em;
}
h2 {
color:#586B7A;
font-size:1.2em;
}
h3 {
color:#5D6F73;
font-size:0.9em;
text-transform:uppercase;
border-bottom:4px solid #DDDDDD;
}
h4 {
font-size:0.85em;
}
h5 {
font-size:0.8em;
}
.horzPad h1, .horzPad h2, .horzPad h3, .horzPad h4, .horzPad h5, .horzPad p {
padding-left:5px;
padding-right:5px;
}
/*
a {
color:#3B5D77;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#668F00;
border-bottom:4px solid #AAAAAA;
}

a:visited {
color:#668F00;    
}
*/

a img {
border:0pt none;
}
a img.border {
border:1px solid #FC3307;
}
a:hover img.border {
border:1px solid #668FA3 !important;
}
img.floatRight {
margin:5px 0pt 10px 10px;
}
img.floatLeft {
margin:5px 10px 10px 0pt;
}
/*
ul li {
list-style-image:url(../images/bg/submenu1.gif);
}
*/
/*
ol li {
color:#668FA3;
font-weight:bold;
}

ol li span {
color:#444444;
font-weight:normal;
}
*/

blockquote {
background:#E7F1F3 none repeat scroll 0% 0%;
border-bottom:1px solid #AAD3DB;
border-top:1px solid #AAD3DB;
margin:0pt;
padding:0pt 20px;
}
form {
margin:0pt;
padding:0pt;
}
label {
float:left;
vertical-align:top;
width:25%;
}
/*
input, textarea, select {
-x-system-font:none;
background:#EEEEEE none repeat scroll 0% 0%;
border:1px solid #CCCCCC;
color:#999999;
font-family:verdana,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:400;
line-height:normal;
padding:1px;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
background:#E7F1F3 none repeat scroll 0% 0%;
border:1px solid #888888;
color:#000000;
}
input.noBorder, input.noBorder:focus, input.noBorder:hover {
border:0pt none;
padding:0pt;
}
input.button {
-x-system-font:none;
background:#FC3307 none repeat scroll 0% 0%;
border-color:#FF7800 rgb(105, 19, 0) rgb(105, 19, 0) rgb(255, 120, 0);
border:1px;
border-style:solid;
border-width:1px;
color:#FFFFFF;
cursor:pointer;
font-family:verdana,serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:400;
line-height:normal;
padding:2px 5px;
}
input.radio {
background:transparent none repeat scroll 0% 0%;
border:0px none;
}
*/
.splitcontentleft {
float:left;
width:48%;
}
.splitcontentright {
float:right;
width:48%;
}
.box {
background-color:#FAFBFC;
border:1px solid #C0C0C0;
color:#505050;
line-height:1.5em;
padding:10px;
}
td {
font-size:13px;
}
.errors {
color:red;
}
.message {
background-color:#EEEEEE;
background-image:url(../images/exclamation.gif);
background-position:left center;
background-repeat:no-repeat;
border:1px solid #AAAAAA;
display:block;
font-size:13px;
font-weight:bold;
margin:3px 0px 16px;
padding:3px 0px 3px 24px;
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
   margin-top: 10%;
}

tdHeader {
   background-color:#aecaea;
}
