/* CSS Document */
BODY {	
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#736e63;
	}

P, FORM { margin:0; }

A { font-family:"Times New Roman", Times, serif; color:#736e63; text-decoration:none; }
A:HOVER { text-decoration:underline; }

/*/ MAIN STRUCTURE /*/
#main {
	background:url(../images/bg_main.gif) repeat-y;
	width:946px;
	}

#header { 
	margin:0px 0px 8px 1px;
	/*background:#163c64;*/
	background:#ffffff;
	width:917px;
	height:111px;
	border-bottom:2px solid #892c4d;
	}
	
#footer { 
	margin:8px 0 1px 1px;
	background:#747678;
	width:917px;
	overflow:hidden;
	}
#footer span.ftr-info {
	display:block;
	float:left;	
	padding-left:30px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#FFFFFF;
	letter-spacing:1px;
	}
	
#content {
	margin:0px 0px 0px 14px;
	width:903px;
	overflow:hidden;
	background:url(../images/line_col.gif) left top repeat-y;
	}

#contentStart {
	margin:0px 0px 0px 14px;
	width:903px;
	overflow:hidden;
	display:table;
	height:100%;
	}


.banner {width:586px; height:140px; background:#FFFFFF; }
/*/ MENU /*/

#menu UL, #menu LI {
	margin:0; 
	padding:0; 
	float:left; 
	list-style-type:none;
	line-height:30px;
	}
#menu A.mnu {
	display:block;
	float:left;
	line-height:30px;
	clear:both;
	padding:0px 26px 0px 26px;
	color:#747678;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	}
	
#menu .mnu-off, #menu .mnu-on { 
	line-height:30px;
	color:#747678;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	cursor:default;
	}
#menu .mnu-off P, #menu .mnu-on P { padding:0px 26px 0px 26px; }

#menu A.mnu:HOVER, #menu .mnu-on {
	background:#892c4d;
	color:#747678;
	}
#menu .mnu-on { cursor:default; }
#menu .sub-menu  {
	position:absolute;
	display:block;
	clear:both;
	background:#892c4d;
	z-index:1000009;
	}	
#menu .sub-menu { padding:8px 14px 8px 14px; border-bottom:4px solid #747678; white-space:nowrap; }
#menu .sub-menu A {
	color:#ffffff;
	display:block;
	width:100%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	letter-spacing:normal; 
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
  white-space:nowrap;
	}
#menu .sub-menu A:HOVER {
	display:block;
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
	}
	
/*/LEFT MENU /*/
p.left-menu { margin:0px 16px; }
p.left-menu A { 
	color:#736e63;
	display:block;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	}
p.left-menu A:HOVER {
	color:#000;
	text-decoration:underline;
	}

	
	/*/Event List /*/
p.eventList { margin:0px 0px; }
p.eventList A { 
	color:#736e63;
	display:block;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	}
p.eventList A:HOVER {
	color:#000;
	text-decoration:underline;
	}
 

/*/ BODY /*/
DIV.right-content, DIV.left-content { overflow:hidden;	height:100%; }
DIV.left-content { width:586px; /*/margin-right:13px;/*/ }
DIV.right-content { float:right; width:298px; }

	/*/ RIGHT CONTENT - BOXES STYLES /*/
	
	/* [home box1 table starts] */
	DIV.box .rbox-col1, DIV.box .rbox-col2, 
	DIV.box .rbox-col3, DIV.box .rbox-col4,
	DIV.box .rbox-col5 , DIV.box .rbox-col-spac {
		float:left; 
		border-bottom:1px solid #d7d7d3; 
		line-height:18px;
		font:Arial, Helvetica, sans-serif
	}
	DIV.box .rbox-col-spac { width:9px; text-align:center; }
	DIV.box .rbox-col1 { width:100px; }
	DIV.box .rbox-col2 { width:40px; }
	DIV.box .rbox-col3 { width:36px; text-align:center; }
	DIV.box .rbox-col4 { width:40px; text-align:center; }
	DIV.box .rbox-col5 { width:40px; text-align:center; }
	
	DIV.row-title SPAN{ height:36px; border-bottom:1px solid #d7d7d3; border-top:1px solid #d7d7d3;  }
	
	DIV.box P.home-box1-txt { padding:4px 0px; border-bottom:1px solid #d7d7d3; margin-bottom:4px; }
	/* [home box1 table ends] */
	
	
	DIV.right-content DIV.box, DIV.right-content DIV.box-wbtm {
		text-align:left;
		background:#FFFFFF;
		border-bottom:4px solid #cbbf98;
		margin-bottom:10px;
		width:280px;
		color:#736e63;
		}
  DIV.right-content DIV.box-wbtm { border-bottom:0; }
	DIV.right-content DIV.box-wbtm .bottom {
		background:#cbbf98;
		padding:4px 12px 4px 12px;
	}
	
	DIV.right-content DIV.box .content, DIV.right-content DIV.box-wbtm .content {
		padding:14px 12px 12px 12px;
		}
	DIV.right-content DIV.box .title, DIV.right-content DIV.box-wbtm .title {
		display:block;
		font-size:16px; 
		padding-bottom:6px;
		}
		
	/*/ box input /*/
	INPUT.rbox-input-text, INPUT.input-text {
		font-family:Arial, Helvetica, sans-serif;
		border:2px solid #cbcbcb;
		border-bottom:1px solid #f9f9f9;
		border-right:1px solid #f9f9f9;
		font-size:12px;
		color:#999999;
		padding-left:2px;
		float:left;
		height:16px;
		width:162px;
		}
		
	/*/ box link /*/	
	DIV.right-content DIV.box A,DIV.right-content DIV.box A:HOVER{
		color:#000000;
		line-height:18px;
		text-decoration:none;
	}
	DIV.right-content DIV.box A:HOVER {
		text-decoration:underline;
	}
	
	/*/ BOXES BACKGROUND /*/
	#rcont-box-1 { background:#FFFFFF; }
	#rcont-box-2 { background:#FFFFFF url(../images/bg_right_box2.gif) bottom right no-repeat; }
	#rcont-box-3 { background:#FFFFFF url(../images/bg_right_box3.gif) bottom right no-repeat; height:133px; }
	#rcont-box-4 { background:#FFFFFF url(../images/bg_right_box4.gif) bottom right no-repeat; } 


/*/ HOME /*/
.home-title {
	font-size:18px;
	}

.home-left { 
	float:left;
	width:270px;
	margin-top:12px;
	/*border-right:1px solid #163c64;*/
	}	
.home-left P {
	padding:0px 25px 0px 14px;
	}
.home-right { 
	float:left;
	width:293px;
	margin-top:12px;
	margin-left:20px;
	}
.home-right P {
	padding:0px 30px 0 25px;
	}	
		
/*/ GENERAL /*/

/* for 2 column pages with menu at left /*/
.col-left {
	width:182px;
	float:left;
	/*/margin-top:12px;/*/
	border-top:12px solid #FFF;
	overflow:hidden;
	display:table;
	height:100%;
	}
		
.col-right {
	float:left;
	/*/margin-top:12px;/*/
	border-top:12px solid #FFF;
	width:403px;
	overflow:hidden;
	display:table;
	height:100%;
	}
.col-right-content { margin:22px; margin-top:0px; }
.col-right-content .title { font-size:24px; margin-bottom:18px; }

.floatRight { float:right; }
.floatLeft { float:left; }

.kopa-fonder-bcont {
	border-top:1px solid #a2b1c1;
	border-bottom:1px solid #a2b1c1;
	padding:12px 0px;
	margin:14px 0px;
	overflow:hidden;
	display:table;
	height:100%;
	}
.kopa-list {
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.kopa-list P.title {
	margin:0;
	padding:0;
	margin-top:14px;
	padding-top:12px;
	border-top:1px solid #a2b1c1;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	}
	
.box-user { clear:both; margin-bottom:12px; display:table; overflow:hidden; }
.box-user .image { float:left; width:128px; }
.box-user .text { float:left; width:230px; }

/*/FORM /*/
.form-bestall, .form-fraga { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.form-title { color:#000; font-weight:bold; font-size:13px; }

TEXTAREA.textarea {
	border:2px solid #cbcbcb;
		border-bottom:1px solid #f9f9f9;
		border-right:1px solid #f9f9f9;
	font-size:12px;
	color:#444;
	height:176px;
	}
	
A.link-red { text-decoration:underline; font-family:"Times New Roman", Times, serif; color:#a83c26; font-size:11px; }
A.link-red:HOVER { color:#000; }
/*/ FONTS & COLOURS /*/
.text-28 { font-size:28px; line-height:30px; }
.text-14 { font-size:14px; }
.text-16 { font-size:16px; }
.text-20 { font-size:20px; }

.lh-22 { line-height:22px; }
.lh-18 { line-height:18px; }

.arial { font-family:"Times New Roman", Times, serif; }

.black { color:#000; }

/*/ ADMIN /*/
#admin-editera {
	background:url(../images/bg_editera.gif) repeat-x;
	height:36px;
	width:100%;
	border-bottom:1px solid #555555;
	overflow:hidden;
	}

#admin-editera .left {
	width:100px;
	font-size:17px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
	padding-left:28px;
	margin-top:8px;
	}
#admin-editera .right {
	display:block;
	width:600px;
	margin-top:8px;
}
INPUT.button-editera {
	background:url(../images/bg_btn_editera.gif) no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:99px;
	height:22px;
	font-size:11px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	text-align:center;
	}
INPUT.input-editera {
	color:#444;
	font-size:12px;
	width:144px;
	padding-left:3px;
}
SELECT.select-editera, SELECT.select {
	color:#444;
	width:152px;
	font-size:12px;
	}
#admin-editera INPUT, #admin-editera SELECT { margin-left:10px !IMPORTANT; }

#admin-editera-box {
	position:absolute;
	top:10%;
	left:25%;
	width:410x;
	height:690px;
	border:1px solid #444;
	background:#FFF;
	padding:10px;
	overflow:auto;
	} 
#admin-editera-box H2{
	margin:0;
	padding:0;
	margin-bottom:18px;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#stock-editera-box {
	position:absolute;
	top:20%;
	left:35%;
	width:200x;
	height:150px;
	border:1px solid #444;
	background:#FFF;
	padding:10px;
	overflow:auto;
	} 
#stock-editera-box2 {
	position:absolute;
	top:25%;
	left:23%;
	width:280x;
	height:150px;
	border:1px solid #444;
	background:#FFF;
	padding:10px;
	overflow:auto;
	} 

#stock-editera-box3 {
	position:absolute;
	top:25%;
	left:23%;
	width:280x;
	height:500px;
	border:1px solid #444;
	background:#FFF;
	padding:10px;
	overflow:auto;
	} 

#stock-editera-box4 {
	position:absolute;
	top:25%;
	left:23%;
	width:280x;
	height:190px;
	border:1px solid #444;
	background:#FFF;
	padding:10px;
	overflow:auto;
	} 
	