﻿HTML
{
	height: 100%;
	width: 100%;
	font:12px; color:black;
}

/** Login Window **/
.infoForm
{
	border: solid 1px #C3D9FF;
	padding: 3px;
}

.infoForm #body
{
	background-color: #E8EEFA;
	padding: 10px;
}


/**Hide and Show**/
.HideControl{DISPLAY:none;width:0;height:0;}    
.ShowControl{}
/*!!!!!!!!*Hide and Show *!!!!!!!!*/

/* Layout Table*/

.NavTable
{
	width: 100%;
	height: 100%;
}

.NavTable #topnav
{
	border-bottom:solid 1px #cccccc;
}

.NavTable #header 
{
	background:#cccccc;
	margin-top:0;
	width:100%;
	height:18px;
	float:left;
	padding-top: 2px;
}

.NavTable #header #left
{
	text-align:left;
	padding-left:10px;
	float:left;
} 

.NavTable #header #right
{
	text-align:right;padding-right:10px;float:right;
}

.NavTable #logo
{
	float:left;
	width:21%;
	background-color:#3399ff
}
.NavTable #icons
{
	float:left;
	height:64px;
	padding-top:18px;
	width:570px;
	background-color:#3399ff
}
.NavTable #search
{
	float:left;
	background:#3399ff;
	height:57px;
	width:33%;
	padding-top:25px
}

.NavTable #subTitle
{
	padding-left: 20px;
	padding-top: 20px;
	font-family: Verdana;
	font-size: 20px;
	letter-spacing: 1px;
	font-variant:small-caps;
	font-weight: bold;
	display:none
}
 
.NavTable #menu
{
	border-right: solid 1px #cccccc;
	vertical-align: top;
	background-color:#ebeff8;
}

.NavTable #inside
{
	width: 100%;
	vertical-align: top;
}

.NavTable #footer
{
	background:#D9DBDD;
	width:100%;
	height:20px;
	text-align:center;
	text-decoration:none;
	border-top:solid 1px #aaaaaa;
}
/*************************/

/* Content placeholders*/
#insidenav
{
	width:100%; 
	height:23px;
	background-color:#f2f1e4;
	margin-bottom: 5px;
	padding: 2px;
}
.MenuHolder
{
	padding: 6px;
	width:139px;
}
.navimage a 
{
	background:url(../../Images/navimage1.gif) no-repeat;
	padding-left:21px;
	padding-top:3px;
	padding-bottom:4px;
	display:block;
	width:118px
}
.navimage a:hover {
	background-image:url(../../Images/navimage2.gif);
}

/******************************/
/* Main Part */
.wrapper
{
	padding-left: 10px;
}
/**************************/

/* Tabs Navigation */

.tabs {
	margin:0 2px 0 0;
	text-align:center;
	color:#aaaaaa;
	height: 18px;
}

.tab {
	text-decoration:none;
	float:left;
	margin:0 2px 0 0;
	padding: 3px 15px 1px 15px;
	text-align:center;color:#aaaaaa;
	border-right:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-top:solid 2px #aaaaaa; 
	margin-bottom:0px;
	height: 19px;
}

.tabs a:hover {
	background-color:#aaaaaa; 
	color:#ffffff;
}

.tabactive {
	text-decoration:none;
	float:left;
	margin:0 2px 0 0;
	padding:3px 15px 1px 15px;
	text-align:center;
	color:#ffffff;
	border-right:solid 2px #aaaaaa;
	border-left:solid 2px #aaaaaa;
	border-top:solid 2px #aaaaaa; 
	background-color:#aaaaaa;
	height: 19px;
}

/*****************************************/


/* Spacer */

.divSpacer
{
	height: 10px;
	width: 100%;
	clear: both;
	font-size: 1px;
}
/*******************************************/

/* Heading Line */
.Heading
{
	color: #000066;
	font-size:14px;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}
/********************************************/

/* Tabs */
table.Tbltabs td a
{
	background:url(../../Images/bluetab.gif);
	width:74px;
	display:block;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	font:11px/19px Arial;
	text-decoration:none;
	color:White
}

table.Tbltabs td.selected a {
	background:url(../../Images/bluetab01.gif);
	width:74px;
	display:block;
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	font:11px/19px Arial;
	text-decoration:none;
	color:White
}

.tabContent
{
	vertical-align: top;
	width: 100%
}
.buttons
{
	background-color: #5886d5;
	border-top:1px solid #90aee3;
	border-left:1px solid #90aee3;
	border-right:1px solid #2d456d;
	border-bottom:1px solid #2d456d;
	font:bold 11px Arial;
	cursor:hand;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	}

/* Progress indicator */
div#fixedBox 
{ 
	FONT-WEIGHT: bold;
	border: #c3d6ee 1px solid;
	BACKGROUND-COLOR: #ffffae;
	width: 180px; 
	position: absolute;
	bottom: 0px; 
	left: 0px; 
} 

/*
div#fixedBox
   { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
	border: 1px solid #000;
   } 
@media screen
  {
	div#fixedBox
    {
		position: fixed;
    }
 
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
		overflow-y: scroll;
		height: 100%;
    }
  * html div#fixedBox
    {
		position: absolute;
    }
 }
/***********************************/
.btnLink
{
	background:none;
	border:0;
	font:bold 11px Arial;
	cursor:hand;
	color:#000000;
	text-align:left;
}
