/*
Following CSS upto ##### is courtesy of "Sticky Footer by Ryan Fait, http://ryanfait.com/
*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* ##### bottom margin is negative value of the footer's height ##### */
}
.footer, .push {
	height: 35px; /* .push must be the same height as .footer */
}
a:hover{
	cursor:pointer;	
}
/* ##### */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

h1 {
	margin-bottom:15px;
}

input[type="text"], input[type="password"] {
	position: relative;		/* Bizarre! - This seems to make the border work for IE 8.0 !!! */
	
	height: 20px;
	padding: 3px;
	width: 150px;
	border-radius: 4px 4px 4px 4px;
	border: 2px solid rgb(150,150,150);
	margin:2px;
	behavior: url(css/PIE.htc);	/* Fixes Older versions of IE */
}

input[type="text"]:focus {
	border: 2px solid #638CBB; margin:2px;
}

select {
	width:185px;
}

th {
	border-bottom: solid thin #444444;
}

.logo {	padding:5px 5px 5px 15px;	float:left;	width:150px;}

.headerTopRight { margin-top:5px; padding:5px 15px 5px 15px;	float:right;	text-align:right;}

.pageContent {
	clear:both;
	display:block;
	margin-left: 0px;
	padding:5px 15px 5px 15px;
}

.footerContent {
	border-top:2px solid #444444; 
	background-color:#FCFC42;
	padding: 3px 15px 3px 15px;
	height:25px;
	width:auto;	
}
.footerLeft {
	float:left;
	text-align:left;
}
.footerRight {
	float:right;
	font-size:xx-small;
	text-align:right;
}

.btn {
	position: relative;		/* Bizarre! - This seems to make the border work for IE 8.0 !!! */
	height: 24px;
	padding: 2px 10px;
	width: 56px;
	background-color:#ededed;  
	border-radius: 4px 4px 4px 4px;
	border: 2px solid rgb(150,150,150);
	margin: 4px;
	behavior: url(css/PIE.htc);	/* Fixes Older versions of IE */
}

.btn:hover {
	background-color:#dfdfdf;
	border: 2px solid #555555;
	cursor:pointer;	
}.btn:active {
	position:relative;
	top:1px;
}

.shrtinp {
	width:200px;
}

#Date {
	font-size: 0.75em;
}
