/*
Theme Name: Hannover temp theme
Description: The hannover theme
Version: 1.6
Author: Alex Yasurek
Tags: none

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	 color:#585757;
}

/* div sectiosn */

.loginArea{
	position:relative;
	top: 60px;
	font-family:Arial, Helvetica, sans-serif;
	color:#585757;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.loginSection{
	position:relative;
	top:-50px;
	z-index:2;
	line-height:30px;
}
	
.mainContent{
	position:relative;
	width:900px;
	top:0px;
	margin:auto auto;
}
	
.topSection{
	position:relative;
	width:900px;
}

.middleSection{
	position:relative;
	width:900px;
	z-index:2;
	top:-60px;
	left:35px;
	line-height:20px;
}

.dashLine{
	position:relative;
	background-image:url(images/horz_dash_line.png);
	background-repeat:no-repeat;
	width:260px;
	height:1px;
	left:-40px;
}
	
	
	
/* inputs and button */

a {
 outline:none;
 text-decoration:none;
 color:#585757;
 font-size:12px;
 font-weight:bold;
}
a:hover{
color:#c82840;	
}
a img{
	outline:none;
 	border:none;
}

input[type=text], input[type=password]{
	font-size:18px;
	font-weight:bold;
	color:#000;
	width:250px;
  	border: 1px solid #aeaeae;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/txtField_bg.jpg);
	background-repeat:repeat-x;
}

#submitBtn
{
  display: block;
  width: 95px;
  height: 40px;
  background: url(images/enter_btn.png) no-repeat 0 0;
  border:none;
  cursor:pointer;
  outline:none;
  text-decoration:none;

}

#submitBtn:hover
{ 
  background-position: 0 -41px;
    outline:none;
}

#submitBtn span
{
  display: none;
    outline:none;
}



/* text styles */
.bigText{
	font-size:14px;
	font-weight:bold;
}

ul{
	line-height:15px;
	list-style-image:url(images/redArrow.jpg);
}






