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: underline;
}

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;
}

#mod_tagcloud_linked_tags{
	display: none;
}

#wrapper{
	margin: 0 auto 15px auto;
	width: 760px;
	margin-top: 8px;
}

#maincontainer {
	clear: both;
	width: 760px;
	padding: 5px 20px 20px 20px;
	background: #ffffff;
	text-align:center;
}

#page {
	text-align:left;
	background-color:#FFFFFF;
	width:760px;
	margin:auto;
	padding:0;
}

#header {
	clear:left;
}

#language_selector{
	float: right;
	display: none;
}

#sitename {
	font-size: 250%;
	font-weight: bold;
	font-family: times;
	margin-bottom: 15px;
}

#mainmenu {
	float: right;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	float:left;
	list-style:none;
}

#mainmenu{
	font-size: 80%;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected {
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	text-decoration: none;
	background: #f0f0f0 url(img/corner2.gif) top right no-repeat;
	color: #808080;
	border-bottom: 1px solid #e0e0e0;
}

#mainmenu li.menulink:hover {
	background: #fafafa url(img/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #F0F0F0;
	color: #505050;
	text-decoration: none;
}

#mainmenu li.menulinkselected {
	background: #ffffff url(img/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
}

#mainmenu li.menulinkselected a{
	color: #505050;
}

#mainmenu div.menulink a:hover, #mainmenu div.menulinkselected a:hover {
	text-decoration: none;
}


#contentcontainer{
	background: url(img/header-background.jpg) no-repeat;
	margin-top:1px;
	width:760px;
	overflow:hidden;
	overflow /**/:none;
	padding-top: 200px;
}

#content{
	float:left;
	width: 574px !important; 
	width /**/:585px; /* IE5/Win */
	padding: 20px 8px 4px 8px;
}

#pagetitle{
}

#lateralcolumn{
	width: 153px !important; 
	width /**/:160px; /* IE5/Win */
	float:left;
	border-left: 1px solid #D0D0D0;
}

.lateralbox{
	width: 153px !important; 
	width /**/:160px; /* IE5/Win */
	float:left;
	border-left:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	padding:2px 0px 2px 6px;
	margin-top: 20px;
}

#lateralcolumn a{
	font-size: 90%;
}

.lateralMenuLink {
	text-align: left;
	display: block;
	width: 140px;
	background: #f0f0f0 url(img/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 8px;
	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: 8px 0 8px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	height: 17px;
}

#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:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width:80px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */
