﻿* {
	font-family:Arial Narrow, Arial, Verdana;
	font-size:10pt;
}

BODY {
    text-align:center;
    margin-top:50px;
}

A
{
	color:#0989CB;
	text-decoration:none;
	font-weight:bold;
}

A:HOVER
{
	text-decoration:underline;
}

H2 {
    margin:0px;
	color:#FF9306;
	font-size:12pt;
}

H3 {
	margin:0px;
	color:#0989CB;
}

#MainTable {
    width:802px;
    border-collapse:collapse;
    border:1px solid #0989CB;
}

#HeaderCell {
    width:795px;
    height:37px;
    padding:0 5px 0 0;
    text-align:right;
    vertical-align:middle;
	white-space:nowrap;
	font-weight:bold;
	color:#0989CB;
}

#HeaderCell A {
	font-weight:bold;
	color:#0989CB;
	text-decoration:none;
}

#HeaderCell A:HOVER {
	font-weight:bold;
	color:#FF9306;
	text-decoration:underline;
}

#HeaderCell span.Bullet {
    color:#FF9306;
}

#TopRuleCell {
    width:800px;
    height:4px;
    background:#0989CB;
    text-align:right;
    vertical-align:bottom;
}

#BannerCell {
    width:800px;
    height:202px;
    text-align:center;
}

#LeftContentCell {
     width:227px;
     height:331px;
     background:#fff8de url(../../images/gbc-cp/backgrounds/LeftContentBG.gif) bottom no-repeat;
     vertical-align:top;
}

#LeftContentContainer {
     width:217px;
     height:287px;
     text-align:left;
     margin:5px;
     overflow:auto;
     color:#0989CB;
}

#LeftDividerCell {
     width:4px;
     height:331px;
     background:url(../../images/gbc-cp/backgrounds/LeftDividerBG.gif) bottom no-repeat;
}

#MainContentCell {
    width:415px;
    height:331px;
    background:#dddddd url(../../images/gbc-cp/backgrounds/MainContentBG.gif) bottom no-repeat;
    vertical-align:top;
}

#MainContentContainer {
    width:405px;
    height:307px;
    text-align:left;
    margin:5px;
    overflow:auto;
}

#RightDividerCell {
    width:4px;
    height:331px;
    background:url(../../images/gbc-cp/backgrounds/RightDividerBG.gif) bottom no-repeat;
}

#RightContentCell {
    width:150px;
    height:331px;
    background:#fff8de url(../../images/gbc-cp/backgrounds/RightContentBG.gif) bottom no-repeat;
    vertical-align:top;
}

#RightContentContainer {
    width:140px;
    height:295px;
    text-align:left;
    margin:5px;
    overflow:auto;
}

#FooterCell {
    width:800px;
    height:30px;
    background:#FF9306;
}

DIV.rcw_window {
    width:138px;
    border:1px solid #FF9306;
}

DIV.rcw_window DIV.rcw_header {
    padding:5px;
    background:#0989CB;
    border-bottom:1px solid #FF9306;
    color:#ffffff;
    font-weight:bold;
}

DIV.rcw_window DIV.rcw_content {
    text-align:left;
    padding:2px 5px 2px 5px;
    background:white;
}

DIV.rcw_window DIV.rcw_content A {
    font-size:8pt;
}