﻿/***************************************************************************************************************
	Global Site Structure
***************************************************************************************************************/

html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: none;
	border: none 0px transparent;
	width: 100%;
	height: 100%;
}

body
{
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif !important; 
	font-size: 11px; 
	background: #d2d2d2 url(../images/transparent.png) repeat-x;
	padding: 5px 50px 10px 50px;
	margin: 0px 0px 0px 0px;
}

p, h1, h2, h3, h4, h5, h6
{
    margin:0px 0px 5px 0px;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6
{
    font-weight:bold;
}

h1
{
    font-size:1.5em;
}

h2
{
    font-size:1.25em;
}

a
{
    color: #006699;
    text-decoration: none;
    cursor: pointer;
    padding:5px 5px 5px 5px;
}

a:hover, a:focus
{
    background-color: #cde3ed;
    text-decoration: underline;
}

.Content
{
    margin:15px 0px 0px 0px;
    vertical-align:top;
    background: transparent url(../images/appContainer/AltAppContainerBorder.png) repeat;
    height:auto;
    overflow:visible;
}

.progress
{
	position: absolute; 
	top: 40%; 
	left: 40%;		
    width:300px;
    height:100px;
    vertical-align:middle;
    background-color:White;
    border: 1px solid #cccccc;
    padding:10px;
    text-align:center;
    font-size:12pt;
    font-weight:bold;
    color:#cccccc;
}
.valLabelTextBold
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;	
}
.ContentFiller
{
	height: 600px
}

.modalBackground   
{  
    background-color:Gray;  
    opacity: 0.7;  
    filter:Alpha(opacity=70);  
}   

.modalPopup   
{  
    background-color:#ffffdd;  
    border-width: 3px;
    border-color: Gray;
    border-style: solid;
    padding: 0px; 
    width: 350px;
} 

.modalCaption   
{  
    background-color: Aqua;  
} 

.modalCaptionText   
{  
    font-weight: bold;
} 

.modalMessageText   
{  
    
} 

.button 
{
	font-size:9pt;
	font-family:Arial, Sans-Serif;
	border:solid 1px black;
	margin-right:10px;	
	margin-left:10px;
	margin-top:3px;
	margin-bottom:3px;
}
