﻿html, /* for fixed positioned "Loading..." in IE6 */
body
{
	_height: 100%;
}

body
{
    background-color: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.85em;
    line-height: 1.5;
    margin: 0;
}

form
{
    margin: 0;
}

.update-panel-wrap > div /* gives hasLayout to update panel */
{
    zoom: 100%;
}

table
{
    border-collapse: collapse;
}

.web-site-content-wrap
{
    padding-top: 1px; /* trigger rendering absolute positioned elements at actual 0,0 in Firefox */
    position: relative; /* for overlay positioning on "OthersLikeMe/NeedMoreData.aspx" */
    _position: static;
}

.web-site-content
{
	background-color: #fff;
	margin: 0 auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 950px;
	zoom: 100%;
}

.popup .web-site-content
{
    width: auto;
}

.web-site-content:after
{
	content:" ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-header
{
    padding: 1.0em 0;
    text-align: right;
    zoom: 100%;
}

.page-header:after
{
    content:" ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-header h2
{
    float: left;
}

a
{
    color: #26a;
    text-decoration: underline;
}

a:hover
{
    color: #3ad;
    cursor: pointer;
    text-decoration: underline;
}

.note
{
    color: #666;
    font-size: 90%;
    margin: 0;
}


/*------------------------------------------------------------
ERROR PAGE
------------------------------------------------------------*/
.error-page h3
{
    
}

.error-page .error-details
{
    margin: 1.0em 0 1.0em 0;
}

.error-page h4
{
    border-top: solid 1px #ccc;
    margin: 2.0em 0 0 0;
    padding: 0.5em 0 0 0;
}

.error-page p
{
    margin: 0.25em 0;
}

.unexpected-error .scroll-vertical
{
     background-color: #fff;
     border: solid 1px #bbb;
     height: 200px;
     overflow-y: scroll;
     overflow-x: hidden;
     padding-top: 0.5em;
     padding-right: 10px;
     padding-bottom: 0.5em;
     padding-left: 0.5em;
}





/*----------------------------------------------------------------------------------------------------
PRINT STYLES
----------------------------------------------------------------------------------------------------*/
@media print
{

.web-site-content
{
	width: auto;
}

.page-header .button-wrap
{
    display: none;
}

} /* END: print styles */