body {
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	background: center;
	background-color: #def3fc;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-y;
}

div.lefttitle {
	float: left;
}

div.login {
	float: right;
	border: solid 1px silver;
	background: gray;
	color: white;
	text-align: right;
	padding: 4px 10px 4px 10px;
	font-size: 80%;
	line-height: 1.7em;
}

div.clear {
	clear: both;
}

div#wrapper {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px;
	background-color: #778899;
	background-image: url(images/wrapback.jpg);
	background-position: top;
	background-repeat: no-repeat; 
}

div#wrapbase {
	width: 1015px;
	background-image: url(images/back4.jpg);
	background-repeat: no-repeat;	
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	padding-top:60px;
}

div.tab {
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	width: 180px;
	height: 23px;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: grey;
	float:left;
}

div.hitab {
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	width: 180px;
	height: 23px;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	float:left;
}

div.tab a {
	text-decoration: none;
	color: silver;
	font-weight: bold;
}

div.hitab a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.title {
	font-size: 2em;
	font-weight: bold;
	color: White;
}

.subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: White;
}

a.menuitem {
	background-color: Silver;
	color: Black;
	border-right: solid 1px white;
	border-left: #778899 solid 1px;
	padding: 5px;
	text-decoration: none;
}

a {
	color: #E51E1E;
}

a.logout {
	color: White;
}

p.error {
	color: #B01726;
	font-weight: bold;
}

div.menubox {
	clear: both;
	border: none;
}

div.content {
	border: solid 2px silver;
	padding: 8px;
	clear: both;
}

table.adlist {
	padding: 3px;
	border: none;
	border-collapse: collapse; 
	width: 100%;
}

table.adlist th {
	background-color: White;
	color: #495561;
	padding: 3px;
	border: solid 1px silver;
	border-collapse: collapse;
}

table.adlist tr.odd {
	background-color: #F0FFFF;
	border: none;	
	margin: 0px;
}

table.adlist tr.even {
	background-color: #ADD8E6;
	border: none;	
	margin: 0px;
}

table.adlist td.repeat {
	border-top: none;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	margin: 0px;
	padding: 10px;	
}

table.adlist td {
	border-top: solid 1px slategrey;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	margin: 0px;
	padding: 10px;
}

div.refresh {
	background-image: url(images/refresh.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	float: right;
}

div.newthing {
	padding: 10px;
	float: right;
	clear: both;
}

div.tooltip { 
    display: none;
}
