* {
	scrollbar-3dlight-color:#444;
	scrollbar-arrow-color:#444;
	scrollbar-base-color:#222;
	scrollbar-darkshadow-color:#444;
	scrollbar-face-color:#222;
	scrollbar-highlight-color:#222;
	scrollbar-shadow-color:#222; }

body {
    padding: 0;
    margin: 0;
    font-family: Verdana, helvetica, sans-serif;
    color: #eee;
    font-size: 8pt;
}

a img {
  border: 1px solid #444;
  margin: 8px; }
  
a:hover img {
  border: 1px solid #ddd; }
  
#mainContainer {
    position: absolute;
    background: #000000 url(../images/bg.png) repeat scroll center center;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#mainInner {
    position: relative;
    margin: 0px auto 0px auto;
    top: 30px;
    padding: 0px;
    background: #000000 url(../images/bg5.png) repeat scroll center center;
    width: 955px;
    border: 1px solid #444;
}

#topBanner {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 745px; }

.separator {
    width: 100%;
    height: 2px;
    background-color: #444;
    line-height: 1px;
    margin: 12px 0 12px 0; }

#topMenu {
    position: relative;
    color: #ddd;
    width: 100%;
    text-align: right;
    font-size: 8pt; }
    
#topMenu a {
    text-decoration: none;
    color: #ddd;
    margin: 2px 4px 4px 8px; }

#topMenu a:hover {
    text-decoration: underline;
    color: #fff; }
    
#languageSelect {
	position: absolute;
	left: 8px;
	top: 0px; }

#languageSelect a {
	padding: 0;
	margin: 0px 4px; }

#languageSelect a img {
	margin: 0;
	padding: 0; }

#middleContainer {
    width: 955px;
    position: relative; }

#leftContent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
    border-right: 2px solid #444;
    height: 100%;
	overflow: auto;
	overflow-x: hidden !important; }
    
#leftContent .menu {
    position: relative;
    padding: 0;
    width: 162px;
    margin: 8px auto 0 6px; }

#leftContent .menu a {
    display: block;
    width: 158px;
    border: 1px solid #444;
    background-color: #222;
    font-size: 9pt;
    font-weight: bold;
    padding: 4px;
    margin: 8px 0 8px 0;
    color: #ddd;
    text-decoration: none; }

#leftContent .menu a:hover {
	color: #fff;
    background-color: #444;
    border-color: #666; }

#leftContent .menu .csmenuOuter {
    position: relative;
    left: -2px;
	padding: 0;
	margin: 0; }

#leftContent .menu .csmenu {
    position: relative;
	padding: 0 0 0 4px;
	margin: 0 4px 0 0; }

#leftContent .csmenuInner {
	display: none; }

#leftContent .menu .csmenu a {
    background-color: transparent;
	display: block;
    font-weight: normal;
	font-size: 7pt;
    padding: 1px;
    margin: 0;
    border: 0; }

#leftContent .menu .csmenu a:hover {
    display: block; }

#leftContent .menu .csmenu div.title {
	font-size: 7pt;
	font-weight: bold;
	cursor: pointer;
	margin-top: 4px;
}
#rightContent {
    position: absolute;
    left: 805px;
    top: 0px;
    width: 150px;
    border-left: 2px solid #444;
    height: 100%;
    overflow: hidden; }
    
#rightContent #rightContentInner {
	margin: 5px 5px 5px 3px; }


#mainContent {
    position: absolute;
    /* padding: 4px; */
    left: 185px;
	top: 0px;
	width: 622px;
    height: 400px;
	overflow: auto;
	margin: 0px 0px 0px 0px; }
    
#mainContentInner {
    position: relative;
	margin: 12px auto;
	width: 590px; }
    
#mainContent a {
	color: #ddd;
	text-decoration: underline; }
	
#mainContent a:hover {
	color: #fff; }


.linkTable {
    margin: 4px auto 4px auto;
    width: 80%;
    color: #eea; }

.linkTable .l {
    text-align: left;
    width: 50%; }
    
.linkTable .r {
    text-align: right;
    width: 50%; }

.linkTable .f {
	text-align: left;
	width: 100%; }

.linkTable a {
    font-size: 9pt;
    color: #ddd;
    text-decoration: none; }
    
.linkTable a:hover {
    font-size: 9pt;
    color: #fff;
    text-decoration: underline; }
    
h3 {
    background: #b02010 url(../images/gradient-h-r1.png) repeat-y scroll center center;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 2px; }
    
h2 {
    border-bottom: 2px solid #bbb;
    color: #eee;
    font-size: 12pt;
    font-weight: bold;
    text-align: left; }
    
.shadowContainer {
	position: absolute;
	top: 0px;
	left: 0px; }

.shadowContainer .h {
    position: absolute;
    bottom: 0px;
    left: 30px; }
    
.shadowContainer .v {
    position: absolute;
    top: 30px;
    right: 0px; }

.shadowContainer .tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px; }

.shadowContainer .br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px; }

.shadowContainer .bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 30px; }

#logoBall {
	position: relative;
	top: 10px; }

#bannerText {
	position: relative;
	top: -12px;
	margin-left: 8px;
	vertical-align: bottom; }
	
