@charset "UTF-8";

/* Global tag changes*/
body {
	background: #282826 url(../img/asphaltback.jpg) repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
img { /* zero all image borders */
	border-style: none;
}


/* Master container holding all child divs */
#container {      
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* Header divs and photo elements */
#header {
	height: 237px;
	background: url(../img/headshadow.png) no-repeat;
	width: 900px;
	padding-left: 40px;
	padding-right: 40px;
}
#headerpics {
	/*background: url(../img/headphoto1.jpg) no-repeat;*/
	height: 237px;
	width: 900px;
	/*border-bottom: 1px solid #949494;*/
}

/* Global Nav */
#globalnav {
	width: 250px;
	float: right;
	margin-top: 18px;
	margin-right: 25px;
	text-align: right;
}
#globalnav a {
	color: #FFFFFF;
	font-size: 12px;
	background: url(../img/60percent.png);
	text-decoration: none;
	padding: 6px 10px;
}
#globalnav a:hover {
	background: #006699;
}
#globalnav .whitebar {
	border-right: 1px solid #FFFFFF;
}
#cartheader {
	float: right;
	width: 190px;
	height: 24px;
	margin-top: -25px;
	margin-right: 25px;
	font-size: 12px;
}
.cartitems {
	float: right;
	padding: 4px 6px;
	height: 16px;
	background: url(../img/60percent.png);
	color: #CCCCCC;
}
.cartview {
	float: right;
	background: url(../img/80percent.png);
	margin-left: 6px;
}
.cartview a {
	height: 16px;
	padding: 4px 6px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.cartview a:hover {
	text-decoration: underline;
	background: #FFFFFF;
	color: #000000;
}
/* Content holds navbar and maincontent and provides shandow and background */
#content {
	background: url(../img/contentback.png);
	width: 900px;
	min-height: 500px;
	padding-right: 40px;
	padding-left: 40px;
}

/* Left nav bar - basic formatting. Navigation in superfish.css */
#navbar {
	height: 300px;
	width: 200px;
	float: left;
}
#navbar p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 15px;
}
#navbar a.email {
	color: #333333;
	text-decoration: none;
}
#navbar a:hover.email {
	color: #006699;
	text-decoration: underline;
}
#navbar .logos {
	padding-left: 20px;
}
/* Maincontent holds primary content on each page */
#maincontent {
	width: 640px;
	min-height: 280px;
	padding: 25px 30px 30px;
	margin-left: 200px;
}
#maincontent h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#maincontent h2 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#maincontent h3 {
	font-size: 15px;
	margin-bottom: 0px;
}
#maincontent ul {
	font-size: 13px;
	list-style: square outside;
	margin-top: 0px;
	margin-bottom: 10px;
}
#maincontent h4 {
	font-size: 14px;
	font-style: italic;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent a {
	color: #006699;
}
#maincontent a:hover {
	color: #003366;
}
#maincontent p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#maincontent ul.menu {
	list-style: none;
	margin: 0px 0px 0px -32px;
}
#maincontent .menu a {
	display: block;
	height: 26px;
	margin-bottom: 8px;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 48px;
	color: #333333;
	border: 1px solid #FFFFFF;
	width: 260px;
	font-size: 15px;
}
#maincontent .menu a:hover {
	border: 1px solid #CCCCCC;
	text-decoration: underline;
	color: #003366;
}
/* ---- Menu Link Icons ---- */
.add {background: url(../img/plus.png) no-repeat 4px center;}
.books {background: url(../img/books.png) no-repeat 4px center;}
.heart {background: url(../img/heart.png) no-repeat 4px center;}
.calendar {background: url(../img/calendar.png) no-repeat 4px center;}
.exclamation {background: url(../img/exclamation.png) no-repeat 4px center;}
.check {background: url(../img/check.png) no-repeat 4px center;}
.edit {background: url(../img/edit.png) no-repeat 4px center;}
.search {background: url(../img/search.png) no-repeat 4px center;}
.cash {background: url(../img/cash.png) no-repeat 4px center;}
.calculator {background: url(../img/calculator.png) no-repeat 4px center;}
.useradd {background: url(../img/useradd.png) no-repeat 4px center;}
.userdelete {background: url(../img/userdelete.png) no-repeat 4px center;}
.useredit {background: url(../img/useredit.png) no-repeat 4px center;}
.userarrow {background: url(../img/userarrow.png) no-repeat 4px center;}
.folder {background: url(../img/folder.png) no-repeat 4px center;}
.stop {background: url(../img/stop.png) no-repeat 4px center;}
.notebook {background: url(../img/notebook.png) no-repeat 4px center;}
.users {background: url(../img/users.png) no-repeat 4px center;}
.star {background: url(../img/star.png) no-repeat 4px center;}
.docs {background: url(../img/docs.png) no-repeat 4px center;}
.advanced {background: url(../img/advanced.png) no-repeat 4px center;}
.terminal {background: url(../img/terminal.png) no-repeat 4px center;}


#table {
    width: 440px;

}

#table li {
        clear: both;
        width: 100%;
        margin: 0;
        list-style-type: none;
}

#table ul {
    clear: right;
    margin-bottom: 20px;

}
#table span {
    float: left;
    padding: 0 10px;
    border-bottom: 1px solid #e3e7e7;
  
}

#table li:first-child {
    clear: both;
    width: 100%;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #e3e7e7;

}

/*Finally, specify a width for each column, and in your last column add the right border.*/


#table span.offsetleft {

        width: 195px;
        }

#table span.offsetright {
        width: 205px;
        }
/*
.offsetright {
	float: none;
	margin-right: 200px;
	width: 200px;
	position: absolute;
	right: 260px;
}
*/
/* Footer */
#footer {
	background: url(../img/footer.png) no-repeat;
	width: 900px;
	height: 70px;
	padding-right: 40px;
	padding-left: 40px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #666666;
	position: relative;
	top: 40px;
	left: 20px;
}
.footerimg {
	margin-left: 200px;
}

/* Home boxes */
#homeboxes {
	background: #dcd8c8 url(../img/whitefade.png) repeat-x top;
	min-height: 170px;
	width: 700px;
	margin-left: 200px;
}
.hmbox {
	float: left;
	width: 305px;
	background: url(../img/hmboxback.png) bottom;
	min-height: 170px;
	margin: 0px 0px 0px 30px;
}
.hmbox h1 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
}
.hmbox h1 a {
	display: block;
	width: 291px;
	background: #c7c2ad;
	padding: 4px 4px 4px 10px;
	color: #000000;
	text-decoration: none;
}
.hmbox h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #006699;
}
.hmbox p {
	font-size: 13px;
	margin: 0px 0px 5px;
}
.hmbox ul {
	font-size: 12px;
	margin: 10px 10px 10px 0px;
	list-style: outside;
}
.hmbox li {
	list-style: url(../img/dotblue.gif);
	margin-bottom: 6px;
	font-weight: bold;
}
.hmbox li em {
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.hmbox li a {
	color: #006699;
	text-decoration: none;
}
.hmbox li a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Login Form */
#login {
	height: 80px;
	padding: 0px 5px;
}
#login label {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	float: left;
	display: block;
	width: 65px;
	text-align: right;
	padding-top: 7px;
	padding-right: 8px;
}
#login input {
	width: 110px;
	font-size: 12px;
	margin-top: 5px;
	float: left;
	border: 1px solid #C6C1AC;
}
#login button {
	clear:both;
	width:70px;
	height:18px;
	background:#333333;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border-style: none;
	margin-left: 73px;
	margin-top: 5px;
}
#login span.errorMsg {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
/* FORM Handling */

form { margin-top:15px;}

#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:150px;
	float:left;
	font-size: 13px;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:150px;
}
#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	
	/*width:280px;*/
	margin:2px 0 20px 10px;
}
#stylized input checkbox {
	padding-right: 20px;
}
.longfield {
	border:1px solid #666666;
	width:280px;
}
.midfield {
	border:solid 1px #666666;
	width:140px;
}
.shortfield {
	border:solid 1px #666666;
	width:50px;
}
.totals {
	border-style: none;
	font-weight: bold;
}
#stylized select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #abb194;
	margin:2px 0 20px 10px;
}
#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #abb194;
	width:280px;
	margin:2px 0 20px 10px;
}
#stylized button {
	clear:both;
	margin-left:160px;
	width:125px;
	height:31px;
	background:#666666 url(../img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border: none;
}
fieldset.formfields {
	padding: 10px 0px 0px;
	margin: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top:solid 1px #c7c2ad;
}
legend.formfields {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
.inputError {
	background: #FFFF66;
}
.innerError {
	background: url(../img/invalid.gif) no-repeat;
	width: 200px;
	margin-left: 10px;
	font-size: 12px;
	color: #990000;
	margin-top: 15px;
	padding-left: 20px;
}

/* video Search */
#videosearch {
	float: right;
	width: 240px;
	background: #F6F4EC;
	padding: 10px;
	border: 1px solid #c6c1ac;
	margin-left: 20px;
	margin-bottom: 20px;
}
#videosearch input {
	border: 1px solid #c6c1ac;
}
#videosearch h1 {
	font-size: 13px;
	color: #0C0C0B;
}

/* ---- AlertBox ---- */

#alertbox {
	float: right;
	width: 160px;
	border: 1px solid #EEEEEE;
	margin-bottom: 15px;
	margin-left: 15px;
}
#alertbox h1 {
	background: url(../img/orangestripes.gif);
	font-size: 14px;
	padding: 6px;
}
#alertbox p {
	font-size: 12px;
	margin: 7px;
}

/* ---- Notification Box ---- */

.notebox {padding-left: 8px; padding-bottom: 5px; padding-right: 5px; padding-top: 5px; color: #363528; margin-bottom: 8px; margin-top: 8px; border-color: #ffde21; border-width: 1px; border-style: solid; height: 20px; width: 620px; background-color: #fff9bd;}



/* ---- Dashboard ---- */
.dashboard {
	width: 640px;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	
	border-left: 1px solid #DEDEDE;
}
.dashboard th {
	font-size: 12px;
	text-align: left;
	background: #CCCCCC;
	padding: 5px;
}
.dashboard td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #DEDEDE;
}
.dashboard thead th {
	font-size: 14px;
}
.catno {width: 50px;}
.title {}
.borrower {width: 100px;}
.dates {width: 55px;}
.actions {width: 60px;}
.overdue {
	color: #FF0000;
	font-weight: bold;
}
.legend {
	color: #666666;
	font-size: 11px;
}
.imgcenter {
	vertical-align: bottom;
	padding-left: 10px;
}

/* Generic Classes */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.box {
	padding: 3px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.top20 {
	margin-top: 20px;
}
.top15 {
	margin-top: 15px;
}
.top5 {
	margin-top: 5px;
}
.bottom80 {margin-bottom: 80px;}
.bottom70 {
	margin-bottom: 70px;
	clear: both;
}
.bottom60 {margin-bottom: 60px;}

.left20 {
	margin-left: 20px;
}
.left160 {
	margin-left: 160px;
}
.left140 {
	margin-left: 140px;
}
.left120 {
	margin-left: 120px;
        
}
.width300 {
	width: 300px;
}
.width200 {
	width: 200px;
}
.green {color: #00593F;}
.red {
	color: #990000;
}
.videos {
	padding: 5px 0px;
	border-bottom: 1px dotted #666666;
}
#comingsoon {
	height: 265px;
	width: 277px;
	margin-top: 160px;
	margin-right: auto;
	margin-left: auto;
}
.unfinished {
	font-style: italic;
}
.lineunder {
	border-bottom:	1px solid #d1d0c9;
	padding-bottom: 3px;
}

/* HIDE Print Only Stuff */

#printheader {display: none;}

/* for accordian on class description */

li h5 {
    font-size:small;
    margin-bottom: 3px;
    margin-top: 3px;
}

a h5 {
    cursor: pointer;
}

.accordianpanel {
    margin-bottom: 3px;
    margin-top: 3px;
}
