html, body
{
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
	text-align: center;
}

body 
{
	background-color: #CECECE;
	background-image: url("../Images/helsola-bg.jpg");
	font: 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h3
{
	font-size: 130%;
	font-weight: bold;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#container
{
	margin: 10px 0px 10px 0px;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 1px;
	max-width: 725px;
	width: 725px;
	
}

#header
{
	height: 161px;
	color: #fff;
}

#langarea
{
    margin-right: 0px;
    width: 725px;
    height: 20px;
    text-align: right;
}

#logoarea
{
    width: 725px;
    height: 159px;
    background-color: #109FD5;
}

#searcharea
{
	float: left;
	top: 0px;
    left: 630px;
    width: auto;
	height: 50px;
}

#titletext
{
	font-weight: bold;
	font-size: 260%;
	color: #fff;
	margin-right: 10px;
}


#searcharea div.section
{
	border: 0;
}

#searcharea a
{
	color: #fff;
}

#searcharea input
{
	font-size: 100%;
}

#globalmenu
{
	margin: 0px 0px 0px 0px;
	padding-left: 3px;
	background-color: #EC1C24;
	height: 22px;
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
}

#globalmenu ul
{
	padding: 0;
	margin: 2px;
}

#globalmenu li
{
	background-image: url("../Images/globalMenu-bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
}

#globalmenu a
{
	color: #fff;
	font-family: Trebuchet MS, Tahoma;
	font-weight: bolder;
	font-size: 12px;
}

#containerfooter
{
    max-width: 725px;
    width: 725px;
    padding: 2px 0px 0px 6px;
    font-family: Trebuchet MS, Tahoma;
    color: #e77a59; 
}

#main
{
	margin-bottom: 5px;
	padding-bottom: 3px;
	min-height: 500px;
	text-align: left;
	background-color: #F8F9FB;
}

* html #main

{
	height: 500px;
}

#side
{
	float: left;
	width: 200px;
	margin: 2px;
}

#nav
{
	width: 198px;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 10px;
}

* html #side
{
	width: 198px;
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	border-top: 1px solid #eee;
	background-image: url("../Images/nav-bullet.gif");
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 14px;
}

#nav a
{
	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #000;
	font-size: 100%;
	padding: 5px;
}

#nav a:hover
{
	background-color: #f9f9f9;
	font-weight: bold;
	text-decoration: none;
}

#nav a.selected
{
	font-weight: bold;
}

#nav ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul ul li a
{
	padding-left: 8px;
	color: #333;
}

#content
{
    margin-left: 3px;
    float: left;
    width: 515px;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.roundcontainerbg
{
    /*
    border: 1px solid #e4e6e5;
    background-color: #ffffff;
    */
    width: 487px;
    margin-left: 8px;
    
}

.roundcontainertopleft
{
    background-image: url("../Images/shadow-top-left.gif");
    background-position: top left;
    background-repeat: no-repeat;
    
}

.roundcontainertopright
{
    background-image: url("../Images/shadow-top-right.gif");
    background-position: top right;
    background-repeat: no-repeat;
}

.roundcontainerbottomleft
{
    background-image: url("../Images/shadow-bottom-left.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.roundcontainerbottomright
{
    background-image: url("../Images/shadow-bottom-right.gif");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.roundcontainer
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #e4e6e5;
    background-color: #ffffff;
    
}


.section
{
	padding: 7px;
	margin-top: 4px;
	border: 0px solid #eee;
}
.section h3
{
	color: #900;
	font-size: 130%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}