﻿html, body
{
    background-color: #0054A6;
    color: #000;
    font: normal 12px Arial, Verdana, MS Sans Serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

a, a:link, a:visited
{
    color: #000;
    text-decoration: none;
}

a:hover, a:active
{
    color: #000;
    text-decoration: underline;
}

h1
{
    color: #0054A6;
    font: normal 30px Arial, Verdana, MS Sans Serif;
    margin: 10px 0px;
    padding: 0px
}

input
{
    display: block;
}

label
{
    color: #0054A6;
    font-weight: bold;
    display: block;
}

.login input,
.login label
{
    display: inline;
}

textarea
{
    display: block;
    font: normal 12px Arial, Verdana, MS Sans Serif;
    height: 100px;
}

.clear
{
    clear: both;
    height: 0px;
    visibility: hidden;
}

#header     
{ 
    background: #69F url(/Images/Backgrounds/Border.gif) repeat-x left bottom; 
    height: 50px; 
    padding: 10px 0px;
    text-align: center;
}

#header img
{
    border: 0px;
    height: 50px;
    width: 300px;
}

#columns
{
    background: #FFF url(/Images/Backgrounds/Body.gif) repeat-y left top; 
    margin: 0px auto;
    padding: 0px 5px;
    position: relative;
    width: 850px;
}

#leftColumn
{
    float: left;
    height: 100%;
    width: 235px;
}

#leftColumn .flags
{
    background: transparent url(/Images/Backgrounds/Border.gif) repeat-x left bottom; 
    text-align: center;
}

#leftColumn .flag
{
    border: 0px;
    display: inline;
    height: 50px;
    padding: 10px;
    width: 70px;
}

#leftColumn .nav
{
    border: 0px;
    display: block;
    width: 235px;
}

#leftColumn .nav1
{
    height: 85px;
}

#leftColumn .nav2
{
    height: 150px;
}

#leftColumn .nav3
{
    height: 90px;
}

#leftColumn ul
{
    list-style-type: none;
    margin: 10px 0px;
    padding: 0px;
}

#leftColumn ul li
{
    border-bottom: dashed 1px #FFF;
    padding: 5px 10px;
}

#leftColumn ul li:hover
{
    background-color: #A8E2FB;
}

#leftColumn ul li a, #leftColumn ul li a:link, #leftColumn ul li a:active, #leftColumn ul li a:hover, #leftColumn ul li a:visited
{
    color: #036;
    text-decoration: none;
}

#leftColumn .thumbnails
{
    margin-top: 20px;
    width: 100%;
}

#leftColumn .thumbnails td
{
    text-align: center;
    vertical-align: middle;
    width: 33%;
}

#leftColumn .thumbnails img
{
    border: solid 1px #FFF;
    cursor: pointer;
    cursor: hand;
    height: 50px;
    margin: 5px;
    width: 50px;
}

#rightColumn
{
    float: right;
    height: 100%;
    width: 610px;
}

#content
{
    padding: 5px;
}

#content div 
{
    padding: 10px;
}

#content ul
{
    list-style-type: none;
    margin: 20px 10px;
    padding: 0px;    
}

#content ul li 
{
    border-bottom: solid 1px #F00;
    border-top: solid 1px #F00;
    padding: 2px 5px;
    margin-top: -1px;
}

#content ul li b
{
    color: #0054A6;
}


#footer
{
    background: #F00 url(/Images/Backgrounds/Border.gif) repeat-x left top;
    height: 60px;
    padding-top: 10px;
    text-align: center;
}

#footer img
{
    border: 0px;
    height: 50px;
    width: 300px;
}

#popUp img 
{
    border: sold 1px #999;
}

.ui-dialog 
{
	background-color: #FFF;
}

.ui-dialog .ui-dialog-titlebar 
{
    background-color: #F00;
    color: #FFF;
	padding: 0px;
	height: 25px;
}

.ui-draggable .ui-dialog-titlebar 
{
	cursor: move;
}

.ui-draggable-disabled .ui-dialog-titlebar 
{
	cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close 
{
	cursor: default;
	background: url(/Images/Close.gif) no-repeat 0px 0px;
	height: 20px;
	position:absolute;
	right: 2px;
	top: 2px;
	width: 20px;
}

.ui-dialog .ui-dialog-titlebar-close span 
{
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close-hover 
{
	background: url(/Images/CloseOver.gif) no-repeat;
}

.ui-dialog .ui-dialog-title 
{
	color: white;
	font-weight: bold;
	position: relative;
	left: 5px;
	line-height: 20px;
	top: 0px;
}

.ui-dialog .ui-dialog-content 
{
	padding: 5px;
}

.ui-dialog .ui-dialog-buttonpane 
{
	display: none;
}

.ui-dialog .ui-dialog-buttonpane button 
{
	display: none;
}

.editor
{
    background-color: #EEE;
    border: solid 1px #BBB;
    width: 100%;
}

.editor td
{
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.editor th
{
    color: #666;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    width: 80px;
}

.editor textarea
{
    width: 450px;
}