/* 
    Document   : styles
    Created on : April 24, 2006, 9:05 AM
    Author     : vidar
    Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a {
    text-decoration: none;
    color: #000000;
}

.adminMenu {
    position: absolute;
    left: 40px;<!-- 90 -->
    top: 160px;
    width: 480px;
    height: 30px;
    border: thin dotted #cccccc;
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    text-align: center;
}

table {
    width: 100%;
    height: 100%;
    
}

td.center {
	text-align: center;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 650px;
	text-align: left;
}

.logoTop {
    position: relative;
    left: -50px;
    width: 690px;
    height: 142px;
    background-image: url("../images/schmell_logo.gif");
}

.mainArea {
    position: absolute;
    left: 40px; <!-- 90 -->
    top: 200px;
    width: 450px;
    height: 450px;

}

.infoText {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
}

h1 {
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.menu {
    font-family: "Gill Sans", sans-serif;
    font-size: 16px;
}

.yellowLine {
    background-image: url("../images/yellow_dotted_pattern.gif");
    background-repeat: repeat;
    width: 5px;
    height: 70%;
    position: relative;
    left: 28;
}


.rightArea {
    position: absolute;
    left: 580px; <!--  + 90 -->
    top: 145px;
    width: 60px;
    height: 505px;
}

.statusMessage {
    color: #cc0000;
}

table {
    font-family: "Gill Sans", sans-serif;
    font-size: 14px;
}
