body {
	padding: 0;
	font: 76% tahoma, verdana, sans-serif;
	background: #e0e0e0;
	color: #303030;
}

a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

table {
	font:normal 11px Arial, Helvetica, Sans-serif;
}

input, select, textarea, button {
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#666666;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	font-weight: normal;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
}


#wrapper{
	margin: 0 auto 15px auto;
	width: 940px;
	margin-top: 8px;
}

#maincontainer {
	clear: both;
	width: 940px;
	padding: 5px 20px 20px 20px;
	background: #ffffff;
	text-align:left;
}

#page {
	text-align:left;
	background-color:#FFFFFF;
	width:940px;
	margin:auto;
	padding:0;
}

#header {
	clear:left;
}

#language_selector{
	float: right;
	display: none;
}

#sitename {
	width: 940px;
	font-size: 250%;
	font-weight: bold;
	font-family: arial;
	
}

#mainmenu {
	float: right;
}

#mainmenu div.menulink, #mainmenu div.menulinkselected{
	float:left;
}

#mainmenu{
	font-size: 80%;
}

#mainmenu div.menulink, #mainmenu div.menulinkselected {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	text-decoration: none;
	background: #f0f0f0 url(img/corner2.gif) top right no-repeat;
	color: #808080;
	border-bottom: 1px solid #e0e0e0;
}

#mainmenu div.menulink:hover {
	background: #fafafa url(img/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #F0F0F0;
	color: #505050;
	text-decoration: none;
}

#mainmenu div.menulinkselected {
	background: #ffffff url(img/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
}

#mainmenu div.menulinkselected a{
	color: #505050;
}

#mainmenu div.menulink a:hover, #mainmenu div.menulinkselected a:hover {
	text-decoration: none;
}


#contentcontainer{
	background-color: #ffffff;

}

#content{
	float:right;
	width: 700px !important; 
	width /**/:700px; /* IE5/Win */
	padding: 0px 0px 4px 8px;
}

#pagetitle{
}

#lateralcolumn{
	width: 218px !important; 
	width /**/:210px; /* IE5/Win */
	float:left;
	border-right: 5px solid #A0A0A0;
}

.lateralbox{
	width: 208px !important; 
	width /**/:210px; /* IE5/Win */
	float:left;
	border-left:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	padding:2px 0px 2px 3px;
	margin-top: 0px;
}

#lateralcolumn a{
	font-size: 80%;
}

.lateralMenuLink {
	text-align: left;
	width: 199px;
	background: #f0f0f0 url(img/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 3px;
	margin: 5px 10px 5px 0;
}

.lateralMenuLink:hover {
	background: #e0e0e0 url(img/corner.gif) top right no-repeat;
}
.lateralMenuLink a:hover {
	text-decoration: none;
}


.boxheader{
	font-size: 130%;
	font-weight:bold;
	margin-bottom:6px;
}

.boxbody{
	padding-bottom:5px;
}

#footer {
	clear: both;
	background: #fafafa;
	color: #808080;
	font-size: 0.9em;
	padding: 6px 0 6px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	height: 48px;
}

#footer a {
	color: #808080;
}

#copyright{
	float:left;
	padding-left: 6px;
}
#powered{
	float:right;
	padding-right: 6px;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */
#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width:60px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #btnlogin{
	clear:right;
	padding-top:40px;
}

#mod_users_lateralbox input.loginbox{
	width:80px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */
