/*††††††††††††††††††-CONSTANT-††††††††††††††††††††††††*/
body, form, input, textarea, select, td, ul {
	margin:0px 0px 0px 0px; 				  			 	 
	padding:0px 0px 0px 0px; 
}
body {														  	
	background:#f3f3ed;
}	
table {								 	  	  
	border-collapse:collapse;			 	 
	border:0px;	
	padding:0px 0px 0px 0px;
	width:100%;
}									   
td {							       				  
	font:normal 12px Arial;							 
	vertical-align:top;				  			  
	line-height:14px;
	color:#3c3535;
}										   	   
input, textarea, select{			     
	font:normal 11px Arial;			
	padding:1px 0px 0px 4px;		   
	vertical-align:middle;	
	color:#4a5054;
}		
ul {list-style:none;}
br {line-height:0px;}							        
img {border:0px;}	

/*____________________________________________________*/
/*†††††††††††††††††††††-MAIN-†††††††††††††††††††††††††*/

.base {height:100%}
.tail {width:50%; background:url(images/tail.jpg) 0 0 repeat-x}
.main_table {
	width:766px;
}
.sub_table {
	width:719px;
}

/*____________________________________________________*/
/*†††††††††††††††††††††-TEXT-†††††††††††††††††††††††††*/
a 		{color:#c2340a; font:normal 12px Tahoma}	   
a:hover {text-decoration:none;}	
b 		{color:#0d0906; font:bold 12px Tahoma}
b a		{color:#313131; font:bold 12px Tahoma}
.nn a	{text-decoration:none;}
.nn a:hover {text-decoration:underline;} 
.t 		{color:#193468; font:normal 13px Arial, Helvetica, sans-serif}
.n 	{color:#565656; font:normal 12px Arial}
/*____________________________________________________*/
/*†††††††††††††††††††-INPUTS-†††††††††††††††††††††††††*/
.input, .ta{
	width:222px;
	height:20px;
	border:1px solid #3c3535;
	background:#FFF;
	margin:0px 0px 8px 0px;
}
.ta {
	height:108px;
	overflow:auto;
	margin:0px 0px 6px 0px;
}

/*____________________________________________________*/
/*†††††††††††††††††††††-LINKS-††††††††††††††††††††††††*/
.rdmr{
	color:#6b6b6b;
	font:normal 11px Tahoma;
	background:url(images/0blt1.gif) 0 0 no-repeat;
	padding:0px 0px 0px 17px;
}
.rdmr2{
	color:#c2340a;
	background:url(images/0blt2.gif) 0 0 no-repeat;
	padding:0px 0px 0px 19px;
}

.lnk_1 {
	color:#dc310c;
}

/*____________________________________________________*/
/*††††††††††††††††††††††-LISTS-†††††††††††††††††††††††*/

li {
	list-style:none;
	line-height:14px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 3px 0px;
}
li a {
	color:#b94f00;
	font:normal 11px Tahoma;
	background:url(images/0blt3.gif) 0 0 no-repeat;
	padding:0px 0px 0px 18px;
}
li#board {
	background:transparent url(images/0blt3.gif) no-repeat scroll 0 0;
	color:#B94F00;
	font-family:Tahoma;
	font-size:11px;
	padding:0 0 0 18px;
}
.s li a {
	color:#1a1a1a;
	background:url(images/0blt3.gif) 0 0 no-repeat;
	padding:0px 0px 0px 13px;
}
.w	{background:none !important}
/*_____________________________________________________*/
/*††††††††††††††††††††††-HEADER-†††††††††††††††††††††††*/
.header {

}

/*_____________________________________________________*/
/*††††††††††††††††††††††-FOOTER-†††††††††††††††††††††††*/
.footer .rtd {
	width:217px; background:#D21033 url(images/fbg1.jpg) repeat-x scroll 0 0; height:80px
}
.footer .ltd {
	background:#00209f;
	text-align:center
}
.footer td {
	/* color:#edebe4; */
	color:white;
	font:normal 11px Tahoma;
}
.footer a {
	/* color:#edebe4;  */
	color:white;
	font:normal 10px Tahoma;
}
.footer span a {
	/* color:#b04800;  */
	color:white;
	font:normal 11px Tahoma;
}
.footer b {	
	/* color:#edebe4; */
	color:white;
	font:bold 10px Tahoma;
}

/*_____________________________________________________*/
/*††††††††††††††††††††††-„„„„„„„†††††††††††††††††††††††*/
.bg_t {
	background:url(images/l.gif) bottom left repeat-x #dcd9cb;
	height:41px;
}
.l {
	width:125px; 
	background:url(images/l.gif) top right repeat-y
}
.l2 {
	width:215px; 
	background:url(images/l.gif) top right repeat-y
}
.bg {
	 background:#e8e6dd
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;}
 */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #F3F3ED;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	font-weight:normal;
	font-size:12px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#DCD9CB;
	height:27px;
	font-weight:bold;
	font-size:14px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

