/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
margin: 0;
padding: 0;
}
body {
font: 11px arial, hevetica, sans-serif;
text-align: center;
color: #505367;
background-color: #e0e0e0;
background-image:url(../images/page_background.png);
background-repeat:repeat;
font-size:15px;
}

#container {
margin-left:auto;
margin-right:auto;
width: 821px; 
min-height:100%;
text-align: left;
background: #CEE0E1 url(../images/container_background.png) repeat-y right top;
position:relative;
}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}
* html #container {width:821px;w\idth:821px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#mainheader {
position:absolute;
left:0;top:0;
height: 115px;
width:100%;
z-index:1;
background-image:url(../images/ajja_banner2.png);
background-repeat:no-repeat;
}
#header {
height: 133px;
width:100%;
background-color: transparent;
margin: 0px 0px 5px 0px;
position:relative;
z-index:2;
overflow:hidden;
}

* html #mainheader {height:146px;he\ight:146px}
* html #header {height:133px;he\ight:133px}
#mainnav {
width:100%;
height: 20px;
background-color: #f5f5f5;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
position:relative;
z-index:2;
}
* html #mainnav{height:22px;he\ight:20px}
#sidebar {
float: right;
width: 131px;
padding:20px 0;
}
#content {
width: 655px;
padding:30px 8px;
padding-left:20px;
}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}
#footer{
position:absolute;
bottom:0;
width:100%;
height: 24px;
background-color: transparent;
/*background-image: url(../images/page_background.png);*/
}
#footer p {margin:0;padding-left:13px;}
* html #footer {height:25px;he\ight:24px;}

.divider1 {
width:100%;
height:3px;
overflow:hidden;
background:transparent;
position:relative;
/*background-image: url(../images/container_background.png);*/
background-repeat:repeat-y;
}

#clearfooter {height:27px;width:100%;clear:both}
.blank , .blank2 {
position:absolute;
left:547px;
width:7px;
height:0px;
overflow:hidden;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;
}

/********************** CLASSES ********************************/
UL{
	list-style-image:url(../images/bullet.gif);
	margin-left:25px;
}

A.normal{font-weight:normal;color:#505367;text-decoration:none;}
A.normal:Link{font-weight:normal;color:#505367;text-decoration:none;}
A.normal:Visited{font-weight:normal;color:#505367;text-decoration:none;}
A.normal:Hover{font-weight:normal;color:#505367;text-decoration:underline;}

A{font-weight:bold;color:#505367;text-decoration:none;}
A:Link{font-weight:bold;color:#505367;text-decoration:none;}
A:Visited{font-weight:bold;color:#505367;text-decoration:none;}
A:Hover{font-weight:bold;color:#505367;text-decoration:underline;}

INPUT, SELECT{
	border: 1px solid #738892;
	color:black; /*#9CA5AA;*/
	font-size: 11px;
	background-color: #e5e5e5;
	vertical-align:bottom;
	margin-bottom:1px;
}
TEXTAREA{
	border: 1px solid #738892;
	color:black; /*#9CA5AA;*/
	font-size: 11px;
	background-color: #e5e5e5;
	vertical-align:bottom;
	margin-bottom:1px;
}
SELECT{
	background-color: #e5e5e5;
}
.BUTTON{
	background-color:#738892;
	color:white;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
.checkbox{
	border:none;
}
.BUTTON input{
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
	background-color:#738892;
	color:white;
	font-weight:bold;
}
.form{
	margin-left: auto;
 	margin-right: auto;
	margin-bottom:10px;
	margin-top:10px;
	width:500px;
	border:1px solid #738892;
	padding-bottom:5px;
	padding-top:5px;
}
.form DIV.form_title{
	font-weight:bold;
	border-bottom:1px solid black;
	margin-bottom:10px;
}

.form .required{
	border:1px solid red;
}
.form SPAN{
	display:block;
}
.form LABEL{
	text-align:right;
	width:50%;
	float:left;
}

.code{
	background-color:white;
	border:1px solid #cecece; 
	max-height:150px;
	overflow:auto;
	margin:10px;
	margin-left:50px;
	padding:5px;
	z-index:1000;
}
.linenumbers{
	float:left;
	display:block;
	max-height:150px;
	line-height:15px;
}
.code_body{
	padding-left:50px;
	border:1px solid #CCCCCC; 
	line-height:15px;
	margin-right:3px;
	z-index:900;
}
.code_head{
	font-weight:bold;
	margin-top:10px;
	margin-left:50px;
}
.code_tools{
	float:right;
	position:relative;
	top:-15px;
	right:150px;
}
.code_tools img{
	margin-left:3px;
	z-index:1001;
}
.languages{
	color:white;
	float:left;
	position:absolute;
	left:20px;
	top:70px;
	font-size:20px;
}
.languages A{
	color:white;
}
.languages A:Link{color:white;}
.languages A:Visited{color:white;}
.languages A:Hover{color:red;}

.message_count{
font-size:9px;

position:relative;
top:-25px;
right:10px;
float:right;

}
#menu{
	position:relative;
	top:98px;
	left:10px;
	height:100px;
	z-index:6001;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-align:left;
}
#menu A{
	height:16px;
	width:82px;
	background-image:url(../images/menu_item.png);
	background-repeat:no-repeat;
	padding-left:1px;
	text-decoration:none;
	color:red;
	text-decoration:none;
}
#menu A:Link{color:black; text-decoration:none;}
#menu A:Visited{color:black; text-decoration:none;}
#menu A:Hover{color: #990000; text-decoration:underline;}

#btn_search{
	z-index:6005;
	position:absolute;
	top:-17px;
	left:568px;
}
.pointer{
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #999999;
}

.colorclass{
	border:1px solid black;
	height:7px;
	width:7px;
	float:left;
	display:block;
	margin-right:5px;
	margin-top:6px;
}
.member_bullet{
	height:5px;
	width:5px;
	font-size:5px;
	border:1px solid black;
}
/********************** MODULE ********************************/
.module{
	width: 105px;
	height:59px;
	background-image:url(../images/button_background.png);
	margin-bottom:3px;
	position:relative;
	right:-50px;
	text-align:center;
}
.module:Hover > .module_content{
	display:block;
}
.module_header{
	font-size:20px;
	font-weight:bold;
	height:49px;
	padding-left:20px;
}
.module_header A{font-weight:bold;}
.module_header A:Link{font-weight:bold;}
.module_header A:Visited{font-weight:bold;}
.module_header A:Hover{font-weight:bold;}
.module_content{
	display:none;
	float:left;
	position:absolute;
	padding-top:10px;
	left:-140px;
	width:165px;
	text-align:left;
	background-image:url(../images/tab_extention.png);
	background-repeat:no-repeat;
}
.module_content A{
	padding-left:20px;
	background-image:url(../images/tab_background.png);
	width:121px;
}
.module A{
	display:block;
	color:#505367;
	text-decoration:none;
}
.module A:Link{ color: #505367; text-decoration:none;}
.module A:Visited{ color: #505367; text-decoration:none;}
.module A:Hover{ color: #00634D; text-decoration:underline;}

.module A.module_disabled{
	color: #A7A7A7;
}

/********************** ONLINE ********************************/
#online_members{
	margin-top:40px;
}
#online_title{
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #505367;
}

/************************ NEWS *******************************/
DIV.newspost{
	/*border: 1px solid #cecece;*/
	margin:3px;
	margin-bottom:20px;
}
DIV.newspost DIV.news_title{
	font-size:12px;
	padding-bottom:3px;
	text-align:left;
	border-bottom: 1px solid #cecece; 
	/*background-color: #e5e5e5;*/
	font-weight:bold;
}
DIV.newspost DIV.news_author{
	margin-top:3px;
	font-size:11px;
	margin-bottom:10px;
}
DIV.newspost DIV.news_author A{color:#9CA5AA; font-weight:bold; text-decoration:underline;}
DIV.newspost DIV.news_author A:Link{color:#9CA5AA; font-weight:bold; text-decoration:underline;}
DIV.newspost DIV.news_author A:Visited{color:#9CA5AA; font-weight:bold; text-decoration:underline;}
DIV.newspost DIV.news_author A:Hover{color:#9CA5AA; font-weight:bold; text-decoration:none;}
DIV.newspost DIV.news_body{
	padding:10px;
	font-size:11px;
}
DIV.newspost DIV.news_body A{color:black; font-weight:bold; text-decoration:underline;}
DIV.newspost DIV.news_body A:Link{color:black; font-weight:bold; text-decoration:underline;}
DIV.newspost DIV.news_body A:Visited{color:black; font-weight:bold; text-decoration:underline;}
DIV.newspost DIV.news_body A:Hover{color:black; font-weight:bold; text-decoration:none;}
DIV.newspost DIV.news_footer{
	font-size:9px;
	border-bottom: 1px solid #cecece; 
}
DIV.newspost DIV.news_footer A{color:black; text-decoration:underline;}
DIV.newspost DIV.news_footer A:Link{color:black; text-decoration:underline;}
DIV.newspost DIV.news_footer A:Visited{color:black;  text-decoration:underline;}
DIV.newspost DIV.news_footer A:Hover{color:black; text-decoration:none;}
/* FORUM - BOARD*/
.forum_header{
	border-bottom: 1px solid #cecece;
	vertical-align:bottom;
}

.forum_category{
	border-bottom: 1px solid #cecece; 
	/*background-color: #e5e5e5;*/
	color: #505367; 
	font-size: 13px; 
	font-weight:bold;
	padding-left:3px;
	text-align:left;
	padding-top:10px;
}
.forum_category DIV.left{
	float:left;
}
.forum_category DIV.right{
	float:right;
}
.forum_category DIV.center{
	position:relative;
	z-index:6004;
	top:8px;
	background-color:white;
	display:block;
	width:50px;
	font-size:9px;
	text-align:center;
}
.forum_board{
	/*border: 1px solid #cecece; 
	background-color: #efefef;*/
	color: #505367; 
	font-size: 11px; 
	font-weight:none;
	padding-left:3px;
	text-align:left;
}
.forum_board:Hover{
	/*background-color: #e5e5e5;*/
}
.forum_board A{
	font-weight:normal;
}
.forum_board DIV{
	/*display:none;*/
	background-color: transparent;
	color: #505367; 
	font-size: 9px; 
	font-weight:normal;
	padding-left:10px;
}
.forum_board_small{
	/*border: 1px solid #cecece; 
	background-color: #efefef;*/
	color: #505367; 
	font-size:9px;
	text-align:right;
}
.forum_board_small A{color:#505367; font-weight:bold; text-decoration:none;}
.forum_board_small A:Link{color:#505367; font-weight:bold; text-decoration:none;}
.forum_board_small A:Visited{color:#505367; font-weight:bold; text-decoration:none;}
.forum_board_small A:Hover{color:#505367; font-weight:bold; text-decoration:underline;}

.infoblock{

}
.pages{
	text-align:right;
	font-size:9px;
	font-weight:bold;
	color:#CCCCCC;
}
.pages A{color:#666666;text-decoration:none;}
.pages A:Link{color:#666666;text-decoration:none;}
.pages A:Visited{color:#666666;text-decoration:none;}
.pages A:Hover{color:#666666;text-decoration:underline;}

/* FORUM - TOPIC*/
/************* POST ************/
.post{
	background-color: transparent;
	padding:1px;
	margin-bottom:10px;
	vertical-align:top;
	text-align:left;
}
.post TH{
	background-color: #e5e5e5;
}

SPAN.user_nick{
	font-weight:bold;
	font-size:11px;
	width:150px;
	display:block;
	padding-left:5px;
}
SPAN.user_level{
	font-size:10px;
	width:150px;
	display:block;
	padding-left:5px;
}
DIV.post_buttons{
	padding-left:5px;
	vertical-align:bottom;
}

DIV.info{
	text-align:right;
}
DIV.accept{
	color: #00CC33;
	float:left;
	padding-left:5px;
	font-weight:bold;
	font-size:10px;
}
DIV.functions{
	color:#2F3D4B;
	float:right;
	font-size:10px;
	font-weight:bold;
	padding-right:5px;
}
DIV.functions A{color:black;text-decoration:none;}
DIV.functions A:link{color:black;text-decoration:none;}
DIV.functions A:visited{color:black;text-decoration:none;}
DIV.functions A:hover{color:black;text-decoration:underline;}

.post_body{
	vertical-align:top;
	height:60px;
	padding:5px;
	font-size:11px;
}
.post_footer{
	border-top: 1px solid #cecece;
	font-size:10px;
	font-weight:normal;
	/*background-color:#7E878F;*/
	height:15px;
	padding-left:5px;
}

.edit{
	margin-top:10px;
	/*border: 1px solid #cecece; 
	background-color: #e5e5e5;*/
	padding:1px;
	margin-bottom:3px;
	vertical-align:top;
	text-align:left;
}
.edit TH{
	font-size:12px;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #cecece; 
	/*background-color: #e5e5e5;*/
	height:25px;
}
.edit SPAN{
	font-size:10px;
}
.edit TH A{color:black; text-decoration:none;}
.edit TH A:Link{color:black; text-decoration:none;}
.edit TH A:Visited{color:black; text-decoration:none;}
.edit TH A:Hover{color:black; text-decoration:underline;}
.edit TD{
	padding:3px;
	text-align:left;
	font-size:11px;
	/*background-color:#efefef;
	border:1px solid #e5e5e5;*/
}
DIV.bars{
	background-color:#930202;
}

.grid{
	font-size:10px;
	font-weight:normal;
}
.grid LABEL{
	font-weight:bold;
}
.bar{
	/*background-image:url(images/bar_blue_empty.gif);*/
	height:3px;
	border:1px solid #666666;
	padding:1px;
	font-size:0px;
}
.bar_posts{
	height:3px;
	/*background-image:url(images/bar_blue_full.gif);*/
	font-size:0px;
}
			

/*********** BUTTONS *****************/
input.tag_button{
	background-color:#e5e5e5;
	border:1px solid black;
	padding-left:5px;
	padding-right:5px;
	color:black;
	height:20px;
	font-size:11px;
	font-weight:normal;
	margin-bottom:1px;
	margin-top:1px;
}
input.tag_button:hover{ border-color:#930202;}

input.tag_button#italic{font-style:italic;}
input.tag_button#bold{font-weight:bold;}
input.tag_button#underline{text-decoration:underline;}

#red{background-color:red;}
#blue{background-color:blue;}
#yellow{background-color:yellow;}
#white{background-color:white;color:black;}
#black{background-color:black;color:white;}
#green{background-color:green;}
/************** ARTICLES *******************/
.gotopage{
	text-align:right;
	font-weight:normal;
	font-size:11px;
}
.gotopage A{font-weight:normal;}
.gotopage A:link{font-weight:normal;}
.gotopage A:visited{font-weight:normal;}
.gotopage A:hover{font-weight:normal;}

.select_small{
	font-size:9px;
	position:relative;
	top:25px;
	
	z-index:6000;
}

/* home blocks */
.homecontainer TD{
	text-align:center;
}
.homeblock{
	width:154px;
	height:157px;
	background-image:url(../images/home_block.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.homeblock_head{
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
	margin-left:40px;
	border-bottom:1px solid black;
}

/****************** FOTO ALBUM *************/
.fotoalbum{
	margin-top:10px;
	background-color: #ebebeb;
	padding:1px;
	margin-bottom:3px;
	vertical-align:top;
	text-align:left;
	border: 1px dotted #333333; 
}
.fotoalbum TD: Hover{
	background-color:white;
}
.fotoalbum TH{
	font-size:12px;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #cecece; 
	/*background-color: #e5e5e5;*/
	height:25px;
}
.fotoalbum TD{
	padding:3px;
	text-align:left;
	font-size:11px;
	/*background-color:#efefef;
	border:1px solid #e5e5e5;*/
}
.fotoalbum IMG{
	border:2px solid white;
}
.fotoalbum IMG:Hover{
	border:2px solid #990000;
}

/*********************** DOWNLOADS ******************/
.downloads{
	
}
.downloads TH{
	padding-top:10px;
	padding-bottom:4px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
}
.downloads TR.alternate{
	background-color:#ebebeb;
}
.alternate{
	background-color: #FFFFFF;
}

/**************** LInks *****************/
.links{
	margin-top:10px;
	background-color: #ebebeb;
	padding:1px;
	margin-bottom:3px;
	vertical-align:top;
	text-align:left;
	border: 1px dotted #333333; 
}
.links TH{
	font-size:12px;
	padding:3px;
	text-align:left;
	border-bottom: 1px solid #cecece; 
	/*background-color: #e5e5e5;*/
	height:25px;
}

/************* MESSAGES ***************/
.msg_menu{
	border:1px solid #e5e5e5;
	font-weight:bold;
	font-size:13px;
}
.msg_menu A{
	width:100px;
	background-color:transparent;
}
.msg_menu A:Link{
}

/********************* CALENDAR **************/
/*.calendar{
}
.calendar CAPTION{
	letter-spacing:30px;
	color:#999999;
}
.calendar TD{
	height:100px;
	width:100px;
	border:1px solid #666666;
}
.calendar LABEL{
	background-color:#666666;
	width:15px;
	display:block;
	color:white;
	text-align:center;
}
.calendar TD:Hover{
	border:1px solid #990000;
	background-color: #EBEBEB;
}
.calendar TD.empty{
	background-color:#e5e5e5;
}
.calendar TD.today{
	background-color:#e5e5e5;
	border:2px solid #990000;
}
.calendar TH{
	background-color:#e5e5e5;
	fong-weight:bold;
	font-size:15px;
}
TH.dagen{
	font-weight:bold;
	font-size:11px;
}
UL.list_calendar{
	margin-left:18px;
	margin-top:-5px;
}*/
.calendar{
font-size:11px;
}
.calendar TH{
border-bottom:2px solid black;
}
.row_even{
background-color:#F0F0F0;
}
.row_even TD{border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;}

.weekend{
background-color:#afafaf;
}
.calendar CAPTION{
	letter-spacing:30px;
	color:#999999;
}

UL.list_calendar{
	margin-left:20;
	margin-top:-15px;
	margin-bottom:0px;
}
DIV.prevnext{
text-align:center;
background-color:#CCCCCC;
margin-bottom:5px;
font-size:14px;
}
/***************** MINICAL ****************/
.minical{

}
.minical CAPTION{
	color:#999999;
}
.minical TD{
	height:45px;
	width:40px;
	border:1px solid #6F8594;
}
.minical LABEL{
	display:block;
	color:black;
	text-align:center;
	font-size:9px;
}
.minical TD:Hover{
	border:1px solid #990000;
	background-color: #EBEBEB;
}
.minical TD.empty{
	background-color:#e5e5e5;
}
.minical TD.activity{
	color:red;
}
.minical TD#today{
	background-color:#990000;
	border:1px solid #6F8594;
	color:white;
}

.minical TH{
	fong-weight:bold;
	font-size:11px;
}
TH.dagen{
	font-weight:bold;
	font-size:11px;
}
UL.list_calendar{
	margin-left:18px;
	margin-top:-5px;
}

/***************** POLL **************/
table.poll{
	border:none;
	padding:5px;
}
table.poll TD{
	border:none;
	border-bottom:1px solid #999;
	font-size:11px;
	padding-bottom:5px;
}
table.poll TH{
	font-size:12px;
	text-align:left;
	padding-bottom:5px;
}

/****************** HOME ***********/
.home_title{
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid black;
	display:none;
}


.links{
}
.links A{color:black;text-decoration:none;display:block;}
.links A:Link{color:black;text-decoration:none;}
.links A:Visited{color:black;text-decoration:none;}
.links A:Hover{color:black;text-decoration:none;background-color:#CCCCCC;}

FORM{
padding:0;
margin:0;
}

.homecontainer{
overflow:auto;
}
.homecontainer A{
font-weight:normal;
text-decoration:underline;
}
.home_block{
border:1px solid grey;
width:48%;
float:left;
text-align:center;
margin:3px;
}
.home_block H1{
font-size:15px;
}
.welcome{
border:1px solid grey;
margin:3px;
width:97%;
text-align:center;
}
.chat{
border:1px solid grey;
}
.newscontainer{
max-height:300px;
overflow:auto;
}
*html .newscontainer{
height:300px;
}

.pm_unread TD{
background-color:#dee6ff;
border-bottom:1px solid #c3d6ff;
}