html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: RGB(255, 255, 255);
    color: #666;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
}

a {
    text-decoration: none;
    border: 0px;
    color: #AD208E;
}

a:hover {
    text-decoration: underline;
    border: 0px;
    color: #AD208E;
}

img { border: 0px; }

/* images */
#uvLayerLogo {
    margin-top: 15px;
    padding: 0px;
}

/* default definitions */
td {
    text-align: left;
    vertical-align: top;
}

ul {
    margin: 7px 0px 7px 15px;
    padding: 0px;
}

li {
    margin: 0px 0px 5px 0px;
}

.shinyButton:link, .shinyButton:active, .shinyButton:visited {
    padding: 4px 8px 4px 8px;
    font-size: 100%;
    color: #444444;
    background-color: #FFFFFF;
    border-bottom: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    border-top: 2px solid #BBBBBB;
    border-left: 2px solid #BBBBBB;
    height: 15px;
}

.shinyButton:hover{
    text-decoration: none;
    background-color: #EEEEEE;
    border-bottom: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    border-top: 2px solid #BBBBBB;
    border-left: 2px solid #BBBBBB;
    color: #444444;
    font-size: 100%;
}

.downloadButton{ 
    text-align: center;
    display: block;
    width: 120px;
    margin-top: 5px;
    color: #222222;
    font-weight: bold;
}


/* sections */
#mainContainer {
    width: 800px;
    margin: 10px auto 20px auto;
    padding: 0px;
}

#uvShare #mainContainer {
    width: 750px;
    margin-top: 5px;
}

#uvWebBody {
    margin: 0px;
}

#topNav {
    width: 100%;
    height: 90px;
    background: url(/images/bg_nav.jpg) bottom center no-repeat;
    text-align: center;
    vertical-align: top;
}

#topNavLeft {
    vertical-align: center;
    width: 100%;
    height: 69px;
    background: url(/images/titlebar_bg.png) bottom left repeat-x;
    text-align: left;
    margin: 20px 0px 20px 0px;
}

#uvPersonalMessage {
    visibility: hidden;
}

img#uvAvatar {
    /* background: url(/images/anonymousUser.gif) 50% 50% no-repeat; */
    /*width: 48px;*/
    height: 48px;
    float: left;
    margin: 0px 10px 0px 20px;
}

#tagLine {
    text-align: center;
    color: RGB(0,0,0);
    margin: 10px 0px 0px 0px;
    font-size: 9pt;
}

#uvShare #tagLine {
    text-align: left;
    margin: 10px 0px 0px 10px;
}

#content {
    margin-top: 20px;
    color: #333;
}

#content .leftColumn {
    width: 50%;
    padding-right: 30px;
}

#content .rightColumn {
    width: 50%;
}

#features img {
    padding: 0px 10px 10px 0px;
}

#features td {
    vertical-align: top;
    padding-bottom: 15px;
}

#videoContainer {
    width: 100%;
    margin: 0 auto 0 auto;
}

#videoContainer p {
    margin: 10px 0px 10px 0px;
}

#videoContainer a {
    font-size: 10pt;
    font-weight: bold;
    display: block;
    padding: 5px 0px 5px 0px;
}

#largeThumbHolder {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 7001;
    width: 100%;
    height: 530 px;
    top: 120px;
    margin: 0 auto 0 auto;
}

#largeThumbHolder p {
    width: 790px;
    margin: 0px auto 0px auto;
    text-align: center;
    color: white;
    font-size: 10pt;
    background: #222;
    padding: 5px 5px 2px 5px;
}

#largeThumbHolder p a {
    color: white;	
}

#demoVideo {
    z-index: 7001;
    width: 200px;
    height: 142px;
    background: #333;
    color: #999;
}

#uvFullCanvas {
    padding: 0px 0px 0px 0px;
    height: 100%;
}

#modalHidePage {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 7000;
    background: black;
    width: 100%;
    height: 100%;
    opacity: .80;
    filter: alpha(opacity=80);
    moz-opacity: 0.8;
    display: none;
}

#platformsList{ 
    margin-left: 25px;
}

#downloadList li{ 
    list-style: none;
    margin-top: 20px;
}

#downloadList li a{ 
    margin-left: 5px;
}

#downloadList{ 
    margin-left: 0px;
}

#uvlayerWebLink{ 
    color: #555555;
    font-weight: bold;
}

#uvlayerWebLink a{ 
    color: #AD208E;
    text-decoration: underline;
}

#screenshots td {
    background: url(/images/thumbnail_shadow.jpg) center 65px no-repeat;
    text-align: center;
    margin-top: 20px;
    padding: 0px 20px 0px auto;
    
}

#screenshots img {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 2px;
}

#screenshots img:hover {
    cursor: pointer;
    padding: 0px;
    border: 2px solid RGB(92,43,150);
}

.formTable {
    width: 550px;
}

.formTable td {
    padding-bottom: 10px;
}

.formTable input, .formTable select {
    width: 200px;
    border: 1px solid #999;
}

.formTable textarea {
    width: 400px;
    border: 1px solid #999;
}

.formTable input:hover, .formTable textarea:hover, .formTable select:hover  {
    background: #eee;
}


#footer {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding-top: 20px;
    clear: both;
}

#footer p {
    color: #999;
    margin: 0px 0px 5px 0px;
}

#footer a {
    color: #AD208E;
}

.formLabel {
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    width: 90px;
    padding: 4px 5px 0px 0px;
}

/* headings and paragraphs */
#topNavLeft h1 {
    color: RGB(92,43,150);
    font-weight: bold;
    font-family: arial;
    font-size: 11pt;
    margin: 10px 0px 0px 35px;
    padding: 0px;
}

#content h2 {
    line-height: 30pt;
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #AD208E;
    font-size: 13pt;
    font-weight: bold;
    border-bottom: 1px solid #AD208E;
}
#content h3 {
    margin: 0px;
    padding: 0px;
    color: #AD208E;
    font-size: 12pt;
    font-weight: normal;
}

#sys_requirements {
	width: 300px;
	margin: auto;
	padding: 30px 0px 30px 0px;
}

#sys_requirements h2 {
    line-height: 19pt;
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: #AD208E;
    font-size: 13pt;
    font-weight: bold;
    border-bottom: 1px solid #AD208E;
}

#sys_requirements h3 {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 11pt;
    font-weight: bold;
}

#browserList {
	margin: 0px 0px 0px 15px;
}

#uvShare #content h1 {
    font-size: 12pt;
    color: RGB(0,0,0);
    font-weight: bold;
    margin: 25px auto 25px auto;
    text-align: left;
}

#uvShare #content h2 {
    font-size: 12pt;
    border-bottom: 0px;
}

#uvShare #content h3 {
    font-size: 10pt;
    margin: 7px 0px 2px 0px;
}

#content p {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}