
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*color:#efefef;*/
	color:#FFFFFF;
	background-color:#D7AC5E;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin-top:0px;
}

a {
	color:#E7DE3A;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

table {
    font: normal 12px Arial, Helvetica, Sans-serif;
    /*color:#ECE45E;*/
    color:#FFFFFF;
}

input, select, textarea {
	font:normal 12px Arial, Helvetica, Sans-serif;
	color:#666666;
    
}

#container
{
    width: 900px;
    margin: 0 auto;
    background-image: url(img/background-wrapper.png);
    background-repeat: no-repeat;
}

#header {
	height:130px;
	line-height:130px;
	margin-bottom:5px;
	padding-left:10px;
}

#title {
	font-size:38px;
	color:#f9f9f9;
	letter-spacing:0px; 
}

#navigationcolumn{
	clear:left;
	float:left;
	width:150px;
	padding:10px 10px;
	
}

.navigationbox{
	list-style-type:none;
	margin-bottom:30px;
	text-align:right;
}

#destra
{
    float: left;
    margin-bottom: 20px;
    text-align: right;
    width: 150px; /*padding:10px 10px;*/
}

#destra div.menulink, #destra div.menulinkselected{
	font-size:15px;
	float:left;
	padding:0px 10px 0px 10px;
}

#destra div a{
	text-decoration:none;
	color:#A14A25;
}

#destra a:hover{
	color:#FFFFFF;
}


#content
{
    padding: 2px 0px 2px 0px;
    margin: 2px 0px 2px 0px;
    width: 550px;
    text-align: justify;
    min-height: 500px;
    float: left;
}

#contentGroups{
	padding:5px 10px;
	text-align:justify;
	min-height:500px;
	margin-left:200px;
}

#pagetitle{
	font-size:24px;
	color:#E7DE3A;
	letter-spacing:-1px;
}



.boxheader{
	font-size:15px;
	/*color:#E7DE3A;*/
	color:#FFFFFF;
	font-weight:normal;
}

.boxbody{
	/*text-align:left;*/
	/*color:#ECE45E;*/
	color:#FFFFFF;
}

.boxbody a{
	color:#efefef;
}

.boxbody a:hover{
	color:#ECE45E;
}


#prefooter {
	clear:both;

}

#footer {
	clear:both;
	color:#FFFFFF;
	background:#520707;
	text-decoration:none;
	
}

#footer a {
}

#footer a:hover {
	color:#FFFFFF;
}


.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{
	clear:left;
	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 */


.line
{
    border-bottom: 1px solid #ffffff;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
    width:550px;
}

.dashedline
{
    border-bottom: 1px dashed #ffffff;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
    width:550px;
}

.dashedlineGroups
{
    border-bottom: 1px dashed #ffffff;
    padding-top: 0px;
    margin-bottom: 5px;
    clear:left;
    width:682px;
}


.tableMenuText 
{
	color:#FFFFFF;}



.tableMenuTextHeader
{
    width:175px;
    background-color:#520707;
	color:#FFFFFF;
	text-align:center;
	}
.tableMenuTextHeaderGroups
{
    width:690px;
    background-color:#520707;
	color:#FFFFFF;
	text-align:center;
	}	
	
.tableMenuTextDx
{
    width:150px;
    background-color:#AC481E;
	color:#FFFFFF;}

