/* ------------ Basic ------------ */
*{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#656565;
	font-size:12px;
}

a img{
	border:none;
}

h1{
	margin:5px 0;
	font-size:18px;
}

h2{
	margin:5px 0;
	font-size:16px;
}

h3{
	margin:5px 0;
	font-size:14px;
}

h4{
	margin:5px 0;
	font-size:13px;
}

h5{
	margin:5px 0;
	font-size:12px;
}

h6{
	margin:5px 0;
	font-size:11px;
}

html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#7eb400;
	background-image:url(graphics/background.jpg);
	background-repeat:repeat-x;
}

#container{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	/*background:url(graphics/background_lines.png) bottom center no-repeat;*/
	/*background-image:url(graphics/background.jpg);
	background-repeat:repeat-x;*/
}

#containerlines{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(graphics/background_lines.png) bottom center no-repeat;
}

#inner{
	width:1061px;
	/*background:url(graphics/background_shadow.jpg) no-repeat;*/
	background:url(graphics/background_shadow.png) no-repeat;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

#sitebox{
	width:990px;
	min-height:646px;
	background:#fff;
	margin:0 auto;
}

.hidden{
	display:none;
}

/* ------------ Header ------------ */
#header{
	width:968px;
	height:107px;
	margin:0 11px;
}

#logo{
	position:absolute;
	margin-top:18px;
}

#topnavi{
	position:absolute;
	margin-top:10px;
	margin-left:400px;
	height:15px;
	width:421px;
}

#topnavi .tn_login a{
	color:#699600;
	font-size:11px;
	text-decoration:none;
	margin-right:6px;
	display:block;
	float:left;
	padding-left:15px;
	background: url(graphics/tn_login.jpg) no-repeat;
}

#langnavi{
	width:152px;
	height:32px;
	position:absolute;
	text-align:center;
	line-height:28px;
	margin-left:820px;
}

/* ------------ Navilane ------------ */
#navilane{
	height:26px;
	width:968px;
	margin:0 11px;
	background:#e5e5e5;
}

#navi{
	margin-left:11px;
	line-height:26px;
	float:left;
}

#navi .RadMenu a.rmLink
{
	margin:0px 15px 0px 0px;
	cursor:pointer;
}

#navi .RadMenu a:hover.rmLink,
#navi .RadMenu a:hover.rmLink *
{
	color:Black;
	text-decoration:none;
	background:Transparent;
}

#navi .RadMenu .rmRootGroup,
#navi .RadMenu a.rmLink,
#navi .RadMenu .rmText
{
	background-image:none;
	background-color:transparent;
	border:0px;
	padding:0;
	font-size:14px;
}

#navi .RadMenu a.rmLink.active,
#navi .RadMenu a.rmLink.active *
{
	color:Black;
	font-weight:bold;
}


.textinput{
	background:url(graphics/inputbg.jpg);
	margin:0;
	padding:0;
	border:1px solid #fff;
	font-size:12px;
	height:16px;
	padding:0 3px;
	padding-top:2px;
}

/* ------------ Breadcrumbs & Date ------------ */
#bcdatelane{
	width:968px;
	margin:0 11px;
	font-size:11px;
	color:#7a7a7a;
	clear:both;
	margin-top:4px;
}

#breadcrumbs a{
	color:#7a7a7a;
	text-decoration:none;
	font-size:11px;
}

#breadcrumbs a:hover{
	text-decoration:underline;
}

#bcdatelane p,
#bcdatelane p *{
	margin:0;
	padding:0;
	font-size:11px;
	color:#7a7a7a;
}

#breadcrumbs{
	float:left;
}

#date{
	float:right;
}

#user{
	float:right;
	margin-right:15px;
}

/* ------------ Content ------------ */
#middle{
	clear:both;
}

#contentarea{
	margin-left:11px;
	padding-top:4px;
	float:left;
	min-height:456px;
	width:735px;
}

#subcontent a{
	color:#699600;
	text-decoration:none;
	font-size:12px;
}

#contentlane{
	clear:both;
	margin:0 0 20px 0;
	/*height:165px;*/
	line-height:120%;
}

#contentlane .leftborder{
	margin-top:10px;
	/*height:145px;*/
	border-left:1px solid #e7e7e7;
	padding:10px;
	float:left;
}

#contentlane .leftborder.last{
	padding:10px 0px 10px 10px;
}

.crhead{
	margin-bottom:8px;
}


/* ------------ Newsarea ------------ */
#crarea{
	float:right;
	width:223px;
	margin-right:11px;
	min-height:100px;
}

#hp{
	margin-left:20px;
}

#ra{
	margin-left:10px;
}


/* ------------ Footer ------------ */
#footer{
	clear:both;
	width:960px;
	margin-left:20px;
	font-size:11px;
	background:#fff;
	/*height:15px;*/
	padding:10px 0;
}

#footer a{
	text-decoration:none;
	color:#656565;
}

#footer a:hover{
	text-decoration:underline;
}


/* ------------ Sitemap ------------ */
#sitemap{
	width:990px;
	/*height:108px;*/
	background:url(graphics/background_sitemap.png);
	margin:0 auto;
	padding-bottom:13px;
	clear:both;
}

#sitemap .smcol{
	margin-left:10px;
	width:177px;
	float:left;
	border-left:#c3dd8a 1px solid;
	padding-left:10px;
	margin-top:10px;
	/*height:85px;*/
	line-height:125%
}

/* ------------ Subnavi & Subcontent ------------ */

#subnavimenu{
	float:left;
	/*width:162px;
	margin-right:20px;
	min-height:100px;*/
}


#subcontent{
	/*float:left;
	width:550px;*/
	overflow:hidden;
	line-height:125%;
	padding-bottom:10px;
}

#subcontent .csubconpic{
	margin:0 0 10px 10px;
}

#subcontent p{
	margin:13px 0;
}

#subcontent hr{
	border:0;
	width:550px;
	clear:both;
	height:1px;
	background:#e5e5e5;
	margin:15px 0;
	color:#e5e5e5;
}

.cleaner
{
	clear:both;
}

.flleft
{
	float:left;
}


/* ------------ ControlPanel ------------ */

.ControlPanel
{
	width:100%;
	border-width :0px;
}
.ControlPanel .dnnRibbonBarHeader
{
	width:990px;
	margin: 0 auto;
}

.ControlPanel .dnnRibbonBar
{
	width:990px;
	margin: 0 auto;
}


/*- Search SkinObject Styles */

#search{
	float:right;
	margin-top:3px;
	margin-right:3px;
	width:222px;
}

#search input{
	position:absolute;
}

#searchstring{
	width:192px;
}

#searchsend{
	margin-left:200px;
}

div.SearchBorder
{
	background:url("graphics/inputbg.jpg") repeat scroll 0 0 transparent;
	border:1px solid #FFFFFF;
	font-size:12px;
	height:16px;
	margin:0;
	padding:2px 3px 0;
	/*right:4px;*/
}

div.SearchContainer a
{
	padding:0px;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	/*background:url(graphics/search.jpg) top center no-repeat;*/
}

div.SearchContainer a img
{
	width:20px;
	height:20px;
	border:none
}

input.SearchTextBox
{
	height:15px;
	width:167px;
}

div.SearchIcon
{
	position:relative;
	top:-2px;
}


