/* ------ Text items -------- */

html, body
{
	font-size:81%;
	line-height:1.4;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin:0;
	background-color:#333;
	color: #fff;
}

body
{
	line-height:1.4;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #fff;
	margin:0px;
	padding-bottom:10px;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.2em; 
	color: #fff;
	margin-bottom:4px;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.08em; 
	color: #fff;
	margin-bottom:2px;
	margin-top:0px;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
}
.introduction
{
	font-weight: bold;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
}
.red
{
	color: #CC0000;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #fff;
}
a:hover
{
	color: #979ba3;
}

a.puffNews
{
	color:#fff;
	text-decoration:none;
}

a.puffNews:hover
{
	color: #979ba3;
	text-decoration:none;
}

.IpText
{
	color: #979ba3;
}

/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}

/* --------- Left menu ----------- */

div.menuitem
{
	/*
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
*/
	padding: 0.5em 0em 0.5em 0em;
	overflow: auto;
}
div.menuitemselected
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.5em 0em 0.5em 0em;
	font-weight: bold;
	background-color: #dddddd;
	overflow: auto;
}
div.menuitemexpanded
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.5em 0em 0.5em 0em;
	background-color: #dddddd;
	overflow: auto;
}
div.menuitemchild
{
	padding: 0.4em 0em 0.6em 0em;
	/*background-color: #F0F0F0;*/
	overflow: auto;
}


img.childindicator
{
    float:left;
    /*width: 7px;*/
    margin-top: 0.3em;
    margin-left: -7px;
    /*height:7px;*/
}

div.menutext 
{
	float:left;
	padding-right: 0.2em;
}


/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
fieldset label
{
	margin-right: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}


#MainMenuItems 
{
	margin:0;
	padding:0;
}

#MainMenuItems li 
{
	display:block;
	float:left;
	margin:0;
	padding-top:3px;
	padding-left:12px;
	padding-right:12px;
	vertical-align:middle;
}

#MainMenuItems li a {
color:#FFFFFF;
text-decoration:none;
}

#MainMenuItems .selected {
color:#FAA61B;
text-decoration:none;
}

#MainMenuItems li a:hover {
text-decoration:underline;
}