/* @group common */

* {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #4c6398 url(../images/background.gif) repeat center top;
	margin: 0 auto 40px auto;
	text-align: center;
	width: 802px;
}

/* @end */

/* @group header */

div.header {
	height: 88px;
	width: 802px;
}

div.header div.header_logo {
	background: url(../images/header/logo.gif);
	float: left;
	height: 88px;
	width: 268px;
}

div.header div.header_right {
	background: url(../images/header/right.jpg);
	float: right;
	height: 88px;
	width: 534px;
}

div.header div.header_right div.header_links {
	color: #000000;
	font-size: 11px;
	padding: 8px 0 0 0;
	margin: 0 0 0 137px;
	text-align: center;
	width: 397px;
}

div.header div.header_right div.header_links a {
	color: #5F5F5F;
	text-decoration: none;
	padding: 0 4px 0 4px;
}

div.header div.header_right div.header_links a:hover {
	color: #5F5F5F;
	text-decoration: underline;
	padding: 0 4px 0 4px;
}

/* @end */

/* @group bar */

div.bar {
	clear: both;
	background: url(../images/header/bar/background.jpg);
	height: 34px;
	width: 802px;
}

div.bar div.bar_left {
	padding: 10px 0 0 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #5F5F5F;
}

div.bar div.bar_left a {
	font-weight: bold;
	color: #4d6499;
	text-decoration: none;
}

div.bar div.bar_left a:hover {
	font-weight: bold;
	color: #4d6499;
	text-decoration: underline;
}

div.bar div.bar_right {
	padding: 6px 20px 0 0;
	float: right;
	text-align: right;
}

/* @end */

/* @group content */

div.content {
	background: url(../images/content/background.gif);
	width: 802px;
}

div.content div.content_left {
	float: left;
	width: 204px;
}

div.content div.content_left div.content_left_title_our_sponsors {
	background: url(../images/content/left/title/our_sponsors.jpg);
	height: 42px;
	width: 204px;
}

div.content div.content_left div.content_left_title_our_stats {
	background: url(../images/content/left/title/our_stats.jpg);
	height: 55px;
	width: 204px;
}

div.content div.content_left div.content_left_background {
	background: url(../images/content/left/background.gif);
	width: 204px;
	text-align: left;
}

div.content div.content_left div.content_left_background div.content_left_background_padding {
	padding: 0 10px 0 20px;
	line-height: 16px;
	color: #5F5F5F;
	font-size: 11px;
}

div.content div.content_left div.content_left_background div.content_left_background_padding a {
	color: #5F5F5F;
	text-decoration: none;
}

div.content div.content_left div.content_left_background div.content_left_background_padding a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}

div.content div.content_left div.content_left_end {
	background: url(../images/content/left/end.jpg);
	height: 325px;
	width: 204px;
}

div.content div.content_right {
	float: right;
	width: 598px;
}

div.content div.content_right div.content_padding {
	color: #5F5F5F;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	padding: 30px 40px 30px 40px;
}

div.content div.content_right div.content_padding a {
	color: #5F5F5F;
	text-decoration: underline;
}


/* @end */

/* @group footer */

div.footer {
	clear: both;
	background: url(../images/footer.gif);
	height: 9px;
	width: 802px;
}

/* @end */




h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	margin-bottom: 0px;
}

input, textarea {
	font-size: 11px;
	}



div.content div.content_right div.content_padding a.categorylink {
	color: #4D6499;
	font-size: 11px;
	text-decoration: none;
	}

div.content div.content_right div.content_padding a.subcategorylink {
	font-size: 11px;
	text-decoration: none;
	}


div.hrule {
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	}

div.link_featured {
	/*color: #FFFFFF;*/
	background-color: #F7BD00;
	padding: 5px;
	}

.url {
	color: #F7BD00;
	}

div.link_featured .url {
	color: #FFFFFF;
	}

div.navig {
	width: 100%;
	}



#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}



div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}

td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
