body, html {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/template_v3_47.png);
} 

tbody
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul, li
{
	padding: 0px;
	margin: 0px;
	list-style: disc;
	list-style-position: inside;
}

/* Default MOS Class Settings
****************************/

td.pathway {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-left: 0px;
}

a.pathway:link, a.pathway:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.pathway:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	background-color: transparent;
}

/* Main Menu Styles
*********************/

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active
{
	display: block;
	width: 149px;
	color: #FFFFFF;
	background-color: #75b845;
	text-align: left;
	font-weight: normal;

	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}

a.mainlevel:hover {
	color: #FFFF00;
	text-align: left;
	background-color: #83c853;
	width: 149px;
	/*
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9F0400;
	*/
	overflow: hidden;
}

#active_menu
{
	FONT-WEIGHT: bold;
/*	COLOR: #FFFFFF;*/
/*	BACKGROUND-COLOR: #7fa739;*/
}

A#active_menu:hover
{
/*	COLOR: #FFFF00;*/
}


a.mainmenu:link, a.mainmenu:visited
{
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.mainmenu:hover
{
	color: #FFFFFF;
	text-align: left;
}

a.sublevel:link, a.sublevel:visited
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.sublevel:hover
{
	color: #FFFF00;
	text-align: left;
}

/* Module Styles
****************/

table.moduletable
{
	width: 100%;
	
	padding: 0px;
	margin: 0px;
	
	text-align: center;
}

table.moduletable th
{
	height: 19px;
	
	padding: 0px;
	margin: 0px;
	
	background-image: url(../images/module.png);
	background-repeat:no-repeat;
	
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
/*MODULES color, etc*/
table.moduletable td
{
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-indent: 0px;
}

/* Polls Style
**************/

.poll {
	color : #FFFFFF;
	line-height : 11px;
	font-weight: normal;
}

/* Sections Style
*****************/

.sectiontableheader
{
	background-color: #326D03;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

.sectiontableentry1,
.sectiontableentry2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 100%;

	text-indent: 0px;
	font-weight: normal;
}

.sectiontableentry1
{
	background-color: #F4F9FD;
}

.sectiontableentry2
{
	background-color: #DCEAF8;
}


.sectiontableentry1:hover,
.sectiontableentry2:hover
{
	background-color: #A6B4B7;
}


/*
.sectiontableentry1 tr,
.sectiontableentry2 tr
{
	background-color: #000000;
	height: 1px;
	border: 0px;
}
*/


.pagenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.pagenav:link, a.pagenav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.pagenav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color            : #000000;
	text-decoration  : none;
	background-color: #99CC00;
}


.small {
	font-size : 11px;
	color : #666666;
}

.smalldark {
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}

.createdate
{
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	font-weight: lighter;
}

.modifydate
{
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	font-weight: lighter;
}

/* Content Styles
*****************/

.contentpane
{
	font-size: 11px;
	color: #000000;
}

/*COMMENTS and READ MORE text*/
/*TODO: add image to COMMENTS*/
.contentpaneopen
{
	width: 100%;
	font-size: 11px;
	color: #000000;
	text-indent: 0px; 
}


.contentpaneopen p
{
	padding-bottom: 0px;
	margin-bottom: 20px;
}

/*CONTENT HEADING*/
.contentheading
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #009900;
	line-height: 30px;
	padding-left: 35px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align : left;
	background-image: url(../images/template_v3_27.png);
	background-repeat:no-repeat;
	background-position: left;
}
.componentheading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #009900;
	text-align : left;
	line-height: 16px;
	padding-left: 20px;
	background-image: url(../images/template_v3_27.png);
	background-repeat:no-repeat;
	background-position: left;
}

/*COMMENTS AND READ MORE*/
a.readon:link,
a.readon:visited,
a.readon:active
{
	width: 174px;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background: url(../images/readon_normal.png) #F0F0F0 no-repeat;
	border: 1px solid #E0E0E0;
	padding: 2px 4px 2px 20px;
	white-space: normal;
	float: left;
	line-height: 10px;
	text-decoration: none;
}
a.readon:hover
{
	color: #4C6790;
	background: url(../images/readon_hover.png) #F0F0F0 no-repeat;
}


/*links: base, where all links are being displayed*/
.category
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}



/* Form Styles
****************/

form
{ /* borrowed from mambosolutions.com -- to fix empty space issues */
	display: inline; 
	margin: 0px; 
	padding: 0px; 
} 

.button
{
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  color            : #FFFFFF;
  border           : 1px solid #000000;
  background-color : #a60d08;
  background-image: url(../images/button.gif);
  /*background-repeat: repeat-x;*/
  background-position: left bottom;
}

.inputbox,
textarea
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #a60d08;
  background-image: url(../images/input.gif);
  background-position: left bottom;
  border: 1px solid #326D03;
}

.inputbox
{
	/*width: 100%;*/
}

textarea
{
	height: 200px;
	width: 200%;
}

/* Links
*********/

a:link, a:visited {
	font-size        : 11px;
/*	font-weight: bold; */
	color            : #000000;
	text-decoration  : none;
}

a:hover {
	color            : #326D03;
/*	font-weight: bold; */
	text-decoration  : none;
/*	background-color: #99CC00; */
}

/* For content item titles that are hyperlink instead of Read On
****************************************************************/
a.contentpagetitle:link,
a.contentpagetitle:visited,
a.contentpagetitle:active,
a.contentpagetitle:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color : #009900;
}

a.contentpagetitle:hover
{
	text-decoration: none;
}

.description {
	font-size: 11px;
	color: #000000;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}
/*table.100
{
	height: 1%;
}*/

table.content
{
	/*
	background-image: url(../images/main_ball.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
	/*height: 100%;*/
	padding-top: 10px;
}

td.content
{
	/*
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	*/
	/*height: 100%;*/
	/*padding-top: 20px;*/
}



/*
//more...
.blog_more
{
}

//link text
.blogsection
{
}
*/








.header_time
{
	color: #f45f4c;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.link_top:link, a.link_top:visited, a.link_top:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding-right: 0px;
}
a.link_top:hover
{
	color: #FFFC00;
}






.content_table_entry_heading,
.content_table_entry_1,
.content_table_entry_2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 0px;
	font-weight: normal;
	color: #000000;
}

.content_table_entry_heading
{
	font-weight: bold;
	background-color : #3C860D;
	color: #FFFFFF;
}

.content_table_entry_1
{
	background-color : #F4F9FD;
}

.content_table_entry_2
{
	background-color : #DCEAF8;
}

.content_table_entry_3
{
	background-color: #46AAE3;
	color: #E5DE86;
	font-weight: bold;
}

tr.content_table_entry_1:hover,
tr.content_table_entry_2:hover,
tr.content_table_entry_3:hover
{
	background-color: #A6B4B7;
}



/*NEWSFLASH*/
.newsflash_container
{
	width: 604px;
	height: 330px;
	border: 1px solid #CB310B;
	background-color: #F0F6FC;
}

.newsflash_table_box
{
	float: left;
	width: 198px;
	height: 200px;
	background-color: #F0F6FC;
	
	margin-left: 1px;
	margin-right: 1px;
}

.newsflash_table_header,
.newsflash_table_header_live
{
	width: 198px;
	height: 18px;
	line-height: 18px;
	background-color: #CB310B;
	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.newsflash_table_header_live
{
	background-color: blue;
}


.newsflash_table_item
{
	width: 198px;
	border-top: 1px solid #CB310B;
	text-align: left;
}


.newsflash_table_item #video
{
	margin-top: 5px;
	height: 32px;
	color: #FFFFFF;
	border: 1px solid #CB310B;
}
.newsflash_table_item #video a
{
	display: block;
	color: #CB310B;
	border: 0px;
}
.newsflash_table_item #video a:hover
{
	text-decoration: underline;
}
.newsflash_table_item #video_img
{
	float: left;
	padding-left: 10px;
}
.newsflash_table_item #video_txt
{
	float: left;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}


.newsflash_table_image_left,
.newsflash_table_image_right
{
	width: 80px;
	height: 80px;
}
.newsflash_table_image_left
{
	margin-left: 10px;
}
.newsflash_table_image_right
{
	margin-left: 10px;
}

.newsflash_table_result
{
	float: left;
	display: inline;
	width: 99px;
	background-color: #CB310B;
	
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}




/*CONTENT: REMEJAI*/
.content_sponsor_type
{
	background-color: #CB310B;
	color: #FFFFFF;
	font-weight: bold;
	
	margin-bottom: 20px;
}


/*CONTENT: NEWS*/
.content_newsitem
{
	width: 100%;
}

.content_newsimage
{
	float: left;
	width: 212px;
}

.content_newstext
{
	text-align: justify;
}

.content_readon
{
	text-align: justify;
}











