/* CSS Document */

body {
	background-color: #444444;
	margin: 0px;
	text-align:center;
	font-family: "verdana", sans-serif;
	font-weight: normal;
}

table {
	table-layout: fixed;
}

table#autolayout {
	table-layout: auto;
}

.wrap {
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

.mainnav {
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #777777;
}

.mainnav a:link, a:active, a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.mainnav a:hover {
	color: #FF9933;
	text-decoration: none;
}

.leftpanel {
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #777777;
}

.leftpanel a:link, a:active, a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.leftpanel a:hover {
	color: #FF9933;
	}

.breadcrumb {
	font-family: verdana, tahoma;
	color: #777777;
	font-size: 9px;
}

.breadcrumb a:link, a:active, a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #FF9933;
}

.breadcrumbcurrent {
	font-family: verdana, tahoma;
	color: #6699CC;
	font-size: 9px;
}

.breadcrumbcurrent a:link, a:active {
	color: #6699CC;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbcurrent a:visited {
	color: #6699CC;
	text-decoration: none;
}

.breadcrumbcurrent a:hover {
	color: #FF9933;
}

.loginbox {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

.loginbox th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.loginbox td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.maincontent {
	font-family: "verdana", sans-serif;
	font-size: 8px;
	color: #777777;
}

.maincontent a:link, a:active {
	color: #6699CC;
	font-weight: normal;
	text-decoration: none;
}

.maincontent a:visited {
	color: #990099; 
	text-decoration: none;
}

.maincontent a:hover {
	color: #FF9933;
	background-color: #dddddd;
	text-decoration: none;
}

.header1 {
	font-family: "verdana", sans-serif;
	color: #000000;
	font-weight: 700;
	font-size: 17px;
}

.header2 {
	font-family: "verdana", sans-serif;
	color: #993300;
	font-weight: 700;
	font-size: 15px;
}

.requiredfield {
	font-family: "verdana", sans-serif;
	color: #ff0000;
	font-weight: 700;
	font-size: 10px;
}

.description {
	font-family: "verdana", sans-serif;
	color: Gray;
	font-size: 10px;
}

.note {
	font-family: "verdana", sans-serif;
	font-size: 8px;
	color: #999999;
}

.topic {
	font-family: "verdana", sans-serif;
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}

.topicdate {
	font-family: "verdana", sans-serif;
	font-size:  11px;
	color:#666666;
	font-weight: normal;
}

.story {
	font-family: "verdana", sans-serif;
	font-size:  13px;
	font-weight: normal;
	margin-top:0px;
	text-decoration: none;
	color:#444444;
}

.story a:link, a:active {
	color: #6699CC;
	font-weight: normal;
	text-decoration: none;
}

.story a:visited {
	color: #990099; 
	text-decoration: none;
}

.story a:hover {
	color: #FF9933;
	background-color: #dddddd;
	text-decoration: none;
}

.notification {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #3399ff;
	font-weight: bold;
	text-decoration: none;
}

.notification a:link, a:active {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}

.notification a:visited {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}

.notification a:hover {
	color: #FF9933;
	text-decoration: none;
}

.pagelink {
	font-family: "verdana", sans-serif;
	font-size:  11px;
	color:#444444;
	font-weight: normal;
	margin-top:0px;
}

.pagelink a:link, a:active {
	color: #6699CC;
	font-weight: normal;
	text-decoration: none;
}

.pagelink a:visited {
	color: #990099; 
	text-decoration: none;
}

.pagelink a:hover {
	color: #FF9933;
	text-decoration:none;
}

.footer {
	font-family: "verdana", sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
}

.footer a:link, a:active, a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
	
.footer a:hover {
	color: #FF9933;
}




