/* general */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #9B9BB3;
}
p {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.caption {
	margin-top: 5px;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
img {
	border: 2px solid #000000;
}
img.icon {
	border: 0;
	vertical-align: middle;
	margin-right: 20px;
}
a {
	color: #595966;
	text-decoration: underline;
}
a:hover {
	color: #9B9BB3;
}
a:hover img {
	border-color: #9B9BB3;
}
a.alert {
	color: #660000;
	text-decoration: underline;
}
a.alert:hover {
	color: #990000;
}
table {
	margin-left: 20px;
}
td.image {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 20px;
	text-align: right;
}
table.formtable {
	width: 500px;
	margin-left: auto;
	background-color: #EEEEEE;
}
table.formtable td {
	padding: 5px;
	vertical-align: top;
}
table.formtable td.label {
	width: 120px;
}
input, select, textarea {
	width: 350px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}
textarea {
	height: 100px;
}
input.button {
	width: auto;
}


/* container */
div#container {
	min-width: 760px;
}

/* header */
div#header {
	height: 100px;
	background: #595966 url(../en/images/layout/headerbg.jpg) left top no-repeat;
	border-bottom: 1px solid #B3B3B3;
}

/* navigation */
div#navigation {
	height: 25px;
	background-color: #999999;
	line-height: 25px;
	font-size: 10px;
	text-transform: uppercase;
}
span.arrow {
	color: #666666;
}
ul {
	width: 100%;
}
ul, li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li a {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
li a:hover {
	background-color: #AAAAAA;
	color: #FFFFFF;
}
li.current {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
}

/* content */
div#content {
	clear: both;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #FFFFFF url(../images/layout/contentbg.jpg) center right no-repeat;
	color: #000000;
}

/* footer */
div#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #666666;
}
div#footer img {
	border: 0;
}


/* rounded borders */
div.borders
{
    width: 520px;
}
div.box
{
	width: 500px;
	padding: 10px;
	background-color: #EEEEEE;
}
span.top, span.bottom
{
    display: Block;
    background-color: #FFFFFF;
}
span.top span, span.bottom span
{
    display: Block;
    overflow: Hidden;
    height: 1px;
	background-color: #EEEEEE;
}
span.row1
{
    margin: 0 5px;
}
span.row2
{
    margin: 0 3px;
}
span.row3
{
    margin: 0 2px;
}
span.top span.row4, span.bottom span.row4
{
    margin: 0 1px;
    height: 2px;
}

div.alertborders
{
    width: 520px;
}
div.alertbox
{
	width: 500px;
	padding: 10px;
	background-color: #FF6633;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
span.alerttop, span.alertbottom
{
    display: Block;
    background-color: #FFFFFF;
}
span.alerttop span, span.alertbottom span
{
    display: Block;
    overflow: Hidden;
    height: 1px;
	background-color: #FF6633;
}
span.alerttop span.row4, span.alertbottom span.row4
{
    margin: 0 1px;
    height: 2px;
}