/* CSS Document */
/*basic settings to ensure consistancy*/
* {
     margin: 0;
     padding: 0;
}
body {
     background: #fff;
     font: 14px Times, "Times New Roman", serif;
     text-align: center;
}
#frame {
     position: relative;
     margin: 0 auto;
     padding: 0;
     text-align: left;
     width: 848px;
     border: 1px #ccc solid;
}
#header {
     display: none;
position: relative;
     height: 200px;
}
#header_logo {
     position: absolute;
     top: 29px;
     left: 13px;
     width: 212px;
     height: 129px;
     background: url(/themes/default/assets/images/logos.gif) no-repeat;
}
#header_logo h1, #header_logo a {
     display: block;
     height: 100%;
     width: 100%;
}
#header_logo span {
     display: none;
}
#nav_util {
     display: none;
}
#nav_wrap {
     display: none;
}
#content {
     width: 100%;
     line-height: 125%;
}
#content p strong {
}
#content ul {
     margin: 20px 35px;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
     text-decoration: underline;
}
/* Content modification css */
h1, h2, h3, h4, h5, h6 {
     clear: both;
     font-weight: bold;
     margin: 10px 0px 10px 0px;
     line-height: 125%;
}
#abo_container {
     border: 1px solid #000;
     font: 11px Arial, Helvetica, sans-serif;
     color: #000;
     padding: 5px;
}
.content_certificationlogin a {
     display: none;
}
#abo_header {
     text-align: center;
}
#abo_header h2 {
     font: 22px/125% Times, "Times New Roman", serif;
     color: #000;
     margin: 0;
     padding: 0;
}
#abo_container h3 {
     color: #000;
}
#content table {
     border: 2px solid #000;
     border-collapse: collapse;
}
#content thead {
     background:#000;
     color: #fff;
}
thead td, thead th {
     font-weight: bold;
     font-size: 14px;
}
#content table td {
     padding: 3px;
     border-right: 1px solid #000;
     border-bottom: 1px solid #000;
     vertical-align: top;
     font-size: 12px;
}
#abo_container table {
     border-collapse: collapse;
     border: 1px solid #000;
     border-left: 1px solid #000;
}
#abo_container thead {
     background: #000;
}
#abo_container thead td {
     color: #ffffff;
     font-weight: bold;
}
#abo_container td {
     padding: 4px;
}
#abo_container tbody td {
     border-right: 1px solid #000;
     border-bottom: 1px solid #000;
}
#abo_cert td.col1, #abo_cert td.col2, #abo_cert td.col3 {
     text-align: center;
}
#abo_course td.col0, #abo_course td.col1, #abo_course td.col2, #abo_course td.col3, #abo_course td.col5, #abo_course td.col6 {
     text-align: center;
}
#abo_rules {
     margin-top: 10px;
     border: 1px solid #000;
     padding: 10px 10px 0px 10px;
}
#abo_rules p {
     margin-bottom: 10px;
}
#abo_date {
     float: right;
}
/* Content form stuff */
#content fieldset {
     padding: 10px;
     margin: 0 0 10px 0;
     border: 2px #000 solid;
}
#content fieldset legend {
     background: #fff;
     font-weight: bold;
     padding: 4px 10px;
     color: #000;
     font-family: Arial, Helvetica, sans-serif;
     border: 1px #000 solid;
}
#content form div {
     clear: both;
     position: relative;
     margin: 2px;
}
#content form label {
     margin: 0;
     margin-right: 10px;
     display: block;
     width: 145px;
     text-align: right;
     float: left;
     clear: left;
}
div.buttons {
     position: relative;
     padding-left: 150px;
     clear: both;
}
#content_spacer {
     clear: both;
}
#footer {
     text-align: center;
     padding: 5px;
     font-size: 12px;
     border-top: 1px solid #ccc;
     background: #fff;
}