﻿/*************
 LoginPage 
*************/
#main 
{

}

#wrapper
{
	
}

#loginCenter {
    position: absolute;
    width:700px;
    left:50%;
    top:50%;
    margin-left: -350px;
    margin-top: -180px;
    padding-top:20px;  
}

#loginCenter .top
{	
   float:left;
   width:700px;
}

#loginCenter .topleft
{	
   float:left;
   width: 630px; 
   height:55px;
   line-height: 55px;
   background-color: #FFFFFF;
   padding-left: 15px;
   background: url(../../Images/bg-tile.gif); 
}

#loginCenter .topleft a:hover
{  
	text-decoration: none;
}

#loginCenter .topleft .imgLogo
{
	border-style: none; 	
	vertical-align: middle;	
}

#loginCenter .topright
{
	background-position: right top;
	float: right;
	width: 55px;
	height: 55px;
	background: url(../../Images/bg-tile_right.gif)
}

#loginCenter .middleleft
{
	float:left; 
	height: 206px;
	width: 348px;
	background: url(../../Images/pc_admin.jpg); 
	background-repeat:no-repeat;  
}

#loginCenter .middle
{
	float: left;
	padding-top: 20px;
	height: 186px;
	width: 250px;
	background-color: #FFFFFF;
}

#loginCenter .middletable
{
    margin-left:auto; 
    margin-right:auto;
}

#loginCenter .middleright
{	
	float:left;
	height: 206px; 
	width: 102px; 
	background-color: #E5E5E5;  
	background: url(../../Images/col-tile.gif); 
	background-repeat: repeat-y;
}

#loginCenter .footer
{	
	width: 700px;
	height: 15px;
	background-color: #FFFFFF;
	background: url(../../Images/bg-tile.gif);
}

#loginCenter #divToolbar
{	
	float:right;
	line-height: 30px;	
	height: 30px;
}

#loginCenter #divToolbar a
{
	color: #000000;
}

/*************
 MasterPage 
*************/
#fullheight
{
    width:100%;  
    height:100%;
    position: absolute;    
    top:0;
    left:0
}

#fullheight .top
{	
	 height: 55px;
	 background-color: #163176; 
	 color: #a9b3c7;
	 padding: 0;
	 margin: 0;
	 background: url(../../Images/bg-tile.gif);
	 background-repeat: repeat;
}

#fullheight .top .wrapper
{	
	 height: 55px;
	 position:relative;
}

#fullheight .top .logowrapper
{
	height: 55px;
	line-height: 55px;	
	padding-left: 10px;
}

#fullheight .top .logowrapper a:hover
{  
	text-decoration: none;
}

#fullheight .top .imgLogo
{
	border-style: none; 
	vertical-align:middle;	
}

#fullheight .top .menuwrapper
{	
	position:absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 3px;
	height: 28px;
	width: 750px;
	background: url(../../Images/bg_search-login.png);
    background-size: 100%;
}

#fullheight .top .menu
{	
	position:absolute;
	list-style-type: none;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0 10px 5px 0; 
}

#fullheight .top .menu li
{	
	display: inline;
	padding-left: 5px;
	white-space: nowrap; 
	font-size: 11px;  
    float: left;
    line-height: 20px;
}

#fullheight .top .menu li input
{	
	border: none;
    width: 124px;
}

#fullheight .top .menu li a
{	
	color: White;
}

#fullheight .top .menu .imgRecent
{	
	width: 9px;
	height: 9px;
	border: none;
	border-width: 0px; 
	background-image: url(../../Images/downarrowwhite.gif);
	background-repeat: no-repeat; 	
}

#fullheight .leftnav
{
	width:135px;
	background-color: #E5E5E5;
}

#fullheight .leftnav .spa
{
	height: 1px;
	font-size: 1px; 
	padding-top:4px;
	padding-bottom: 4px;
}

#fullheight .leftnav .spa2
{
    height: 1px;
	font-size: 1px; 
	background: url(../../Images/pxl_morkbla.gif);
	background-repeat: repeat-x;
}

#fullheight .leftnav .ite
{
	padding-left: 7px;
	padding-right: 5px; 
	height: 20px;
}
#fullheight .leftnav .ite a { font-size: 11px; }
#fullheight .leftnav .ite a:hover { background-color:#a9b3c7; text-decoration: none; }

#fullheight .leftnav .sub
{
	height: 12px;
	padding-left: 17px; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px; 
}
#fullheight .leftnav .sub a { font-size: 9px; }
#fullheight .leftnav .sub a:hover { background-color:#a9b3c7; text-decoration: none; }

#fullheight .leftnav .link 
{
	display: block;
}

#fullheight .leftnav .hl 
{
	font-weight:bold;  
}

#fullheight .leftnav .sep 
{
	font-size:2px; 
	line-height: 2px;
}


#fullheight .mainarea
{
	width: 100%;
	background: url(../../Images/shadow.png);
	background-repeat:repeat-y;
}

#fullheight .bottomheader
{
    height: 20px;
    background-color: #163176;
    color: #a9b3c7;
    font-size: 10px;
    padding-left: 10px;
    background: url(../../Images/bg-tile.gif);
	background-repeat: repeat;
}

#fullheight .breadcrumbs
{
	height: 24px;
	background-color: #a9b3c7;
	background-image: url(../../Images/breadcrumbs_gradient.gif);
	background-repeat: repeat-x;
	color: #163176;
}