html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

p {
	text-align: left;
	padding: 5px;
}

table {
	width:100%;
	border-spacing: 0px;
	border: 0px;
	text-align: center;
	margin: 5px;
	padding: 5px;	
	font-size: 12px;
}
td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.error {
	color: red;
}

th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-weight: normal;
	
}

#content {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#banner {
	height: 90px;
	background-image: url("/images/banner.jpg");	
	background-repeat: no-repeat;	
	margin: 0px;
	padding: 0px;
}

#top-menu {
	position: relative;
	width: 750px;
	height: 20px;
	text-align: left;
	color: #000;
	left: 0px;
	top: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	top: 40px;
	left: 130px;
}

#top-menu a, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #00c;
	border: none;
	padding: 5px;
	font-size: 12px;
}

#top-menu a:hover {
	text-decoration: underline;
	color: #00c;
	border: none;
}



#ta-menu {
	position: relative;
	width: 200px;
	text-align: left;
	color: #000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

#ta-menu a, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #00c;
	border: none;
	padding: 0px;
	font-size: 12px;
}

#ta-menu a:hover {
	text-decoration: underline;
	color: #00c;
	border: none;
}

#admin-menu {
	position: relative;
	width: 750px;
	height: 20px;
	text-align: left;
	color: #009;
	left: 0px;
	top: 55px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 3px;
}

#admin-menu a, a:visited {
	text-decoration: none;
	color: #00C;
	font-weight: normal;
	font-size: 12px;
	border: none;
	padding: 5px;

}

#admin-menu a:hover {
	text-decoration: underline;
	color: #000C;
	border: none;
}


#page {
	color: #000;
	background-color: #fff;	
	width: 98%;
	/*height: 650px;*/
	top: 200px;
	margin: 0px;
	padding: 0px;
	/*overflow: auto;*/
}


#page h1 {
	font-family: Arial, Georgia, Serif;
	font-size: 160%;
	font-weight: normal;
	color: #555;
	text-align: left;
	padding-left: 5px;
}

#page h2 {
	font-family: Arial, Georgia, Serif;
	font-size: 120%;
	font-weight: normal;
	color: #555;
	text-align: left;
	padding-left: 5px;
}

#page a, a:visited {
	color: #00C;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
}

#page a:hover {
	color: #00C;
	padding: 0px;
	text-decoration: underline;
}


#page a.tooltip, a.tooltip:visited, a.tooltip:hover {
	text-decoration: underline;
	color: #c93;
	border-bottom: 1px solid #c93;
	padding: 0px;
	padding-bottom: 1px;
}

#footer {	
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #f93;
	text-align: center;
	color: #fff;	
	margin-top: 1px;
	font-size: 75%;
	padding: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr {
	height: 1px;
	background-color: #ccc;
	border: none;
}

fieldset {
	text-align: left;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
	background-color: #fff;
	vertical-align: top;
	border: 1px solid #c93; 
	padding: 5px;
	color: #036;
}

fieldset legend {
	font-weight: bold;
	color: #C93;
	padding: 5px;
}

fieldset.radiobox {
	text-align: left;
	font-size: 10px;
	width: 200px;
}

.leftcol {
    float: left;
	vertical-align: top;
	width: 50%;
}

.rightcol {
	float: right;
	vertical-align: top;
	width: 48%;
}

.msg {
	background-color: #fcf;
	color: #933;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #933;
}

input {
	font-size: 11px;
	text-align: left;
	color: #000;
}

select {
	font-size: 11px;
	text-align: left;
	color: #000;
}

.show-hide {
	display: none;
}


.scrollable {
	width: 98%;
	height: 450px;
	overflow: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.leftborder {
	border-left: 1px solid #ccc;
	padding: 20px;
}

table.list {
	width: 100%;
	border: 0px;
	background-color: transparent;	
	border-spacing: 0px;
}

table.list td {
	border-bottom: 1px solid #ccc;
}

table.list th {
	background-color: #ccc;
	font-weight: bold;
}
a.categorylist, a.categorylist:visited {
	background: transparent url(/images/box.gif) no-repeat scroll right bottom;
	color: #00C;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
}

a.categorylist:hover {
	background: transparent url(/images/box.gif) no-repeat scroll right bottom;
	color: #00C;
	padding: 0px;
	text-decoration: underline;
}

.required {
	color: red;
	font-weight: bold;
}
