a:link, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

a:hover
{
	color: #666;	
}

font,td,body,p,div,input,textarea,form,select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.iframe
{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	min-height: 100%;
}

#link
{
	cursor: pointer;
}

#heading
{
	font-weight: bold;
	color: #333;
}	

body
{
	background-color: #B4C2CB;
	margin:0;
}

input, select,textarea
{
	width: 150px;
	border: 1px solid #a1a1a1;
	background-color: white;
	padding: 2px;
	margin: 1px;
}

textarea
{
	width: 400px;
	height: 150px;
}

#menu
{
	cursor: pointer;
}

#introhead
{
	color: #fff;
	text-align: center;
	font-size: 14px;
}
#introtext
{
	color: #333;
	font-size: 11px;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 130px;
	height: 105px;
	max-height: 105px;
	max-width: 130px;
}

#main
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff; 
	border: 1px solid #a1a1a1;
	border-top:0;border-bottom:0;
	height: 750;
	width: 760px;
}

#user_login
{
	background-color: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2; 
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

#user_login_content
{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	color: white;
	position: absolute;
	/*background-color: white;*/
	opacity: 1;
	top:50%; 
	margin-top: -65px;
	z-index: 3;
	height: 130px;
	width: 100%;
	text-align:center;

	font-size: 20px;
}

#user_login_content input
{
	background-color: white;
}

#main #nopad
{
	padding:0;
	margin:0;
}

#main #content
{
	height: 100%;
	width: 760px;
	overflow-x: hidden;
}

#main #col_content_data
{
	float:left; 
	width: 210px;
	overflow-x: hidden;

	height: 100%;
	width: 30%;
}

#main #col_content_data #loading
{
	display: none;
}

#main #content_data
{
	float:right; 
	width: 69%;

}



#content_data_cache
{
	float:right; 
	width: 69%;
}

#menuitem
{
	font-family: verdana;
	border: 1px solid #dad6d0;
	border-top:0;
	background-color: #F7F6F3;
	padding: 5px;
	padding-left: 10px;
	height: 10px;
	color: #666;
}

#menuitem a
{
	font-size: 12px;
	color: #666;
}

#menuitem:hover
{
	background-color: #ffffff;
}

#main #footer
{
	text-align:center;
	color: #666;
	font-size: 10px;
}

#main #footermeny
{
	height: 25px;
	padding: 2px;
	text-align:center;
	font-size: 11px;
	color: white;
}

#main #footermeny a
{
	font-size: 11px;
	color: white;
}

#menu_button
{
	border: 1px solid #a1a1a1;
	background-color: #fff;
	height: 20px;
	padding: 5px;
	margin: 0px;
	vertical-align: text-bottom;
}

#menu_button img
{
	vertical-align: text-bottom;
	border:0;
}

#menu_button:hover
{
	background-color: #ededed;
}

#admin_editor
{
	margin: 10px;
}

#pagetitle
{
	background-image: url(gfx/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align:center;
	color: #ffffff;
	font-size: 13px;
	width: 232px;
}

#icon
{
	margin:0;
	vertical-align: text-bottom;
	border:0;
	text-decoration: none;
}

#news_box
{
	padding: 5px;
	margin-bottom: 10px;

}

#green
{
	color: darkgreen;
	font-weight:bold;
}

#red
{
	color: darkred;
	font-weight:bold;
}

h3
{
	color: #6192B1;
	font-weight: bold;
	font-size: 16px;
}

.vilkaar
{
	font-family: courier new;
}