/*--------------------------------------------------------------
# ICKI Sports - May 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/
	
/* universal set of reset styles
---------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,caption,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {vertical-align: baseline;font-size: 100%;outline: 0;padding: 0;margin: 0;border: 0;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {background: white;line-height: 1;color: black;}
ol,ul {list-style: none;}
/* tables still need cellspacing="0" in the markup */
table{border-collapse: separate;border-spacing: 0;}
caption,th,td {font-weight: normal;}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/	
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
.clr {font-size : 1px;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear: both;}
/* End hide from IE-mac */
/* ------------------------ the end ----------------------------*/
html {
	height:100%;
	margin-bottom:1px;
}
body {
	margin:0;
	padding:0;
	font-size:62.5%; /* Reset: 1em = 10px */
	font-family:Arial , Verdana, sans-serif;
	line-height: 135%;
}
/* Basic link styles 
---------------------------------------------------------------*/
a{
	outline:none;
	cursor:pointer;
}
a:link,
a:visited,
a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/* Basic image style 
----------------------------------------------------------------*/
img{
	border:none;
	text-decoration:none;
}
/* Basic lists styles 
----------------------------------------------------------------*/
ul{
	padding:0 6px 6px 6px;
	margin:0 12px;
}
ul ul{
	padding-bottom:0px;
}
ul li{
	padding-left:4px;
	line-height:100%; 
	margin:5px 0;
}
ul li a{
	text-decoration: none;
}
ol li{
	line-height:170%;
}
dl#system-message dd ul li{
	border: none !important;
}
/* Basic heading styles 
-----------------------------------------------------------------*/
th {
	padding:4px;
	text-align:left;
}
h1 { font-size:200%; }
h2 { font-size:175%; }
h3 { font-size:150%; }
h4 { font-size:125%; }
h5 { font-size:115%; }
p, pre, blockquote, h1, h2, h3, h4, h5, h6{
	margin:1em 0;
	padding:0;
}
/* Basic form styles 
-----------------------------------------------------------------*/
fieldset{
	border:none;
	padding:5px 0;
}
fieldset a{
	font-weight:bold;
}
input, select, button{
	font-size:11px;
	font-weight:normal;
}
/* Basic HR-line style 
-----------------------------------------------------------------*/
hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
/* Basic positioning classes 
-----------------------------------------------------------------*/
.clearfix{ clear: both; }
.lf { float: left; }
.rf { float: right; }
/* Logo 
------------------------------------------------------------*/
a#logo, 
a#logo_styled {
	float:left;
	display:block;
}
a#logo_styled{
	/* 
		Here you can change width or height of your logo 
		if you've disabled option "logo as image"
	*/
	width: 195px;
	height: 95px; 
}
/* Basic wrapper styles 
-----------------------------------------------------------------*/

div#wrapper_bg{
	width:100%;
	min-height:656px;	
}
div#wrapper_main{
	width:980px;
	margin:0 auto;	
	padding-bottom:20px;
	position:relative;
	font:normal 12px  Arial, Verdana, sans-serif; /* Basic font size: 12px, line-height: 15px */
}
div#wrapper_top{
	position:relative;
	min-height:95px;
	margin:0;
}
div#wrapper_top_content{
	float:right;
	width:780px;
}
div#wrapper_topheader{
	position: relative;
	width:980px;
	padding-top: 38px;
}
/* menu
-------------------------------------------------------------------*/
div#wrapper_menu1{
	width:100%;
	height:38px;
	display:block;
	position:absolute;
	top: 0;
}
div#wrapper_menu2{
	width:100%;
	margin-right:8px;
	height:38px;
	display:block;
	position:static;
}
div#horiz-menu{
	margin:0 8px;
	height:38px;
	display:block;
	position:static;
}
div#wrapper_menu1 ul.menu{
	width:auto;
	margin-left:-9px;
	position: absolute;
	z-index: 10000;
}
div#wrapper_menu1 ul li.level1 a{
	text-transform:uppercase;
}
div#wrapper_menu1 ul li a{
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;	
}
div#wrapper_menu1 ul li:hover,
div#wrapper_menu1 ul li.active{
	height:38px;
	border-left:none!important;
	margin-left:1px!important;
}
div#wrapper_menu1 ul li:first-child:hover,
div#wrapper_menu1 ul li.active:first-child{
	height:38px;
}
div#wrapper_menu1 ul li:first-child{
	border-left:none!important;
	padding-left:9px;
}
div#wrapper_menu1 ul li:first-child span{
	padding-left:0!important;
}
div#wrapper_menu1 ul li:first-child:hover,
div#wrapper_menu1 ul li.active:first-child{
	padding-right:0;
}
div#wrapper_menu1 ul li:first-child:hover a,
div#wrapper_menu1 ul li.active:first-child a{
	padding-left:0!important;
}
div#wrapper_menu1 ul li:first-child:hover span,
div#wrapper_menu1 ul li.active:first-child span{
	height: 38px;
	line-height:38px;
	display:block;
	float:left;
	padding-left: 2px!important;
	padding-right:12px;	
}
div#wrapper_menu li.topli ul{
	top:33px!important;
	border-top:none;
	position: absolute;
	z-index: 10000;
}
div#wrapper_menu1 ul li li:first-child{
	margin: 0;
	padding: 0;
}
div#wrapper_menu1 ul li li:first-child a{
	padding-left: 12px;
}
div#wrapper_menu1 ul li li:first-child:hover a{
	padding-left: 120px;
}
div#wrapper_menu1 ul li li{
	line-height: 30px;
}
div#wrapper_menu1 ul li li:hover,
div#wrapper_menu1 ul li li:hover a,
div#wrapper_menu1 ul li li:hover span,
div#wrapper_menu1 ul li li:first-child:hover,
div#wrapper_menu1 ul li li:first-child:hover a,
div#wrapper_menu1 ul li li:first-child:hover span{
	height: 30px;
	line-height: 30px;
}
div#wrapper_menu1 ul li li:first-child:hover span{
	margin-left: 10px!important;
}
div#wrapper_menu1 ul li li:hover{
	margin: 0!important;
}
div#wrapper_menu1 ul li li:first-child:hover span{
	margin-left: 3px;
}
/* top
-------------------------------------------------------------------*/
div#buttons{
	width:auto;
	float:right;
	margin:39px 15px 0 0;
	padding-right:12px;
	height:22px
}
div#buttons div{
	height:17px;
	padding:1px 0 4px 12px;
}
div#buttons span#login_btn_noborder,
div#buttons span#register_btn{
	border: none !important;
	display:block;
	padding-right:0;
	padding-top:4px;
	margin-right:0;
}
div#buttons span#login_btn{
	padding-right:8px;
	margin-right:5px;
	margin-top:4px;
}
div#buttons span{
	font-size:11px;
	font-weight:normal;
	display:block;
	float:left;
}
div#buttons span a{
	line-height:11px;
}
div#banner1{
	width:468px;
	height:60px;
	float:left;
	margin: 20px 25px 0 0;
}
div#search{
	width: 155px;
	height:20px;
	float:right;
	margin:40px 0 0 0;
}
div#search input#mod_search_searchword{
	border:none;
	background:none;
	height:16px;
	padding:3px 20px 0 6px;
	width:139px;
	display:block;
	font-size:11px;
}
div#search input.button{
	display:none;
}
/* highlighter
-------------------------------------------------------------------*/
div#wrapper_highlight{
	height:36px;
	overflow:hidden;
}
div#highlight{
	float: left;
	width: 80%;
	overflow:hidden;
}
div#datatop{
	text-align: right;
	float:right;
	margin: 8px 12px 0 0;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	width:auto;
	height:17px;
}
div#datatop span{
	display: block;
	height:17px;
	padding-left:11px;
	margin-right:11px;
	line-height:16px;
}
/* header
-------------------------------------------------------------------*/
div#wrapper_header{
	overflow: hidden;
}
div#banner2,
div#banner3,
div#header1,
div#header2{
	float: left;
	overflow:hidden;
}
div#header_modules{
	clear: both;
	margin: 0px 10px 0 10px;
	padding-top: 10px;
}
/* content
-------------------------------------------------------------------*/
div#component{
	position: relative;
	float:left;	
}
div#right{
	float:right;
}
div#wrapper_content{
	overflow:hidden;
}
div#inset{
	width:249px;
	float:left;
}
div#mainbody{
	float:left;
}
div#mainbody_wrapper{
	margin: 0 15px;
	padding: 15px 0;
}
div.users_wrap,
div.module_wrap{
	overflow:hidden;
	width: 100%;
}
#wrapper_content_mainbody {overflow: hidden;}
/* Bottom
-----------------------------------------------------------------*/
div#wrapper_bottom{
	overflow: hidden;
	padding-bottom: 15px;
}
/* Footer
-----------------------------------------------------------------*/
div#wrapper_footer{
	padding:8px 15px 15px 5px;
	height:22px;
	font-size:0.9em;
}
div#wrapper_footer ul{
	width:auto;
	float:left;
	list-style-image:none;
	margin:0;
	padding:0;
}
div#wrapper_footer ul li.level1 a{
	padding:0 6px;
}
div#wrapper_footer ul li.level1 {
	float:left;
}
div#wrapper_footer div.moduletable_content{
	margin:0!important;
	padding:0!important;	
}
div#informations{
	float:right;
	margin-top:3px;
}
div#stylearea{
	float:right;
	margin-left:5px;
	margin-top:3px;
}
div#footer_menu{
	float: left;
	width: auto;
}
/* set the width of user modules 
-------------------------------------------------------------------*/ 
.us_width-20,
.us_width-25,
.us_width-33, 
.us_width-50{
	display:block;
	float:left;
}
.us_width-33:first-child{
	width:34%;
}
.us_width-20{ width:20%; }
.us_width-25{ width:25%; }
.us_width-33{ width:33%; }
.us_width-50{ width:50%; }
.us_width-100{ width:100%; }
/* 	
	Available suffixes:
	* _light (only on right module position)
	* _clear
	* _menu
	* _text	
*/
div.moduletable,
div.moduletable_clear,
div.moduletable_menu,
div.moduletable_text, 
div.moduletable_light{
	margin: 0;	
}
div.moduletable h3,
div.moduletable_clear h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_light h3{
	margin:0!important;
	text-indent:15px;
	height:46px;
	font-size:10px;
	width: 100%;
	line-height:38px;
	text-align:left;
}
div.moduletable h3 span,
div.moduletable_clear h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_light h3 span{
	padding: 0;
	width: 99.9%;
	display:block;
	height: 46px;
	float: left;
	font-weight: bold;
	text-transform:uppercase;
}
div.moduletable div.moduletable_content,
div.moduletable_clear div.moduletable_content,
div.moduletable_menu div.moduletable_content,
div.moduletable_text div.moduletable_content,
div.moduletable_light div.moduletable_content{
	margin:10px 15px 15px 15px;
}
div.moduletable_clear div.moduletable_content{
	margin: 0px;
}
div.moduletable_content{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 11px;
}
div.moduletable_clear{
	margin: 0;
	padding:0;
	border: none;
}
div.moduletable_clear div.moduletable_content{
	margin: 0;
	padding:0;	
}
/* restrictions
------------------------------------------------------------------- */
/* mainbody */
div#mainbody div.moduletable h3,
div#mainbody div.moduletable_clear h3,
div#mainbody div.moduletable_menu h3,
div#mainbody div.moduletable_text h3{
	background: none;
	height: 20px;
	line-height: 20px;
}
div#mainbody div.moduletable h3 span,
div#mainbody div.moduletable_clear h3 span,
div#mainbody div.moduletable_menu h3 span,
div#mainbody div.moduletable_text h3 span{
	background: none;
	height: 20px;
	line-height: 20px;
}

div#mainbody div.moduletable div.moduletable_content,
div#mainbody div.moduletable_clear div.moduletable_content,
div#mainbody div.moduletable_menu div.moduletable_content,
div#mainbody div.moduletable_text div.moduletable_content{
	margin:0!important;
}
div#mainbody div.moduletable h3,
div#mainbody div.moduletable_clear h3,
div#mainbody div.moduletable_menu h3,
div#mainbody div.moduletable_text h3{
	text-indent:0px!important;
}
/* right */
div#right div.moduletable,
div#right div.moduletable_clear,
div#right div.moduletable_menu,
div#right div.moduletable_text{
	overflow:hidden;
}
/* bottom */
div#wrapper_bottom div.moduletable h3,
div#wrapper_bottom div.moduletable_clear h3,
div#wrapper_bottom div.moduletable_menu h3,
div#wrapper_bottom div.moduletable_text h3{
	background:none;
}
div#wrapper_bottom div.moduletable h3 span,
div#wrapper_bottom div.moduletable_clear h3 span,
div#wrapper_bottom div.moduletable_menu h3 span,
div#wrapper_bottom div.moduletable_text h3 span{
	background:none;
}
div#wrapper_bottom .us_width-20 div.moduletable_content,
div#wrapper_bottom .us_width-25 div.moduletable_content,
div#wrapper_bottom .us_width-33 div.moduletable_content, 
div#wrapper_bottom .us_width-50 div.moduletable_content{
	display:block;
	float:left;
	margin-right: -1px;
	margin: 0;
	padding: 5px 15px 5px 15px;
}
div#wrapper_bottom .us_width-20:first-child div.moduletable_content,
div#wrapper_bottom .us_width-25:first-child div.moduletable_content,
div#wrapper_bottom .us_width-33:first-child div.moduletable_content, 
div#wrapper_bottom .us_width-50:first-child div.moduletable_content{
	border-left: none;
	margin-right: 0;	
}
/* Default Joomla menu */
.moduletable_menu ul.menu, 
.moduletable_menu ul.menu ul, 
.moduletable_menu ul.menu ul ul {
	list-style-image: none;
	margin: 0;
	padding: 0; 
	background: none;
}
.moduletable_menu ul.menu li {
	line-height: 18px;
}
.moduletable_menu ul.menu li:first-child {
	border: none;
}
.moduletable_menu ul.menu li.current li{
	margin-left: 10px;
	padding-left: 16px; 
}
.moduletable_menu ul.menu ul {}
.moduletable_menu ul.menu ul li a {
	font-size: 0.9em;
	font-weight: normal;
}
.moduletable_menu ul.menu ul li {
	padding: 3px 0;
}
/* popups */
div#popup_login,
div#popup_register{
	position: absolute;
	z-index: 100000;
	width: 530px;
	top: 5px;
	right: 4px;
	display: none;
}
div#close_button_login,
div#close_button_register{
	width: 24px;
	margin: 3px 3px 0 0;
	height: 24px;
	cursor: pointer;
	float: right;
}
div.top{
	width: 488px;
	padding: 0 10px 16px 32px;
	margin: 27px 0 0 0;
	overflow: hidden;
}
div.top form#josForm{
	width: 480px;
	margin: 0 auto;
}
div.bottom{
	width: 530px;
	height: 15px;
}
/* joomla.classes readon */
a.readon{
	width:92px;
	height:16px;
	line-height:15px!important;
	margin:4px 0 !important;
	display:block;
	float:left;
	padding-left:10px;
	font-size:11px!important;
	font-weight: bold;
}
.button{
	height:16px;
}
/* System messages */
#system-message{
	margin-bottom:0;
}
#system-message dt.error{
	display:none;
}
#system-message dd{
	font-weight:bold;
	margin:0;
	text-indent:30px;
}
#system-message dd.error ul{
	margin-bottom:0;
}
dl#system-message ul{
	margin:0;
}
#system-message dd ul{
	list-style-type:none;
	margin-bottom:10px;
	padding:10px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height:20px;
	background-color: #222222;
}

/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

a:link, a:visited {
	color: #BD4B37; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #742E21;	text-decoration: none;
	font-weight: bold;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

h3, .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #BD4B37;
	line-height: 18px;
	margin: 5px 0;
}

.componentheading {
  padding-top: 10px;
}

.contentheading {
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/oo_seperator_horiz.png) bottom left repeat-x;
  padding: 0px 0px 5px 0px;
	font-size: 20px;
	font-weight: normal;
	height: 45px;
	vertical-align: bottom;
	color: #5C6265;
	text-align: left;
	width: 100%;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/oo_bullet_red.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.modifydate {
  height: 30px;
  vertical-align: bottom;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.createdate {
	height: 25px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	background: #B6BABA;
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666666;
}

div.center {
  text-align: center;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

div.blog_more {
  margin-top: 30px;
}

div.syndicate div {
  text-align: center;
}

table.minimal  {
  border-collapse: collapse;
  margin:0;
  padding: 0;
}

table.minimal td {
  margin:0;
  padding: 0;
}

td.left_shadow {
  width: 17px;
  background: url(../images/oo_shadow_l.png) repeat-y;
}

td.right_shadow {
  width: 17px;
  background: url(../images/oo_shadow_r.png) repeat-y;
}

td.left_bot_shadow {
  width: 17px;
  height: 34px;
  background: url(../images/oo_shadow_bl.png) no-repeat;
}

td.right_bot_shadow {
  width: 17px;
  height: 34px;
  background: url(../images/oo_shadow_br.png) no-repeat;
}

td.bottom {
  text-align: center;
  height: 41px;
  color: #999999;
  line-height: 30px;
  vertical-align: top;
  background: url(../images/oo_shadow_b.png) bottom left no-repeat;
}

td.wrapper {
  width: 776px;
}


#bottomnav_links {
  float: left;
  width: 776px;
	height: 24px;
	background: url(../images/oo_redbar_bot.png) repeat-x;
	padding: 0px;
}

#links {
  float: right;
  padding-top: 7px;
}

#bottomnav_links ul {
  margin: 0;
  padding: 0;
}

#bottomnav_links li {
  background-image: none;
  list-style:none; 
  float: left; 
  margin: 0px; 
  padding: 0px;
  font-size: 11px;
  line-height:17px;
  height: 17px;
  white-space: nowrap;
}

#bottomnav_links a {
  display: block;
  padding: 0px 30px;
  float: none; 
  text-decoration: none;  
  color: #eeeeee;
  line-height: 17px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/oo_seperator_menubar.png) 0px 3px no-repeat;
}

#bottomnav_links a:hover {
  color: #ffffff;

}

#header {
  float: left;
  width: 776px;
  height: 119px;
  background: url(../images/oo_header.jpg) no-repeat;
}

#tabbar {
  float: left;
  width: 776px;
	padding-top: 4px;
	height: 25px !important;
	height: 29px;
	background: url(../images/oo_tabbar_bg.png) repeat-x;
}

#colorbar {
  float: left;
  width: 776px;
	height: 7px;
	overflow: hidden;
	background: #BD4B37; 
}

#contentarea {
  float: left;
  width: 760px !important;
  width: 776px;
	background: #f4f4f4;
	padding: 8px;
}

table.contentarea {
  width: 760px;
  max-width: 760px;

}

#pathway {
  margin-top: 10px;
  margin-left: 10px;
}

td.sidenav {

}

div.forcewidth {
  width: 194px;
  overflow: hidden;
}

td.seperator {
	background: url(../images/oo_seperator_vert.png) top center repeat-y;
}

td.middle {
  width: 550px;
}

div.redbox_t {
  float: left;
  width: 194px;
	height: 10px;
	overflow: hidden;
	background: url(../images/oo_redbox_t.png) no-repeat;
}

div.redbox_m {
  float: left;
	width: 178px !important;
	width: 194px;
	background: url(../images/oo_redbox_m.png) repeat-y;	
	padding: 8px;
}

div.redbox_m td {
	color: #ffffff;
}

div.redbox_b {
  float: left;
  width: 194px;
	height: 10px;
	overflow: hidden;
	background: url(../images/oo_redbox_b.png) no-repeat;
	margin-bottom: 8px;
}

div.menu_t {
float: left;
  width: 194px;
	height: 10px;
	overflow: hidden;
	background: url(../images/oo_menu_t.png) no-repeat;
}

div.menu_m {
float: left;
  width: 194px;
	background: url(../images/oo_menu_m.png) repeat-y;
}

div.menu_b {
float: left;
  width: 194px;
	height: 10px;
	overflow: hidden;
	background: url(../images/oo_menu_b.png) no-repeat;
	margin-bottom: 8px;
}

a.mainlevel:link, a.mainlevel:visited {
  display: block;
	background: #000000 url(../images/oo_menu_item_bg.png);
	font-size: 10px;
	font-weight: bold;
	color: #535657;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 30px;
	text-indent: 25px;
	width: 194px;
}

a.mainlevel:hover {
	background-position: 0px -30px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.mainlevel#active_menu {
	background-position: 0px -60px;
}
a.mainlevel#active_menu:hover {
	color: #29539E;
}

div#left div.moduletable {
  float:left;
	width: 184px;
	background: url(../images/oo_seperator_horiz.png) repeat-x;
	margin: 15px 5px 5px;
	padding-top: 10px;
}

table#greybox td.smallbox{
	width: 271px;
	background: #DCDEDE url(../images/oo_greybox_small_b.png) bottom left no-repeat;
	padding-bottom: 11px;
}

table#greybox td.smallbox div.moduletable {
	background: url(../images/oo_greybox_small_t.png) top left no-repeat;
	padding: 8px;
}

table#greybox td.largebox{
	width: 550px;
	background: #DCDEDE url(../images/oo_greybox_large_b.png) bottom left no-repeat;
	padding-bottom: 11px;
}

table#greybox td.largebox div.moduletable {
	background: url(../images/oo_greybox_large_t.png) top left no-repeat;
	padding: 8px;
}

table#greybox td.spacer {
	width: 8px;
}



table#greybox h3 {
  margin: -5px 0px 5px 0px;
  padding:0;
}

table#greybox a:link, table#greybox a:visited {
  color: #333333;
}
table#greybox a:hover {
  color: #742E21;
}

div#mainbody {
	width: 530px;
	margin-left: 10px;
}

div#footer {
  height: 17px;
  line-height: 17px;
  background: url(../images/oo_redbar_bot.png) repeat-x;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #9CB8E2;
}

/**  legacy **/
input.button {
	border: 1px solid #cccccc;
	background: url(../images/oo_tabbar_bg.png) repeat-x;
	height: 20px;
	padding: 2px 10px 4px 10px !important;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
  font-size: 11px;

}

table.moduletable {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

table.moduletable td {
  padding: 4px;
}


/* required stuff */

#content-pane .tab-page {
	
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  padding: 0px;
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-top: 10px;
	color: #719500;
	text-align: left;
	width: 100%;
}

a.contentpagetitle:hover {
	color: #99CC00;
}

a.sublevel:link, a.sublevel:visited {
  display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 11px;
	margin-left: 10px;
	line-height: 20px;
}


a.sublevel:hover {
	color: #99CC00;
	font-weight: bold;
	background: #026604;
	text-decoration: none;
}




a.category:link, a.category:visited {

}

a.category:hover {

}

a.pagenav, a.pagenav:visited {

}

a.pagenav:hover {

}

.frontpageheader {

}

.newsfeedheading {

}

.newsfeeddate {

}

.fase4rdf a:link {

}

.fase4rdf a:hover {

}

div#mainbody td.sectiontableheader {
  font-weight: bold;
  background: #BD4B37;
  color: #ffffff;
  padding: 4px;
  border-left: 1px solid #f4f4f4;
}

td.smalldark {
  color: #666666;
  font-size: 11px;
  font-weight: bold;
}


table.pollstableborder {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  text-align: left;
}

table.pollstableborder td {
  padding: 5px 2px 0 0;
}

td.sectiontableentry1 {
  padding: 0px;
}

td.sectiontableentry2 {
  padding: 0px;
}

tr.sectiontableentry1 td {
  padding-left: 4px;
  padding-right: 4px;
}

tr.sectiontableentry2 td {
  padding-left: 4px;
  padding-right: 4px;
}




/* Styles for dhtml tabbed-pages */

.ontab {
	background-color: #cccccc;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 0px #cccccc;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cc0000;
}
.offtab {
	background-color: #BCBCBC;
	border-left: solid 1px #999999;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #666666;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #666666;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {

}

h5 {

}

h6 {

}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {

}

td.buttonheading img{
padding-left: 5px;
}

span.highlight {
  background: #ffffcc;
}


/* Content - Sections & Categories */


table.contenttoc {
  margin: 3px;
	border:solid 1px #cccccc;
}

table.contenttoc th {
  font-size: 11px;
  text-transform: uppercase;
  color: #333333;
  background: #eeeeee;
  padding: 5px;
}


table.contenttoc td {
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
	padding: 5px;
}

.contentdescription {
	text-align: left;
}

/** category text format and links **/
.category {

}



.poll {
	font-size: 11px;
	padding: 0px;
	margin: 0px
}

table.pollstableborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	color: #000000;
	font-weight: bold;
}


.pagenav {
	font-weight: normal;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

.readon {
  display: block;
  text-align: right;
	
}

strong {
	color: #112544;
}

/* SuckerFish Menus Default */

#nav {
	margin-left: 5px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

/* top level links */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


#nav li {
	margin: 0;
  float:left;
  height: 25px;
  background:url(../images/oo_tab_norm_l.png) no-repeat bottom left;
  margin-left: 4px;
  padding:0 0 0 7px;
}

#nav li a {
	float:left;
  display:block;
  line-height: 25px;
  height: 25px;
  background:url(../images/oo_tab_norm_r.png) no-repeat 100% 100%;
  padding: 0px 35px 0px 20px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #535657;
  text-transform: uppercase;
}

div#nav li:hover, div#nav li.sfhover {
  background: url(../images/oo_tab_over_l.png) no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
  background: url(../images/oo_tab_over_r.png) no-repeat bottom right;
  color: #535657;
}

div#nav li.active a {
  background:url(../images/oo_tab_active_r.png) no-repeat bottom right;
  color: #ffffff;
}

div#nav li.active {
  background:url(../images/oo_tab_active_l.png) no-repeat bottom left;
}




/** preloads **/
span.pl_tab_l {
	background-image: url(../images/oo_tab_over_l.png);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_tab_r {
	background-image: url(../images/oo_tab_over_r.png);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}