html {
	margin:0;
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#707070;
	margin:0;
	padding:0;
	height: 100%;	
}

input, select, textarea {
	border:1px solid #BBBBBB;
}

img {
	border:0;
}

a:link, a:hover, a:visited{
	color:#0000CC;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

form {
	margin:0;
	padding:0;
}

#root {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:752px;
	background-image:url(../images/root_com_bg.png);
	color:#000000;
}

#root_content {
	margin-left:14px;
	margin-right:14px;
	margin-top:0;
}

#root_content_footer{
	clear:both;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	background-image:url(../images/root_footer.png);
	width:752px;
	height:26px;
	font-size:9px;
	color:#AAAAAA;
	text-align:center;
	clear:both;
}

#header {
	margin-right:14px;
	margin-top:0;
	margin-left:14px;
	height:40px;
}

#header img {
	margin:0;
	padding:0;
	border:0;
	float:left;
}

#toolbar {
	float:right;
}

#top_rowsep {
	background-image:url(../images/top_row_sep.jpg);
	background-repeat:no-repeat;
	height:21px;

	margin-right:0;
	color:#F0F0F0;
	font-size:10px;
	padding-left:5px;
	padding-top:5px;
}

#left_area {
	position:relative;
	width:162px;
	float:left;
	padding:0;
}

#left_menu {
	background-image:url(../images/leftmenu_bg.jpg);
	margin:0;
	padding:0;
}

#leftmenu_botfader {
	background-image:url(../images/leftmenu_botfader.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:64px;	
}

#page_content {
	float:right;
	width:550px; /* Change accorting to config.php */
	/*margin-left:10px;*/
	margin-right:5px;
	position:relative;
/*	height:83%;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;*/
	font-size:12px;
}

#searchbox {
	width:162px;
	height:80px;
	margin-top:15px;
	padding:0;
}
#searchbox_header{
	background:url(../images/searchbox_header.jpg);
	background-repeat:no-repeat;
	width:162px;
	height:23px;
	padding-left:10px;
	padding-top:5px;
	margin:0;
	margin-bottom:-5px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
#searchbox_body{
	background:url(../images/searchbox_body.jpg);
	background-repeat:no-repeat;
	width:162px;
	height:57px;
	padding-left:15px;
	padding-top:10px;
}
#searchbox_body input {
	height:16px;
	width:110px;
}
#searchbtn {
	width:18px !important;
	height:23px !important;
	background:url(../images/searchbtn.gif);
	cursor:pointer;
	border:0;
	margin-left:1px;
	background-repeat:no-repeat;
	
}

.lmenuitem {
	font-size:11px;


	line-height:17px;
/*	height:17px;
	min-height:17px;*/
	margin-bottom:2px;
	padding-left:6px; /* Change this accoring to config.php*/
	padding-top:3px;
	font-weight:bold;	
}

.lmenuitem div {
	/*display:none;*/
}

.lmenuitem a,.lmenuitem a:visited{
	color:#333333;
	text-decoration:none;
}

.lmenuitem a:hover{
	text-decoration:underline;
	color:#FF0000;

}
.lmenuitem_selected {
	background-image:url(../images/leftmenu_selrow.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

.lmenuitem_selected a{
/*	color:#CC0000;*/
}

.adminbox {
	border: 1px dashed #AAAAAA;
	background-color:#EEEEEE;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	text-align:center;
}
.adminsearchresult {
	font-size:9px;
	height:80px;
	width:100%;
	text-align:left;
	overflow-y:scroll;
	overflow-x:hidden;
}
.adminsearchresult div {
	height:10px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:2px;
	padding-bottom:5px;	
}
.pagetitle {
	/*font-size:12px;*/
	font-weight:bold;
	width:90%;
	border-bottom:1px solid #DDDDDD;
	padding-bottom:3px;
}
.pagetitle a{
	color:inherit;
}
.gallery_cell {
	/*border:1px solid #AAAAAA;*/
	background-image:url(../images/photo_back.jpg);
	background-repeat:no-repeat;
	
	padding-top:5px;
	margin:5px;
	margin-bottom:15px;
	float:left;
	text-align:center;
	height:130px;
	width:160px;
	font-size:11px;
}
.gallery_folder_cell {
	/*border:1px solid #AAAAAA;*/
	background-image:url(../images/photo_folder.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-top:7px;
	margin:5px;
	margin-bottom:15px;
	float:left;
	text-align:center;
	height:130px;
	width:160px;
	font-size:11px;
}
.gallery_folder_cell a,.gallery_folder_cell a:visited {
	color:#0A0A0A;
	font-weight:bold;	
}
.gallery_folder_cell img {
	border:1px outset #BBBBBB;
	max-height:95px;

}

.gallery_cell a,.gallery_cell a:visited {
	color:#000000;
	font-weight:bold;
}
.gallery_cell a:hover {
	text-decoration:none;
	color:#FF0000;
}
.gallery_cell img {
	border:1px outset #BBBBBB;
	max-height:95px;
}
.gallery_row {
	width:100%;
}


#WhiteCenter {
	position:absolute;
	z-index:100;
	background-color:#FFFFFF;
	border:10px solid #FFFFFF;
	top:0;
	left:0;
	width:0px;
	height:0px;
	display:none;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
#WhiteImgBar{
	line-height:32px;
	vertical-align:middle;

}
#WhiteImgBar img {
	vertical-align:middle;
}
#WhiteImgCloseLabel {
	position:absolute;
	right:5px;
	bottom:5px;
}
#WhiteImgCloseBtn {
	position:absolute;
	right:0px;
	top:0px;
}
#BlackBG{
	background-color:#000000;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
    z-index:99;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;	
}
/* editor classes */
.Code {
	border:1px solid #666666;
	padding:1px;
	padding-left:5px;
	background-color:#EEF5FD;
	font-family:"Courier New", Courier, monospace;
	line-height:20px;
}

.LeftAlignImage {
	float:left;
	margin:3px;
}

.RightAlignImage {
	float:right;
	margin:3px;
}

.QuoteText {
	margin-left:15px;
	display:block;
}

.SectionSummary{
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-left:15px;
	border-bottom:1px #CCCCCC dotted;
}


.SectionSummary a:link, .SectionSummary a:visited{
	font-weight:bold;
}

.SubTitle {
	font-size:9px;
	font-style:italic;
}
.ranking {
	/*position:absolute;
	right:30px;*/
	margin-left:auto;
	margin-right:40px;
	margin-top:-17px;
	float:right;

}

#corner_lt {
	position: fixed;
	top: 0; 
	left: 0;
	width: 150px; 
	height: 150px;
}