/* New CSS version, 20 June 07 */



/********
 * Layout
 */

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    margin: 0 0 10px 0;
    padding: 0;
    }


#side-column {
    position: relative;
    top: 0;
    left: 0;
    width: 150px;
    float: left;
    margin-right: 20px;
    }

#main-content {
    position: relative;
    top: 0;
    left: 0;
    width: 810px;
    float: left;
    padding-bottom: 20px;
    }

#footer {
    padding: 10px;
    clear: both;

    }

th {
	font-size:10pt;

}
th,td {
	text-align:left;

}




/********
 * Borders
 * for debugging
#header {
    border: 1px solid red;
    }
    #top-nav {
    border: 1px solid orange;
    }
    #main-nav {
    border: 1px solid yellow;
    }

#side-column {
    border: 1px solid blue;
    }

#main-content {
    border: 1px solid green;
    }
 */








/********
 * Formatting
 */

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    }
a img {
    border: 0;
    }
.success {
    background: url(../images/icons/icon_accept.gif) top left no-repeat;
    padding-left: 18px;
    color: #090;
    }
.warning {
    background: url(../images/icons/action_stop.gif) center left no-repeat;
    padding-left: 18px;
    color: #c00;
    }
.minor-warning {
    color: #c00;
    }
dt {
    margin-top: 10px;
    }
.minor {
    font-size: 0.85em;
    }
.above-average {
    background: #ff0;
    }
.disabled {
    color: #999;
    }


#header {
    }
    #header #top-nav {
    float: left;
    background: #C00 url(../images/template/horiz_bar_red.gif) top left repeat-x;
    width: 996px;
    position: relative;
    top: -4px;
    }
    #header #top-nav ul {
    padding: 0;
    margin: 0;
    }
    #header #top-nav li {
    font-size: 0.75em;
    font-weight: bold;
    display: inline;
    padding: 0;
    margin: 0;
    }
    #header #top-nav li a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    }
    #header #top-nav li a:hover {
    text-decoration: underline;
    }

#page-categories{
	border-bottom:1px solid #333;
    background-color:#fff;
    color:#9D9D9F;
    padding:0.2em 0.2em 0.2em 0;
}
#page-categories ul {
    padding: 0;
    margin: 0;


}
#page-categories  li {
font-size: 0.75em;
font-weight: 500;
display: inline;
padding: 0;
margin: 0;

}
#page-categories li a {
    color: #333;
    padding: 10px;
    text-decoration: none;
    }
#page-categories li a:hover {
    text-decoration: underline;
    }



#side-column {
    font-size: 0.75em;
	margin-top:1em;
    }
    #side-column h2 {
    font-size: 0.9em;
    margin: 0;

    }
    #side-column .credits a {
    display: block;
    font-size: 0.8em;
    }
	#side-column .navigation{
		padding-top:4px;
		margin:0;
		float:left;
	}
    #side-column .navigation a {
    font-size: 0.8em;
    text-decoration: none;
    }
    #side-column .navigation a:hover {
    text-decoration: underline;
    }

    a.level-0 {
    }
    a.level-1 {
    margin-left: 5px;
    }
    a.level-2 {
    margin-left: 10px;
    }
    a.level-3 {
    margin-left: 15px;
    }
    a.level-4 {
    margin-left: 20px;
    }
    a.level-5 {
    margin-left: 25px;
    }





#main-content {
    font-size: 0.85em;
    line-height: 1.5em;
	margin-top:1.4em;
    background: #fff url(../images/template/hh_footer.800x16.gif) left bottom no-repeat;
    }
    #main-content h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    }
    #main-content h1 {
    font-size: 1.5em;
    line-height: 1.8em;
    }



table.controls {
    margin-top: 20px;
    }
    table.controls th {
    vertical-align: bottom;
    font-size: 0.8em;
    line-height: 1em;
    padding: 10px;
	text-align:left;
	text-transform:capitalize;
    }
    table.controls td {
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #fff url(../images/template/controls-grad.gif) top left repeat-x;
    vertical-align: top;
    }
    table.controls td h3 {
    margin: 0;
    }
    table.controls td.title {
    border: 0;
    }

    table.controls tr.selected td {
    background: #ff0;
    background-image: none;
    }

.MegaTable {
	padding:1em;
	width:800px;
}
.MegaTable th {
	text-align:left;
	font-size:8pt;
}
.MegaTable td {
	padding:0.6em 0.3em;
	text-align:left;
	vertical-align: top;
}


/* Forums & threads */
blockquote h3 {
    margin: 0;
    padding: 0;
    }
blockquote {
    padding: 5px;
	border:2px solid #D1DBDF;
    }
blockquote.preview {
    border: 1px solid #aaa;
    background: #fed;

    }
blockquote.a {
    margin: 0;

    }
    blockquote.a .meta {
    font-size: 0.75em;
    border-top: 1px solid #aaa;
    }
blockquote.b {
    margin: 0;
    background: #eee;
    }
    blockquote.b .meta {
    font-size: 0.75em;
    border-top: 1px solid #bbb;
    }
.options {
    margin-top: 20px;
    border-top: 1px solid #999;
    padding-top: 10px;
    }
blockquote .Submit {
	border:0;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background-color:#C90000;
	color:#fff;
}
.thread h3 {
	margin: 0;
	font-size: 1.0em;
	}
.thread cite {
	font-size: 0.8em;
	}
.thread div {
	padding: 10px;
	}
.thread div.a {
	background: #eee;
	}



.vert-bar-1 {
    width: 16px;
    background: url(../images/template/vert_bar_blue.gif) bottom center repeat-y;
    }
.vert-bar-2 {
    width: 16px;
    background: url(../images/template/vert_bar_green.gif) bottom center repeat-y;
    }
.vert-bar-3 {
    width: 16px;
    background: url(../images/template/vert_bar_red.gif) bottom center repeat-y;
    }

td.display-stats {
    text-align: center;
    vertical-align: bottom;
    border-bottom: 1px solid #999;
    margin: 5px 0;
    }

.statistics-display .labels td {
    vertical-align: top;
    text-align: center;
    }
.statistics-display .columns td {
    vertical-align: bottom;
    padding-top: 20px;
    }
.statistics-display .end-cap {
    border-right: 3px solid #fff;
    border-left: 1px solid #ddd;
    }
.statistics-display th {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    }



.level-0 td {
    font-weight: bold;
    font-size: 1.3em;
    }
.level-1 td.title {
    padding-left: 20px;
    }
.level-2 td.title {
    padding-left: 40px;
    }
.level-3 td.title {
    padding-left: 60px;
    }
.title td a {
    font-size: 1em;
    }


td.label {
    text-align: left;
    }


dl.sitemap dd {
    margin: 0 0 10px 0;
    font-size: 0.85em;
    }

.hover {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 150px;
    border: 1px solid #999;
    background: #eee;
    padding: 5px;
    text-align: left;
    }

a:hover .hover {
/*    visibility: visible;*/
    }


/* statistic priority styles */
a.minor-priority {
    font-size: 0.75em;
    line-height: 1em;
    color: #66f;
    }
a.normal-priority {
    font-size: 0.75em;
    line-height: 1em;
    color: #06f;
    }
a.important-priority {
    font-size: 1em;
    line-height: 1.2em;
    color: #00c;
    font-weight: bold;
    }



fieldset {
    padding: 5px;
    border: 1px solid #ccc;
    }

.dynamic-home-teasers {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 3px solid #011658;
    clear: both;
    }
.dynamic-home-teasers th {
	text-align:left;
	border-bottom:4px groove #011658;

}
.dynamic-home-teasers td {
	font-size:10pt;
	padding-right:1em;
	background-color:#fff;
}
    .dynamic-home-teasers p {
    margin: 0;
    padding: 0.2em;

    }

.dynamic-home-teasers  td p {
	line-height: 1em;
}
.dynamic-home-teasers  td p a{
    color:#C90000;
	text-decoration:none;
	margin-bottom: 10px;
	display: block;
	padding: 3px 0 3px 18px;
	background: url(../images/icons/action_forward_blue.gif) top left no-repeat;
}
.dynamic-home-teasers  td p a:hover{
    color:#f00;
	text-decoration:underline;
}
.dynamic-home-teasers  td p a.ViewMore  {
	font-weight:600;
	color:#C90000;
	text-decoration:underline;
}

#footer {
    font-size: 0.75em;
    text-align: center;
    color: #000;
    }
    #footer a {
    color: #00f;
    }


.page-index .level-0 {
    font-size: 1.2em;
    }
.page-index .level-1 {
    padding-left: 15px;
    }
.page-index .level-2 {
    padding-left: 30px;
    }
.page-index .level-3 {
    padding-left: 45px;
    }
.page-index .level-4 {
    padding-left: 60px;
    }
.page-index .level-5 {
    padding-left: 75px;
    }

.page-index h3 {
    margin: 15px 0 0 0;
    font-size: 1em;
    }
.page-index h4 {
    }
.page-index p {
    margin: 0;
    font-size: 0.8em;
    }



.back-next a,
.back-next strong {
    padding: 5px;
    }

#BenchmarkList h5{
 padding:0;
 margin-bottom:0.2em;
}
.SubCategoryList {
    margin:0;
}
/*login fieldset*/
.login {
	margin-top:0.8em;
}
.login input,.contact input,.contact textarea{
	border:1px solid #CCC;
}
.login .submit,.contact .submit {
	background-color:#C90000;
	border-right:1px solid #120769;
	border-bottom:1px solid #120769;
	color:#fff;
	margin-top:1px;
}
.login p{
	padding:0;
	margin:0;
}
.login .row label {
width:8em;
border:0px solid #CCC;
text-align: left;
display: block;
float:left;
}
.contact label {
width:8em;
border:0px solid #CCC;
text-align: left;
display: block;
float:left;
}

.clear{
	clear:left;
	padding:0;
	margin:0;
}
.internal input {
	font-size:9pt;
	width:1.8em;
}

/*disscusion groups*/

.Discussion {
	border:1px dashed #ccc;
	width:510px;
	margin-bottom:0.3em;
}

.Discussion .Left {
	width:144px;
	font:9pt/12pt "Arial";
	background-color:#D1E7EF;
	font-style:italic;
}
.Discussion .Right {
	padding-left:1em;
}
.User td {
	vertical-align:top;
}

/*secondary nav*/

.Secondary{
	border:0 solid #ccc;
	margin-bottom:1em;
}
.Secondary p{
	text-align:center;
	font-size:17pt;
}
.Secondary p a {

}

ul.Secondary  {
list-style-type:none;
margin-left:0;
margin-bottom:0.5em;
padding-left:0.9em;
margin-left:3px;
font-size:11pt;
border:0;
}
ul.Secondary li {
list-style-image: url(/images/icons/arrow-filled.gif);
margin-bottom:0.2em;
}
ul.Secondary li li {
list-style-image: url(/images/icons/arrow-empty.gif);
margin-bottom:0.2em;
}
ul.Secondary ul {
	list-style-type:disc;
	margin-left: 0em;
	padding-left: 1em;
}
/*Notice Board*/
.Notices {
	margin-top:0px;
	margin-bottom:20px;
	border: 2px groove #352C7F;
	border-top: 1px groove #352C7F;
	font-size:10pt;
	padding:5px;
}
.NoticeHeading {
	color:#fff;
	/*border: 2px groove #352C7F;*/
	/*border-bottom: 1px groove #352C7F;*/
	margin-bottom: 0px;
	/*background: url('../images/template/horiz_bar_red.gif') repeat-x;*/
	/*background: url('../images/template/horiz_bar_blue.gif') repeat-x;*/
	background: #000060;
	font-weight:700;
	font-size:11pt;
	padding-left: 5px;
}

.notice-list div {
	border: 2px groove #352C7F;
	margin-bottom:0.5em;
	font-size:10pt;
}

.UserBox {
	border:1px solid #ddd;
	margin-top:3px;
	margin-bottom:3px;
	padding:0.4em;
}

.UserListTable th, .UserListTable td {
	border-bottom:1px solid #CCC;
}
.UserFormTable {
}




.discussion-list h3 {
	margin: 0;
	font-size: 1.2em;
	}
.discussion-list ul {
	margin: 0 0 30px 15px;
	}



.stats-overview-list th {
	vertical-align: bottom;
	padding: 5px 20px;
	border-bottom: 1px solid #999;
	line-height: 1.2em;
	font-size: 1em;
	}
.stats-overview-list td {
	vertical-align: top;
	padding: 5px 20px;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	.stats-overview-list ul,
	.stats-overview-list li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	.stats-overview-list li {
		margin-bottom: 8px;
		}


/*PayPal purchase items*/
form.paypal-button {
	margin: 0 10px 0 0;
	display: inline;
}

p.paypal-options {
	text-align: right;
}

ul.paypal-list {
	list-style-type: none;
}