﻿body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
img {
    border-width: 0px;
}
#choiceBox { 
    width: 700px; 
    height: 500px; 
    margin: auto; 
    border: solid 1px #c4c2c2; 
    background: #e6e3e3 url(/img/upload/bgGradient.jpg) top repeat-x;    
}
#choiceBox div {
    clear: left;    
    width: 600px;    
    margin: auto;
}
#choiceBox div.tabs {
}   
#choiceBox div.info {
    height: 150px; 
    border: solid 1px #c4c2c2; 
    background-color: #ffffff; 
    display: none; 
    overflow: hidden;   
}  
#choiceBox div.info table {
    border-width: 0px;  
    margin: 5px 10px 5px 10px;
    height: 140px;
    width: 95%;
}  
#choiceBox div.info p {
    padding-top: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
}     
#choiceBox div.info a {
    cursor: pointer;
    text-decoration: underline;
}
#choiceBox div.info a.header {
    text-decoration: none;
}    
#choiceBox div.info button {
    height: 24px; 
    width: 100px;
    border: solid 2px #990000;
    cursor: pointer;
    background-color: #f0f0f0;
} 
#choiceBox ul {    
    list-style-image:none; 
    list-style-position:outside; 
    list-style-type:none; 
    margin: 0px;
    padding: 0px;
}
#choiceBox li {
    display: inline;
} 
#choiceBox li a {
    display: block;
    float: left;
    height: 60px; 
    width: 200px; 
    background-image: url(/img/upload/tabs.png);        
    background-repeat: no-repeat;
    text-decoration: none;
}
#choiceBox li a:hover, a:active {
    text-decoration: underline;
}
#choiceBox li a.link {
    background-position: left;
}
#choiceBox li a.hover {
    background-position: center;
}
#choiceBox li a.active {
    background-position: right;
}        
p.tabContents {    
    margin: 10px 20px 10px 20px;
    font-size: 12px;
    font-weight: bold;
}
p.tabContents img {    
    float: left;
    margin: 0px 3px 0px 3px;
}


#uploaderControl {
    background-color: #ffffff;
    width: 764px;
    height: 610px;
    margin: auto;
}

.helpLink
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt; 
	color: #B22222;
}
.optionLabelText {
    color:#324658;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:8pt;
    font-weight: bold;
}

.directionsText {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;    
    font-weight: normal; 
    width: 50%;   
}

.directionsHead {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;    
    font-weight: bold; 
}  

 
#optionsTop
{
	margin: 10px;
	height: 150px; 
	width: 90%;
	text-align: left;
}  
#optionsTop table
{
	height: 145px;
	width: 340px;
}
#optionsTop div.flash
{
	float: left; 
	width: 50%;
	background: url(/img/upload/optionBg.gif) center top no-repeat;
}
#optionsTop div.applet
{
	float: right; 
	width: 50%;
	background: url(/img/upload/optionBg.gif) center top no-repeat;
}
#optionsTop td.image
{
	width: 120px;
	text-align: center;
}
#optionsTop a.header
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;    
    font-weight: bold;
    white-space: nowrap;
}
#optionsTop td.body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;    
    font-weight: normal;
}

#optionsList
{
	margin: 10px;
	border-top: dotted 1px #cecece;
	border-bottom: dotted 1px #cecece;
}  
#optionsList div 
{
	width: 80%; 
	margin: 10px auto; 
	text-align: left;
}
#optionsList ul
{
	list-style-type: none;
	margin-left: -15px;
}
#optionsList li
{
	margin-bottom: 15px;
}
#optionsList a.header 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;    
    font-weight: bold;
    white-space: nowrap;
}
#optionsList table
{
	width: 90%;
	margin-top: 15px;
}
#optionsList td.image
{
	width: 160px;
}
#optionsList td.body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;    
    font-weight: normal;
}
#optionsList td.note
{    
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;    
    font-weight: normal;
    font-style: italic;
    padding-top: 5px;
}

