*{margin: 0; padding: 0}
a{text-decoration: none; outline: none;}

body{
	font-family: arial, sans-serif;
	height: 100%;
	background: #b5b5b5;
	color: #666;
	width: 100%;
}


#main{
	border: 1px solid #d0d0d0;
	padding: 10px;
	border-width: 7px 1px 7px 1px;
	clear: left;
	background: #fff;
	font-size: 1.2em;
}


#header{
	background: #2982d6;
}

#config_menu{
	font-size: .9em;
	text-align: right;
	padding: 0 1em;
}

#config_menu a{
	color: #fff;
}

#config_menu a:hover{
	text-decoration: underline;
}

#header h1{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: lowercase;
	padding:  0 0 0.5em 0;
	text-align: center;
	color: #fff;
	height: 1.62em;
}




div.widget{
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #d0d0d0;
	background: 1px solid #f0f0f0;
}

div.widget h3{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	padding: 0;
	font-size: 1.3em;
}

div.widget span.close{
	display: hidden;
}

div.widget h4{
	font-size: 1.2em;
	font-weight: bold;
}

div.widget_content{
	font-family: verdana;
}


/************************* TOP MENU ******************************/
#menu{
	font-family: verdana, arial,sans-serif;
	line-height: 2em;
	background: #d0d0d0;
	overflow: auto;
	text-align: center;
}

#menu ul{
	list-style-type: none;	
}

#menu li.mainlevel{
	display: inline;
}

#menu li.mainlevel a{
	padding: 0 1em;
	color: #666;
	font-weight: bold;
}

#menu_button{
	display: none;
}

/*------------- VARIE ------------------*/
#main h2{
	color: #E1017D;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

#main h3.contentheading{
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	color: #2982d6;
	padding-bottom: 10px;
}

#main p{
	margin-bottom: 10px;
	line-height: 1.62em;
}

a{
	color: #2982d6;
	text-decoration: none;
}

a:hover{
	color: #FF7C21;
}

label{
	display: block;
	text-transform: uppercase;
	font-size: .8em;
	padding-bottom: 2px;
}

input,textarea{
	border: 1px solid #e0e0e0;
	font: inherit;
	color: #555;;
}

.input{
	padding-bottom: 5px;
}

.input.text input,.input.password input,.input textarea{
	padding: 3px 10px;
}

fieldset{
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
}

legend{
	font-weight: bold;
	color: #2982d6;
}

.submit{
	padding-bottom: 10px;	
}

.submit input{
	font-size: .9em;
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	padding: 3px 10px;
	background: url('../images/menu_hover.jpg') repeat-x 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0 #888 #888 #e0e0e0;
	cursor: pointer;
}

p.category{
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	display: block;
	padding-left: 10px;
	position: relative;
	top: -5px;
	padding-bottom: 0;
	color: #666;
}

#footer{
	font-weight: bold;
	color: #555;
	padding: 10px;
}

#footer h4{
	font-size: 1.5em;
	color: #E1017D;
	font-weight: normal;
	padding-bottom: 0px;
}

#footer a{
	color: #555;
}

#footer a:hover{
	color: #fff;
}

/**************************** MESSAGGI **************************************/

div.message{
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border-width: 1px; 
	border-style: solid;
}

div#authMessage{
	background-color: #FFB1BE;
	color: #D33940;
	border-color: #D33940;
}

div.error-message{
	color: #D33940;
}


table{
	width: 99%;
	border-collapse: collapse;	
	margin-bottom: 10px;
}


table td{
	vertical-align: top;
	line-height: 1.62em;
	padding: 0 15px;
}

blockquote{
	font-size: 1.8em;
	color: #888;
	font-style: italic;
	font-family: times new roman, times, serif;
	padding: 0 0 0 40px;
	margin: 0;
	background: url('../images/quot_open.jpg') no-repeat 0 0;
	margin-bottom: 20px;
}

blockquote p{ 
	padding: 0;
	margin: 0;
	background: url('../images/quot_close.jpg') no-repeat 100% 100%;
}


