/* CSS Document */
* { margin: 0; padding: 0; }

p { margin: 15px 0 15px 0; }
.pagina ul, .pagina ol { padding-left: 30px; }
a { border: none; text-decoration: none; color: white; }
a:hover { color: #ddd; }
img { border: none }
a img { border: none }

h2 { margin: 30px 0 30px 0; text-align: center; font-size: 165%; font-style: italic; color: #FFFF66; display: block; }

.warning { color:#e65b44 }
.print_this_page { background: url(/images/printer_24x24.jpg) no-repeat; padding-left: 36px; display: block; line-height: 24px; margin-bottom: 25px; }
.note { margin: auto; padding:0; display:block; line-height: 28px; height: 28px; border: #5d1b00 1px solid; -moz-border-radius: 8px; -webkit-border-radius: 8px; text-align: center; background:url(/images/bg_note.jpg) repeat-x; color: #fffdc3; }

body
{
	padding: 0;
	margin: 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #01101d url(/images/background.jpg) no-repeat fixed;
	color: white;
}

.hidden { display: none; }

#title { background: url(/admin/images/admin-logo.png) no-repeat; width: 268px; height: 87px; margin: 15px 0 15px 0; }
#title h1 { display: none; }
#container { width: 840px; margin: auto; }

#menu ul { list-style-type: none; font-size: 80%; margin-bottom: 15px; height: 40px; display: block; }
#menu ul li {
	cursor: hand; cursor: pointer;
	float: left;
	line-height: 30px; height: 30px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 4px;
	background: url(/images/bg_gallery_option.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#menu ul li:hover {  background: url(/images/bg_gallery_option_h.png) repeat-x;}
#menu ul li.disabled {  background: url(/images/bg_gallery_option_dis.png) repeat-x;}
