﻿/* body has grey background, set fonts */

body 
{
    font-family:Verdana,Arial,Sans-serif;
    font-size:12px;
    color:Black;
    background-color: #cccccc;
    margin:0px;
    padding:0px;
    /*text-align:center; is a hack for IE5/Win but screws up java menu => don't use */
}

/* container with shadow - standard for all pages */

table.container {
	width:950px;
    margin: 0 auto;
    border-collapse:collapse;
    border-spacing:0px;
    table-layout: fixed;
    text-align: left;
}

td.container-left {
    width:10px;
    background-image:url("./images/gradient-left.png");
    background-repeat: repeat-y;
    margin:0px;
    padding:0px;
}

td.container-center {
    background-color:white;
    margin:0px;
    padding:0px;
}

td.container-right {
    width:10px;
    background-image:url("./images/gradient-right.png");
    background-repeat: repeat-y;
    margin:0px;
    padding:0px;
}

td.container-left-bottom {
    width:10px;
    height:10px;
    background-image:url("./images/gradient-left-bot.png");
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
}

td.container-right-bottom {
    width:10px;
    height:10px;
    background-image:url("./images/gradient-right-bot.png");
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
}

td.container-bottom
{
    height:10px;
    background-image:url("./images/gradient-bottom.png");
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
}

/* glass top and bottom masts */

#mast-top
{
    height:60px;
    /* background-image:url("./images/mast-top.png");
    background-repeat:repeat-x; */
    background-color: blue; /* #232d2e; */
    margin:0px;
    padding:0px;
}

#mast-bottom
{
    height:25px;
    /* background-image:url("./images/mast-bottom.png");background-repeat:repeat-x; */
    background-color: #232d2e;
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}

#mast-logo
{
    float:left;
    width:270px;
    height:60px;
}

#mast-middle
{
    float:left;
    width:310px;
    height:100%;
}

#menu-right
{
    float:left;
    width:350px;
    height:30px;
    /* background-image:url("./images/menu-right.png");
    background-repeat:no-repeat; */
}

#menu-main {
    width:100%;
    height:20px;
    background-image:url("./images/menu-main.png");
    background-repeat:repeat-x;
}

#shadow-top
{
    width:100%;
    height:10px;
    background-image:url("./images/shadow.png");
    background-repeat:repeat-x; 
}

#shadow-bottom
{
    float:left;
    width:100%;
    height:30px;
    background-image:url("./images/shadow-bottom.png");
    background-repeat:repeat-x; 
}

#shadow-tool
{
    float:left;
    width:100%;
    height:100px;
    background-image:url("./images/shadow-tool.png");
    background-repeat:repeat-x; 
}

#shadow-mid-0
{
    float:left;
    width:100%;
    height:5px;
    background-image:url("./images/shadow-mid-0.png");
    background-repeat:repeat-x; 
}

#shadow-mid-3
{
    float:left;
    width:100%;
    height:5px;
    background-image:url("./images/shadow-mid-3.png");
    background-repeat:repeat-x;
}

#nav-header
{
    position:relative;
    text-align:right;
    top:2px;
    color: #ffffff;
    font-size:10px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

#nav-footer
{
    float:left;
    width:49%;
    top:5px;
    left:5px;
    color: #CCCCCC;
    font-size:11px;
    margin: 0px auto;
    padding-bottom:0px;
    padding-top:5px;
    padding-left:5px;
    padding-right:0px;
}

a.navlink {
	color:#CCCCCC;
	text-decoration:none;
}

a.navlink:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

a.hdrlink {
	color:White;
	text-decoration:none;
}

a.hdrlink:hover{
	color:White;
	text-decoration:underline;
}

/* main page elements */

#center-mainpage
{
    padding:10px;
}

/* sub page elements */

#sub-left
{
    float:left;
    width:270px;
    position:relative;
    top:5px;
    height:100%;
    padding:10px;
    font-size:12px;
	color: #808080;
	text-align:left;
}

#sub-center
{
    float:left;
    width:570px;
    height:100%;
    padding:10px;
}

#sub-right
{
    float:right;
    width:150px;
    position:relative;
    top:35px;
    height:100%;
    padding:10px;
    font-size:10px;
	color: #808080;
}

#sub-center-full
{
    float:left;
    width:620px;
    height:100%;
    padding:10px;
/*    border:1px solid red; */
}

/* text elements */

h1, h2, h3, h4, h5, p {
	margin:10px 0px 10px 0px;
}

h1
{
	color:#0f004e; /* #00c0c0; */
    font-family:Arial,Sans-serif;
    font-size:20px;
    font-weight:bold;
}

h3
{
	color:#ff6300;
    font-family:Arial,Sans-serif;
    font-size:16px;
    font-weight:bold;
}

h2
{
    background-color:#8BB6F1;
    font-size:12px;
    font-weight:bold;
    padding:4px;
}

h4
{
    font-size:12px;
    font-weight:bold;
}

h5
{
    font-size:12px;
    font-weight:bold;
    color:White;
    background-color:Black; 
    padding:6px;
    width:688px;
}

img
{
    border:0px;
}

ul
{
	list-style-image: url("./images/arrow.png");
/*    list-style-type:square; */
}

a.txtlink {
	color: #808080;
	text-decoration: none;
}

a.txtlink:hover{
	color: #0f004e; /* blue; */
	text-decoration: underline;
    font-weight:bold;
}

p.box 
{
    font-family:Verdana,Arial,Sans-serif;
    font-size:11px;
	border: 1px solid #cccccc;
	padding:5px;
}

p.hdr-sub {
    font-weight:bold;
	color:#FF6300;
	margin-top:0px;

}

p.rule {
	border-top: 3px solid #cccccc;
	padding-top:10px;
}

#list-arrow
{
    width:7px;
    height:11px;
    background-image:url("./images/arrow.png");
    float:left;
    position:relative;
    padding:0px;
    margin:5px 5px 5px 0px;
    background-repeat:no-repeat;
    background-position:center;
}

#list-item
{
    float:left;
    width:135px;
    height:11px;
    padding:0px;
    margin:5px 5px 5px 0px;
}

/* other elements */

#main-page-flash
{
    margin:0px;
    padding:0px;
}

table.interior {
    width:920px;
}

td.interior 
{
    margin:20px;
    padding:0px;
}

#box-info-hdr 
{
    width:220px;
    height:12px;
    padding:4px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    font-weight:bold;
    background-color:#8BB6F1;
    vertical-align:middle;
}

#box-info-content 
{
    width:220px;
    padding:4px;
    border:1px solid #cccccc;
}

#nav-left-hdr 
{
    width:144px;
    height:12px;
    padding:2px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    background-color: #232d2e; /* #8BB6F1; */
    color:White;
    font-weight:bold;
    vertical-align:middle;
}

#nav-left-item
{
    width:144px;
    height:12px;
    padding:2px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    font-weight:bold;
    vertical-align:middle;
}

#nav-left-bottom
{
    width:150px; 
    height:16px;
    border-top:1px solid #cccccc;
}

#box-right-hdr
{
    width:144px;
    height:12px;
    padding:2px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    font-weight:bold;
    color:White;
    background-color:#8BB6F1;
    vertical-align:middle;
}

#box-item-img
{
    width:148px;
    height:70px;
    padding:0px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
}

#box-right-item
{
    width:144px;
    padding:2px;
    border:1px solid #cccccc;
}

#box-center-hdr
{
    width:712px;
    height:14px;
    padding:4px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-top:1px solid #cccccc;
    font-weight:bold;
    color:White;
    background-color:#8BB6F1;
    vertical-align:middle;
}

#box-center-item
{
    width:712px;
    padding:4px;
    border:1px solid #cccccc;
    height:100%;
}

#box-div-btn
{
    height:50px;
    padding:0px;
    margin:5px 5px 5px 300px;
}

#box-zin-btn
{
    height:50px;
    padding:0px;
    margin:5px 5px 5px 175px;
}

table.box {
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
    border-spacing:0px;
}

td.box-left {
    height:30px;
    width:410px; 
    padding:0px;
    margin:5px 5px 5px 0px;
}

td.box-right {
    height:30px;
    padding:0px;
    margin:5px 5px 5px 0px;
}

table.list {
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
    border-spacing:0px;
    table-layout: fixed;
}

td.list-left {
    width:11px;
    height:11px;
    padding:0px;
    margin:5px 5px 5px 0px;
}

td.list-right {
    height:11px;
    padding:0px;
    margin:5px 5px 5px 0px;
}

div.legend {
	clear: both;
	color:blue;
	position:relative;
	left:80px;
}

.heading {
	padding: 5px;
	color:#000000;
    font-family:Verdana,Arial,Sans-serif;
    font-size:12px;
	font-weight:bold;
	font-size:12px;
}

/* Accordion */

.accordionHeader
{
    border: 1px solid #cccccc;
    color: #0f004e;
    background-color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;

    height:14px;
    background-image: url('images/bbg0.gif'); /* background-image:url("./images/accordion-back.png"); */
    background-repeat:repeat-x;

}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
}

.accordionHeaderSelected
{
    border: 1px solid #cccccc;
    color: white;
    background-color: #ff6300;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;

    height:14px;
    background-image: url('images/bbg1.gif'); /* background-image:url("./images/accordion-back2.png"); */
    background-repeat:repeat-x;

}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
}

.accordionContent
{
    font-size:12px;
    background-color: #ffffff; 
    border: 1px solid #cccccc;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #000000;
}

/* TO KEEP SLIDER ON ONE LINE */

table.slider {
    margin:0 auto;
    border-collapse:collapse;
    border-spacing:0px;
}

td.slider-left {
    padding:0px;
    margin:0px;
    width:100px;
}

td.slider-right {
    padding:0px;
    margin:0px;
}

/* FOR MODAL POPUPS AND BACKGROUND */

.modalBackground {
	        background-color:Gray;
    	    filter:alpha(opacity=70);
	        opacity:0.7;
}

.modalPopup 
{
    background-color:White;
    border-width:2px;
    border-color:Black;
    border-style:solid;
    padding:20px;
	width:250px;
    font-family:Verdana,Arial,Sans-serif;
    font-size:12px;
    color:Black;
    text-align:left;
	        
}

div.imgrow 
{
    float:left;
    margin:0;
    padding:0;
    width: 98.5%;
}

div.imgcols
{
    float:left;
    width:125px;
    height:125px;
    margin: 0 3px 0 0;
    padding:0;
   	text-align:center;
    vertical-align:top;
}

table.results {
	width:auto;
	background-color: white;
	border: 1px solid #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
    font-family:Verdana,Arial,Sans-serif;
    font-size:11px;
}

td.resultshdr {
	border: 1px solid #cccccc;
	color: white;
	background-color: #0f004e;/*8bb6f1*/
	font-size: 11px;
	font-weight:bold;
	width:100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
}

td.results {
	border: 1px solid #cccccc;
	background-color:white;
	font-size:11px;
	font-weight:normal;
	width:100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
}

/* AJAX Controls */

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #0f004e; 
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #0f004e;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

#rwlogo {
font-size: 39px;
font-family:Arial Black, Gadget, sans-serif;
font-weight:bolder;
font-style:italic;
color: #ff0000;
letter-spacing: -4px;

}

#rwlogo sup
{
color: red;
font-size: 16px;
font-family: Verdana,Arial,Sans-serif;
font-weight: bold;
font-style: normal;}

#header
{
width: 100%;
height: 60px;
background-color: #232d2e;
color: #ffffff;
}

#header_inner
{
position: relative;
width: 930px;
height: 90px;
margin: 0px auto;
}

#menu_top
{
background: inherit;
position: absolute;
right: 0px;
top: 5px;
}

/* buttons */

.button-sml {
	font-size: 11px;
	background: url(images/button-thin.png) no-repeat;
	font-weight: bold;
	color: #FFF;
	padding: 1px 0 3px 0;
	height: 16px;
	width: 74px;
	border: 0px;
	text-align: center;
	text-decoration:none;
}

.button-sml:hover {
	background: url(images/button-thin-active.png) no-repeat;
	text-decoration:none;
}

.button-lrg {
	font-size: 18px;
	background: url(images/button-lrg.png) no-repeat;
	font-weight: bold;
	color: #FFF;
	padding: 1px 0 3px 0;
	height: 61px;
	width: 222px;
	border: 0px;
	text-align: center;
}

#column-20
{
float: left;
width: 19%;
margin-bottom: 25px;
padding-right: 5px;
text-align: center;
}

/*
h1 {color: #FF6300;}
h3 {color: #00C0C0;}
p {text-align: justify;}
ul {list-style-type= square;}
a {color: #FF6300;}
*/

