﻿/* The four basic gray colors:
255, 255, 255 - FFFFFF
225, 225, 218 - E1E1DA
217, 217, 209 - D9D9D1
178, 178, 163 - B2B2A3

And a dark text color:
102, 102, 84 - 666654
51, 51, 42 - 33332A
*/

.newsimplebox
{
    font-family: Verdana;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.simplebox
{
    font-family: Verdana;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    width: 40em;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.simplecontainer
{
    font-family: Verdana;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.fullbox
{
    font-family: Verdana;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    float: left;
    width: 98%;
    height: 100%;
    margin-left: 1%;
    margin-right: 1%;
}

.leftbox
{
    font-family: Verdana;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    float: left;
    width: 40%;
/*    height: 400px; */
    margin-left: 1%;
    margin-right: 1%;
}

.rightbox
{
    font-family: Verdana;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    float: left;
    width: 57%;
/*    height: 400px; */
}

#popupbox
{
    position: absolute;
    top: 120px;
    left: 200px;
    width: 300px;
    height: 200px;
    font-family: Verdana;
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    display: none;
}

.leftheader
{
    font-family: Verdana;
    float: left;
    width: 40%;
    margin-left: 1%;
    margin-right: 1%;
}

.rightheader
{
    font-family: Verdana;
    float: left;
    width: 57%;
}

.slideshowwrapper
{
    width: 120px;
    margin-top: 3px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    float: left;
}

.featurecell
{
    vertical-align: top;
    font-family: Verdana;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    background-color: #EEE;
    text-align: center;
}

.alignBottom
{
    vertical-align: bottom;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

div.spacer
{
    clear: both;
}

table.box
{
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    width: 100%;
}

table.heading
{
    padding-top: 2px;
    padding-left: 8px;
    width: 100%;
}

.TopRightFixed
{
    top: 0px;
    right: 0px;
    position: fixed;
}

#horizon       
    {
    color: white;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
    z-index: 1000;
    }

#content    
    {
    font-family: Verdana, Geneva, Arial, sans-serif;
    background-color: transparent;
    margin-left: -25px;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 32px;
    height: 32px;
    visibility: visible
    }

#progress
{
    background-color: #FF0000; /*#CF4342;*/
    color: Black;
    font-size: small;
    width: 80px;
    position: fixed;
    margin-top: 0px;
    margin-left: -40px;
    top: 0px;
    left: 50%;
    height: 16px;
/*    left: 35%;
    top: 25%;
    visibility:visible;
    vertical-align:middle;
    border-style:inset; */
}

.Progress img
{
    vertical-align: middle;
    margin: 2px;
}


/* ------- Tab Menus ------- */
		
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#menu8 {
	width: 159px;
	margin: 2px 0 2 0px;
/*	border-style: solid;
	border-color: #656556; 
	border-size: 1px;
	border-width: 1px;
*/
	}
	
#menu8 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu8 li a:link, #menu8 li a:visited {
	color: #656556;
	display: block;
	background:  url(/Images/menu2.jpg);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #474739;
	background:  url(/Images/menu2.jpg) 0 -32px;
	padding: 8px 0 0 20px;
	}

.uploader {
    padding: 0px; 
    text-align: center; 
    vertical-align: top;
}

