/* CSS Document */

body {
	background: url(../images/body_bg.png) repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

a {
	font-family: beanie, arial, helvetica, sans-serif;
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #ff0000;
}

.outline {
	width: 800px;
	margin-top: 20px;
	background: #ffffff;
}

.navigation_outer {
	width: 190px;
	height: 670px;
	background: url(../images/navbar_bg.jpg) no-repeat;
	text-align: left;
	vertical-align: top;
}

.navigation_inner {
	margin-top: 230px;
	margin-left: 20px;
 	font-weight: bold;
}

.navigation_inner a {
	color: #ffffff;
	text-decoration: none;
}

.navigation_inner a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navigation_inner a:hover {
	color: #ff0000;
	text-decoration: none;
}

.navigation_inner td {
	padding-bottom: 3px;
}

.navigation_inner .mainlevel {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 7px;
}

.navigation_inner .mainlevel:hover {
	color: #ff0000;
}

.topmenu {
	color: #ffffff;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.topmenu a {
	color: #ffffff;
	text-decoration: none;
}

.topmenu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.topmenu a:hover {
	color: #ff0000;
	text-decoration: none;
}

.topmenu .mainlevel {
	font-size: 12px;
	padding-left: 10px;
}

.login_form {
	margin-left: 20px;
	margin-top: 75px;
	font-size: 12px;
	color: #ffffff;
}

.login_form a {
	color: #ffffff;
}

.login_form a:hover {
	color: #ff0000;
}

.login_form .inputbox {
	background: #c0c0c0;
	border: 1px solid #ffffff;
}

.content_outer {
	vertical-align: top;
	padding: 10px;
}

.head {
	width: 605px;
	height: 230px;
	background: url(../images/header_bg.jpg) no-repeat;
	vertical-align: top;
}

.contentpaneopen {
	width: 100%;
}

.contentheading {
	font-size: 18px;
	font-weight: bold;
}

.componentheading {
	font-size: 18px;
	font-weight: bold;
}

.small {
	font-size: 12px;
	font-style: italic;
	color: #808080;
}

.createdate {
	font-size: 12px;
	font-style: italic;
	color: #808080;
}

.members_description_th {
	background: #e0e0e0;
}
