﻿html, body
{
	margin: 0;
}

html, body, TD
{
	font-size: 12px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #9f3712;	
}

html, body
{
	background-color: #FDD14C;
	background-image: url(../../Images/bg.jpg);
	background-repeat: repeat-x;
}

#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: -473px; /* width: 946px / 2 */
    /*left: 50%;
    visibility: visible;*/
}

#mainContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
}

#cellContent
{
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 946px;
	height: 638px;
	/*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=30) !important;    
    opacity:0.3 !important;     
    -moz-opacity:0.3 !important;
    z-index: 300 !important;
}


.TableLabel
{
	padding-top:8px;
	font-size: 12px;
	font-weight:bold;
}

.TableField
{
	padding-top:0px;
}

.SmallText
{
	font-size: 9px;
	font-weight: normal;
}


a,
a:visited
{
	color: #9F3712;
	text-decoration: 'underline';
}

a:hover
{
	color: #FFCE4E;
	text-decoration: none;
}

a.BottomMenu ,
a.BottomMenu:visited
{
	color: #9F3712;
	text-decoration: none;
}

a.BottomMenu:hover
{
	color: #C8782C;
	text-decoration: none;
}

a.BottomMenuFAQ,
a.BottomMenuFAQ:visited
{
	color: #000000;
	text-decoration: none;
}

.SmallTitle
{
	font: normal 14px Times New Roman;
	text-transform: capitalize;
	font-weight: bold;
}

.BigTitle
{
	font: normal 18px Arial;
	text-transform: capitalize;
	color: #C66F28;
}

.BigerTitle
{
	font: normal 19px Arial;
	color:#C5D6E8;
}


.valSummaryToolTip
{
	z-index: 30;
	padding-right:20px;
}

.footer
{
	text-align:center;
	font-family:Tahoma;
	font-size:9pt;
	color:Black;
}

.copyBig
{
	
	font-family:Arial;
	font-size:15px;
	color: #000000;
	text-transform:capitalize;
}

.subtitle
{
	
	font-family:Verdana;
	font-size:14pt;
	color:#C5D6E8;
}

.copyMedium
{
	
	font-family:Verdana;
	font-size:10pt;
	color:#C5D6E8;
}

.copyInfo
{
	color:#000000;
	line-height:13px;
}

.copyPretty
{
	
	font-family:Verdana;
	font-size:11pt;
	color:#C5D6E8;
	font-style:italic;
}

.copySmall
{
	font: normal 10px Arial;
	color: #000000;
}

.welcomeTitle
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.divRegArea
{
	background-color: #F7B642;
	padding-left:10px;
	width: 700px;
}