﻿html, body {
    background: #ECECEC;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
	font-size: 10px;
	color: #666
}

table, div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
	border-spacing: 0px;
}

table td {
    padding: 0px;
    vertical-align: middle;
    text-align: left;
}

h1, h2, h3, h4 {
	margin: 0px 0px 30px 0px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	font-weight: normal;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	list-style: none;
	line-height: normal;
	padding: 0px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #005;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}
    
textarea {
    height: 60px;
}

.TopLeftSideBackground {
    background: #DADADA;
}

.LeftSideBackground {
    background: #DADADA;
}

.BottomLeftSideBackground {
    background: #DADADA;
}

.TopRightSideBackground {
    background: #DADADA;
}

.RightSideBackground {
    background: #DADADA;
}

.BottomRightSideBackground {
    background: #DADADA;
}

.Blackout, .FullBlackout {
    background-color: #000;
    position: fixed;
    top: 0px;
    bottom: 37px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.FullBlackout {
    bottom: 0px;
}

.PopUpContainer {
    position: fixed;
    top: 100px;
}

.PopUpWindow {
    border: 1px solid #CCC;
    background: #E9E9E9;
    max-height: 500px;
    max-width: 800px;
}

.PopUpWindowBorderTop, .PopUpWindowBorderRight, .PopUpWindowBorderBottom, .PopUpWindowBorderLeft {
    background-color: #CCC;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.PopUpWindowBorderTop {
    border-top: 2px solid #FFF;
    border-right: 2px solid #000;
    border-bottom: 0px;
    border-left: 2px solid #FFF;
}

.PopUpWindowBorderRight {
    border-top: 0px;
    border-right: 2px solid #000;
    border-bottom: 0px;
    border-left: 0px;
}

.PopUpWindowBorderBottom {
    border-top: 0px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #FFF;
}

.PopUpWindowBorderLeft  {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 2px solid #FFF;
}

.MenuBar {
    background: #FFFFFF;
    width: 231px;
    vertical-align: top;
    font-size: 16px;
    padding-top: 30px;
    padding-left: 30px
}

.MenuBar li {
	padding-bottom: 15px;
}

.Footer {
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: #666;
    font-size: 11px;
}
    
.FooterWrapper {
    background: #DADADA;
}
    
.HeaderWrapper {
    background: #DADADA;
}
