﻿body 
{
	font-family: "Tahoma", "Arial", sans-serif;
	background-position:center; 
	background-repeat:no-repeat;
}
a 
{
	color: #336699;
	text-decoration: none;
}

a:hover 
{
	color: #CC3333;
	text-decoration: underline;
}

.banner
{
	/*Please see Ungm.Master.cs Page_Load*/
/*	background-color: #FFFFFF;
	background-image: url('Images/banner_top_02.jpg');
 	background-position: top right;
 	background-repeat: no-repeat;
*/
 	height: 100px;
}

.banner .head 
{
	color: #003399;
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	padding: 7px 0px 13px 17px;
	text-decoration: none;
}
.banner .body
{
	color: #909090;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 7px 0px 13px 17px;
	text-decoration: none;
}
.shadow 
{
/*
	border-top: 1px solid #BBBBBB;
	background-color: #DDDDDD;
	border-bottom: 1px solid #EEEEEE;
	height:1px;
	font-size: 1px;
	width: 100%;
*/
}

/*  START LEFT SIDE  */
.sidebar 
{
	color: #666666;
	background-color: #F9F9F9;
	border-right: 1px solid #BCB8B6;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	width: 18%;
	height: 100%;
	font-size: 11px;
}
.sidebar .head 
{
	border: none;
	border-top: 1px solid #BCB8B6;
	margin-bottom: 20px;
}
.sidebar h3 
{
	color: #003399;
	background-color: #E6E6E6;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 5px 11px;
	border: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.sidebar .head p
{
	margin-left: 5px;
	margin-top: 5px;
}
.sidebar .head table
{
	margin-left: 5px;
	margin-top: 5px;
}
/*  END LEFT SIDE  */

/**/
.helpbar 
{
	color: #666666;
	background-color: #F9F9F9;
	border-left: 1px solid #BCB8B6;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	width: 18%;
	height: 100%;
	font-size: 11px;
}
.helpbar .head 
{
	border: none;
	border-top: 1px solid #BCB8B6;
	margin-bottom: 20px;
}
.helpbar h3 
{
	color: #003399;
	background-color: #E6E6E6;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 5px 11px;
	border: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.helpbar .head p
{
	margin-left: 10px;
	margin-top: 10px;
}


/*  START CENTER  */
.content
{
	margin: 0px;
	padding: 10px 30px 30px 17px;
	font-size: 13px;
	line-height: 130%;
	border-left: 1px solid #BCB8B6;
}

.content .head 
{
	margin-bottom: 24px;
}

.content .head h3 
{
	color: #003399;
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	padding: 7px 0px 13px 17px;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
/*	color: #003399;
	font-size: 17px;
	font-weight: normal;
	line-height:130%;
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #666666;
*/
}

.content div h5 
{
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}

.content .head p 
{
	line-height: 130%;
}

.content .head .subhead 
{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

.boxed 
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 10px 15px;
}

.boxed h3 
{
	color: #666666;
	border: none;
}
.content .boxed h3 
{
	color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height:130%;
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #666666;
}

.lefthalf 
{
	position: relative;
	float: left;
	width: 47%;
	margin: 0px 5% 0px 0px;
	clear: both;
}

.righthalf 
{
	position: relative;
	float: right;
	width: 48%;
	margin: 0px 0px 0px 0px;
}
/*  END CENTER  */



.footer
{
	background: #D7D7D7;
	border-top: 2px solid #21417C;
	color: #414141;
	font-size: 11px;
	height: 30px;
	padding-top: 8px;
}
.inputtableLeft
{
	width: 200px;
}
.inputtableRight
{
}

.button 
{
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url('Images/bg_button.gif');
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align:top;
}

.button:disabled 
{
    color:#DDDDDD;
}

.textfield 
{
	height: 18px;
	width: 170px;
	background-image:url('Images/bg_textfield.gif');
	background-attachment:fixed;
	padding-left:3px;
	border:0px;
	font-size:11px;
	padding-top:3px;
	background-repeat:no-repeat;
	background-color:#FEFEFE;
	vertical-align: middle;
}
/* For some reason the background image doesnt work in login control*/
.textboxfield 
{
	height: 16px;
	width: 170px;
	background-color:#FEFEFE;
	padding-top:3px;
	padding-left:3px;
	border:solid 1px Silver;
	font-size:11px;
	vertical-align: middle;
}
.labelfield
{
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
}
textarea
{
	border: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
}

.hide
{
	display: none;
}

.smalltext
{
	font-size: 9px;
}

.wizardTable 
{
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
.newWizardHeadCell
{
	background: #F0F0F0;
	border-bottom: 1px solid #C0C0C0;
}
.wizardHeadCell
{
	background: #F0F0F0;
	color: #003399;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.wizardSubHeadCell
{
	background: #F0F0F0;
	color: #003399;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #C0C0C0;
}
.wizardStepSelectedCell
{
	background: #F0F0F0;
	color: #003399;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.wizardFootCell
{
	color: #003399;
	font-size: 10px;
	font-weight: normal;
}
.wizardCell
{	
	text-align: left; 
	vertical-align: top;
	font-size: 11px;
	height: 24px;
	background: #F8F8F8;
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
}

.GridEditHeader
{
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}

.GridPopupEditTable
{
	border: 1px solid #E0E0E0;
}
.GridPopupEditTableHeadCell
{
	background: #F0F0F0;
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #C0C0C0;
}
.GridPopupEditTableSubHeadCell
{
	background: #F0F0F0;
	color: #003399;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #C0C0C0;
}
.GridPopupEditTableFootCell
{
	background: #F0F0F0;
	color: #003399;
	font-size: 10px;
	font-weight: normal;
	border-top: 1px solid #C0C0C0;
}
.GridPopupEditTableCell
{	text-align:left; 
	vertical-align:top;
	font-size: 11px;
	height: 24px;
	background: #F8F8F8;
	border-bottom: 1px solid #F0F0F0;
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
}

.ConfirmWindow
{
	position: absolute;
	top: 300px;
	left: 300px;
	background-color: White;
	width: 500px;
	border: 1px solid #E0E0E0;
}
.ConfirmWindow th
{
	background-color: #E0E0E0;
	color: Black;
	font-size: 12px;
	height: 30px;
	padding: 4px;
}
.ConfirmWindow tbody
{
	padding: 20px;
}
.ConfirmWindow tfoot
{
	height: 25px;
}
.ConfirmWindow td
{
	padding: 10px 10px 20px 10px;
}

.DisplayPanelSmall
{
	border: 1px solid #A0A0A0;
	width: 400px;
	padding-left: 2px;
	padding-top: 2px;
	min-height: 22px;
}
.DisplayPanelLarge
{
	border: 1px solid #A0A0A0;
	min-height: 100px;
	width: 400px;
	padding-left: 2px;
	padding-top: 2px;
}
.DisplayTable
{
	border: 1px solid #A0A0A0; 
	width: 400px;
}
.DisplayTableCell
{
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.DisplayTreeCell
{
	border: 1px solid #A0A0A0;
	background-color: White;
}
.DisabledBackground
{
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.4;          
    filter: alpha(opacity=40);
}
.PopupBackground
{
	position: fixed;
    left: 300px;
    top: 120px;
    z-index: 1;
    width: 600px;
    background: White;
    border: 1px solid #C0C0C0;
}
.SingleLineTextbox
{
	border: 1px solid #C0C0C0;
	height: 18px;
	padding-top: 2px;
}