@import url('misc.css');
@import url('roundcorners.css');

body {padding: 0; margin: 0; font-size: 62.5%; background: black url(../images/tilebackground.jpg) fixed; }

a:link {text-decoration: none; color:Blue}
a:visited {text-decoration: none; color:Blue}
a:active {text-decoration: none; color:Blue}
a:hover {text-decoration: underline; color:Blue}

#wrap {
	width: 957px;
	margin: 0px auto 0 auto; /* Top 30px, left auto, bottom 0 cause it doesn't work, and right auto, the auto is to put it into center. */
	background: #ffffff url(../images/wrap_corner_left.jpg) top left no-repeat;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial;
}
.wrap_corner_right {
	background: url(../images/wrap_corner_right.jpg) top right no-repeat;
}
.bottom_space {
	margin-bottom: 30px;
}
#topcontent {
padding: 3px 3px 0 3px;
}
#header {
	background: #336699 url(../images/header_corner_left.jpg) top left no-repeat;
}
#top_header {
	background: url(../images/header_corner_right.jpg) top right no-repeat;
}

#header #logo { 
	padding: 5px 0 3px 20px; 
	width: 907px;
	float: left;
}
#header #logo a {	text-decoration:none; color: #FFFFFF; }
#header #logo a img {	border:none; }
#header #logo { height: 30px; }
#header #logo h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
}
#header #logo h1 span {
	font-size: 1em;
}
#header #logo p {
	 margin: 0;
	 padding: 0;
	 color: #CCDDEE;
	 font-size: 1.4em;
}

#header #center_header {
	float: left;
	width: 275px;
	color: #FFFFFF;
	font-size: 1.1em;
}
#header #center_header a {
	color: #ffffff;
	text-decoration: underline;
}

#header #center_header #suggestion {
	background: #2C5783 url(../images/suggestion_corner_left_bottom.jpg) bottom left no-repeat;
}
.suggestion_corner_right {
	background: url(../images/suggestion_corner_right_bottom.jpg) bottom right no-repeat;
	padding: 10px 10px;
}

#header #right_header {
	float: right;
	text-align: right;
	width: 255px;
	color: #FFFFFF;
	padding: 10px 20px 0 0;
	font-size: 1.1em;
}

#header #right_header a { text-decoration: none; color: #FFFFFF; }
#header #right_header a:hover { text-decoration: underline; }

#header #menu_container { padding: 0px 20px 0 20px; }
#header #menu {
	height: 25px;
	background: #264E75 url(../images/menu_bg.jpg) top right no-repeat;
	font-size: 1.1em;
}
#header #menu ul {
	list-style: none;
	height: 25px;
	margin: 0;
	padding: 0;
}
#header #menu ul li {
	display: inline;
}
#header #menu ul li a {
	display: block;
	float: left;
	color: #ffffff;
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	background: url(../images/menu_bg_separator.jpg) top left no-repeat;
	padding: 0 10px;
}
#header #menu ul li a.active {
	background: #204264 url(../images/menu_bg_separator.jpg) top left no-repeat;
}
#header #menu ul li a.first {
	background: url(../images/menu_bg_leftcorner.jpg) top left no-repeat;
}
#header #menu ul li a:hover {
	text-decoration: underline;
	/* color: #CCDDEE; */
}

#body {
	background: url(../images/body_bg.jpg) top left repeat-x;
	padding: 5px 0px 0 6px;
	height : 525px;
}
#body .body_left {
	float: left;
	width: 405px;
}
#body .body_right {
	float: right;
	width: 405px;
}
#body.maintenance {
	background: url(../images/maintenance.jpg) bottom right no-repeat;
}
#body h1 {
	font-size: 1.4em;
	color: #264E75;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
}
#body p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
}

#body p a,
ul.asterix a {
	color: #336699;
	text-decoration: underline;
}
#body p a:hover {
}

#body ul.asterix {
	padding: 0 20px;
	margin: 0 0 15px 0;
	list-style: none;
	font-size: 1.1em;
}
#body ul.asterix li {
	padding: 0 0 5px 15px;
	background: url(../images/ul_asterix_li.jpg) 1px 3px no-repeat;
}
#body ul.asterix li.green {
	background: url(../images/ul_asterix_li_green.jpg) 1px 3px no-repeat;
	color: #00CC00;
}

#body #body_content {
	width: 938px;
	padding-left: 0px;
	float: left;
	height: 510px;
}

#body #body_left p.ideas {
}
#body #body_left p.ideas span {
	font-weight: bold;
	color: #950065;
}

#body #body_right {
	width: 690px;
	padding-left: 10px;
	float: right;
	height:780px;
}

#bottomcontent {
	background: url(../images/bottomcontent_corner_left.jpg) bottom left no-repeat;
}
#bottomcontent .bottomcontent_right {
	background: url(../images/bottomcontent_corner_right.jpg) bottom right no-repeat;
	padding: 3px;
}
#footer {
	background: #336699 url(../images/footer_corner_left.jpg) bottom left no-repeat;
	border-top: 1px solid #264E75;
	color: #FFFFFF;
	font-size: 1.1em;
}
#footer .footer_corner_right {
	background: url(../images/footer_corner_right.jpg) bottom right no-repeat;
}
#footer .left,
#footer .right {
	padding-bottom: 15px;
	padding-top: 15px;
}
#footer .left {
	width: 600px;
	float: left;
	padding-left: 20px;
}
#footer .left a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .left a:hover {
	text-decoration: underline;
}
#footer .right {
	background: url(../images/footer_divider.jpg) top left no-repeat;
	width: 180px;
	float: right;
	padding-left: 15px;
	padding-right: 20px;
}
#footer .right a {
	color: #ffffff;
	text-decoration: underline;
}
.tos_titles {
	color: #950065;
	font-weight: bold;
}
.form_item {
}
.form_item span.label {
	color: #950065;
	display: block;
}
.form_item span.desc {
	color: #999999;
	display: block;
}
.form_item span.error {
	color: #FF0000;
}
.form_item input.wide {
	width: 250px;
}
	
/* Accordion */
.accordionHeader
{
    font-weight:bold;
    color:Black;
    padding: 3px;
    margin-top: 1px;
    cursor: pointer;
    /*background: url(../images/accordionHeader.gif) top left repeat-y;*/
    background-color:Silver;
}
 
.accordionContent
{
    background-color: white;
    border: 1px dashed Silver;
    border-top: none;
    padding: 2px;
    margin-top: 0px;
    text-align:center;
}

.button01
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    font-weight:bold;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.textbox01
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    border: 1px solid silver;
    height: 14px;
    text-transform: uppercase;
}
.textbox02
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    height: 14px;
    text-transform: uppercase;
    border: 1px solid silver;
    background-color: InfoBackground;
    color:Navy;
}
.textbox03
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    height: 14px;
    text-transform:lowercase;
    border: 1px solid silver;
    color:Navy;
}
.textbox_multiline01
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid silver;
    background-color:InfoBackground;
    color:black;
}
.textbox_multiline02
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid silver;
    color:black;
}
.dropdown01
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    color:Navy;
    background-color:InfoBackground;
    border: 1px solid silver;
    height: 18px;
    text-transform: uppercase;
}
.dropdown02
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color:Navy;
    background-color:InfoBackground;
    border: 1px solid silver;
    height: 18px;
    text-transform: lowercase;
}
.label01
{
    text-align:right;
    text-transform: uppercase;
}

.label02
{
    font-size: 10px;
    font-weight: bold;
}

.modalBackground
{
    background-color:Black;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.pnlPopup
{
    border:solid 1px Gray;
    background: url(../images/pnlPopup.jpg) top left repeat-x;
}

.ajaxProgress
{
    position:absolute;
    left:40%; top:40%;
   /* border:solid 1px gray;*/
    padding:2px 10px 2px 10px; font-weight:bold;
    color:Black; background-color:#d8dfea/*eff2f7*/; vertical-align:middle;
}


.gridtable
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 9px;
    text-transform: uppercase;
    width: 100%;
    border-collapse:collapse;
}
.formtable
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 9px;
    text-transform: uppercase;
    width: 100%;
    border-collapse:collapse;
}
.formtable td {
    padding:1px;
    height:16px;
}
.formdiv
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 9px;
    text-transform: uppercase;
    width: 100%;
    border-collapse:collapse;
}