@charset "utf-8";

/* CSS Document */
h1,h2,h3,h4,p,a,img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	background: #fefebb;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	color: #000;
	border-style: none;
	font-size: 75%; /* Required to make JQUI work with jqGrid */
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#header {
	background-color:#fefebb;
	z-index:100;
	width:900px;
	height: 150px;
	position: fixed;
	top: 0px;
}
#leftpane {
	z-index:100;
	position:fixed;
	margin-top:150px;
	width: 100px;
	height:100%;
}
#window {
	text-align:left;
	padding:10px;
	position:absolute;
	left:100px;
	top:150px;
	width:800px;
	overflow:hidden;
	z-index:1;
}
#jiffinlogo {
	float:left;
	position:static;
	width:200px;
	height:140px;
	line-height:140px;
	margin:5px;
	background: url(../images/Jiffinlogo.png);
	background-position:top left;
}
.headerlogo {
	float:left;
	position:static;
	width:200px;
	height:140px;
	line-height:140px;
	margin:5px;
	background-image:url(../images/buttons/logobutton.png);
	background-position:top left;
}
a.headerlogo:link{
	background-position:top left;
}
a.headerlogo:visited{
	background-position:top left;
}
a.headerlogo:hover{
	background-position:top left;
}
a.headerlogo:active{
	background-position:bottom left;
}
#headertitle {
	float:left;
	position:static;
	width:680px;
	margin:5px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
}
#headermenu {
	float:left;
	position:static;
	height:30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-bottom:5px;
}
a:link {
	color:#900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #FFF
}
.mainheadmenuend {
	height: 30px;
	width: 45px;
	float: left;
	background-image: url(../images/buttons/menustripends.png);
}
.bglt {
	background-position: top left;
}
.bgrt {
	background-position: top right;
}
.bglb {
	background-position: bottom left;
}
.bgrb {
	background-position: bottom right;
}
.thisbutton {
	background-position: top right;
}
.mainheadmenubutton {
	height: 30px;
	width: 100px;
	background-image: url(../images/buttons/menustrip.png);
	text-align: center;
	vertical-align: middle;
	float: left;
	line-height: 30px;
}
a.mainheadmenubutton:link {
	color:#999;
	background-position: top left;
}
a.mainheadmenubutton:visited {
	color:#999;
	background-position: top left;
}
a.mainheadmenubutton.thisbutton:link {
	color:#999;
	background-position: top right;
}
a.mainheadmenubutton:hover {
	color:#FFF;
	text-decoration:none;
	background-position: bottom left;
}
a.mainheadmenubutton:active {
	background-position: bottom right;
}
.floatbox {
	position:static;
	float:left;
	padding:5px;
	margin:5px;
}
.centerbox {
	text-align:center;
	position:static;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
	
