﻿body 
{
	background:#e8e8e8;
	font-family:Arial;
	font-size:12px;
	color:#3c3c3c;
}
#registerBox
{
	padding-left:10px;
	border:0px solid blue;
	width:200px;
}
#registerBoxHeader
{
	padding:2px;
}
.content 
{
	background:url(../img/en/ea09slice_3x2.png) top no-repeat #ffffff;
	background-color:#ffffff;
	font-size:12px;
	padding:30px;
	padding-bottom:0px;
	vertical-align:top;
}
.content h1
{
	margin:0;
	font-size:20px;
	color:#c96429;	
	/*
	color:#b14625;
	color:#125c9d;
	color:#003399;*/
}
.content h2
{
	margin:0;
	font-size:16px;
	color:#c96429;
	/*
	color:#b14625;
	color:#125c9d;
	color:#003399;*/
}
.content p
{
	text-align:justify
}
.contentLeft
{	
	height:100%;
	border:0px solid blue;
	width:500px;
	position:relative;
}
.contentRight
{
	height:390px;
	border:1px solid #a2a1a6;
	width:215px;
	margin-left:auto;
	margin-right:0px;
	margin-top:60px;
	background:#C8C8C8 url(../img/backbox.jpg) repeat-x;
}
.contentRightTop
{
	
}
.contentRightBottom
{
	
}
.footer
{
	background:url(../img/en/ea09slice_4x2.png) bottom no-repeat #ffffff;
	vertical-align:top;
	text-align:right;
	padding:30px;
	font-size:11px;
	color:#aaaaaa;
}
.footer a
{
	color:#aaaaaa;
}
.coShLe 
{
	background:url(../img/en/ea09slice_3x1.png) repeat-y;
}
.coShRi 
{
	background:url(../img/en/ea09slice_3x3.png) repeat-y;
}
.textInput
{
	border:1px solid gray;
	margin:2px;
}
.registerCompulsory
{
	color:#555555;
	padding:5px;
	font-size:9px;
	width:196px;
	display:block;
}
.registerLabel
{
	width:80px;
	padding-left:5px;
	font-weight:bold;
	display:inline-block;
}
.header
{
	background:url(../img/en/ea09slice_2x2.png) no-repeat;
}

#slider {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    bottom:-2px;
    
}
.scroll 
{
	border:1px solid #aaaaaa;
    height: 120px;
    width: 498px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../img/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 202px;
    width: 502px;
}

#shade {
    background: #EDEDEC url(../img/shade.jpg) no-repeat 0 0;
    height: 50px;
    position:static;
    bottom:-50px;
}

ul.navigation 
{
	list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

ul.navigation li {
    display: inline;
    margin-right: 5px;
}

ul.navigation a {
    padding: 5px;
    color: #000;
    text-decoration: none;
    font-size:11px;
    background-color:#f6f6f6;
    border-top:1px solid #aaaaaa;
    border-left:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;    
}

ul.navigation a:hover {
    background-color: #f0f0f0;
}

ul.navigation a.selected 
{
	background-color:#f5911f;
	font-weight:normal;
	color:#ffffff;
    /*background-color: #e6e6e6;*/    
    border-top:1px solid #aaaaaa;
    border-left:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 65px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -8px;
    z-index:2;
}

.scrollButtons.right {
    right: -8px;
}

.hide {
    display: none;
}