/*------------------ BODY -------------------*/
BODY {
FONT-SIZE: 8pt; 
COLOR: #000000 ; 
FONT-FAMILY: Tahoma; 

margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;

BACKGROUND-COLOR: #911d00;
}

.header-div {
background-image:url('images/header_bg.png');
height:141px;
}

.container {
min-height: 100%;
}


.footer-div {
width:100%;
background-image:url('images/footer_bg.png');
height:70px;
}

img { 
border: 0px; 
}

fieldset {
	border:  1px solid #911d00;padding: 2;
	
}




/*--------- TITLES -------------*/
.title {
font-size: 10pt; color: #911d00; font-weight:bold;align:center;
}

.block_title{

}

.table_title{
}


/*----------- LINKS -----------------*/
A:link {COLOR: #946f20; TEXT-DECORATION: none;}
A:active {COLOR: #946f20; TEXT-DECORATION: none;}
A:visited {COLOR: #946f20; TEXT-DECORATION: none;}
A:hover {COLOR: #000000; TEXT-DECORATION: none;}


/*----------- PATH BAR -----------------*/

.path{
COLOR: #FFFFFF ; 
}


A:link.path_link {
COLOR: #FFFFFF; TEXT-DECORATION: none
}
A:active.path_link {
COLOR: #FFFFFF;  TEXT-DECORATION: none
}
A:visited.path_link {
COLOR: #FFFFFF;  TEXT-DECORATION: none
}
A:hover.path_link {
COLOR: #FFFFFF;  TEXT-DECORATION: none
}



/*--------- MEMBERS MESSAGES FONT-----------------*/
.messages {
	FONT-SIZE: 8pt; FONT-FAMILY: Tahoma; 
}

/*--------- SPARATE LINKE --------------------*/
.separate_line{
border-width: 1px 0 0 0; border-style: solid; border-color: #911d00;
}

/*-------- Colored Rows COLORS ---------------*/
.row_1{
background-color: #f9ecba;
}
.row_2{
background-color: #F0D7A1 ;
}


.older_comments_div{
background-color: #E9E9E9;
}


/* ------- online / offline -----*/
.online {color:#008000;font-weight: bold;}
.offline {color:#585858;}

/* --------- Categories Menu --------------- */
#cats_menu, #cats_menu ul{
  text-align:right;
  margin:0; 
  padding:0; 
}

#cats_menu li{
  margin:0 10px 0 0; 
  padding:0; 
  list-style-type:none; 
}

#cats_menu .symbols{ 
  float:right;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}


/* ---------- Tabs ------------ */
.tabs {
width: 100%;

		margin: 0px;
}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	float: right;
	width: 150px;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
	background-image:url('images/tabs_shade.gif')
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	color: #777;
	float: right;
	width: 150px;
        cursor:pointer;
	cursor: hand;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
}

.tab_content {
	-moz-border-radius: 0px 10px 10px 10px;
	width: 99%;
	border-color: #aaa;
	border-style: solid;
	border-width: 0px;
	color: #000;
	float: right;
	text-align: right;
	padding: 10px;
}

.tab_container {
width: 100%;
align: center;
text-align: center;
}


/* --------- Slider ---------------*/

.slider_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	float: right;
	
	cursor: default;
	font-weight: bold;

margin: 0 5px; 
height:15;
padding: 3px 5px;

	font-size: 10pt;
	text-align: center;
	background-image:url('images/tabs_shade.gif')
}

.slider_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	color: #777;
	float: right;
        cursor:pointer;
	cursor: hand;
       

margin: 0 5px; 
height:15;
padding: 3px 5px;

	font-size: 10pt;
	text-align: center;
}




.slider_btnz{
cursor: hand;
width:25;
}


//-------- pop Dialog ---------------

.boxy-wrapper { position: absolute; left: 50%;
  top: 50%;}

.boxy-wrapper.fixed { position: fixed;  }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
    .boxy-wrapper .top-left,
    .boxy-wrapper .top-right,
    .boxy-wrapper .bottom-right,
    .boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 ;background-color: black;opacity: 0.6; filter: alpha(opacity=60);}
    
    
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; text-align:center; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: #911d00; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }




