﻿/* error dialog*/

.zIndexMarker_ModalDialog 
{
    z-index:10002;
}
.modalDialog 
{
    left:404px;
    width:420px;
    background-color:white;
    border:1px solid #666666;
    color:#292929;
    font-family:Trebuchet MS,Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    margin:0;
    overflow:auto;
    padding:0;
    position:absolute;
    top:120px;
    width:521px;
}

.modalDialog h1 
{
    border-bottom:1px solid #CCCCCC;
    color:#292929;
    font-family:Trebuchet MS,Arial,Sans-Serif;
    font-size:22px;
    font-weight:normal;
    margin:0 20px 0 15px;
    padding:20px 0 15px;
}

.modalDialog .errorContainer 
{
    margin:0;
    padding: 15px 20px 15px 15px;
    color: #DD0000;
}

.modalDialog .footer 
{
    border-top:1px solid #CCCCCC;
    color:#292929;
    display:block;
    font-family:Trebuchet MS,Arial,Sans-Serif;
    font-size:11px;
    font-weight:normal;
    height:25px;
    margin:0 20px 20px 15px;
    padding:15px 0 0;
    position:static;
    width:auto;
}

.modalDialog .btn 
{
    float:left;
    margin-right:10px;
}

.messageBlock
{
	color: #E66262;
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	padding: 10px 20px 20px 15px;
	position: static;
	width: auto;
}

.btnLight 
{
    color:black;
}

.btn table 
{
    width:auto;
}

.btnLight .btn25px .btnLBox 
{
    background-image:url(./images/buttons/btnLeftPanelGrey.PNG);
}

.btnLight .btn25px .btnMBox 
{
    background-image:url(./images/buttons/btnBgPanelGrey.png);
}

.btnLight .btn25px .btnRBox 
{
    background-image:url(./images/buttons/btnRightPanelGrey.png);
}
.btn td 
{
    text-align:center;
    vertical-align:middle;
}

.btnLBox 
{
    width:11px;
}

.btnMBox 
{
    padding-left:3px;
}

.btnRBox 
{
    width:6px;
}

.modalBkgnd 
{
    background-color:Gray;
    left:0;
    opacity:0.7;
    filter:alpha(opacity=70);
    position:absolute;
    top:0;
    
    width: 500px;
    height: 500px;
}

a
{
	margin: 10px 0 0 10;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.topLinkText
{
	background-image: url(./images/backCenter.png);
	background-repeat:repeat-x;
	height: 27px;
	color: White;
	padding-left:4px;
	padding-right:4px;
	//padding-bottom:4px;
}

h1 a, h1
{
	font-size: 22pt;
	margin: 10px 0 0 10;
	font-weight: normal;
	text-decoration: none;	
}

h3 a, h3
{
	font-size: 12pt;
	font-weight: 800;
	margin: 5px 0 0 0;
	text-decoration: none;	
}

h4 a, h4
{
	font-size: 10pt;
	margin: 0 0 0 0;
	color: #ed0202;	
	text-decoration: none;		
}

p 
{ 
	font-size: 10pt;
	margin: 5px 0 5px 0; 	
}

/* home page menu styles*/

.homePageMenu
{
    display: block;
    border-bottom: solid 1px #d6d6d6;
    margin: 10px 20px 0px 0px;
    padding: 0px 0 17px 0px;
}

