/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
padding: 0;
margin: 0 auto;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(/images/bg.gif) top center repeat-y;
}

td {
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 10px 0 0 0;
padding: 0;
height: 0;
}

#header h1 {
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 400px;
float: right;
text-align: right;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FF6600;
display: block;
padding: 6px 0 0 10px;
background: #FFF3EB;
border-left: 4px solid #FF6600;
}	
	
#avmenu li a:hover {
color: #FFFFFF;
background: #FF6600;
border-left: 4px solid #FF6600;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #FFF3EB;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
color: #808080;
}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
color: #FF6600;
font-size: 1.5em;
margin: 0 0 0.5em 0;
padding-bottom: 2px;
border-bottom: 2px solid #FF6600;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#contentAdmin {
margin: 0 0 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#contentAdmin h2 {
color: #FF6600;
font-size: 1.5em;
margin: 0 0 0.5em 0;
padding-bottom: 2px;
border-bottom: 2px solid #FF6600;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
text-align: center;
font-size: 0.9em;
color: #808080;
width: 760px;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.firstrow {
height: 20px;
color: #FF6600;
font-weight: bold;
padding-left: 5px;
background: #FFF3EB;
border-left: 4px solid #FF6600;
}

.firstcol {
width: 30%;
height: 24px;
padding-left: 5px;
background: #FFF3EB;
border-left: 4px solid #FF6600;
}

.secondcol {
background: #FFF3EB;
width: 50%;
}

.thirdcol {
background: #FFF3EB;
width: 20%;
}

.myButtons {
height: 23px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
padding: 0px 0px 0px 5px;
border: 1px solid #000000;
background: #FF6600;
}

.ErrorBox TABLE {
    padding: 2px;
    height: 50px;
    width: 100%;
    color: #FF6600;
    margin-top: 0px;
    margin-bottom: 10px;
    border: solid 3px #FF6600;
    font: Arial, Helvetica, sans-serif 12px;
    background: #FFFF99 url(/images/icon_exclaim_40.gif) no-repeat;
}
.InfoBox TABLE {
    padding: 2px;
    height: 50px;
    width: 100%;
    color: #008000;
    margin-top: 0px;
    margin-bottom: 10px;
    border: solid 3px #00CC00;
    font: Arial, Helvetica, sans-serif 12px;
    background: #DAF8CB url(/images/icon_info_41.gif) no-repeat;
}
/*--------------------------------------------------------------------------------------*/
.GridStyle {
    width: 100%;
    border: solid 1px white; /*STRANGE: 'hidden' is necessary for firefox to hide the border, 0px is what IE recognises!! So keep both!*/
    border-left: solid 4px #FF6600;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
.GridItemStyle TD, .Off {
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    background-color: #FFF3EB;
    font-size: 11px;
    height: 40px;
}
.GridAlternatingItemStyle TD, .On {
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    background-color: #FFF3EB;
    font-size: 11px;
    height: 40px;
}
.GridItemStyleB TD, .Off {
    background-color: #FFFFFF;
    height: 20px;
}

.GridAlternatingItemStyleB TD, .On {
    background-color: #f4f4f4;
    height: 20px;
}

.GridHeaderStyle {
    background-color: #FFF3EB;
    border-top: solid 0px #C8CDDE;
    border-bottom: solid 3px #FF6600;
    font-weight: bold;
    color: #FF6600;
    height: 23px;
}
.GridPagerStyle {
    border-top: solid 3px #FF6600;
    border-bottom: solid 0px #FF6600;
    background-color: #FFF3EB;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    font-size: 11px;
    height: 20px;
}
.GridFooterStyle {
    background-color: #FFF3EB;
    border-top: solid 2px #FFFFFF;
    padding-left: 5px;
    text-align: left;
    height: 35px;
}
.GridItemStyleRowSelected TD {
    background-color: #586694;
    height: 50px; color: White;
}
.GridAlternatingItemStyleRowSelected TD {
    background-color: #586694;
    height: 50px; color: White;
}
.GridItemStyleRowSelected A, .GridAlternatingItemStyleRowSelected A {
    color: Yellow;
}
.GridItemStyleBRowSelected TD {
    background-color: navy;
    height: 20px; color: Yellow;
}
.GridAlternatingItemStyleBRowSelected TD {
    background-color: navy;
    height: 20px; color: Yellow;
}
/*--------------------------------------------------------------------------------------*/
.tblSchedule TR {
    background: #C8CDDE;
}