@charset "UTF-8";
/*=============================================================================
 * Contents
 * - Default tags
 * - Headers
 * - Breadcrumbs
 * - Columns and Layout
 * - Footer
 * - Portlets
 *===========================================================================*/

/* Default tags ===============================================================*/
*{
border:0px;
margin:0px;
padding:0px;
font-size:12px;
font-family: Arial, sans-serif;
line-height:1.4em;
}

body{
width:100%;
background-color:black;
text-align:center;
margin:5px 0 5px 0;
}

p, h1, h2, h3, ol, ul, dl{
margin-bottom: 1em;
}

ul, ol {
margin-left: 30px;
}

a{
text-decoration:none;
color:#003366;
}
a:hover {
text-decoration:underline;
}
h1{ /* for Page Title */
display:none;
}
h2{ /* for Portlet Headers */
}
h3, h3 a{ /* for Content Boxes  */
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
}
h3 a{
text-decoration:underline;
}
h4, h4 a{ /* for Content SubTitles */
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}
h5, h5 a{
font-size: 13px;
font-weight: bold;
}

table {
border: 1px solid #003366;
width: 100%;
#width: 93%;
padding:0;
background-color:#003366;
}

th {
background-color:#003366;
color:white;
text-align:left;
margin:0;
padding:2px;
}

th a {
color:white;
text-decoration:underline;
}

tr td {
background-color: #FFFFFF;
margin:0;
padding: 2px;
}

tr.alt td {
background-color: #bedaff;
margin:0;
padding: 2px;
}

tr:hover td {
background-color: #c9c9c9;
margin:0;
padding: 2px;
}

tr.alt:hover td {
background-color: #c9c9c9;
margin:0;
padding: 2px;
}

table img {
vertical-align:text-bottom;
}

table.toc {
border-collapse:collapse;
border:none;
}


.container_top{
width:1010px;
height:7px;
margin:0 auto;
overflow:hidden;
background: url(../img/container_background.png);
}
.container {
text-align:left;
margin:0 auto;
width:1010px;
background-color:#b2b4b6;
}
.container_bottom{
width:1010px;
height:8px;
margin:0 auto;
background: url(../img/container_background.png) no-repeat bottom left;
}

/* Headers ===================================================================*/
.header{
width:100%;
height:70px;
margin-left:5px;
background: url(../img/header_background.png) no-repeat;
}

.header a.header_logo{
width:244px;  /* 234 x 69 orig */
height:69px;
display:block;
background: url(../img/logo.png) bottom right no-repeat;
}

.header_ad{
width:468px;
height:60px;
float:right;
margin:10px 10px 0 0;
}

.header_nav{
margin:0 5px 0 5px;
width:100%;
height:30px;
background: url(../img/header_nav.png) no-repeat;
color:white;
text-align:right;
overflow:hidden;
padding:0 5px 0 5px;
}

.header_nav div{
width:990px;
padding-top:6px;
#padding-top:1px;
}
.header_nav div div{
padding:0px;
width:auto;
float:left;
}
.header_nav ul{
float:right;
}
.header_nav li{
display:inline;
}

.header_nav li span.input_left {
background: url(../img/inputbox.png) top left no-repeat;
padding: 5px 0px 6px 10px;
color:black;
#padding: 0 0 0 0;
#margin: 0 0 0 0;
#width: 80px;
#height:24px;
}

.header_nav li span.input_right {
background: url(../img/inputbox.png) top right no-repeat black;
width: 20px;
padding: 5px 10px 6px 0px;
#margin: 3px 0 1px 0; /* spacing at top of form */
#padding: 0;
#height: 23px; /* inline elements use height for IE and padding for Firefox */
}

.header_nav li span.input_right_w_img {
background: url(../img/inputbox.png) top right no-repeat black;
width: 20px;
padding: 5px 5px 6px 0px;
#margin: 4px 0 0 0; /* spacing at top of form */
#padding: 0;
#height: 23px;
}

.header_nav li span.input_left input.inputtext {
width: 70px;
height: 15px;
margin-top:2px;
padding-top:1px;
#font-size: 12px;
#margin:0px 0 5px 0;
#padding:4px 0 0 0;
#height: 18px; /* for IE - just 1px smaller ... otherwise bgrd moves when mouseover - and then balance/compensate with marginbottom */
}

#passwordText {
#height: 21px;
#margin: 0 0 0 0;
#padding: 4px 0 0 0;
#width: 70px;
}

.header_nav li span.input_right_w_img input.inputimage {
background: url(../img/submit_arrow.png) top right no-repeat;
padding:0;
margin:0 0 0 0;
overflow:hidden;
vertical-align:middle;
#margin: 0px 8px 0 0;
}

.header_nav li a {
color: white;
text-decoration:underline;
padding: 0 2px;
}

.header_nav li .error-red {
color:red;
font-size: 11px;
padding-left: 2px;
padding-right: 2px;
}


/* Breadcrumbs ==============================================================*/
.breadcrumb{
width:100%;
height:25px;
margin:5px 5px 0 5px;
background: url(../img/breadcrumb.png) no-repeat;
}
.breadcrumb div{
padding:5px;
}
.breadcrumb ul{
display:inline;
margin: 5px 0;
}
.breadcrumb li{
margin:5px 0px;
display:inline;
padding-left:15px;
background: url(../img/breadcrumbs_arrow.png) 0px 0px no-repeat;
}

/* Colunms and Layouts ======================================================*/
.col3_left,
.col2_left{
width:200px;
float:left;
margin: 0 0 0 5px;
}
.col3_center{
width:630px;
#width:620px; /* hack for IE browsers */
float:left;
margin: 0 0 0 5px;
}

*:first-child+html .col3_center{
width:630px; /* hack for IE7 browser */
}

.col3_center_right{
float:right;
width:160px;
#width:155px; /* hack for IE browsers - was 200,195 */
}

*:first-child+html .col3_center_right{
width:160px; /* hack for IE7 browser */
}

.col3_center_left{
width:465px;
#width:460px; /* hack for IE browsers - was 425, 420 */
}

*:first-child+html .col3_center_left{
width:465px; /* hack for IE7 browser */
}

.col3_right{
margin:5px 5px 0 0;
width:160px;
height:600px;
float:right;
}

.col2_right{
width:795px;
float:right;
margin-right:5px;
}

.border1{
border:1px solid black;
}

.left{
float:left;
margin-right: 4px;
}

.right{
float:right;
margin-left: 4px;
}

.left_ad{
width:200px;
height:200px;
margin-top:5px;
}
/* Footer ===================================================================*/
.clear_both{
clear:both;
}

.footer{
font-size: 11px;
width:1000;
height:20px;
text-align:center;
margin:5px 5px 0 5px;
overflow:hidden;
}

.footer a{
font-size: 11px;
}

/* Default tags ===============================================================*/
.portlet_header{
margin-top:5px;
height:25px;
width:100%;
background: url(../img/portlet_top_left.png) no-repeat;
text-align:left;
color:white;
}
.portlet_header *{
margin:0px;
}
.portlet_header h2{
margin:0px;
height:15px;
font-weight:bold;
float:left;
color:white;
font-size:12px;
padding:0 0 0 15px;
margin:5px 0 0 5px;
background: url(../img/icon_pentip.png) no-repeat;
}
.portlet_header a {
margin: inherit;
padding: 0px;
font-size:12px;
font-weight: bold;
color:white;
text-decoration:underline;
}
.portlet_header a:hover{
}

.portlet_header  div.right{
margin:5px 4px 0 0;
#margin:5px 0 0 0;
}

.portlet_header  div.right a{
float:none;
display:inline;
background: none;
margin:0;
padding:0 4px 0 0px;
}

.portlet_header  div.right a img {
margin-right:2px;
vertical-align:middle;
}

.portlet_header_right{
height:20px;
width:8px;
background: url(../img/portlet_top_right.png) no-repeat top right;
float:right;
text-align:left;
}
.portlet_header_right img{
padding-top:5px;
}

.portlet_left_data{
padding:5px 5px 0 5px;
display:block;
background: url(../img/portlet_left_background.png) repeat-y;
}
.portlet_left_footer{
width:200px;
height:7px;
background: url(../img/portlet_left_bottom.png) no-repeat;
}

.portlet_footer{
height:10px;
width:100%;
background: url(../img/portlet_bottom_left.png) no-repeat;
text-align:right;
}
.portlet_footer_right{
height:10px;
width:8px;
background: url(../img/portlet_bottom_right.png) no-repeat;
float:right;
}

/* Begub Navigation Ranking */
/* Choice ===================================================================*/
.choice {
font-weight:bold;
}
.choice ul{
margin:0px;
padding:0px;
width:200px;
list-style:none;
background: url(../img/portlet_left_background.png) repeat-y;
}
.choice li{
margin:0px;
padding:0px;
display:block;
position:relative;
height:23px;
list-style:none;
}
.choice li a{
display:block;
padding:3px 0px 0px 20px;
height:20px;
#height:22px;
background:url(../img/navigation.png) 0px 0px no-repeat;
text-decoration:none;
color:white;
}
.choice li a:hover{
background-position: 0 -23px;
}
.choice li a:active{
background: url(../img/navigation.png) 0 0px no-repeat;
}

.choice li.on a{
background: url(../img/navigation.png) 0 -46px no-repeat;
}
.choice li.on a:hover{
background-position: 0 -69px;
}
.choice li.on a:active{
background: url(../img/navigation.png) 0 -46px no-repeat;
}

.choice li.child a{
background: url(../img/navigation.png) 0 -138px no-repeat;
padding-left: 30px;
color:black;
}
.choice li.child a:hover{
background-position: 0 -161px;
}
.choice li.child a:active{
background: url(../img/navigation.png) 0 -138px no-repeat;
}

.choice li.childon a{
background: url(../img/navigation.png) 0 -92px no-repeat;
padding-left: 30px;
color:black;
}
.choice li.childon a:hover{
background-position: 0 -115px;
}
.choice li.childon a:active{
background: url(../img/navigation.png) 0 -92px no-repeat;
}

.choice a.choice_extralink {
display:block;
width:190px;
#width:200px;
background: url(../img/portlet_left_background.png) repeat-y;
color:white;
padding-top:4px;
padding-left:10px;
text-decoration:underline;
}

.choice a.choice_extralink:hover {
background:none;
background-color:#333333;
}

span.search span.input_left {
background: url(../img/searchbox.png) top left no-repeat;
padding: 5px 0px 6px 10px;
color:black;
#padding: 0 0 0 0;
#margin: 0 0 0 0;
#width: 160px;
#height:23px;
}

span.search span.input_right_w_img {
background: url(../img/searchbox.png) top right no-repeat;
width: 20px;
padding: 5px 5px 6px 0px;
#margin: 4px 0 0 0; /* spacing at top of form */
#padding: 0;
#height: 23px; /* inline elements use height for IE and padding for Firefox */
}

span.search span.input_left input.inputtext {
width: 150px;
height: 16px;
margin-top:2px;
padding-top:1px;
#width:130px;
#margin:0 0 5px 10px;
#padding:4px 0 0 0;
#height: 18px;
}

span.search span.input_right_w_img input.inputimage {
background: url(../img/submit_arrow.png) top right no-repeat;
padding:0;
margin:0;
/*vertical-align:text-bottom;
#*/
vertical-align:middle;
#margin: 0 8px 0 0;
}
/* end search */

/* Begin Item Ranking */
.item {
margin-top:10px;
margin-bottom:1em;
font-family: Geneva, sans-serif;
}

a.rank_container {
display:block;
width:50px;
height:64px;
margin:0 4px 0 0;
float:left;
background:url(../img/score_notepad.png) 0 0 no-repeat;
text-align:center;
text-decoration: none;
color: #003366;
font-family: Tahoma, sans-serif;
font-size:10px;
}

.rank_container .title {
padding:6px 0 0 0;
color: white;
font-size:10px;
line-height:1.2em;
}

.rank {
padding:0 0 8px 0;
color: white;
font-size:18px;
}

a.rank_container:hover {
text-decoration:none;
background:url(../img/score_notepad_hover.png) 0 0 no-repeat;
color:black;
}

a.rank_container:hover .title {
color: black;
}

a.rank_container:hover .rank {
color: black;
}

.item_data {
/* min-height: 64px; */
}

.item_data h3 {
margin:0;
padding:0;
}

.item_data .subheader {
margin-left: 54px;
#margin-left: 56px;
}

.item_data .subheader, .item_data .subheader a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-bottom:2px;
}

.item_data .description {
overflow:hidden;
margin-left: 0px;
width: 550px;
#width: 530px;
min-height:20px;
}
.item_data .description img{
#border:1px solid #999999;
padding:4px;
}

.item_data .description img.plain{
border-style:none;
padding:0px;
}

.item_data .comments {
margin-left: 54px;
}

.item_data .prev_next {
margin-top:40px;
text-align:center;
margin-left: 54px;
}

.item_data .prev_next .button_left a {
padding: 0 6px 4px 6px;
#padding: 0 6px 2px 6px;
}
.item_data a h3:hover {
background-color:#E0EBFF;
}

/* begin roundedBox */
.roundedBox_topleft {
background: url(../img/roundedbox_corners_blue.png) no-repeat top left white;
height: 12px;
}
.roundedBox_topright {
float:right;
background: url(../img/roundedbox_corners_blue.png) no-repeat top right white;
height: 12px;
width: 20px;
}
.roundedBox_data {
background: url(../img/roundedbox_body_blue.png) repeat-y right white;
padding: 0 25px 1px 20px;
}
.roundedBox_bottomleft {
background: url(../img/roundedbox_corners_blue.png) no-repeat bottom left  white;
height: 14px;
}
.roundedBox_bottomright {
float:right;
background: url(../img/roundedbox_corners_blue.png) no-repeat bottom right white;
height: 14px;
width: 20px;
}
.roundedBox_data h4 {
font: 18px/1.4em normal Arial, Helvetica, sans-serif;
margin-bottom:6px ;
}
/* end roundedBox */

/* begin roundedBox select */
a.roundedBox_select:hover {
text-decoration:none;
color:black;
}

a.roundedBox_select:hover .roundedBox_topleft {
background: url(../img/roundedbox_corners_blue_hover.png) no-repeat top left white;
height: 12px;
}
a.roundedBox_select:hover .roundedBox_topright {
float:right;
background: url(../img/roundedbox_corners_blue_hover.png) no-repeat top right white;
height: 12px;
width: 20px;
}
a.roundedBox_select:hover .roundedBox_data {
background: url(../img/roundedbox_body_blue_hover.png) repeat-y right white;
padding: 0 25px 1px 20px;
}
a.roundedBox_select:hover .roundedBox_bottomleft {
background: url(../img/roundedbox_corners_blue_hover.png) no-repeat bottom left  white;
height: 14px;
margin-bottom: 1em;
}
a.roundedBox_select:hover .roundedBox_bottomright {
float:right;
background: url(../img/roundedbox_corners_blue_hover.png) no-repeat bottom right white;
height: 14px;
width: 20px;
}
/* end roundedBox select */

/* being notepadBox */
.notepadBox_topleft{
background: url(../img/notepadbox_corners_blue.png) no-repeat top left white;
height:14px;
}
.notepadBox_topright{
float:right;
background: url(../img/notepadbox_corners_blue.png) no-repeat top right white;
height:14px;
width: 22px;
}
.notepadBox_bottomleft{
background: url(../img/notepadbox_corners_blue.png) no-repeat bottom left white;
height: 14px;
margin-bottom: 1em;
}
.notepadBox_bottomright{
float:right;
background: url(../img/notepadbox_corners_blue.png) no-repeat bottom right white;
height: 14px;
width: 20px;
}

.notepadBox_data {
background: url(../img/notepadbox_body_blue.png) repeat-y right white;
font:15px/1.4em bold Georgia, 'Times New Roman', Times, serif;
padding: 0 25px 1px 20px;
}
.notepadBox_data h4 {
font: 18px/1.4em normal "Times New Roman", Times, serif;
margin-bottom:6px ;
}

.notepadBox_topright dl{
}

.notepadBox_data dl dt{
font-weight: bold;
margin: 0;
padding:0;
}

.notepadBox_data dl dd{
margin-bottom:0.5em;
padding:0;
}
/* end notepadBox */

/* begin box alignment */
.alignRight {
float:right;
width: 30%;
margin-left: 10px;
}

.alignLeft {
float:left;
width: 30%;
margin-right: 10px;
}
/* end box alignment */

/* Begin Content Tags */
.portlet_data{
padding:10px 15px 1px 15px;
background-color:white;
}
.portlet_data p{
}
.portlet_data p.contentIntro{
font-weight: bold;
}
.portlet_data p.centreImage{
text-align: center;
}
.portlet_data span.pictureTitle{
display:block;
}
.portlet_data img.contentImage{
margin:0;
padding:0;
text-align:center;
}
.portlet_data img.contentSmallImage{
float: left;
margin: 0 10px 4px 0;
}
.portlet_data h2.bigbig_font{
text-align:center;
font-size: 40px;
margin:0;
line-height:40px;
}
.portlet_data ul.icon_bullets li{
list-style-image: url(../img/icon_user.png);
}
.portlet_data .subheader, .portlet_data .subheader a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-top: 8px;
}


.imageRight{

}

.imageLeft{

}

.textcolor1 {
color: #003333;
}

.textcolor1 a {
color: #006699;
}


.portlet_data ul{
margin-top:10px;
list-style: circle outside url('../img/bluebutton.png');
}
.portlet_data ul li{
margin-top: 4px;
}
.portlet_data ol li{
margin-top: 4px;
}
.portlet_data ol.toplist li{
margin-top: 0;
}
.portlet_data ol.toplist li a{
text-decoration:underline;
}
/* end content tagsw */

/* begin separating line tag */
.separating_line{
margin-top: 40px;
height:1px;
width:100%;
background-color:#999999;
}

.separating_line_dotted{
padding-bottom: 20px;
border-bottom:2px dotted #CCCCCC;
}
/* end separating line tag */

/* begin comment tag */
.comments {
}

.comments h3 {
margin-bottom: 14px;
}

.comments .comment_item {
margin-bottom: 20px;
}

.comment_poster, .comment_poster a {
font-size: 11px;
}

textarea {
width: 100%;
height: 60px;
border: 1px solid black;
padding:2px;
}
/* end comment tag */

/* begin forms */
div.formrow {
margin-bottom:20px;
}

div.formrow input.textbox {
border: 1px solid #003366;
height:20px;
}

div.formrow select {
border: 1px solid #003366;
}

div.formrow label {
float: left;
width: 30%;
}

div.formrow input.checkbox {
float: left;
width: 15px;
}

div.formrow label.form-checkbox {
clear:right;
width:95%;
#width:80%;
margin-bottom:20px;
}

input.button {
background:url(../img/transparent.png) no-repeat;
padding: 0px 4px;
margin:0 0 3px 0;
height: 20px;
#padding:0;
#margin:0;

}

span.button_left {
background:url(../img/button.png) top left no-repeat;
padding: 6px 0px 2px 2px;
height: 20px;
margin-left: 2px;
margin-right: 2px;
#padding: 0 0 0 0;
#margin: 0 0 0 0;
#height:20px;
#text-align:center;
}

span.button_left span.button_right {
background:url(../img/button.png) top right no-repeat #cee0f9;
padding: 6px 2px 2px 0px;
width: 20px;
height: 20px;
#margin: 0 0 0 0; /* spacing at top of form */
#padding: 0;
#height: 20px;
#width:5px;
}

span.button_left:hover {
background:url(../img/button_hover.png) top left no-repeat #cee0f9;
}

span.button_left:hover span.button_right {
background:url(../img/button_hover.png) top right no-repeat #cee0f9;
}
/* end forms */

.no_underline {
text-decoration:none;
color:#003366;
}

.no_underline img {
}

.ranking {
height:84px;
width:130px;
font-size: 27px;
background:url(../img/plaque.png) no-repeat;
padding:35px 0 0 0px;
text-align:center;
overflow:hidden;
#width:125px;
#height:119px;
#background:url(../img/plaque.png) -2px -1px no-repeat;
}

.ranking div {
font-size:16px;
line-height:1em;
margin:0;
}

.center {
text-align:center;
}

.height_spacer {
height:20px;
}

.hidden {
display:none;
}

.clear{
border:5px solid green;
}
key{
font-family:arial,helvetica,sans-serif;
padding:2px;
white-space:nowrap;
color:#000;
background:#eee;
border-width:2px 4px 5px 3px;
border-style:solid;
border-color:#ccc #aaa #888 #bbb;
}
key img{
border:0px;
margin-top:3px;
}

.nb{
border:0px solid white;
border:none;
}

