@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 73%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	color: #593119;
}
p#skip, li.skip {
	position: absolute;
	left: -10000px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #bdbdbd;
}
a img {
	border: none;
}

.selected {
	font-weight: bold;
	color: #003399;
}

.subtitle {
	color: #666666;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 3px 15px 3px;
}
.collapsable .subtitle {
	padding: 0;
}
.error {
	display: block;
	color: #C0272D;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #C0272D;
}
.success {
	display: block;
	color: #0066CC;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #0066CC;
}

input.inputtext,
input.inputtextinline,
textarea.inputtextarea,
select {
   border: solid 1px #b3b3b3;
   margin: 0;
   font-size: small;
   padding: 3px 3px;
   font-family: sans-serif;
   width: 350px;
}
input.inputtextinline {
	width: 80px;
	padding: 4px;
}
input.inputsubmit {
	border: solid 1px #b2b2b2;
	background-color: #ccc;
	color: #000;
	font-size: x-small;
	padding: 2px 10px;
}
input.inputsubmit:hover {
	color: #000;
	background-color: #eee;
}
select {
	width: 360px;
}
select.inline {
	width: 80px;
}

div#signin form input {
	display: block;
	margin-bottom: 5px;
}
div#signin form input#signinbtn {
	margin-top: 10px;
}
div#signin form input#remember {
	display: inline;
	position: relative;
	top: 3px;
}
div#signin form label {
	display: block;
}

ul {
	list-style-type: none;
}
ul#menu {
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	position: relative;
	font-size: 115%;
	z-index: 2;
	overflow: hidden;
	height: 1%;
	float: left;
	min-width: 270px;
}
body.sub ul#menu {
	padding-bottom: 80px;
	background: url('../images/webdragon/logo.png') 30px bottom no-repeat;
	margin-bottom: 30px;
}
ul#menu li {
	display: inline;
	float: left;	
	margin-bottom: 30px;
	clear: left;
}
ul#menu li a {
	color: #593119;
	padding-bottom: 4px;
	float: left;
	border-bottom: solid 1px white;
	text-decoration: none;
}
ul#menu li a:hover,
ul#menu li.active a {
	border-bottom-color: #c3a459;
}
ul#menu li.active a {
	color: #c3a459;
}
ul#menu li.active ul li a {
	color: #593119;
	border-bottom-color: transparent;
}
ul#menu li.active ul li a:hover {
	border-bottom-color: #c3a459;
}
ul#menu ul {
	font-size: 80%;
	margin: 2.1em 0 0 -10px;
	float: left;
	display: inline;
	background: url('../images/webdragon/li.gif') 0 2px no-repeat;
	padding-left: 10px;
}
ul#menu ul li{
	margin-bottom: 5px;
}
ul#menu ul li a {
	padding-bottom: 1px;
}

div#side {
	clear: left;
	float: left;
	text-align: left;
	font-size: 95%;
	padding-top: 20px;
}
div#side h2{
	font-size: 120%;
}
div#side h2,
div#side div {
	margin-bottom: 10px;
}

div#wrap {
	margin: 0 auto;
	padding-right: 5px;
}
div#corner {
	background: #fff url(../images/webdragon/bg_tl.png) top left no-repeat;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 20px;
}
div#wrap {
	background: #fff url(../images/webdragon/bg_br.png) bottom right no-repeat;
	overflow: hidden;
	padding: 65px 0 0 30px;
	min-height: 450px;
	max-width: 1150px;
	position: relative;
}

ul#banner {
	position: relative;
	top: -45px;
	font-size: 90%;
	text-align: center;
	color: #ccc;
	cursor: default;
	margin: 0 auto;
}
ul#banner li {
	display: inline;
	margin-right: 20px;
}

div#content {
	max-width: 700px;
	text-align: left;
	clear: right;
	overflow: hidden;
	height: 1%;
	padding: 0 47px 35px 0;
	position: relative;
	min-height: 350px;
	margin: 0 -10px 20px 50px;
}
body.sub div#content {
	border-bottom: solid 1px #b2b2b2;
}
div#content h2.title {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 30px;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 10px;
	text-align: left;
	display: block;
	margin-right: -10px;
}
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	margin-bottom: 10px;
}

div#content ul,
div#content ol,
div#content p {
	margin-bottom: 20px;
}
div#content p {
	max-width: 550px;
	clear: both;
	line-height: 1.3;
}
div#content ul{
	padding-left: 15px;
}
div#content ol {
	padding-left: 25px;
}
div#content ul {
	list-style-type: square;
}
div#content ul ul {
	list-style-type: none;
}
div#content hr {
	background: #b2b2b2;
	border: 0;
	height: 1px;
}

div#flash {
	margin-bottom: -35px;
	text-align: center;
}

div.image {
	text-align: center;
}

img#cloud {
	margin-right: 43px;
}
img#logo {
	float: left;
	clear: both;
	position: relative;
	top: 70px;
	left: 50px;
}

hr#bottom {
	width: 53%;
	position: absolute;
	bottom: 60px;
	right: 40px;
}

div#footer {
	background: url('../images/webdragon/footer.png') top right no-repeat;
	overflow: hidden;
	height: 1%;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	z-index: 2;
	padding-left: 5px;
	margin-bottom: 30px;
	padding: 5px 5px 0 0;
	clear: both;
	color: #593119;
}
div#footer a {
	color: #593119;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	color: #593119;
}
p#notice,
ul.links {
	font-size: 85%;
	clear: right;
}
p#notice {
	float: left;
}
ul.links {
	float: right;
	text-transform: lowercase;
}
ul.links li {
	display: inline;
	border-right: solid 1px #593119;
   padding: 0 6px 0 3px;
}
ul.links li.last {
	border: 0;
	margin: 0;
}

ul#user {
	float: left;
	clear: left;
	margin: 5px 0 10px -5px;
}
ul#user li.username {
	text-transform: none;
}

ul#lang {
	left: -25px;
	float: left;
	overflow: hidden;
	list-style: none;
	position: relative;
}

ul#lang li {
	display: block;
	float: left;
	margin: 5px;
}

ul#lang li a {
	height: 21px;
	width: 35px;
	float: left;
	padding: 2px;
	text-indent: -10000px;
	border: 1px solid #fff;
}

ul#lang li.selected a, ul#lang li a:hover {
	border: 1px solid #c3a459;
}

ul#lang li.English {
	background: url(../images/webdragon/en-UK.png) no-repeat 3px 3px;
}

ul#lang li.Italiano {
	background: url(../images/webdragon/it-IT.png) no-repeat 3px 3px;
}