/*
 * 
 *
 * 
 * @copyright Copyright (C) 
 */ 

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset,img {  
	border: 0; 
} 

option {
	padding-left: 0.4em;
}

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

/* page setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #969696;
	background: #D0DCE4;
}

body#page {
	background: #64A3C2 url("../images/white/background-repeat.jpg") repeat-y 50% 0;
}

body div#page-main {
	padding-top: 5px;
	background: url("../images/white/background.jpg") no-repeat scroll 50% 0;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

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

/* dogear */
div#dogear {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 135px;
}

div#dogear img {
	width: 135px;
	height: 135px;
}

/* top panel*/
div#toppanel-container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 0px;
	z-index: 15;
}

div#toppanel-wrapper {
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#toppanel {
	position: relative;
	z-index: 15;
	margin-top: -320px;
	width: 100%;
	height: 320px;
	background: #000000 url(../images/toppanel_bg.png) 0 100% repeat-x;
	color: #969696;	
}

div#toppanel .panel {
	margin: auto;
	width: 600px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div#toppanel .close {
	width: 50px;
	height: 15px;
	margin-top: 23px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	cursor: pointer;
}

div#toppanel .cpanel {
	clear: both;
}

div#toppanel-container .trigger {
	position: relative;
	z-index: 16;
	top: 0px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	cursor: pointer;
}

div#toppanel-container .trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}

div#toppanel-container .trigger-l, div#toppanel-container .trigger-r {
	width: 20px;
	height: 19px;
	float: left;
}

div#toppanel-container .trigger-l {
	background: url(../images/toppanel_trigger_l.png) 100% 0 repeat-x;
}

div#toppanel-container .trigger-r {
	background: url(../images/toppanel_trigger_r.png) 100% 0 repeat-x;
}

div#toppanel-container .trigger-m {
	width: 80px;
	height: 19px;
	background: url(../images/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}

/* layout */
div.wrapper {
	margin: auto;
}

div#header {
	position: relative;
	background: url(../images/header_m.png) 0 0 repeat-x;
	z-index: 10;
}

div#header .header-l {
	background: url(../images/header_l.png) 0 0 no-repeat;
}

div#header .header-r {
	height: 120px;
	background: url(../images/header_r.png) 100% 0 no-repeat;
}

div#styleswitcher {
	position: absolute;
	top: 12px;
	right: 15px;
	height: 20px;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall_hover.png) 0 0 no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium_hover.png) 0 0 no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge_hover.png) 0 0 no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin_hover.png) 0 0 no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide_hover.png) 0 0 no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid_hover.png) 0 0 no-repeat;
}

span#logo {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 890px;
	height: 95px;
	background: url(../images/logo2.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
	cursor: pointer;
}

div#logotext {
	position: absolute;
	top: 100px;
	left: 15px;
	font-size: 95%;
	color: #7d7d7d;
}

div#banner {
	position: absolute;
	top: 35px;
	right: 15px;
}

img#bannertext {
	width: 75px;
	height: 7px;
	border: 0;
}

div#menu {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
	background: url(../images/menu_m.png) 0 0 repeat-x;
}

div#menu .menu-l {
	background: url(../images/menu_l.png) 0 0 no-repeat;
}

div#menu .menu-r {
	height: 100px;
	background: url(../images/menu_r.png) 100% 0 no-repeat;
}

div#top {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
	background: url(../images/top_t.png) 0 0 repeat;
}

div#top .top-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#top .top-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#top .top-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#top .top-br {
	min-height: 80px;
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

div#top .topbox {
}

div#top .topboxseperator {
	background: url(../images/top_sep.png) 100% 0 repeat-y;
}

div#middle {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
}

div#middle .background {
	min-height: 140px;
	padding-top: 0px;
}

div#middle .layoutleft {
	margin: 0px 5px;
}

div#middle .layoutright {
}

div#left {
	width: 190px;
}

div#middle .layoutleft div#left {
	float: left;
}

div#middle .layoutright div#left {
	float: right;
}

div#date {
	width: 175px;
	height: 30px;
	padding: 0px 0px 0px 15px;
	background: url(../images/date_bg.png) 0 0 no-repeat;
	line-height: 30px;
	font-size: 95%;
}

div#search {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
	width: 175px;
	height: 25px;
	border: none;
	overflow: hidden;
	background: #1e1e1e;
}

div#main {
	width: auto;
}

div#middle .layoutleft div#main {
	margin: 0px 0px 0px 190px;
	padding: 0px 0px 0px 20px;
}

div#middle .layoutright div#main {
	margin: 0px 190px 0px 0px;
	padding: 0px 20px 0px 0px;
}

div#middle .withoutleft div#main {
	margin: 0px 0px 0px 0px;
}

div#breadcrumb {
	height: 19px;
	padding: 5px 0px 5px 0px;
	font-size: 85%;
	color: #646464;
}

div#breadcrumb a:link, div#breadcrumb a:visited {
	color: #646464;
}

div#breadcrumb a:hover {
	color: #ff6400;
}

div#maintop {
}

div#maintop .maintopbox {
}

div#maintop .maintopboxseperator {
}

div#mainmiddle {
	margin: 10px 0px 10px 0px;
}

div#main .withright {
	/*background: #61A2C0;*/
}

div#main .withoutright {
	background: transparent;
}

div#right {
	width: 170px;
	padding: 0px 10px 0px 0px;
	float: right;
}
	
div#content {
	width: auto;
	padding: 0px 5px 0px 0px;
}

div#main .withright div#content {
	margin: 0px 180px 0px 0px;
}

div#main .withoutright div#content {
	margin: 0px 0px 0px 0px;
}

div#contenttop {
}

div#contenttop .contenttopbox {
}

div#mainbottom {
	margin: 0px 0px 10px 0px;
}

div#mainbottom .mainbottombox {
}

div#bottom {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
	background: url(../images/top_t.png) 0 0 repeat;
}

div#bottom .bottom-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#bottom .bottom-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#bottom .bottom-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#bottom .bottom-br {
	min-height: 40px;
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

div#bottom .bottombox {
}

div#bottom .bottomboxseperator {
	background: url(../images/top_sep.png) 100% 0 repeat-y;
}

div#footer {
	width: auto;
	margin: 10px 0px 50px 0px;
	clear: both;
	text-align: center;
	color: #646464;
}

/* clearing & floating */
.clearingfix:after {
	content: "."; 
	display: block; 
	line-height: 0px;
	clear: both; 
	visibility: hidden;
}
	
.clearingfix { display: block; }

.floatbox { overflow: hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }body.width-thin div.wrapper { width: 780px; }body.width-wide div.wrapper { width: 900px; }body.width-fluid div.wrapper { width: 90%; }div#styleswitcher { width: 45px; }/*
 * 
 *
 * 
 * @copyright Copyright (C) 
 */ 

p {
	margin: 1em 0;
}

td, th { 
  padding: 1px;
}

a:link, a:visited {
	color: #ff0096;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

ul, ol {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ul.arrow, ul.arrow-big, ul.checkbox, ul.checkbox-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.checkbox li {
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 5px 25px;
	background: url(../images/list_checkbox.png) 0 0 no-repeat;
	font-size: 125%;
	color: #c8c8c8;
}

ul.checkbox-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 20px 60px;
	background: url(../images/list_checkbox_big.png) 0 0 no-repeat;
	font-size: 250%;
	color: #c8c8c8;
	font-weight: bold;
}

ul.arrow li {
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 10px 40px;
	background: url(../images/list_arrow.png) 0 0 no-repeat;
	font-size: 125%;
	color: #c8c8c8;
}

ul.arrow-big li {
	margin: 15px 0px 15px 0px;
	padding: 27px 0px 30px 90px;
	background: url(../images/list_arrow_big.png) 0 0 no-repeat;
	font-size: 250%;
	color: #c8c8c8;
	font-weight: bold;
}

ul.arrow a:link, ul.arrow a:visited, ul.arrow-big a:link, ul.arrow-big a:visited {
	color: #969696;
}

ul.arrow a:hover {
	color: #ffffff;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

div.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e;
	text-align:justify;
}

div.alert {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_alert.png) 3px 3px no-repeat;
	text-align:justify;
}

div.download {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_download.png) 3px 3px no-repeat;
	text-align:justify;
}

div.info {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_info.png) 3px 3px no-repeat;
	text-align:justify;
}

div.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_tip.png) 3px 3px no-repeat;
	text-align:justify;
}

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote div {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(../images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big div {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(../images/blockquote_big_end.png) 100% 100% no-repeat;
}

pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #505050;
	border-left: 20px solid #505050;
	background: #323232;
	font-size: 90%;
	color: #c8c8c8;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#1e1e1e;
	border: 1px #3c3c3c solid;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(../images/em_file.png) 0 1px no-repeat;
	color: #c8c8c8;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(../images/em_directory.png) 0 1px no-repeat;
	color: #c8c8c8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #d20073;
}

h2 {
	font-size: 250%;
	color: #c8c8c8;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #c8c8c8;
}

h5 {
	font-size: 150%;
	color: #c8c8c8;
}

h6 {
	font-size: 125%;
	color: #d20073;
}/*
 * 
 *
 * 
 * @copyright Copyright (C) 
 */ 

/* menu */
div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#menu li {
	float: left;
	display: block;
}

div#menu li a {
	float: left;
	display: block;
	height: 100px;
	width: 145px;
	padding: 0px 0px 0px 0px;
	border-right: 5px solid #000000;
	line-height: 55px;
	overflow: hidden;
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

div#menu li.active a {
	text-decoration: underline;
}

div#menu li a:hover {
}

div#menu li a span{
	display: block;
	height: 100px;
	text-indent: 10px;
}

/* sub and other menu */
#left div.moduletable_menu ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style: none;
	background: #1e1e1e url(../images/end_bg.png) 0 100% no-repeat;
}

#left div.moduletable_menu li {
	display: block;
}

#left div.moduletable_menu li a, #left div.moduletable_menu li span.separator {
	height: 17px;
	display: block;
	line-height: 17px;
	text-decoration: none;
	color: #969696;
}

#left div.moduletable_menu li#current a {
	font-weight: bold;
	color: #ff0096;
}

#left div.moduletable_menu li#current li a {
	font-weight: normal;
}

#left div.moduletable_menu li a:hover, #left div.moduletable_menu li span.separator:hover, #left div.moduletable_menu li span.sfhover {
	color: #ff0096;
}

#left div.moduletable_menu li#current li a:hover, #left div.moduletable_menu li#current li span.separator:hover, #left div.moduletable_menu li#current li span.sfhover { /* reset all under current */
	color: #ff0096;
}

#left div.moduletable_menu li.level1 {
	background: #1e1e1e url(../images/submenu_level2_item_bg.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.level1 a, #left div.moduletable_menu li.level1 span.separator {
	padding: 3px 0px 5px 15px;
}

#left div.moduletable_menu li.level1 a:hover {
	background: url(../images/submenu_level2_item_hover.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.parent {
	background: url(../images/submenu_level2_parent.png) 0 0 no-repeat;
	cursor: pointer;
}

#left div.moduletable_menu li.parent span.separator:hover, #left div.moduletable_menu li.parent span.sfhover {
	background: url(../images/submenu_level2_parent_hover.png) 0 0 no-repeat;
}

#left div.moduletable_menu ul.accordion {
	height: 0pt;
	overflow: hidden;
	visibility: hidden;
}

#left div.moduletable_menu li.active ul.accordion {
	height: auto;
	overflow: visible;
	visibility: visible;
}

#left div.moduletable_menu li.level1 ul {
	background:#0f0f0f;
	padding: 0px 0px 0px 0px;
}

#left div.moduletable_menu li.level2 a {
	background: url(../images/submenu_level3_bg.png) 15px 3px no-repeat;
	padding: 3px 0px 3px 30px;
	width: 160px;
}

#left div.moduletable_menu li.level2 a:hover {
	background: url(../images/submenu_level3_bg.png) 15px 3px no-repeat;
}

#left div.moduletable_menu li.level1 li.parent {
	background: none;
}

#left div.moduletable_menu li.level3 a {
	background: url(../images/submenu_level4_bg.png) 30px 3px no-repeat;
	padding: 3px 0px 3px 45px;
	width: 145px;
}

#left div.moduletable_menu li.level3 a:hover {
	background: url(../images/submenu_level4_bg.png) 30px 3px no-repeat;
}

#left div.moduletable_menu li.level4 a  {
	background: url(../images/submenu_level5_bg.png) 45px 3px no-repeat;
	padding: 3px 0px 3px 60px;
	width: 130px;
}

#left div.moduletable_menu li.level4 a:hover  {
	background: url(../images/submenu_level5_bg.png) 45px 3px no-repeat;
}/*
 * 
 *
 * 
 * @copyright Copyright (C) 
 */ 

div.moduletable h3,
div.moduletable-blank h3,
div.moduletable-submenu h3,
div.moduletable-othermenu h3,
div.module h3,
div.module-blank h3 {
	font-size: 100%;
}

/* toppanel modules */
#toppanel div.moduletable {
	margin: 0px 0px 10px 0px;
}

#toppanel div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	color: #c8c8c8;
}

/* top modules */
#top div.moduletable {
	padding: 10px 15px 10px 15px;
	text-align:justify;
}

#top div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #c8c8c8;
}

#top div.moduletable-blank {
	padding: 0px 0px 0px 0px;
	background: #000000;
}

/* left modules */
#left div.moduletable {
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 1px 10px;
	width: 168px;
	background: #000000 url(../images/left_module_bg.png) 0 0 no-repeat;
	border: 1px solid #323232;
	overflow: hidden;
}

#left div.moduletable h3 {
	margin: 0px -5px 10px -15px;
	padding: 0px 0px 0px 15px;
	height: 24px;
	background: transparent;
	border-bottom: 1px solid #323232;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
	color: #c8c8c8;
}

/* submenu */
#left div.moduletable_menu {
	width: 190px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

#left div.moduletable_menu h3 {
	margin: 0px -5px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: #1e1e1e url(../images/submenu_level2_item_bg.png) 0 0 no-repeat;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

/* blank */
#left div.moduletable-blank {
	margin: 15px 0px 0px 0px;
}

/* maintopbox & mainbottombox modules */
div#maintop .left div.module, div#mainbottom .left div.module {
	margin: 0px 10px 0px 0px;
}

div#maintop .right div.module, div#mainbottom .right div.module {
	margin: 0px 0px 0px 0px;
}

.maintopbox div.module, .mainbottombox div.module {
	background: #000000;
}

.maintopbox div.module div, .mainbottombox div.module div {
	background: url(../images/main_module_t.png) 100% 0 repeat-x;
}

.maintopbox div.module div div, .mainbottombox div.module div div {
	background: url(../images/main_module_b.png) 0 100% repeat-x;
}

.maintopbox div.module div div div, .mainbottombox div.module div div div {
	padding: 10px 15px 10px 15px;
	background: none;
	text-align:justify;
}

.maintopbox div.module h3, .mainbottombox div.module h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	color: #c8c8c8;
}

/* blank (maintopbox & mainbottombox) */
.maintopbox div.module-blank, .mainbottombox div.module-blank {
	padding: 0px 0px 0px 0px;
}

/* right modules */
#right div.moduletable {
	padding: 0px 0px 1px 15px;
	width: 155px;
	overflow: hidden;
}

#right div.moduletable h3 {
	margin: 0px 0px 10px -10px;
	padding: 0px 0px 0px 15px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	color: #c8c8c8;
}

/* bottom modules */
#bottom div.moduletable {
	padding: 10px 15px 10px 15px;
	text-align:center;
	color: #969696;
}

#bottom div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #c8c8c8;
}/*
 * 
 *
 * 
 * @copyright Copyright (C) 
 */ 

form#form-login ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


/* Custom YOOsearch */
div#yoo-search {
	width: 158px;
	height: 16px;
	padding: 0px;
	background: #ffffff;
	border: 1px solid #c8c8c8;
}

div#yoo-search input {
	width: 149px;
	height: 12px;
	padding: 2px 2px 2px 7px;
	border: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 100%;
}

div#yoo-search:hover, div#search div.sfhover  {
	background: #ffffaa;
}

div#yoo-search:hover input, div#search div.sfhover input {
	color: #000000;
}

div#yoo-search input:focus {
	color: #be0000;
}

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	font-size: 350%;
	line-height: 100%;
	font-weight: bold;
	color: #c8c8c8;
}

#overDiv {
	line-height: 50%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}

.contentpaneopen {
  margin: 0;
  padding: 0;
  width: auto;
}

.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #323232;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}

.article_seperator {
	display: block;
	height: 16px;
}

.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}

.buttonheading img {
	margin-right: 2px;
}

div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: 95%;
}

.button {
	font-size: 95%;
}

.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #323232;
	border-bottom: 1px solid #464646;
	font-weight : bold;
	color : #c8c8c8;
}

tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #0f0f0f;
	border-bottom: 1px solid #323232;
}

tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #1e1e1e;
	border-bottom: 1px solid #323232;
}

td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #0f0f0f;
	border-bottom: 1px solid #323232;
}

td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #1e1e1e;
	border-bottom: 1px solid #323232;
}

.poll input.button {
	margin: 10px 0px 0px 0px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(../../../../openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../../system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../../system/images/j_button2_right.html) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../../system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../../system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../../system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../../system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}/*
 * 
 *
 * 
 * @copyright Copyright (C) 
 */ 

body {
	color: #122d59;
}

body#page {
   /*background: url("../images/white/background.jpg") repeat scroll 50% 0 #972004*/
}

div#toppanel {
	background: #ffffff url(../images/white/toppanel_bg.png) 0 100% repeat-x;
	color: #646464;	
}

div#toppanel .close {
	border: 1px solid #646464;
	background: #e6e6e6;
}

div#toppanel-container .trigger-l {
	background: url(../images/white/toppanel_trigger_l.png) 100% 0 repeat-x;
}

div#toppanel-container .trigger-r {
	background: url(../images/white/toppanel_trigger_r.png) 100% 0 repeat-x;
}

div#toppanel-container .trigger-m {
	background: url(../images/white/toppanel_trigger_m.png) 100% 0 repeat-x;
	color: #323232;
}

div#header {
	margin: 0px 5px;
	background: url(../images/white/header_m.png) 0 0 repeat-x;
}

div#header .header-l {
	background: url(../images/white/header_l.png) 0 0 no-repeat;
}

div#header .header-r {
	background: url(../images/white/header_r.png) 100% 0 no-repeat;
}

a#switchfontsmall {
	background: url(../images/white/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/white/styleswitcher_fontsmall_hover.png) 0 0 no-repeat;
}

a#switchfontmedium {
	background: url(../images/white/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/white/styleswitcher_fontmedium_hover.png) 0 0 no-repeat;
}

a#switchfontlarge {
	background: url(../images/white/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/white/styleswitcher_fontlarge_hover.png) 0 0 no-repeat;
}

a#switchwidththin {
	background: url(../images/white/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/white/styleswitcher_widththin_hover.png) 0 0 no-repeat;
}

a#switchwidthwide {
	background: url(../images/white/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/white/styleswitcher_widthwide_hover.png) 0 0 no-repeat;
}

a#switchwidthfluid {
	background: url(../images/white/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/white/styleswitcher_widthfluid_hover.png) 0 0 no-repeat;
}

span#logo {
	background: url(../images/white/logo2.png) 0 0 no-repeat;
}

div#logotext {
	color: #7d7d7d;
}

div#menu {
	margin: 10px 5px 5px;
	background: url(../images/white/menu_m.png) 0 0 repeat-x;
}

div#menu .menu-l {
	background: url(../images/white/menu_l.png) 0 0 no-repeat;
}

div#menu .menu-r {
	background: url(../images/white/menu_r.png) 100% 0 no-repeat;
}

div#top {
	background: url(../images/white/top_t.png) 0 0 repeat;
}

div#top .top-tl {
	background: url(../images/white/top_tl.png) 0 0 no-repeat;
}

div#top .top-tr {
	background: url(../images/white/top_tr.png) 100% 0 no-repeat;
}

div#top .top-bl {
	background: url(../images/white/top_bl.png) 0 100% no-repeat;
}

div#top .top-br {
	background: url(../images/white/top_br.png) 100% 100% no-repeat;
}

div#top .topboxseperator {
	background: url(../images/white/top_sep.png) 100% 0 repeat-y;
}

div#date {
	background: url(../images/white/date_bg.png) 0 0 no-repeat;
}

div#search {
	background: #e1e1e1;
}

div#breadcrumb {
	color: #646464;
}

div#breadcrumb a:link, div#breadcrumb a:visited {
	color: #646464;
}

div#breadcrumb a:hover {
	color: #ff6400;
}

div#main .withright {
	background: d0dce4;
}

div#bottom {
	background: url(../images/white/top_t.png) 0 0 repeat;
}

div#bottom .bottom-tl {
	background: url(../images/white/top_tl.png) 0 0 no-repeat;
}

div#bottom .bottom-tr {
	background: url(../images/white/top_tr.png) 100% 0 no-repeat;
}

div#bottom .bottom-bl {
	background: url(../images/white/top_bl.png) 0 100% no-repeat;
}

div#bottom .bottom-br {
	background: url(../images/white/top_br.png) 100% 100% no-repeat;
}

div#bottom .bottomboxseperator {
	background: url(../images/white/top_sep.png) 100% 0 repeat-y;
}

div#footer {
	color: #646464;
}
a:link, a:visited {
	color: #0096dc;
}

a:hover {
	color: #003cc8;
}

ul.checkbox li {
	background: url(../images/white/list_checkbox.png) 0 0 no-repeat;
	color: #646464;
}

ul.checkbox-big li {
	background: url(../images/white/list_checkbox_big.png) 0 0 no-repeat;
	color: #969696;
}

ul.arrow li {
	background: url(../images/white/list_arrow.png) 0 0 no-repeat;
	color: #646464;
}

ul.arrow-big li {
	background: url(../images/white/list_arrow_big.png) 0 0 no-repeat;
	color: #969696;
}

/* link reset */
ul.arrow a:link, ul.arrow a:visited, ul.arrow-big a:link, ul.arrow-big a:visited {
	color: #646464;
}

ul.arrow a:hover {
	color: #000000;
}

div.note {
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
}

div.alert {
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/white/div_alert.png) 3px 3px no-repeat;
}

div.download {
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/white/div_download.png) 3px 3px no-repeat;
}

div.info {
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/white/div_info.png) 3px 3px no-repeat;
}

div.tip {
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/white/div_tip.png) 3px 3px no-repeat;
}

blockquote {
	background: url(../images/white/blockquote_start.png) 0 0 no-repeat;
}

blockquote div {
	background: url(../images/white/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	background: url(../images/white/blockquote_big_start.png) 0 0 no-repeat;
}

blockquote.big div {
	background: url(../images/white/blockquote_big_end.png) 100% 100% no-repeat;
}

pre {
	border: 1px solid #dcdcdc;
	border-left: 20px solid #dcdcdc;
	background: #f0f0f0;
	font-size: 90%;
	color: #646464;
}

em.box { 
	background:#f0f0f0;
	border: 1px #dcdcdc solid;
}

em.file { 
	color: #323232;
}

em.directory { 
	color: #323232;
}

h1 {
	color: #007db4;
}

h2 {
	color: #969696;
}

h4 {
	color: #969696;
}

h5 {
	color: #969696;
}

h6 {
	color: #007db4;
}div#menu li a {
	border-right: 2px solid #8AA8BB;
}

#left div.moduletable_menu ul {
	background: #e1e1e1 url(../images/white/end_bg.png) 0 100% no-repeat;
}

#left div.moduletable_menu li a, #left div.moduletable_menu li span.separator {
	color: #646464;
}

#left div.moduletable_menu li#current a {
	color: #0096dc;
}

#left div.moduletable_menu li a:hover, #left div.moduletable_menu li span.separator:hover, #left div.moduletable_menu li span.sfhover {
	color: #0096dc;
}

#left div.moduletable_menu li#current li a:hover, #left div.moduletable_menu li#current li span.separator:hover, #left div.moduletable_menu li#current li span.sfhover { /* reset all under current */
	color: #0096dc;
}

#left div.moduletable_menu li.level1 {
	background: #e1e1e1 url(../images/white/submenu_level2_item_bg.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.level1 a:hover {
	background: url(../images/white/submenu_level2_item_hover.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.parent {
	background: url(../images/white/submenu_level2_parent.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.parent span.separator:hover, #left div.moduletable_menu li.parent span.sfhover { /* parent styling */
	background: url(../images/white/submenu_level2_parent_hover.png) 0 0 no-repeat;
}

#left div.moduletable_menu li.level1 ul {
	background:#f0f0f0;
}

#left div.moduletable_menu li.level2 a {
	background: url(../images/white/submenu_level3_bg.html) 15px 3px no-repeat;
}

#left div.moduletable_menu li.level2 a:hover {
	background: url(../images/white/submenu_level3_bg.html) 15px 3px no-repeat;
}

#left div.moduletable_menu li.level1 li.parent {
	background: none;
}

#left div.moduletable_menu li.level3 a {
	background: url(../images/white/submenu_level4_bg.html) 30px 3px no-repeat;
}

#left div.moduletable_menu li.level3 a:hover {
	background: url(../images/white/submenu_level4_bg.html) 30px 3px no-repeat;
}

#left div.moduletable_menu li.level4 a  {
	background: url(../images/white/submenu_level5_bg.html) 45px 3px no-repeat;
}

#left div.moduletable_menu li.level4 a:hover  {
	background: url(../images/white/submenu_level5_bg.html) 45px 3px no-repeat;
}#toppanel div.moduletable h3 {
	color: #969696;
}

#top div.moduletable h3 {
	color: #969696;
}

#top div.moduletable-blank {
	background: #ffffff;
}

#left div.moduletable {
	background: transparent!important;
	border: 1px solid #85B1CC;
     -moz-border-radius: 10px;
     border-radius: 10px;
     box-shadow: inset 0px 0px 10px rgba(76, 117, 150, 0.5);
}

#left div.moduletable h3 {
	/*background: #EFF9FF;*/
	border-bottom: 1px solid #9EC3DA;
	color: #122D59;
	line-height: 31px;
	height: 32px;
	font-size: 14px;
}

#left div.moduletable h3.twoliner {

}

#left div.moduletable_menu h3 {
	background: #e1e1e1 url(../images/white/submenu_level2_item_bg.png) 0 0 no-repeat;
}

.maintopbox div.module, .mainbottombox div.module {
	background: #ffffff;
}

.maintopbox div.module div, .mainbottombox div.module div {
	background: url(../images/white/main_module_t.png) 100% 0 repeat-x;
}

.maintopbox div.module div div, .mainbottombox div.module div div {
	background: url(../images/white/main_module_b.png) 0 100% repeat-x;
}

.maintopbox div.module div div div, .mainbottombox div.module div div div {
	background: none;
}

.maintopbox div.module h3, .mainbottombox div.module h3 {
	color: #969696;
}

#right div.moduletable h3 {
	color: #333333;
}

#bottom div.moduletable {
	color: #646464;
}

#bottom div.moduletable h3 {
	color: #969696;
}.contentheading,
.componentheading {
	color: #122D59;
}

.contentpaneopen hr {
	border-bottom: 1px solid #c8c8c8;
}

.small {
	color: #646464;
}

.createdate {
	color: #646464;
}

.modifydate {
	color: #646464;
}

.sectiontableheader {
	background: #f0f0f0;
	border-bottom: 1px solid #b4b4b4;
	color : #969696;
}

tr.sectiontableentry1 td {
	background: #fafafa;
	border-bottom: 1px solid #c8c8c8;
}

tr.sectiontableentry2 td {
	background: #f5f5f5;
	border-bottom: 1px solid #c8c8c8;
}

td.sectiontableentry1 {
	background: #fafafa;
	border-bottom: 1px solid #c8c8c8;
}

td.sectiontableentry2 {
	background: #f5f5f5;
	border-bottom: 1px solid #c8c8c8;
}

#content_container  {
	font-size: 15px;
	line-height: 20px;
}
#content_container strong {
	font-weight: 700;
	color: #000;
	font-size: 1.1em;
}
.boxed-el {
	-moz-border-radius: 10px;
    border-radius: 10px;
    background: #87BBD3;
    border: 1px solid #71A2B9;
    color: white;
    cursor: pointer;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; 
}
.boxed-el p {
	margin: 0px;
}
.boxed-el a {
	color: white;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.boxed-el:hover {
	background: #74AABF;
}
.boxed-el:active {
	background: #679BAD;
}