html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #000;
}

h1 {
	text-align: center;
	font-size: 15px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px 2px 2px 3px;
}

h2 {
	font-size: 14px;
	color: #CC8880;
}

h4 {
	border-left: 10px solid #fff;
	line-height: 21px;
	font-size: 11px;
	text-align: center;
	color: #34393d;
	background: #bccddd;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a:link,a:visited {
	color: #006dba;
	text-decoration: none;
}

a:visited {
	color: #cc66cc;
}

a:hover {
	color: #CC6600;
	text-decoration: none;
}


input {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #bccddd;
	width: auto;
	padding: 0px 10px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 2px;
}


.clr {
	clear: both;
}

radiobox {
	border: 0px;
}

th {
	color: #000;
}

label {
	margin-left: 5px;
}

dl { padding-top: 7pt;}

dd {padding: 5pt;}

.question input {
	margin-left: 10px;
}

.button {
	font-family: Verdana, Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	border: 1px solid #bccddd;
	border-right: 2px double #bccddd;
	border-bottom: 2px double #bccddd;
	line-height: 15px !important;
	line-height: 13px;
	padding: 2px 3px 2px 3px;
	margin: 1px;
	/* background: url(images/button_bg.png) repeat-x; */
	cursor: pointer;
}

.button:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

.button a {
	color: #bccddd;
	text-decoration: none;
	font-weight: bold;
}

.inputbox {
	padding: 0px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	margin-top: 2px;
}



.componentheading {
	background: #43474b;
	color: #e9f0c7;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}

.contentpagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

.moduletable td {
	color: #fff;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #fff;
}

.moduletable_login td {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #fff;
	text-align: left;
}

.moduletable_login th,div.moduletable_login h3 {
/*	background: #43474b; */
	color: #e9f0c7;
	text-align: center;
	padding-left: 4px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
	color: #000;

}

table.moduletable th,div h3,.componentheading {	
/*	background: #43474b; */
	font-size: 15px;
	color: #bccddd;
	text-align: center;
	padding:2px 0 2px  4px;
	min-height: 21px;
	line-height: 21px;
	margin: 0 0px 0 2px;
	border-bottom: 1px solid #bccddd;	
	font-weight: bold;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #fff;
}

table.pollstableborder td {
	padding-left: 2px;
	color: #fff;
}

.poll {
	color: #fff;
	margin-bottom: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: #43474b;
	padding: 4px;
	border-bottom: 1px solid #fff;
}


#footer {
	font-size: 10px;
	border: 1px solid #bccddd;
	padding: 3px 3px 15px 3px;
	height: auto;
	color: #000;
    overflow: auto;
	width: 190px;
}

#footer a{ 		color: #0000ff; }

#banner2 a {  color: #0000ff; }

.sectiontablefooter {
	
}

.sectiontableentry1 {
	background-color: #43474b;
}

.sectiontableentry2 {
	background-color: #43474b;
}

.small {
	color: #999999;
	font-size: 10px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 10px;
}

table.contenttoc {
	border: 1px solid #43474b;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc td {
	padding: 2px;
}

table.contenttoc th {
	/* background: #43474b; */
	color: #e9f0c7;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link,a.mainlevel:visited {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #34393d;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	z-index: 0;
	height: 20px !important;
	height: 25px;
	width: 180px !important;
	width: 200px;
	line-height: 200%;
	text-decoration: none;
	overflow: hidden;
}

.body_outer a.mainhome,.body_outer a.mainhome:visited {
	display: block;
	font-size: 10px;
	background: url(images/menu_bgx.png) repeat-y;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #34393d;
	text-align: left;
	padding-top: 5px;
	padding-right: 320px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	margin: 10px 10px 10px 0;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color: #fff;
	font-weight: bold;
	background-position: 0px -25px;
}

a.mainlevel#active_menu :hover {
	color: #fff;
}

a.sublevel:link,a.sublevel:visited {
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	vertical-align: middle;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #bccddd;
	text-align: left;
}

a.sublevel:hover {
	color: #fff;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #fff;
}

#active_menu {
	color: #fff;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form { /* removes space below form elements */
	margin: 0;
	padding: 0;
}

div.mosimage {
	border: 1px solid #ccc;
}

.mosimage {
	border: 1px solid #cccccc;
	margin: 5px
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.latestnews {
	padding-left: 3px;
	text-indent: 5px;
}

.mostread {
	padding-left: 3px;
	text-indent: 5px;
}

.blog_more {
	color: #fff;
}

.pagenav_prev {
	font-size: 10px;
	font-weight: normal;
}

.pagenav_next {
	font-size: 10px;
	font-weight: normal;
}

.pagenavcounter {
	font-size: 10px;
}

#user5_inner {
	margin-top: 20px;
	border-top: 5px solid #bccddd;
	border-left: 5px solid #bccddd;
	border-right: 5px solid #bccddd;
	border-bottom: 5px solid #bccddd;
	width: 155px !important;
	width: 200px;
	vertical-align: bottom;
}

#user6_inner {
	padding: 7px;
	text-align: center;
}

table.moduletable_user th,div.moduletable_user h3 {
/*	background: #43474b;	*/
	color: #e9f0c7;
	text-align: center;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	border-top: 1px solid #34393d;
}

.user5_outer {
	vertical-align: middle;
	text-align: center;
}

img a, img {
	border: 0;
}

hr {
	display: none;
}

#static_content,#static_content {
	color: #ffffff;
}

.box {
	color: #000;
}



tr.ListRow {
	background-color: #bbb;
	color: #000;
}

a.plus {
	background: url("images/vote-top.png") top center no-repeat;
	display: block;
	height: 17px;
	width: 20px;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	padding-top: 4px;
}

a.minus {
	background: url("images/vote-bottom.png") top center no-repeat;
	display: block;
	height: 17px;
	width: 20px;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	padding-top: 2px;
}

.vote .plus:hover,.vote .minus:hover {
	color: #E26D6D;
}

#feed {
	position: absolute;
	left: 0 !important;
	display: block;
	top: 30px;
	margin-left: 30px;
}


#internet_map {
	position: absolute;
	right: 0;
	z-index: 3;
	display: block;
	top: 150px;
	margin-right: 30px;	
	} 
	
	

/* All form elements are within the definition list for this example 

/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	z-index: 3;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	z-index: 3;
	background: url(images/pointer.gif) left top no-repeat;
}

/*  */ /* admin */
.filtercontent {
	font: 10px Verdana, Tahoma, sans-serif
}

input.filtercontent {
	font: 11px Verdana, Tahoma, sans-serif
}

a.addjoke {
	display: block;
	width: auto;
	height: auto;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: url(images/button_bg.png) repeat;
	border: 1px double #ccc;
	line-height: 20px;
	margin: 3px;
	padding: 0px 10px;
	float: right;
}

a.addjoke:hover {
	position: relative;
	border: 1px double #ddd;
	top: 2px;
	left: 2px;
}


.right th {
	color: #ccc;
}

.right td {
	text-align: left;
}

.right tr:hover {
	background: #000;
	border: 1px solid red;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.right tr.in:hover a {
	color: #0000ff;
}

.right tr.in:hover , tr.listrowinverted:hover {
	background: #ddd;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

tr.in, tr.listrowinverted {
	color: #d0d0d0;
	border: 1px solid #fff;
}

#pathway_text {
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 2px;
	border-bottom: 1px solid #43474b;
	margin-bottom: 2px;
	color: #fff;
	font-size: 10px;
}

#pathway_text img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
}

#buttons {
	position: absolute;
	display: block;
	top: 10px;
	width: 518px;
	float: right;
	text-align: right;
	padding: 15px;
	z-index: 1;
	color: #000;

}

ul.mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

ul.mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	float: left;
	font-size: 11px;
	white-space: nowrap;
	border-right: 1px solid #bccddd;
}

ul.mainlevel-nav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #bccddd;
	background: transparent;
}

ul.mainlevel-nav li a:hover {
	color: #fff;
	font-size: 9px;
}

#buttons>ul.mainlevel-nav li a {
	width: auto;
}

ul#mainlevel-nav li a:hover {
	color: #fff;
	background: transparent;
}

#search_outer {
	width: 200px;
}

#search_inner {
	background: #fff;
	padding: 0px;
	height: 24px;
	overflow: hidden;
	margin-top: 1px;
	margin-bottom: 1px;
}

#search_inner form {
	padding: 0;
	margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #bccddd;
	width: 100%;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#top_outer {
	width: 201px;
}

#left_inner {
	width: 190px;
	padding: 0px;
	float: none !important;
	float: left;
	height: 124px;
}

#main_outline {	
	display: block;
	position: absolute;	
	top: 198px;
	overflow: auto;
	color: #000;
	height: 900px;
	width: 568px;
	margin: 0px 10px 40px 10px;
	padding: 10px;
	overflow: scroll
/*	
	left: 44%;
	background: #34393d;
*/	
}

#main_outline h3 {	
	padding: 0;	
	font-weight: bold;
}

#main_outline a.latestnews {
	padding-left: 250px;
	vertical-align: bottom;
}
/*
#main_outline p:hover,#main_outline p:hover li,#top_outer td:hover {
	font-size: 13px;
}

*/

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	float: left;
	/*width: 464px;*/
}

#content_inner {
	float: none !important;
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0;
}

table.content_table {
	width: 100%;
	padding: 2px;
	margin: 5px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

#banner_inner {
	padding-top: 1px;
	padding-left: 50px;	
	width: 500px;
	height: 76px;
	float: left;
	rotation: 90deg;

}

#right_outer {
	width: 190px;
	margin: 10px 0px 0px 10px;
}

#right_outer h3 {
	margin-bottom: 10px;
	margin-left: -10px;
}

#right_outer a:hover {
	font-size: 120%;
}

.user1_inner {
	border: 1px solid #bccddd;
	float: none !important;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #43474b;
	height: 230px;
}

.user2_inner {
	border: 1px solid #bccddd;
	float: none !important;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #43474b;
}

.maintitle {
	color: #fff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

.back_button {
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #bccddd;
	width: auto;
	padding: 0px 10px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 2px;
}

.pagenav {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #bccddd;
	width: auto;
	padding: 0px 10px;
	line-height: 18px;
	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}





table.contentpaneopen {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
	padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.reviews>div {
	margin: 8px;
	width: 100%;
}

.reviews th {
	color: #000;
}

dt {
	font-weight: bold;
	list-style-type: disc;
}

#divDrag0 {
	position: absolute !important;
	position:inherit;
	width: 190px;
	margin-top: 3%;
	padding: 5px;	
	vertical-align: top;    
	background-attachment: scroll;
	z-index: 2;	
	visibility: hidden;		
	
/*	
	clip:rect(0,100,100,0);
	background:url('images/admin_start.png') right top no-repeat;    
	text-align: center;
	margin-right: 484px;
	
	border: 3px solid #fff;
    layer-background-color:blue;    
    -moz-opacity:0.7;
    filter: alpha(opacity=70);
    left:0;
    bottom:0;
	width:216px;
*/

}
#divDrag0 img {
    border:none
}

#divDrag0 li{ 
	text-align: left;
	color: #ccc;
	}
	
td.mbl_fo_hidden {display: none;}
td.mbl_fo_hidden {display: none;}


#main_outline li {
	margin-left: 10px;
	padding: 5px;
	list-style-type: square;
	color: #000;
	}
	
	
a.links_on{
	display: block;
	background: #bccddd;
	border: 3px solid #000;	
	color: #000;
	padding-left:5px;
	}
	
a.links_on:hover {
	position: relative;	
	border: 3px double #000;
	top: 2px;
	left: 2px;
}
	
#language_menu {
	display: block;
	position: absolute;
	top: 2px;
	text-align: center;	
	margin-right: 100px;	
}	
