/**
 * gctm.css
 *
 * Author: Unknown
 * Created: Unknown
 *
 * Modified by Carl Drews for Arctas - March 2008
 */

body {
   background:white;
   margin:0px
}

/*********************************  divisions ***********************/
div.logo {
   background-color: #00D5FF; 
   padding:          0px;    
   margin:           0px;
   width:            1150px;
   height:           77px;
   overflow:         hidden;  /* IE */
}

div.nav {
   background-color:  #00D5FF;
   width:             1070px;  /* div.logo - div.filler */
   height:            auto;   /* IE: don't put absolute here */
   margin:            0px;
   padding:           0px;
}


div.filler {
   background-color:   white;
   background-image:   url('/Images/gctm_filler_bg.png');
   height:             20px;
   width:              80px;
}

div.main {
   margin-left: 15px;
   margin-top:  20px;
   width:       1150px;
   min-height:  650px;
}

div.right-column {
   width:        810px;
   margin-left:  5px;
   min-height:   650px;
   margin-top:   5px;
}

div.bread {
   text-align:     center;
   margin:         0px;
   padding:        0px;
}

div.left-column {
   margin-top:       5px;
   margin-right:     15px;
   width:            300px;
   height:           600px;
   background-color: white;
   font-size:        0.9em;
   padding:          10px;
   border-style:     solid;
   border-color:     #293543;
   clear:            right;
   float:            left;
}

.rightSide {
   float:	right;
}

div#plot-area {
   width: 840px;
}

div.plot-controls {
   float: left;
}

div.plot-column {
   float: right;
}



/*********************************  tables ***********************/
td{
line-height:    1.5;
vertical-align: top;}

td.color{
line-height:      1.5;
background-color: #F7FFCE;
font-weight:      600; }

tr.color{
line-height:      1.5;
background-color: #F7FFCE;
font-weight:      600; 
}

table.center{
margin-left:   auto;
margin-right:  auto;
}



/********************************* headers ***********************/
h1{
font-size:  1.4em;
color:      black;
text-align: center;
}

h2{
font-size:     1.2em;
color:         black;
margin-bottom: 10px;
margin-top:     0px;
}

h3.highlight{
background:    #293543;
font-size:     1.0em;
margin:        0px;
text-align:    center;
color:         white;
}



/******************************  FOOTER *****************************/
div.footer{
width:            1000px;
padding-top:       50px;
background-color: white;
font-size:        0.85em;
text-align:       center;
}

hr.footer{
background-color: black; /* NN */
color:            black; /* IE */
margin-bottom:    0px;
}



/******************************  paragraphs  *****************************/
p.just{
text-align:     justify;
margin-top:     10px;
margin-bottom:  10px;
}



/************************ horizontal navigation *********************/
a.button {
font-weight:   bold;
font-size:     9pt;
padding:       2px 6px;
border-top:    1px solid black;
border-left:   1px solid black;
border-bottom: 1px solid black;
text-align:    center;
min-width:     75px;
height:        auto;
}

a.button:link { 
background-color: #0181FE; 
color:            white;
text-decoration:  none;
}

a.button:visited {
background-color: #0181FE; 
color:            white;
text-decoration:  none;
}

a.button:active { 
color:            red;
text-decoration:  none;
}

a.button:hover { 
background-color: #F62A02; 
color:            white;
text-decoration:  none;
border-bottom:    1px solid black;
}

a.onbutton {
font-weight:   bold;
font-size:     9pt;
padding:       2px 6px;
border-top:    1px solid white;
border-bottom: 1px solid white;
text-align:    center;
min-width:     75px;
}

a.onbutton:link { 
background-color: white; 
color:            black;
text-decoration:  none;
}

a.onbutton:visited {
background-color: white; 
color:            black;
text-decoration:  none;
}

a.onbutton:hover { 
background-color: white; 
color:            black;
text-decoration:  none;
}



/******************************** MISC ******************************/
pre{
font-family:     courier,monospace;
font-size:       0.95em;
margin-left:     2%;
}

option{
margin-right: 10px;
margin-left:  0px;
padding-left: 5px;
}

optgroup{
margin-right: 10px;
}

li{
text-align: justify;
}

img{
border: 0px;
}

