body {
    background: #300 url('/images/backgrounds/background.jpg') left top repeat;
}

body {
    background: white;	
}	

#page {
	border: 1px solid white;
	width: 790px;
}

#header {
    height: 115px;
    margin: 0;
    padding: 0 0 0 0;
    color: black;
    background: url(/images/backgrounds/graytop2.jpg) top left no-repeat;
}

#content {
    background: url(/images/backgrounds/graymiddle.jpg) top left repeat-y;
    margin: 0;
    padding: 0;
}

#notebook {
    margin: 0 auto;
    width: 740px;
}
.tab_page {
	padding: 0 10px 0 10px;
    border: 1px solid gray;
    background: white;  
}   

#footer {
    background: url(/images/backgrounds/graybottom.jpg) top left no-repeat;
    margin: 0 auto;
    padding: 30px 0 0 0;
    height: 60px;
}



a { 
    text-decoration: none;	
}	
a:hover {
    text-decoration: underline;  
}	

#header h2 {
    color: black;
}
#top_nav a, #bottom_nav a, .table_field_list th {
    color: white;
}

td.thin_break {
    background: url('/images/buttons/graypipe.jpg') left bottom repeat-x;
    padding-bottom: 12px;
}   

#news h1, #news h3, #news h4, #minutes, #page {
    color: black;
}

.req, .msg {
    color: red;
}

.jslink {
    color:blue;
}   
#top_nav, #bottom_nav  {
    border: 1px solid gray;
    margin: 0;  
    height: 20px;
}
.simple_table, .form_table {
	margin: 0;
	padding: 0;
    width: 100%;	
}
.full_page {
    padding: 0;
    width: 100%;
    }
.home_page {
    padding: 0;
    width: 100%;
}

#tabrow li.select, #tabrow li.select span {
    color: #11f;
}

#top_nav a:hover, #bottom_nav a:hover {
    color: gray;
	font-weight: normal;
    background: url('/images/buttons/graypipedown.jpg') left top repeat-x;
}
.picture {
	float:left;
}	

.superSize {
    font-size: 1.8em; 
}
.superHugeSize {
    font-size: 3.5em; 
}
.subHead {
	margin-left: 400px;
	font-style: italic;
    font-size: 2em; 
}
.normalSize {
    font-size: .8em; 
}
div.steps {
    float: left;
}

div.horzStep {
    float: left;
    text-align: center;
    height: 250px;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}
div.blueDot {
    height: 95px;
    margin: 0 auto;
    width: 95px;
    cursor: pointer;
    background: url(/images/buttons/brownDot.jpg) top center no-repeat;
}
.textLink {
    cursor: pointer;
	color: blue;	
}	
div.stepDesc {
    height: 150px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 0 0;
}
div.stepDesc p {
    font-size: 0.7em;
    font-weight: normal;
    padding: 0 20px 0 20px;	
}	

div.horzStep,div.stepDesc {
    width: 282px;
}

#tabrow li, #tabrow li span {
    color: #ddd;
}
#top_nav, #bottom_nav {
    background: url('/images/buttons/graypipe.jpg') left top repeat-x;
    border: 1px solid silver;
}   


.banner_table, .simple_table, .form_table, .centered_table, .links_table {
    background-color: white;	
}	
.simple_table th, .links_table th, .form_table th, .centered_table th, .demo_table th, .banner_table th {
    background: url('/images/buttons/graypipe.jpg') left top repeat-x;
}

#tabrow li {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    height:22px;
    background: url('/images/buttons/graybuttondown.jpg') left top repeat-x;
}


#tabrow li a {
    color: black;
}

#tabrow li span:hover {
    font-weight:normal;
    color: white;
}

#tabrow li.select span:hover {
    font-weight:normal;
    color: black;
}

#tabrow li.select {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    background: url('/images/buttons/graybutton.jpg') left top repeat-x;
}

#footer a {
    color: black;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}   
#footer p {
    margin: 0;
    padding: 2px 0 0 0;
    color: #300;
}
#errorDiv {
    border: solid 1px red;
    color: red;
    margin: 0;
    padding: 0;
}

#msgDiv {
    border: solid 1px green;
    color: green;
}

tr.secondary {
    background-color: #ffc;
}

.primary_command a {
    color: #039;
}

.primary_command a:visited {
    color: #66F;
}

.secondary_command a {
    color: #039;
}

.secondary_command a:visited {
    color: #66F;
}

.prominent {
    color: maroon;
}

#tabrow {
    font-size: 1.4em;
}

