/*
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: small;
	color:#666666;
}
#cssmenu {
	margin-top:10px;
	width:700px;
	float:left;
}

h1 {
	margin-bottom:15px;
}

img {
	border:none;
}
img.centreImage {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.centreImageWithHover {
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor:hand;
}
img.centreImageWithHover:hover {
	cursor:pointer;
}
input[type=text], input[type='password'] {
	height: 20px;
	padding: 3px;
/*	width: 550px;  */
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 4px #444;
	-moz-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 2px #444;
	border: 1px solid #fff;	margin:4px;
}

input[type='checkbox'] {
	margin:0px;
	padding:0px;
	margin-right:4px;
}

select { width:165px; }
.largeSelect { width:260px; }
.smallSelect { width:100px; }

th {
	border-bottom: solid thin #444444;
}

.logo {	padding:5px 5px 5px 15px;	float:left;	width:80px;}

.headerTopRight { margin-top:25px; padding:5px 15px 5px 15px;	float:right;	text-align:right;}

.pageContent {
	clear:both;
	display:block;
	margin-left: 50px;
	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;
	padding-left:10px;
	text-align:left;
}
.footerRight {
	float:right;
	padding-right:10px;
	font-size:xx-small;
	text-align:right;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
/*	font-size:15px;
	font-weight:bold; */
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 15px #ffffff;
	margin-right:4px;
}.btn:hover {
	background-color:#dfdfdf;
}.btn:active {
	position:relative;
	top:1px;
}

.shrtinp {
	width:200px;
}

#Date {
	font-size: 0.75em;
}

#qrleftdiv {
	width: 250px;
	float:left;
}
#qrcontainer {
	width: 350px;
	height: 350px;
	border: solid #777777;
	float:left;
	text-align:center;
}
#qrcode, #qrprint {
	text-align:center;
}

.ui-datepicker { font-size: 80%; } /* Overwrite default size */

#uploadfile { width: 250px; height: 30px; }  /* Override defaults */

.framedList li{
    list-style: none;
    border: 1px solid #CCC;
    margin:2px;
    padding:4px 0px 4px 0px;
    cursor: ns-resize;
}