html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}

div_off
{
	border: dotted 1px black;
}
body
{
	text-align: center; /*color: #ce7210;*/
	color: #6f6f6f;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #EEEEEE;
	min-width: 950px;
	min-height: 590px;
}
a:visited
{
	color: #ce7210;
}
a
{
	color: #ce7210;
	text-decoration: none;
}
div#headercontainer
{
	margin: 10px auto 0px auto;
	width: 950px;
	background-color: #5b96da;
	height: 90px;
	border:1px solid black;
	border-bottom:0px;
}
div#container
{
	margin: 0px auto 0px auto;
	width: 950px;
	background-color: white;
	border:1px solid black;
	border-top:0px;
	clear:both;
}
/*
the master page footer
*/
div#footer
{
	clear: both;
	width: 950px;
	background-color: #57676D;
	color: #ffffff;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/*
the master page header
*/
div#leftheader
{
	width: 600px;
	text-align: right;
	float: right;
	background-color: #5b96da;
	height: 80px;
}

div#rightheader
{
	width: 260px;
	float: left;
	height: 80px;
	background-image: url(images/banner/logo.gif);
	background-color: #5b96da;
	background-position: left;
	background-repeat: no-repeat;
	margin:5px 0 0 10px;
}

div#leftheader h1
{
	padding: 25px 20px 0 0;
	color: white;
	text-align: right;
	text-indent: 10px;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}

/* Language Drop down */

div.langmenu
{
	padding: 0;
	margin: 0;
	background-color: #5b96da;
	float: right;
	text-align: left;
}
/*Color navigation bar normal mode*/

.langmenu a, .langmenu a:visited
{
	font-style: normal;
	color: white;
	background-color: #5b96da;
	text-decoration: none;
}
.langmenu ul
{
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
.langmenu ul li
{
	position: relative;
	z-index: auto /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
}
.langmenu ul li a
{
	color: white;
	background: #5b96da;
	float: none /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 20px;
	line-height: 0;
	padding: 5px 10px 0 10px;
	text-decoration: none;
}
.langmenu ul li ul
{
	display: none;
	border: none;
	color: #6E6E6E;
	background-color: #EEEEEE;
}
.langmenu ul li:hover a
{
	background-color: #5B96DA;
	text-decoration: none;
	color: white;
}
/*Color main cells hovering mode*/

.langmenu ul li:hover ul
{
	background-color: #EEEEEE;
	display: block;
	position: absolute;
	z-index: 999;
	top: 22px;
	margin-top: 1px;
	left: -10px;
}
.langmenu ul li:hover ul li a
{
	display: block;
	width: 120px;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px #5B96DA;
	border-bottom: solid 1px #5B96DA;
	border-right: solid 1px #5B96DA;
	background-color: #EEEEEE;
	color: #6E6E6E;
}
/*Color subcells normal mode*/

.langmenu ul li:hover ul li a:hover
{
	background-color: #5B96DA;
	text-decoration: none;
	color: #FFFFFF;
}
/*Color subcells hovering mode*/
.langmenu table
{
	margin: 0;
	position: absolute;
	top: -10px;
	left: -120px;
	border-collapse: collapse;
	background-color: #EEEEEE;
	color: white;
}
.langmenu ul li a:hover
{
	background-color: #5B96DB;
	text-decoration: none;
	color: white;
}
/*Color main cells hovering mode*/
.langmenu ul li a:hover ul
{
	display: block;
	width: 100px;
	position: absolute;
	z-index: 999;
	top: 14px;
	left: 0;
}
.langmenu ul li a:hover ul li a
{
	display: block;
	width: 100px;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px #5B96DA;
	border-bottom: solid 1px #5B96DA;
	border-right: solid 1px #5B96DA;
	background-color: #FFFFFF;
	color: #6E6E6E;
}
/*Color subcells normal mode*/

.langmenu ul li a:hover ul li a:hover
{
	background-color: #5b96da;
	text-decoration: none;
	color: white;
}
/*Color subcells hovering mode*/

.langmenu img
{
	position: relative;
	float: right;
}

/*
the master page content - the actual pages go in here
*/
div#content
{
	float: right;
	padding: 0px 15px 10px 5px;
	width: 730px;
}

/*
the master page left hand side - containing the menu containers
*/
div#left
{
	float: left;
	width: 200px;
	min-height: 520px;
	text-align: left;
}


/*
the master page content when the menu is not shown - the actual pages go in here
*/
div#content_solo
{
	float: none;
	padding: 60px 0px 0px 0px;
	width: 730px;
	min-height: 520px;
	margin: auto;
}
br.br2
{
	clear: both;
}


/*
the master page menus
*/
div.menu
{
	width: 140px;
	text-align: left;
	margin-bottom: 0px;
}

/*
master page menu headings
*/
p.menu
{
	font-size: 11px;
	border-top: solid 2px #5b96da;
	border-bottom: solid 2px #5b96da;
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-top: 0px;
}

/*
master page menu links
*/
a.menu
{
	color: #ce7210;
}

span.menu
{
	color: #ce7210;
}

ul.menu
{
	margin: 0;
	padding: 0px 0px 0px 5px;
}

li.menu
{
	list-style-type: none;
	list-style-image: url(images/box/li.png);
	list-style-position: outside;
	text-indent: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 0;
}


a.menu_active
{
	margin-bottom: 5px;
	color: red;
}
/*
content for here on
*/

/*
all buttons are input.button
*/
input.checkbox
{
	border: solid 1px #202a30;
	background-color: #eb641e;
	padding: 0px 15px 2px 15px;
	color: red;
	width: 100px;
}
input.button
{
	border: outset 1px #202a30;
	background-color: #eb641e;
	padding: 1px 16px 3px 16px;
	color: #FFFFFF;
	width: 100px;
}

input
{
	padding: 1px 1px 1px 1px;
}
input:hover
{
		border: solid 2px #eb641e;
		padding: 0px 0px 0px 0px;
}

input.button:hover
{
	border: solid 2px #202a30;
	padding: 0px 15px 2px 15px;
}

input, select
{
	border: solid 1px #202a30;
}

/*
all entry tables
*/
table.boxTable, table.listTable
{
	border: none; /*solid 1px #5b96da;*/
	margin: 5px auto 0px auto;
	width: 640px;
	text-align: left;
	padding-bottom: 0px;
	border-spacing: 0px;
}



table.boxTable th, table.listTable th
{
	padding: 5px 0px 5px 10px;
	background-color: rgb(32,42,48);
	color: white;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

table.listTable th
{
	text-indent: 0px;
	padding-left: 0px;
}


td#balance
{
	font-size: 32px;
	text-align: right;
	vertical-align: top;
	width: 50px;
}

table.boxTable td
{
	vertical-align: middle;
	padding: 3px 3px 3px 10px;
}

table.listTable td
{
	padding: 3px 0px 3px 0px;
}

/*
Library Fines
*/
table#libraryFines, table#libraryUser, table#libraryPay
{
	text-align: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;

}

table#libraryFines a
{
	color: #ce7210;
	text-decoration: none;
}

table#libraryFines td, table#libraryFines th
{
	padding: 3px;
	padding-right: 7px;
}

table#libraryFines .fine_Paid
{
	color: Gray;
}


table#libraryFines .fine_Error
{
	color: Red;
}


table#libraryFines .fine_Selected
{
	color: Green;
}

table#libraryFines .fine_None
{
	text-decoration: none;
}
/* 
the login table (Login.aspx)
*/
table#login
{
	text-align: center;
	width: 200px;
	margin-top: 5px;
	border: 0px;
}

/* Show only to IE PC \*/
* html .loginboxhead h2
{
	height: 1%;
}
* html .menuboxhead h2
{
	height: 1%;
}
* html .contentboxhead h2
{
	height: 1%;
}
/* For IE 5 PC */

.loginbox, .menubox, .contentbox, .helpbox
{
	margin: 0 auto; /* center for now */ /*width: 17em; /* ems so it will grow */
	background: url(images/box/bodyright.gif) no-repeat bottom right;
	font-size: 100%;
}

.loginbox
{
	width: 355px;
}

.menubox, .helpbox
{
	/*width: 200px;	*/
}


.loginboxhead, .menuboxhead, .contentboxhead, .helpboxhead
{
	background: url(images/box/headright.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.loginboxhead h2, .menuboxhead h2, .contentboxhead h2, .helpboxhead h2
{
	background: url(images/box/headleft.gif) no-repeat top left;
	margin: 0;
	padding: 25px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.loginboxbody, .menuboxbody, .contentboxbody, .helpboxbody
{
	background: url(images/box/bodyleft.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.helpboxbody
{
    height: 100px;
	color: #202a30;
}



.contentboxbody
{
	min-height: 450px;
}

/*
third party credit link on the login page
*/
table#payment_third_party
{
	margin-top: 30px;
	width: 800px;
	text-align: center;
	border: none;
}
table#payment_third_party th
{
	text-align: center;
	border: none;
}

/*
user account details (Account.aspx)
*/
table#account
{
	width: 620px;
	padding-left: 20px;
	text-align: left;
}

table#account td
{
	padding-bottom: 5px;
	font-size: 12px;
}

table#account td#balance
{
	font-size: 24px;
	vertical-align: bottom;
}
/*
error message on each page
*/
span.error
{
	margin-top: 10px;
	color: Red;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

span.errorDetails
{

	padding-top: 10px;
	color: #F8F8F8;
	font-size: 12px;
	font-weight: bold;
	display: block;
}


/*
user registration
*/

table#register
{
	width: 400px;
	margin-top: 50px;
}

table#register td
{
	padding-bottom: 10px;
}

.register_prompt
{
	color: blue;
}

/*
card function
*/

table#card
{
	text-align: center;
}

table#card th
{
	text-align: center;
}


/*
Find User
*/
.tdfixed
{
	max-width: 100px;
	overflow: hidden;
}

/*
Cashier buttons
*/
input.cashier_button
{
	border: solid 2px #6699FF;
	background-color: #FFFFFF;
	padding: 0px 15px 2px 15px;
	color: #6699FF;
	margin: 5px 0px 0px 0px;
}

.calendar
{
	font-size: 6px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/*
Account.aspx action message
*/
.action
{
	width: 300px;
	border: solid 1px blue;
	padding: 5px 20px 5px 20px;
	color: Blue;
}

div.pagelink
{
	padding-top: 15px;
}

a.pagelink
{
	color: White;
	border: 1px solid grey;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-color: #5b96da;
}

span.pagelink
{
	color: #5b96da;
	padding: 2px;
	text-decoration: none;
}

tr.off
{
	/*background-color: #5b96da;*/
	background-color: #CEE0F4;
}


p.confirm
{
	font-size: large;
}


/*
Payment Page table

*/

table.payment td
{
	width: 100px;
}

table.payment
{
	width: 650px;
	text-align: left;
}

table.payment th
{
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: large;
	color: Black;
	border-bottom: solid 2px #202a30;
}


/*
Payment Confirm Page table

*/


table.payment_confirm
{
	width: 650px;
	text-align: left;
	font-size: large;
}



div.warning
{
	margin: auto;
	text-align: center;
	width: 25pc;
	padding: 10px;
	border: solid 2px red;
	font-size: larger;
}

.contentboxbody#register
{
	width: 200px;

}

.contentbox#register
{
	width: 500px;

}
/* Language Drop down */

.langmenu {	
	padding: 0;
	margin: 18px 0 0 0; 	 	
	background-color: #5b96da;	
	float: left;
	text-align:left;
	width: 130px;
	border:solid 1px #5B96DA;
	
} /*Color navigation bar normal mode*/

.langmenu  a, .langmenu a:visited {	
	color: white;
	background-color: #5b96da;
	text-decoration: none;
	font-style:normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;	
}
.langmenu ul {	
	padding:0; 
	margin:0;
	list-style-type: none;	
}
.langmenu ul li {
	position:relative; 
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 	
	
}
.langmenu ul li a {
	color: #FFFFFF;
	background: #5B9DA;
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block;
	height:20px; 
	line-height:20px;
	padding:0px 10px 0px 10px;
	text-decoration:none; 
}
.langmenu ul li ul {
	display:none; 
	border:none;	
	color: #6E6E6E;
	background: #5B96DA;
	
}
.langmenu ul li:hover a {
	background-color: #5B96A; 
	text-decoration:none; 
	color: white;
} /*Color main cells hovering mode*/

.langmenu ul li:hover ul {
	background-color: #EEEEEE; 
	display:block;  
	position:absolute; 
	z-index:999; 
	top:18px; 
	margin-top:1px; 
	left:0;
}
.langmenu ul li:hover ul li a 
{
	display:block; 
	width:120px; 
	height:auto; 
	line-height:1.3em; 
	margin-left:-1px; 
	padding:5px 10px 5px 10px;	
	border-left:solid 1px #5B96DA; 
	border-bottom: solid 1px #5B96DA; 	
	border-right: solid 1px #5B96DA; 
	background-color:#EEEEEE;  
	color:#6E6E6E;
} /*Color subcells normal mode*/

.langmenu ul li:hover ul li a:hover 
{
	background-color:#5B96DA; 
	text-decoration:none;
	color:#FFFFFF;
} /*Color subcells hovering mode*/
.langmenu table 
{	
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;	
	color: #FFFFFF;
	background:#5B96DA;
	
}
.langmenu ul li a:hover 
{
	background-color:#5B96DB; 
	text-decoration:none;
	color:white;
} /*Color main cells hovering mode*/
.langmenu ul li a:hover ul 
{
	display:block; 
	width:100px; 
	position:absolute; 
	z-index:999; 
	top:19px; 
	left:-120px; 
	line-height: 0;	
}
.langmenu ul li a:hover ul li a 
{
	display:block; 
	width:100px; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px #5B96DA; 
	border-bottom: solid 1px #5B96DA; 
	border-right:solid 1px #5B96DA; 		
	background-color:#EEEEEE;  
	color:#6E6E6E;
	
} /*Color subcells normal mode*/

.langmenu ul li a:hover ul li a:hover 
{
	background-color:#5b96da; 
	text-decoration:none;
	color: white;
} /*Color subcells hovering mode*/

.langmenu img
{
	position: relative;
	float: right;
}

.currency_symbol
{
	font-size: 16px;
}

/* Print Jobs */
table.listTable#printjobs 
{

} 

