body
{
	background-image: url(../images/sw_back.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana;
}

a:link, a:visited
{
    color: #91b5d7;
    text-decoration: none;
}

a:hover
{
    text-decoration:underline;   
}

table
{
    border-collapse:collapse;
}

td
{
    padding:2px;
}

.container
{
    width:975px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.navigation
{
    background-color: #91b5d7;
    width: 975px;
    height: 35px;  
    margin-top: 10px;
    color: Black;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.leftnav
{
    background-color: #91b5d7; 
    color: Black;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.navigation_links
{
   padding-top: 8px;
   padding-bottom: 8px;
   padding-right: 8px; 
}

a.nav:link, a.nav:visited
{
    color:#125687;
    text-decoration: none;
}

a.nav:hover
{
    color: #12386e;
    text-decoration: underline;
}

.video_list_header
{
    font-size: 18px;
    font-weight: bold;
}

.sw_photo
{
    float:left;
}

.content
{
    width: 810px;
    padding-left: 10px;
    margin-top: 10px;
    float: right;
}

.viewer_header
{
    font-size: 16px;
    font-weight: bold;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #000000;
	margin-top: 5px;
	padding: 10px;
	width: 375px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #000000;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

