/*

*
{
	border: 0;
	margin: 0;
	padding: 0;
}



*/
body
{
	margin: 0px 0px 0px 0px;
	/* background-color: #fff; */
	background: url('../images/bluebg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000;
	
	scrollbar-arrow-color: #FFF;
	scrollbar-face-color: #001244;
	scrollbar-highlight-color: #f36271;
	scrollbar-3dlight-color: #000;
	scrollbar-shadow-color: #f36271;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #001244;

}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
	/*line-height: 19px;*/
}
div#header
{
	position: relative;
	height: 145px;
	background: url('../images/v4/lanarie_banner.jpg');
	border: 0px solid #f00;
	clear: left;
}

div#loginwrapper
{
	position: relative;
	text-align: right;
	top: 115px;
	height: 20px;
	display: block;
	margin-right: 30px;
	font-size: 10px;
	color: #fff;
	border: 0px sollid #f00;
}

div#menuwrapper
{
	position: relative;
	left: 20px;
	top: 95px;
	height: 20px;
	width: 550px;
	color: #fff;
	border: 0px solid #00f;

}

a.topmenu
{
	color: #fff;
	font-weight: bold;
	border-bottom:0px dotted #000;
}

a.topmenu:hover
{
	color: #9EC4F9;
	text-decoration: none;
}

div#container_top
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	top: 0px;
	width: 749px;	
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	top: 0px;
	width: 748px;	
	background: url('../images/v4/bgpixel.jpg');
	border-left:0px solid #ddd;
	border-right:1px solid #999;
	border-bottom:1px solid #ddd;

}

div#leftmenu
{
	/*
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 142px;
	float: left;
	*/
	
	color: #323232;
	float:left;
	font-size: 10px;
	margin: 0px;
	width:142px;
	margin-top: -1px;
	border: 0px solid #000000;
	
	

}

div#centercontent
{
	margin-left: 141px;
	top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	width: 550px;
	background: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;

	
}

div#rightmenu
{
	margin-left: 707px;
	top: 0px;
	width: 30px;
	background: #eee;
	border-left: 1px solid #aaa;

}

div#contentheader
{
	height: 5px;
}


div#contentbody
{
	font-size: 12px;
	color: #000;
	font-size: 12px;
}

div#newstitle
{
	/*font-size: 16px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px #ccc dashed;*/
	font-size: 25px;
	font-weight: normal;
	margin:0;
	font-family: Arial;
	letter-spacing: -1px;
	text-transform: lowercase;
	line-height: 35px;
	border-bottom: 3px #ccc dotted;

}

.newssub
{
	margin-top: 2px;
	font-size: 9px;
}

div#content
{
	vertical-align: text-top;
	font-size: 12px;
	color: #000;
	width: 410px;
	padding-left: 10px;
}

div#contentfooter
{
	height: 32px;
	
}

a.menu
{
	color: #323232;
	text-decoration: none;
	border-bottom:0px dotted #5765f1;
}

a.menu:hover
{
	color: #5765f1;
	text-decoration: underline;
}

a
{
	color: #5765f1;
	text-decoration:none;
	border-bottom:1px dotted #5765f1;
	
}

#hr
{
	height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px #c6caf3 solid;
}

a.img
{
	border: 0px solid #000;
	text-decoration:none;
	
}

img.brdr
{
	border: 1px solid #000;
	text-decoration:none;
	
}

img.a_img:hover
{
	border: 1px solid #5765f1;
}

img.a_img
{
	border: 1px solid #000;
		
}




/*
V4 - specific
*/
div#menu_arrow
{
	background-image: url(../images/v4/MainMenuArrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 10px;
	height: 21px;
	border: 0;
	margin: 0;
	padding: 0;
}

div#menu_title_bg
{
	color: #FFFFFF;
	background-image: url(../images/v4/MainMenuBackground.gif);
	background-repeat:repeat-x;
	display: block;
	font-weight: bold;
	font-size: 10px;
	height: 21px;
	line-height: 20px;
	margin-left: 15px;
	padding-left: 10px;
}

ul.menu
{
	border: 0;
	margin: 0;
	padding: 0;
}

li.menu
{
	list-style: none;
	background-image: url(../images/v4/MenuSeperator.gif);
	background-position: 0 18px;
	background-repeat: no-repeat;
	height: 19px;
	line-height: 16px;
	padding-left: 20px;
	
}

.textfield 
{
	border: 1px solid #ccc;
	/*width: 250px;*/
	background-repeat: repeat-x;
	color: #323232;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0 2px 2px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.grey
{
    color: #ccc;
}

