/* general css */ 
.clear {
	clear:both;
}

.clear_bar:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clear_bar {display: inline-table;}

html {
	height: 100%;  
	margin-bottom: 1px;
}

body {
	background: #fff; 
	padding: 0px; 
	margin: 0px;
	text-align: left;
}

body {
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div {
	padding:0;
	margin:0;
	}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 4px 0;
}

a:link, a:visited {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	} 
a:hover {
    text-decoration: none;
	}


div.moduletable ul {
	margin: 3px 0;
	padding: 0 2em;
}

table.contentpaneopen td ul, ul#navlist {
	margin: 3px 0;
	padding: 0 2em;
}

form { 
	margin: 0; 
	padding: 0;
}

img {
	border:0px;
}

/* ********************** other font size */
h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.45em;
}

h3, h4 {
	font-size: 1.2em;
}

body.font_large {
	font-size: 13px;
}

body.font_large_x {
	font-size: 14px;
}

#copyright div, .small, .createdate, .modifydate {
	font-size: 85%;	
	}

a.readon:link, a.readon:visited {
	font-size: 95%;	
	}

/* main layout */
.bg_page {


	
	text-align:center;
	background-image:url(../images/bg.gif);




	}

#wrap  {
	margin: auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #fff;
}

#m_padding {
	margin: 0px 10px;
	width: auto !important;
}


/** width stuff **/

body.fixed div#wrap {
	width: 800px;
}

body.fluid div#wrap {
	margin: 0 20px;
}


/* header top */
#topbar {
	width: 100%;
	height: 12px;
	text-align:left;
	margin-bottom: 3px;
}

#botbar {
	width: 100%;
	height: 12px;
	text-align:left;
}

#logo {
	width: 100%;
	height:70px;
	background: url(../images/logo.png) no-repeat;
	background-position: 0 6px;
	text-align: right;
	}

#top_navi {
	width:100%;
	text-align:right;
	margin-bottom: 8px;
	}

#search_bar {
	float: right;
	width:180px;
	text-align:left;
	}
	
#search_bar div {
	width: 170px;
	text-align:left;
	background: url(../images/search.png) no-repeat;
	background-position: 100% 0;
	}
	
#search_bar input.inputbox {
	width:135px;
	border:1px solid #e5e5e5;
	height:16px;
	padding-left:4px;
	color:#666;
	background-image:none;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	}

#split_menu {
	margin-bottom: 12px;
	padding: 0;
	height:49px;
	text-align:left;
	}

#split_main {
	height:23px;
	text-align:left;
	}

#split_sub {
	text-align:left;
	}

#split_sub_in {
	text-align:left;
	height:26px; 
	}
	
div.flashnews div.moduletable h3 {
	background: url(../images/bg_heading.png) bottom left repeat-x;
	height:28px;
	text-align:left;
	text-indent: 4px;
	font-size: 1.2em;
	}
	
/* Font size bar*/
.left_part {
	float:left;
	position:relative;
	width: 80%;
	}
	
.right_part {
	float:right;
	display:block;
	width: 15%;
	text-align:right;
	height: 11px;
	padding-top: 6px;
	padding-right: 7px;
	}
	
.right_part img {
	padding: 0 4px;
	}
	
.right_part a:link, .right_part a:visited {
	color: #fff;
	line-height: 25px;}


/* TOP MENU */
ul#top-nav {
	list-style-type:none;
	padding: 0;
	margin: 0;
	text-align:right;
	}
ul#top-nav li{
	display: inline;
	background-image:none;
	}

#top-nav a:link, #top-nav a:visited {
	background:url(../images/arrow_top.png) no-repeat;
	background-position:0 4px;
	padding:0 14px 0 8px;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	}
	
#top-nav a:hover {
	text-decoration:none;
}
 
/* -------------------------split mainmenu */
ul#navlist  {
	text-align:left;
	margin: 0;
	padding: 0;
	}

ul#navlist li {
	list-style: none;
	background: url(../images_red/tnavi_l_red.png) 0 100% no-repeat;
	float: left;
	height:23px;
	text-indent:0px;
	border-right:6px solid #fff;
	padding-top: 0;
}

ul#navlist li a:link, ul#navlist li a:visited {
	background: url(../images_red/tnavi_r_red.png) 100% 100% no-repeat;
	float:left;
	display:block;
	font-weight: bold;
	font-size: 11px;
	line-height:23px;
    color: #AF0100;
	height:23px;
	padding:0 15px;
	text-align:center;
}

ul#navlist li:hover, 
ul#navlist li.sfhover {
	background: #AF0100 url(../images_red/tnavi_r_red_h.png) 100% 100% no-repeat;
	float: left;
	height:23px;
	border-right:6px solid #fff;
}

ul#navlist li a:hover {
	background: url(../images_red/tnavi_l_red_h.png) 0 100% no-repeat;
	float:left;
	display:block;
	line-height:23px;
    color: #fff;
	height:23px;
	padding:0px 15px;
	text-align:center;
}

ul#navlist li.active {
	color: #fff;
	background: #AF0100 url(../images_red/tnavi_l_red_h.png) 0 100% no-repeat;
}

ul#navlist li.active a.topnav {
	color: #fff;
	background: url(../images_red/tnavi_r_red_h.png) 100% 100% no-repeat;
}

/* splic submenu*/
ul#sublist {
}

ul#sublist li {
	display:inline;
}

ul#sublist li a.topnav:link, ul#sublist li a.topnav:visited {
	display: block;
	float: left;
	background: url(../images/arrow_sub.gif) no-repeat;
	background-position:0 70%;
	text-indent: 1em;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	margin:5px 10px 0;
}

ul#sublist li a.topnav:hover,
ul#sublist li.active a.topnav#subcurrent {
  color: #fff;
  border-bottom:1px dashed #eee;
}


/* /* *******************************************  pathway */
#can_pathway {
	text-align: left;
	margin-bottom: 5px;
}

#can_pathway div {
	margin: 0;
	width: 100%;
	height: 24px;
	text-align: left;
}

#can_pathway img {
	margin-top:10px;
}

.pathway, a.pathway:link, a.pathway:visited {
	padding: 0;
	margin: 0;
	line-height: 24px;
	color: #666;
	padding-left:5px;
	font-size: 11px;
}

.pathway {
	font-size: 11px;
}

a.pathway:hover {
	color: #AF0100;
}

/* ------------------------------------mid_out */
#mid_out {
	text-align: left;
	margin-bottom: 10px;
	clear:both;
}

/* ------------------------------------leftside and right side*/
#leftmain, #rightmain {
	text-align: left;
	width: 180px;
}

#leftmain_in div.moduletable, #rightmain div.moduletable {
	margin-bottom: 12px;
	padding:0px;
}

#leftmain_in div.moduletable h3, 
#rightmain div.moduletable h3 {
	background:url(../images_red/title_side_red.png) no-repeat;
	height:24px;
	color: #000;
	text-align: left;
	text-indent: 10px;
	padding: 0px;
	margin: 0 0 5px 0;
	line-height:24px;
	font-size: 12px;
}

#leftmain_in div.moduletable td, #leftmain_in div.moduletable, #rightmain div.moduletable td, #rightmain div.moduletable a:link, #leftmain_in div.moduletable 
{
	text-align: left;
	font-size: 95%;
}

/* ------------------------------------main_area */
#main_body {
	padding-left: 10px;
	text-align: left;
}

/* -------------------------round corner */
div.left_edge {
	background: #f7f7f7 url(../images_red/round_l_red.png) top left repeat-y;
	margin: 0;
}

div.right_edge {
  background	: url(../images_red/round_r_red.png) top right repeat-y;
}

div.top_lcorner {
  background	: url(../images_red/round_tl_red.png) top left no-repeat;
  height		: 7px;
}

div.top_rcorner {
  background	: url(../images_red/round_tr_red.png) top right no-repeat;
  height		: 7px;
  text-align	: left;
}

div.top_edge {
  background	: url(../images_red/round_t_red.png) top left repeat-x;
  height		: 7px;
  clear			: both;
}

div.bot_lcorner {
  background	: url(../images_red/round_bl_red.png) bottom left no-repeat;
  height		: 7px;
}

div.bot_rcorner {
  background	: url(../images_red/round_br_red.png) bottom right no-repeat;
  height		: 7px;
  text-align:left;
}

div.bottom_edge {
  background	: url(../images_red/round_b_red.png) bottom left repeat-x;
  height		: 7px;
  clear			: both;
}

div.corner_inner {
	width:168px;
	padding:0px 6px 0px 6px;
	height: inherit;
}

div#banner div.corner_inner {
	width:auto;
	padding:0px 5px;
}

div.bot_module div.corner_inner {
	width:auto;
	padding: 0;
}

div#banner div.corner_inner div.moduletable {
	text-align:center;
	}

/* -------------------------bottom module */
div.bot_module, #banner {
	margin-bottom: 12px;
	}
	
div.bot_module td, div.bot_module a:link, div.bot_module a:visited {
	font-size: 1em;
	}
	
table.bot_module {
	width: 100%;
	padding: 0;
	}

table.bot_module tr {
	vertical-align: top;
}

table.bot_module td.bot_module {
	width: 33%;
	text-align:left;
	padding: 0 5px;
}

/* -------------------------bottom navi */
#botnavi {
	background: #eee url(../images/bot2.png) no-repeat;
	background-position:100% 0;
	margin-bottom: 6px;
	text-align: left;
	height: 29px;
	overflow:hidden;
}

#botnavi div {
	background: url(../images/bot1.png) no-repeat;
	background-position:0 0;
	margin: 0;
	width: 100%;
	height: 29px;
	text-align:left;
}

ul#mainlevel-nav {
	list-style:none;
	padding: 0;
	margin: 0;
	text-align:left;
	}
ul#mainlevel-nav li{
	display: inline;
	background-image:none;
	}

#mainlevel-nav a:link, #mainlevel-nav a:visited {
	background:url(../images/bot_bread.png) no-repeat;
	background-position:100% 0;
	padding:0 14px;
	font-size: 11px;
	text-decoration:none;
	line-height:29px;
	}
	
#mainlevel-nav a:hover {
	text-decoration:none;
}
 
/* -------------------------copyright */
#copyright  {
	padding: 0px;
	margin: 0px;
	text-align: right;
	height: 48px;
}

#copyright div {
	padding:0 10px 3px 0px;
	color:#666;
}

/* -----------------------------------------MODULES */
div.moduletable {
  	margin: 0;
	padding: 0;
}

div.moduletable h3 {
	background-color: #eee;
	height:24px;
	font : bold 12px Arial, Verdana, sans-serif, Helvetica ;
	color: #000;
	text-align: center;
	text-indent: 0px;
	padding: 0px;
	margin: 0 0 2px 0;
	line-height:24px;
}

div.moduletable td {
	text-align: left;
	padding: 0;
	margin: 0;
}

.button {
	border:outset 1px #ccc;
	background:#fff;
	color:#AF0100;
	padding: 1px 2px;
	background:url(../images_red/bg_button.png) repeat-x left top;
	height:21px;
	font-size: 1em;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox {
	border: 1px solid #666;
	background: url(../images/bg_input.png);
}

/* CONTENT STYLES */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.contentpaneopen {
	margin-bottom: 6px;
}

#main_body table.contentpaneopen td {
	padding-left: 5px;
	padding-right: 10px;
}

.contentdescription {
	width:100%;
	text-align		: left;
	padding			: 0px;
}

.contentpaneopen td {
	padding	: 0px; 
}

.contentpane td, .contentdescription td {
	padding: 4px 0px; 
}

td.contentheading {
	background: url(../images/bg_heading.png) bottom left repeat-x;
	height:28px;
	font-size: 1.2em;
	font-weight:bold;
	color: #333;
	text-align: left;
	text-indent: 0;
}

td.buttonheading {
	padding:0 4px;
}

table.contentpaneopen td.buttonheading {
	background: url(../images/bg_heading.png) bottom left repeat-x;
	}
	
.componentheading {
	font-size: 1.3em;
	font-weight:bold;
	color: #AF0100;
	height:30px;
	line-height:26px;
	text-align		: left;
	text-indent		: 5px;
	margin-bottom:10px;
}

.back_button {
	float:right;
	width:65px;
	height: 19px;
	font-size: 11px;	
	color: #333; 
	background:url(../images/bg_back.png) no-repeat;
	background-position:0 0;
	text-indent:6px;
}

.small, .createdate, .modifydate {
	color: #999; 
	line-height:110%;
	height:15px;
}

a.readon:link, a.readon:visited {
	font-weight	: bold; 
	color			: #cc3333;
	background:url(../images/ul.png) no-repeat 3px 5px;
    padding          : 5px 4px 2px 20px;
    float            : left;
    line-height      : 10px;
    text-decoration  : none;
}
a.readon:hover {
	color			: #333;
	text-decoration	: none; 
}

table.contenttoc {
	border: 1px solid #eee;
 	padding			: 1px;
	margin-left		: 7px;
	margin-bottom	: 2px;
}
table.contenttoc th {
	text-align		: center;
	padding			: 2px;
	font-weight		: bold;
	text-transform	: uppercase;
}

a.toclink:link, a.toclink:visited {
	}

table.blog span.article_seperator {
	display: block;
	height: 5px;
}

/* MAIN AND SUB MENU SYSTEM  */
.mainlevel {
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images_red/bg_menu_red.png) no-repeat;
	background-position:0 0;
	height: 22px;
	text-indent: 22px;
	line-height	:22px;
	color: #000;
	margin-bottom:5px; 
	font-size: 1em;
}
a.mainlevel:hover {
	background: url(../images_red/bg_menu_red_over.png) no-repeat;
	background-position: 0 0;
	color: #AF0100;
	text-indent: 27px;
}
#active_menu {
	background: url(../images_red/bg_menu_red_over.png) no-repeat;
	background-position: 0 0;
	color: #AF0100;
	text-indent: 27px;
}

a.sublevel:link, a.sublevel:visited {
	background: url(../images/arrow_sub.gif) no-repeat;
	background-position: 0 0;
	text-align: left;
	line-height	:17px;
	padding-left:14px;
	text-indent:0px;
	color: #000;
}

a.sublevel:hover {
	text-decoration	: none;
	color: #333;
	line-height	:17px;
}

a.sublevel#active_menu  {
	background: url(../images/arrow_sub.gif) no-repeat;
	background-position: 0 0;
	color: #AF0100;
}

a.category:link, a.category:visited {
	font-weight		: bold;
	
}
	
/* STYLES LISTING CONTENT PAGE */
td.sectiontableheader  {
	background-color: #eee;
	color			: #000; 
	font-weight		: bold;
	padding			: 2px 3px 3px 2px;
	border-bottom:1px solid #333;
}
td.sectiontablefooter  {
	padding			: 2px 3px 3px 2px;
}
.sectiontableentry1  {
	background-color: #fff; 
}
.sectiontableentry2  {
	background		: #f7f7f7; 
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 3px 0px 3px 2px;
	}

.pagenavbar {
	text-align		: center;
	width			: 100%;
}

/* ------------------------------round without bg*/
div.bot_module div.left_edge {
	background  	: url(../images/bg_leftside.gif) top left repeat-y;
}

div.bot_module div.right_edge {
  background	: url(../images/bg_rightside.gif) top right repeat-y;
}

div.bot_module div.top_lcorner {
  background	: url(../images/corner1.gif) top left no-repeat;
  height		: 6px;
}

div.bot_module div.top_rcorner {
  background	: url(../images/corner2.gif) top right no-repeat;
  height		: 6px;
  text-align	: left;
}

div.bot_module div.top_edge {
  background	: url(../images/bg_corner1.gif) top left repeat-x;
  height		: 6px;
  clear			: both;
}

div.bot_module div.bot_lcorner {
  background	: url(../images/corner3.gif) bottom left no-repeat;
  height		: 6px;
}

div.bot_module div.bot_rcorner {
  background	: url(../images/corner4.gif) bottom right no-repeat;
  height		: 6px;
}

div.bot_module div.bottom_edge {
  background	: url(../images/bg_corner2.gif) bottom left repeat-x;
  height		: 6px;
  clear			: both;
}

div.bot_module div.corner_inner {
	padding		:0px 6px 0px 6px;
}

table.adminform {
	width: 500px;}
	
#introtext textarea {
	width:90%;}