body {
	font-family: Arial, Helvetica, sans-serif;
    background: #EFEFEF; font-size: 12px; color: #000000;
	background-image:url(img/back.jpg);
	margin: 10px;
}

a {
	font-family: "Trebuchet MS",Arial,Helvetica, sans-serif;
	text-decoration: none; color: #0074ba;
}
a:hover { text-decoration: underline; }

h1 {
	margin: 0px; margin-bottom: 8px;
	font-size: 18px; font-weight: bold; 
}
h2 {
	margin: 0px; margin-bottom: 8px;
	font-size: 14px; font-weight: bold;
}
h3 {
	color: #df582b;
	margin: 0px; margin-bottom: 4px;
	font-size: 14px; font-weight: bold;
}

input, textarea, select {
	font-size: 12px;
	border: 1px #BBBBBB solid;
	padding: 2px;
}

/* LAYOUT -------------------------------------*/
#body { margin: 0 auto; width: 780px; }

#top { }

#menu {	text-align: center; }
#menu a 
{
	margin-left: 8px; margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
	font-weight: bold; letter-spacing: 2px;
}
#menu a:hover { text-decoration: none; color: #b3c7d4; }

#content { margin-top: 10px; margin-bottom: 10px; }

#bottom { text-align: center; }
/* LAYOUT -------------------------------------*/


/* SMALL UPPERCASE SPECIAL LETTER */
.options, .options_bold, .alert {
	font-size: 10px;
	font-family: "Trebuchet MS",Trebuchet,Arial;
	text-transform: uppercase;
}
.options_bold { font-weight: bold; }
.alert, .alert_ok { 
	font-weight: bold;
	margin-left: 6px; margin-right: 6px;
	color: white; background-color: #df3c2b;
	padding: 3px;
}
.alert_ok { background-color: #0dba00; }

/* SEPARATION BETWEEN PAGE MODULES */
div.widget, div.element { margin-bottom: 8px; }
div.comment { margin-bottom: 5px; }

/* LOGIN BOX */
div.loginbox { font-size: 10px; margin-bottom: 4px; }
div.loginbox input { border: 1px #CCCCCC solid; width: 107px; }
div.loginbox user { margin-bottom: 2px; }

/* ROUND BOXES */
.roundbox_whiteg { background-color: #ffffff; }
.roundbox_hardblueg { background-color: #0074ba; }
.roundbox_midblueg { background-color: #8eb1c9; }
.roundbox_softblueg { padding-left: 6px; padding-right: 6px; background-color: #d6e0e7; }
.roundbox_grayg { background-color: #dddddd; }

/* ADMINISTRATION MODULE */
div.admin_element_body
{
	padding-left: 6px; padding-right: 6px;
	color: #FFFFFF;
}

/* BUTTONS */
.button, .button_soft {
	font-weight: bold;
	background-color: #0074ba; color: white;
	border: 0px; padding: 0px; margin: 0px;
}
.button_soft { background-color: #d6e0e7; color: #000000; }
