/* GLOBAL */
* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;	
}

* html .framework {
	height: 100%;	
}

body {
	background-image: url('../images/pattern.gif');
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;  
	text-align: center;
}

h1 {
	font-family: arial;
	font-size: 26px;
	margin: 0 0 10px 0;
	color: #898989;
	font-weight: normal;
}

h2 {
	font-family: arial;
	font-size: 20px;
	margin: 12px 0 8px 0;
	color: #0076a3;
	font-weight: normal;
}
h2.dk {
	font-family: arial;
	font-size: 20px;
	margin: 12px 0 8px 0;
	color: #777;
	font-weight: normal;
}

h3 {
	font-family: arial;
	font-size: 15px;
	margin: 10px 0 6px 0;
	color: #777;
	font-weight: bold;
}

a {
	color: #0076a3;
	text-decoration: none;
}

a:hover {
	color: #0076a3;
	text-decoration: underline;
}

.clearer {
	clear: both;
	height: 1px;
}

.description {
	font-size: 13px;
	color: #777;
	font-style: italic;
	margin: 8px 0 16px 0;
}


/* FRAMEWORK */
.framework {
	background-image: url('../images/background.gif');
	min-height: 100%;
	height: auto !important;
	width: 977px;
	/*margin: 0 auto; */
	margin: 0 auto -30px;
}

.palette {
	margin: 0 auto; 
	/*padding-left: 40px;*/
	text-align: left;
	width: 899px;
}

.content {
	padding: 0 20px 20px 20px;
}

.content a {
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.dashboard {
	padding-left: 20px;
}


/* FOOTERS */
.footer {
	position: relative;
	margin: 0 auto;
	background-color: #131313;
	border-top: 5px solid #000;
	width: auto;
}

/* fixed position footer */
.footer-static {
	position: relative;
	margin: 0 auto;
	background-color: #131313;
	border-top: 5px solid #000;
	width: auto;
}

/* hide below ie6 */
html>body .footer-static {
	position: fixed;                
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background-color: #131313;
	border-top: 5px solid #000;
	height: 30px;
	width: 100%;
}

.copyright {
	color: #777;
	padding-top: 5px;
}

.footer, .footer-static, .push {
	height: 30px; /* .push must be the same height as .footer */
	
}


/* MAIN NAVIGATION */
.navigation {
	height: 62px;
	padding: 0 45px 0 45px;
	background: transparent url('../images/palette.gif') no-repeat;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: #fff;
}

#navlist {
	margin: 12px 0 0 10px;
	float: left;
}

#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 16px;
}

#navlist li a {
	font-family: arial;
	font-size: 16px;
	text-decoration: none;
	color: #dedede;
}

#navlist li.selected a {
	color: #fff;
	font-weight: bold;
}

#navlist li a:hover {
	text-decoration: underline;
}

/* ADDED by MMI 10/03/2009 */
ul#navlist {
padding: 0.3em 0em;
font-size:7px;
}

ul#navlist li {
display: inline;
position: relative;
}

ul#navlist li.mega a {
background: transparent center right no-repeat;
/*padding: 0 1.2em;*/
}

ul#navlist li.mega a:hover {
text-decoration: underline;
}

ul#navlist div {
display: none;
}

ul#navlist li.mega div {
border: 1px solid #979797;
width: 18em;
position: absolute;
top: 1.6em;
left: 0em;
padding: 1.3em;
background: #ededed;
color: #930;
z-index:2;
}

ul#navlist li.hovering div {
display: block;
}

ul#navlist li.mega div a {
color: #300;
font-size: 12px;
padding: 0;
background-image: none;
text-decoration: underline;
}

ul#navlist li div a.more {
color: #390;
font-weight: bold;
}


ul#navlist div h3 {
color: #f70;
font-weight: bold;
font-size: 14px;
}
ul#navlist div p {
margin: 0 0 0.8em 0;
padding: 0;

}

#logo_bar{
	background-image:url(../images/logobar_bg.gif);
	background-repeat:no-repeat;
	width:754px;
	height:152px;
	padding-left:0px;
	margin-left:23px;
}
#logo_bar_desc{
	margin-left:25px;
}

.logo_bar_logo img{
	float:left;
	background-color:#FFFFFF;
	border:1px solid #333333;
	width:100px;
	height:100px;
	margin-top:20px;
	margin-left:19px;
}
.logo_bar_logo img:hover{
    border:1px dashed #009933;
}



/* END MMI*/


/* STEP, NAVIGATION */
.stepItem {
	float: left; 
	text-align: center; 
	height: 60px; 
	padding-top: 2px;
}

.stepItemSelected {
	float: left; 
	text-align: center; 
	height: 60px; 
}

.stepItemSelected { 
	background-image: url('../images/step_selected_back.gif'); 
	background-repeat: no-repeat; 
	background-position: top center; 
}

.stepItem div { 
	margin-top: 13px;
}

.stepItemSelected div {
	margin-top: 12px;
}

.stepItem img {
	display: none; 
}

.stepItemSelected img {
	display: ; 
}

.stepCapLeft {
	float: left; 
	margin-left: -3px;
}

.stepCapRight {
	float: right; 
	margin-right: -3px;
}

.stepLabel {
	white-space: nowrap;
}


/* MASTHEAD & LOGIN */
.masthead {
	background-image: url('../images/masthead.gif');
	text-align: left;
	margin: 0 16px 0 16px;
	height: 60px;
}

.masthead-short {
	background-image: url('../images/masthead_short.gif');
	text-align: left;
	margin: 0;
	padding-right: 16px;
	padding-left: 20px;
	height: 80px;
}
.contact {
	float: right; 
	font-size: 11px; 
	padding-top: 18px;
}

.contact a {
	color: #fff;
	text-decoration: none;
}

.contact a:hover {
	color: #fff;
	text-decoration: underline;
}

.logo {
	position: relative;
	float: left;
	padding-left: 23px;
        padding-bottom: 1px;
}

.login {
	position: relative;
	float: right;
	padding: 23px 36px 0 0;
	font-family: arial;
	font-size: 11px;
	color: #fff;
}

.login a {
	color: #fbaf5d;
	font-weight: bold;
	text-decoration: none;
}

.login a:hover {
	text-decoration: underline;
}


/* MAIN GRAPHIC */
.banner {
	position: relative;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	margin: 0 16px 0 16px;
}

.bannerOverlay {
	position: absolute; 
	left: 32px; 
	top: 18px;
	/* hide from ie5.5/6 */
	_display: none;
}


/* CONTAINERS */
.container {
	margin: 3px 0 0 -3px; 
	background: transparent url('../images/container_background.gif') repeat-y;
}

.container a {
	text-decoration: none;
}

.container a:hover {
	text-decoration: underline;
}

.containerHeader {
	height: 34px; 
	padding: 1px 0 0 16px; 
	background: transparent url('../images/container_top.gif') no-repeat;
}

.containerBody {
	padding: 0 0 8px 16px;
}

.containerBody img {
	margin-left: 8px; 
	vertical-align: middle
}

.containerBody p {
	margin: 4px 0 0 0;
	font-size: 14px;
	color: #444;
}

.containerHeaderLinks {
	padding: 3px 0 6px 8px; 
	margin: 0 16px 8px 8px;
	font-size: 12px; 
	color: #a3d2e6;
	border-bottom: 1px dashed #dedede;
}

h2.containerTeam {
	color: #444;
	float: left;
	margin-top: 10px;
	font-size: 17px;
}

h2.containerScore {
	color: #444;
	float: right; 
	margin-top: 10px;
	margin-right: 30px;
	font-size: 17px;
}

.containerInfo {
	margin: 7px 0 2px 0;
	font-style: italic;
	color: #666;
	font-size: 12px;
}
.containerFooter {
	height: 35px; 
	background: transparent url('../images/container_bottom.gif') no-repeat;
}

.containerFooterLinks {
	padding: 5px 0 0 20px; 
	font-size: 12px; 
	color: #a3d2e6
}


/* ALERTS */
.alert-container-full {
	margin: 12px 0 0 17px;
}

.alertHeader {
	height: 7px;
	margin: 0 0 -8px 0;
	background: transparent url('../images/alert_top.gif') no-repeat;
}

html>body .alertHeader {
	margin: 0;
}

.alertBody {
	padding: 4px 12px 4px 12px;
	background: transparent url('../images/alert_middle.gif') repeat-y;
	color: #ff322c;
}

.alertFooter {
	height: 8px;
	background: transparent url('../images/alert_bottom.gif') no-repeat;
}


/* CALLOUTS (LOGIN, REGISTER) */
.callout-primary {
	background: transparent url('../images/login_background.gif') no-repeat;
	height: 143px;
	margin: 20px 0 0 16px;
}

.callout-primary-short {
	background: transparent url('../images/login_half_background.gif') no-repeat;
	height: 77px;
	margin: 20px 0 0 16px;
}

.callout-primary h2, .callout-primary-short h2 {
	margin: 0 22px 6px 0;
	color: #666;
}

.callout-secondary {
	background: transparent url('../images/register_background.gif') no-repeat;
	height: 143px;
	margin: 20px 0 0 16px;
}

.register {
	padding: 7px 0 0 21px;
}

.memberLogin {
	padding: 14px 0 0 20px;
}

.calloutText {
	margin: 0 0 4px 6px; 
	color: #666;
}


/* LAYOUT COLUMNS */

#column-left-100 {
	
}


#column-left-50 {
	float: left; 
	width: 449px; 
	border-right: 1px solid #efefef;
}

#column-right-50 {
	float: left; 
	width: 449px;
	margin-left: -1px;
	border-left: 1px solid #efefef;
}

#column-left-75 {
	position: relative;
	float: left; 
	width: 688px; 
}

#column-right-25 {
	position: relative;
	float: left; 
	width: 210px; 
	padding-top: 12px;
}


/* PALETTE & CONTENT HEADERS */
.header {
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	background: transparent url('../images/header_tile.gif') repeat-x;
}

.header h2 {
	margin: 0 0 10px 0;
}

.searchButton {
	margin: -2px 0 0 0px; 
	vertical-align: top;
}

.ads-small, .search {
	float: right;
}


/* BUTTON ROW & AD BANNER */
.button-row {
	padding: 30px 0 30px 20px;
}

#button-right-column {
	float: left;
	text-align: right;
	width: 430px;
}

#button-left-column {
	float: left;
	text-align: left;
	width: 430px;
}

.ad-row {
	padding: 50px 0 0 85px;
}

.ad-row img {
	display: block;
}


/* CONTENT AREA */
.divider {
	display: block;
}

.vertical-divider {
	color: #888;
}

.formElement {
	float: left; 
	color: #888; 
	margin-right: 4px;
}
/* IE5.5 fix */
.inputField { height: 28px; } 

.inputField {
	height: /**/auto;
	border: 1px solid #999; 
	margin: 2px 6px 0 0;
	padding: 5px;
	vertical-align: top;
}

.search .inputField {
	vertical-align: top; 
	margin: -2px 0 0 7px;
}


table {
	margin: 8px 0 8px 0;
}

table.summaryTable {
	background-color: #dedede;
}

table.summaryTable th {
	font-size: 12px;
	text-align: left;
	background-color: #efefef;
	padding: 5px 6px 5px 6px;
	color: #999;
}

th img {
	float: right;
}

th a {
	color: #999;
}

table.summaryTable td {
	background-color: #fff;
}

td {
	vertical-align: top;
	font-size: 12px;
	padding: 5px 6px 5px 6px;
	color: #333;
	text-align: left;
}

tr.rowEven td {
	background-color: #ebf4f8;
}


dl {
	margin-bottom: 20px;
}

dt {
	width: 6em;
	padding: .6em 0 0 0;
	float: left;
	margin: 0;
	font-weight: bold;
	color: #555;
	vertical-align: middle;
}

dd {
	margin-left: 6em;
	padding: .6em;
	border-top: 1px solid #dedede;
	margin-bottom: 8px;
}

