﻿html, body
{
	margin: 0;
}

html, body, TD
{
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: normal;
	color: #C5D6E8;	
}

html, body
{
	background-color: #0081C8;
	background-image: url(../../Images/bg.gif);
	background-repeat: repeat-x;
}

DIV
{
	scrollbar-face-color: #0081C8;
	scrollbar-shadow-color: #083C76;
	scrollbar-highlight-color: #083C76;
	scrollbar-3dlight-color: #083C76;
	scrollbar-darkshadow-color: #083C76;
	scrollbar-track-color: #083C76;
	scrollbar-arrow-color: #00eeee;
}


#horizon
{
    background-color: Transparent;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}


#centeredContent
{
    text-align: left;
    position: absolute;
    margin-left: -430px;
    left: 50%;
    visibility: visible;
}

#mainContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	height: 830px;
	z-index:10;
}

#cellContent
{
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 860px;
	height: 830px;
	/*z-index: 20;*/
}

#centeredContentPopup
{
    text-align: left;
    position: absolute;
    margin-left: -255px;
    left: 50%;
    visibility: visible;
}

#cellContentPopup
{
	position: absolute;
	top: 150px; 
	left: 0px;
	width: 510px;
	height: 200px;
	/*z-index: 20;*/
}

#mainContainerPopup
{
	/*background-image: url(../Images/main.jpg);*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 510px;
	height: 200px;
	z-index:10;
}


.TelerikModalOverlay
{
    background:black !important;   
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;    
    opacity:0.6 !important;     
    -moz-opacity:0.6 !important;    
}

.TableLabel
{
	text-align:left;
	padding-right:0px;
	padding-top:8px;
	font-size: 10px;
	font-weight: bold;
}

.TableField
{
	text-align:right;
	padding-right:2px;
	padding-top:8px;
}

.SmallText
{
	font-size: 9px;
	font-weight: normal;
}


.rwTitleRow, 
.rwContentRow,
.rwFooterRow
{
	background-color: White ! important;
}

a,
a:visited
{
	color: #C5D6E8;
	text-decoration: underline;
}

a:hover
{
	color: #C5D6E8;
	text-decoration: none;
}

a.BottomMenu ,
a.BottomMenu:visited
{
	font: bold 13px Arial Narrow;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}

a.BottomMenu:hover
{
	font: bold 13px Arial Narrow;
	color: Yellow;
	text-decoration: none;
	text-transform: uppercase;
}

.BigTitle
{
	font: normal 16px Times New Roman;
	color: White;
}
.BigerTitle
{
	font: normal 19px Arial;
	color:#C5D6E8;
}


.valSummaryToolTip
{
	z-index: 30;
	padding-right:20px;
}

.footer
{
	text-align:center;
	font-family:verdana;
	font-size:9px;
	color:Black;
}

.copyBig
{
	
	font-family:Verdana;
	font-size:11pt;
	color:#C5D6E8;
}

.subtitle
{
	
	font-family:Verdana;
	font-size:14pt;
	color:#C5D6E8;
}

.copyMedium
{
	
	font-family:Verdana;
	font-size:10pt;
	color:#C5D6E8;
}

.copyPretty
{
	
	font-family:Verdana;
	font-size:11pt;
	color:#C5D6E8;
	font-style:italic;
}
