body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url("images/bg.png") repeat scroll 0 0 #F0F0F0;
	color: #000000;
	margin: 0;
	padding: 5px;
}

.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
h1 {
	color: #000000;
	margin: 0 0 5px;
	padding: 0 0 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed gray;
	background-repeat:repeat-x;
}
h3 {
    margin: 0 0 5px;
}
hr {
    color: #F2F2F2;
}
a {
	color: black;
	font-size: 11px;
	text-decoration:none;
}
.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}
img.icon{
	text-align: left;
	float:left;
	width:20px;
	vertical-align:middle;
	margin-right:2px;
	outline: none;
	border: 0;
}

div.main{
	display:block;
	padding:15px;
	background: #f2f2f2;
	border:1px solid #444444;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin: 10px auto 30px;
    position: relative;
}
p.main{
	margin:10px;
	padding:10px;
	line-height:180%;
	font-weight:bold;
}
table.main{
	margin:20px;
	padding:10px;
    font-size: 14px;
    display: block;
    overflow: auto;
}
tr.odd{
	background:#CBE0E4;
	height: 30px;
}
tr.even{
	background:#FFECED;
	height: 30px;
}
td.leftborder{
	border-left: 1px solid gray;
	padding: 0 5px;
}
button.styled{
	cursor:pointer;
	text-align:left;
	color:black;
	left:2px;
	font-weight: bold;
	-moz-border-radius: 7px;
	border-radius:7px;
	padding:7px;
	background:#f2f2f2;
	border:1px solid #444444;
	margin:5px;
}
button.styled:hover{
	cursor:pointer;
	text-align:left;
	color:black;
	left:2px;
	font-weight: bold;
	-moz-border-radius: 7px;
	border-radius:7px;
	padding:7px;
	background:#89D3F9;
	border:1px solid #444444;
	margin:5px;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #3e3e3e;
    color: #EEEEEE;
    z-index: 1;
}


div.menuentry a{
    text-align:left;
    font-weight: bold;
    -moz-border-radius: 7px;
    border-radius:7px;
    padding:7px;
    background:#f2f2f2;
    border:1px solid #444444;
    margin: 2px;
    height: 17px;
	float: left;
	width: 125px;
}
div.menuentry a:hover{
    background:#89D3F9;
    border:1px solid #000000;
}

#printable table.main {
    font-size: 11px;
}

div.printButton {
    position: absolute;
    top: 45px;
    right: 10px;
}

#printwindow {
    height: 0px;
    width: 0px;
    position: absolute;
    display: none;
}

td.center {
    text-align: center;
}

.headerBg {
	width: 100%;
	background: white;
}

.header {
	max-width: 900px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	margin-right: 5px;
}

.headerLogo img{
	max-height: 120px;
	max-width: 300px;
}

.full-menu, small-menu {
	max-width: 1000px;
}

.infoBar {
	text-align: center;
	background: #3E3E3E;
	width: 100%;
	color: #EEEEEE;
}

.infoBar p{
	padding: 3px 0;
	margin: 0;
}

.footer p{
	text-align: center;
}

@media screen and (max-width: 956px) {
	.headerLogo img{
		max-height: 80px;
		max-width: 200px;
	}
	.infoBar {
		display: none !important;
	}
	.header{
		max-width: 800px;
	}
}

@media screen and (max-width: 799px) {
	.headerLogo img{
		display: none !important;
	}
	.header{
		max-width: 580px;
	}
}
