﻿@import url("css/menu.css");
 
#Body .basicbody 
{
	background: #fff;
}
#AdminPanel .controlpanelbody 
{
		
}

#OuterContent, .outercontentbody 
{
	width: 1000px;
	margin: 0 auto;	
}

#Logo, .logo 
{
	background: transparent url(images/waspologo.jpg) no-repeat top left;
	width: 660px;
	height: 140px;
	float: left;
}
.usercontainer 
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9px;
	text-align: right;
	width: 200px;
	float: right;
	margin: 20px 0 0 0;
}
.searchcontainer 
{
	width: 300px;
	height: 40px;
	float: right;
	z-index: 3000;
}
.search_style
{
}
.search_bg2
{
	padding: 8px 2px 0 0;
}
.searchWidget 
{								
	padding: 0 0 0 30px;
	font-size: 16px; 	
}

.innercontentbody 
{
}
.contentcontainer 
{
	font-size: 1em;
}

.menu_style 
{
	height: 20px;
}
/* Panes */
.RightPane 
{
	width: 320px;
	padding: 0 0 0 20px;
}
.ContentPane 
{
	padding: 0 20px 0 0;
}

/* HTML-Tags */
.Body 
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Times New Roman, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #444444;
}

a,a:link,a:visited,a:active
{
	color: #373b99;
	font-weight: normal; 
	text-decoration: none;
}
a 
{
	color: #FF0000;  /*#a20101; #25406b;*/
}
a:visited 
{
	/*color: #1a29e8; #131c3e; */
}
a:hover, a:active 
{
	color: #178917;
text-decoration: underline; 
}
a.type2,a.type2:link,a.type2:visited,a.type2:active
{
	font-weight: normal; 
	text-decoration: none;
}
a.type2 
{
	color: Maroon; /*#25406b;*/
}
a.type2:visited 
{
	color: #121f34;
}
a.type2:hover, a.type2:active 
{
	color:#25406b; 
	border-width: 0px 0px 1px 0px;
  border-style: none none dotted none;
}
a.NoStyle{
text-decoration: none;
border-width: 0px;border-style: none;
}


/*
a.links 
{
	color: #25406b;
	text-decoration: underline;
}
a.links:Hover  
{
	color: #2f797e;
	text-decoration: underline;
}
a.links:Visited 
{
	color: #121f34;
}
*/
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	font-family: "Times New Roman", Serif;
}
h1
{
	
}
h2
{
}
h3
{
}
h4
{
	font-size: 16px;
}
h5
{
	font-size: 14px;
}
h6
{
	font-size: 11px;
	font-weight: bold;
}

hr 
{
	height: 1px;
	background-color:	#CDCDCD;
	color: #CDCDCD;
	border: 0;
}

#Footer h4 
{
	color: #cacedc;
}

/* Commons */
.clear_float 
{
	clear: both; 
	line-height: 0; 
	font-size: 0; 
	height: 0;
}
.uppercase 
{
	text-transform: uppercase;
}

