/*
***********************************************************

BuildingStar Corporate Services
Login Screen Styles

***********************************************************
*/

* {
		margin: 0px;
		padding: 0px;
		}
		
body {
		border: 0;
		width: 100%;
		background: #fff url(../images/bg/bg_login.gif) repeat-x;
		color: #333;
		font-size: 11px;
		font-family: "Tahoma", helvetica, sans-serif;
		line-height: 1.4em;
		text-align: center;
		padding-bottom: 20px;
		}
		
p {
		margin: 20px 20px 0px 20px;
		}
		
h1 {
		margin: 20px 0px 20px 20px;
		color: #005A97;
		font-family: Georgia, serif;
		font-size: 180%;
		font-weight: normal;
		font-style: italic;
		}
		

/* Links */

a:link, a:visited, a:active {
		text-decoration: none;
		color: #005A97;
		}
		
a:hover {
		text-decoration: none;
		color: #F9EC00;
		}
		
		
/* ----- Top Navigation ----- */ 

#topnav {		
		padding: 0px;
		height: 16px;
		clear: both;
		z-index: 100;
		}

#topnav li {	
		list-style: none;
		float: left;
		}

#topnav a {	
		text-decoration: none;
		display: block;
		height: 16px;
		text-indent: -5000px; 
		}

#topnav #corporate {
		background:  url(../images/nav/global/topnav_corporate.gif) no-repeat 0px 0px;
		width: 114px;
		}

#topnav #corporate:hover {
		background-position: 0 -16px;
		}

#topnav #security {
		background:  url(../images/nav/global/topnav_security.gif) no-repeat 0px 0px;
		width: 111px;
		}
	
#topnav #security:hover {
		background-position: 0 -16px;
		}
		
#topnav #buildfac {
		background:  url(../images/nav/global/topnav_buildfac.gif) no-repeat 0px 0px;
		width: 156px;
		}
	
#topnav #buildfac:hover {
		background-position: 0 -16px;
		}

#topnav #accesscontrol {
		background:  url(../images/nav/global/topnav_access_control.gif) no-repeat 0px 0px;
		width: 145px;
		}
	
#topnav #accesscontrol:hover {
		background-position: 0 -16px;
		}

#topnav #avitran {
		background:  url(../images/nav/global/topnav_avitran.gif) no-repeat 0px 0px;
		width: 244px;
		}
	
#topnav #avitran:hover {
		background-position: 0 -16px;
		}
		
		
/* Page Container - centered 770px */

#container {
		margin: 0 auto;
		position: relative;
		width: 770px;
		height: auto;
		text-align: left;
		}
	
	
/* ----- content - 2 column container ----- */ 

#twocolcontainer {
		position: relative;
		width: 770px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		clear: both;
		}

#twocolleft {
		width: 200px;
		padding: 0px;
		float: left;
		background: #fff;
		padding-bottom: 20px;
		}
	
#twocolright {
		width: 275px;
		padding: 0px;
		float: left;
		background: #fff;
		padding-bottom: 20px;
		}
		
		
/* ----- top header - 770px x 94px ----- */ 
		
#header {
		position: relative;
		width: 770px;
		height: 94px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		display: block;
		}
		
#headerleft {
		width: 513px;
		height: 94px;;
		float: left;
		background:  url(../images/header/header_global.gif) no-repeat 20px 0px;
		}
	
#headerright {
		width: 257px;
		height: 94px;
		float: left;
		}
		
#login {		
		height: 20px;
		clear: both;
		z-index: 100;
		}

#login li {	
		list-style: none;
		float: left;
		}
		
#login a {	
		text-decoration: none;
		display: block;
		height: 20px;
		text-indent: -5000px; 
		}
		
#login #branch {
		background:  url(../images/nav/global/login_branch.gif) no-repeat 0px 0px;
		width: 87px;
		}
	
#login #branch:hover {
		background-position: 0 -20px;
		}

#login #client {
		background:  url(../images/nav/global/login_client.gif) no-repeat 0px 0px;
		width: 82px;
		}

#login #client:hover {
		background-position: 0 -20px;
		}

#login #employee {
		background:  url(../images/nav/global/login_employee.gif) no-repeat 0px 0px;
		width: 78px;
		}
	
#login #employee:hover {
		background-position: 0 -20px;
		}
		

/* ----- form ----- */ 

form label {
		clear: left;
		display: block;
		float: left;
		width: 235px;
		color: #005A97;
		}

form input[type="text"] {
		border: 1px solid #dcdcdc;
		padding: 2px;
		font-family: Tahoma, Verdana, sans-serif;
		width: 225px;
		}
		
		
/* ----- logos ----- */ 

#logos {
		width: 770px;
		height: 40px;
		background: #eaeaea url(../images/bg/bg_logos.gif) no-repeat;
		background-position: bottom;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 20px;
		clear: both;
		display: block;
		}
		
		
/* ----- footer ----- */ 

#footercontainer {
		position: relative;
		width: 770px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #333;
		}