/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #ffffff;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:10px;
}
a {
color: #000000;
}
a:visited {
color:#444444;
}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 { }

h2 {font-size: 1em;}

h3 {
font-size: 1em;
font-style: italic;
font-weight: normal;
}

h3.instructor {
font-weight: bold;
font-style: normal;
}

.navlink{
width:150px;
text-align: right;
font-size:12px;
height: 30px;
/*padding: 10px;*/}

.navlink:hover{ }

.navlink a {
display:block;
width:140px;
color:#000000;
padding: 10px 10px 10px 0px;
text-decoration:none;
}

.navlink a:visited {
text-decoration:none;
}
.navlink a:hover {color: #FFFFFF;
background-color: #f6aca6;
text-decoration:none;}
.navlink a:active { color:#FFFFFF;
text-decoration:none;}


/* ----------container to center the layout-------------- */
#container {
width: 680px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #8dd2d2;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
text-align: right;
padding: 0px;
margin: 0px;
height: 175px;
background-image:url(images/header.jpg);
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #b9d99d;
padding: 10px 20px 20px 20px;
margin-left: 150px;
margin-right: 0px;
background-image:url(images/index_06.jpg);
background-repeat:no-repeat;
}
div#content { 
background-color: #b9d99d;
min-height:288px;
height:expression(this.scrollHeight > 288 ? "auto":"288px"); 
}


/* --------------left navi------------- */
#left {
background-image:url(images/index_05.jpg);
background-color: #8dd2d2;
float: left;
width: 150px;
margin: 0px;
padding: 0px;
height: 288px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
height: 20px;
margin: 0px;
padding: 0px;
background-image:url(images/index_07.jpg);
text-align: right; 
}

#bottom {
background-color:#FFFFFF;
padding: 20px 0px 0px 0px;
text-align:center;
}

#weather_widget {
float: right;
width: 180px;
margin: 15px 0px 15px 15px;
}

#wx_module_4762 {
background-color:#FFFFFF;
height:150px;
}

#weather_caption {
text-align: center;
margin: 0;
}

#inst img{
margin:0px 15px 10px 0px;
}

/* ---------admin---------- */
input#page_title {
display: block;
clear: right;
margin-bottom: 1em;
}

label {
display: block;
clear: right;
}

textarea {
display: block;
width: 100%;
height: 5em;
clear: right;
margin-bottom: 1em;
}

label.weather_caption {
float:right;
width: 180px;
}

#page_weather_caption {
width: 180px;
float: right;
height: 2.5em;
}

.instructor_admin {
margin: -1em 0 2em 0;
}

.contact_image {
display: block;
}

#login {
text-align: center;
}

#login #submit {
position: relative;
left: -60px;
}

#labels label {
margin-bottom: 1.5em;
}

#fields input {
display: block;
width: 20em;
margin: 1em 0;
}

#labels {
float: left;
width: 150px;
border: 0px solid red;
margin: 0 0 0 0;
text-align: right;
}

#fields {
margin: 0 0 0 160px;
}


div.admin {
background: #0000AA;
width: 10em;
padding: .5em;
color: #fff;
}

div.admin a {
color: #fff;
}