
/*****************

COLORS:
- #666666 = background grey

******************/

* {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #333333;
}

html, body {
    margin: 0px;
    padding: 0px;
    width:100%;
    height:100%;
}

body {
    background-color: #666666;
    background-image: url(../images/body_bg.gif);
}

table {
    font-size: 0.97em;
    text-align: left;
}


/* ---------------------------- */
/* MAIN DIV-DEFINITIONS		*/
/* ---------------------------- */

#OuterFrame {
    width: 950px;
    padding: 10px;
    margin: 20px auto 20px auto;
    background-color: #FFFFFF;
}

#TopLogo {
    width: 950px;
    height: 110px;
    margin: 0px;
    padding: 0px;
    /*border: solid 1px #000;*/
}

#TopSubline {
    width: 926px;
    height: 17px;
    background-image: url(../images/top_subline_bg.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    border-top: solid 1px #333333;
    padding-left: 12px;
    padding-right: 12px;
}

#LeftMenu {
    width: 180px;
    float: left;
    margin: 0px;
    padding-top: 38px;
    border-top: solid 1px #FFFFFF;
    background-color: #EEEEEE;
    font-size: 0.8em;
}

#LeftSponsors {
    width: 180px;
    border-top: solid 1px #777777;
    padding-top: 30px;
    background-color: #FFFFFF;
    font-size: 0.8em;
}

#Content {
    margin-left: 230px;
    margin-top: 40px;
    font-size: 0.75em;
    line-height: 130%;
    min-height: 340px;
}

#Footer {
    clear: both;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #666666;
    border-top: solid 1px #666666;
    padding-top: 6px;
    font-size: 0.9em;
}


/* ---------------------------- */
/* TopSubline details           */
/* ---------------------------- */

#TopSubline a:link, #TopSubline a:visited {
    line-height: 1.1em;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    background-image: url(../images/arr_white.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 8px;
}
#TopSubline a:hover   {
    line-height: 1.1em;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
    color: #DDDDDD;
}


/* ---------------------------- */
/* LeftMenu details	        */
/* ---------------------------- */

#LeftMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#LeftMenu li, #LeftMenu li li, #LeftMenu ul ul {
    height: 100%;
    display: inline;
}
#LeftMenu a {
    display: block;
    min-height: 23px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 18px;
    line-height: 1.9em;
    border-bottom: solid 1px #FFFFFF;
}
#LeftMenu a:link, #LeftMenu a:visited {
    color: #000000;
    background-color: #E8E8E8;
    background-image: url(../images/menu_out_bg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#LeftMenu a:hover, #LeftMenu a:active, #LeftMenu a.menuover {
    color: #000000;
    font-weight: bold;
    background-color: #E8E8E8;
    background-image: url(../images/menu_over_bg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#LeftMenu a.secondlevel {
    padding-left: 30px;
    background-color: #E8E8E8;
    border-color: #FFFFFF;
    background-image: url(../images/submenmenu_out_bg.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.05em;
    border-right: solid 1px #F9F9F9;
    border-left: solid 1px #F9F9F9;
}
#LeftMenu a.secondlevel:link, #LeftMenu a.secondlevel:visited {
    background-color: #FFFFFF;
}
#LeftMenu a.secondlevel:hover, #LeftMenu a.secondlevel:active {
    background-color: #FFFFFF;
    background-image: url(../images/submenmenu_over_bg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#LeftMenu .menutopline {
    border-bottom: solid 1px #FFFFFF;
}


/* ---------------------------- */
/* LeftSponsors details	        */
/* ---------------------------- */

#LeftSponsors {
    font-size: 0.75em;
}

#LeftSponsors a:link, #LeftSponsors a:visited, #LeftSponsors a:hover {
    background-color: #FFFFFF;
    background-image: none;
    text-decoration: none;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #000000;
}


/* ---------------------------- */
/* Content details              */
/* ---------------------------- */

#Content h1 {
    font-size: 1.3em;
}
#Content h2 {
    font-size: 1.1em;
}
#Content p {
    font-size: 1.0em;
    line-height: 1.2em;
    color: #3B211D;
}


/* ---------------------------- */

#ContentFull {
    width: 99%;
}
#ContentLeft2of3 {
    margin-right: 280px;
    /*background-color: #F00;*/
}
#ContentLeft2of3 a:link, #ContentLeft2of3 a:visited, #ContentRight1of3 a:link, #ContentRight1of3 a:visited,
#ContentFull a:link, #ContentFull a:visited {
    line-height: 1.1em;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
    color: #666666;
    background-image: url(../images/asterisk_grey.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 8px;
}
#ContentLeft2of3 a:hover, #ContentRight1of3 a:hover, #ContentFull a:hover {
    line-height: 1.1em;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: normal;
    color: #FF6000;
}
#ContentLeft2of3 .Left2of3Bottom {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #999999;
}
#ContentLeft2of3 p a:link, #ContentLeft2of3 p a:visited, #ContentRight1of3 p a:link, #ContentRight1of3 p a:visited,
#ContentFull p a:link, #ContentFull p a:visited{
    font-size: 1.0em;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-weight: normal;
    color: #666666;
    background-image: none;
    border-bottom: dotted 1px #FF6000;
}
#ContentLeft2of3 p a:hover, #ContentRight1of3 p a:hover, #ContentFull p a:hover   {
    border-bottom: dotted 1px #999999;
}
#ContentRight1of3 .links {
    padding: 0px 10px 10px 10px;
}

/* ---------------------------- */

#ContentRight1of3 {
    float: right;
    width: 250px;
    background-color: #F6F6F6;
    border-bottom: solid 1px #AAAAAA;
}
#ContentRight1of3 h1 {
    height: 18px;
    background-image: url(../images/right1of3_h1_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 1.2em;
    padding-left: 10px;
    margin: 0px;

}
#ContentRight1of3 p {
    font-size: 1.0em;
    padding: 10px;
}


/* ---------------------------- */
/* Footer details               */
/* ---------------------------- */

#Footer a:link, #Footer a:visited {
    text-decoration: none;
    color: #666666;
}
#Footer a:hover   {
    color: #AAAAAA;
}


/* ---------------------------- */


.alert {
    display: block;
    color: #000000;
    font-size: 1.0em;
    font-weight: bold;
}

.highlight { background-color: #002C53; border: solid 1px #FFC33D; color: #FFC33D; padding: 5px; }

.alertfield      { background-color: #FFDBDB; color: #993300; }

.hitmarker { background-color: #FCBFBF; }

.important_red, .important   { color: #993300; }
.important_green { color: #669933; }

.inactive { color: #CCCCCC; }

.tr_special  { background-color: #D3D3D3; }
.tr_highlight{ background-color: #FFDBDB; }
.tr_even     { background-color: #EBEBEB; }
.tr_odd      { background-color: #E2E2E2; }
.tr_hidden_special  { background-color: #666666; color: #FFFFFF; }
.tr_hidden_even     { background-color: #FCBFBF; }
.tr_hidden_odd      { background-color: #FFDBDB; }
.tr_grey_even     { background-color: #D7D7D7; }
.tr_grey_odd      { background-color: #EDEDED; }

.button      { background-color: #CECECE; border-width: 1px; font-size: 0.97em; }
.button_mini { background-color: #CECECE; border-width: 1px; font-size: 0.9em;  }
.input       { background-color: #FFFFFF; border-width: 1px; font-size: 0.97em; }
.input_radio { border-width: 1px; }
.input_mini  { background-color: #FFFFFF; border-width: 1px; font-size: 0.9em; }
.mini        { color: #9B9B9B; font-size: 0.9em; }

/* ---------------------------- */
