body {
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:100%;
	text-align:center;
	color:#666;
	background-color:#e2e2e2;
	background-image:url(../images/custer_bkg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

/* containers */

div#container {
	margin:0 auto;
	padding:0;
	width:980px;
}

div#header,
div#taskbar,
div#content,
div#footer {
	position:relative;
	margin:0;
	padding:0;
	text-align:left;
}

div#header {
	color:#fff;
	background-color:#7099a6;
	border-top:solid 1px #7099a6;
}

div#taskbar {
	color:#fff;
	background-color:#3d5059;
	border-top:solid 1px #688791;
}

div#content {
	padding:10px 20px;
	min-height:400px;
	color:#666;
	background-color:#fff;
}

div#footer {
	padding:0 20px 10px 20px;
}

/* content */

h1 {
	margin:9px 17px;
	padding:0;
}

h1 a {
	display:block;
	margin:0;
	padding:0;
	width:155px;
	height:55px;
	text-indent:-1000em;
	background-image:url(../images/custer_logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}

h2,
h3,
h4 {
	clear:both;
	margin:0 0 5px 0;
	padding:0 5px;
	font-weight:normal;
	color:#e07e27;
	background-color:transparent;
}

h2#pagetitle {
	margin:5px 0 15px 0;
}

h2#pagetitle a,
h3.alerts a {
	color:#e07e27;
}

h2#pagetitle a:hover,
h3.alerts a:hover {
	color:#7099a6;
}

h2#customer {
	position:absolute;
	top:10px;
	right:17px;
	display:block;
	margin:0;
	padding:0;
	width:188px;
	height:55px;
	text-indent:-1000em;
	background-image:url(../images/gvsu_logo.png);
	background-repeat:no-repeat;
	background-position:top left;
}

h3.alerts a {
	padding:0 0 0 20px;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/hide.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

h3.alerts a.hidden {
	background-image:url(../images/show.png);
}

p,
ul,
ol,
table,
label,
input,
textarea {
	font-family:arial,sans-serif;
	font-size:14px;
	line-height:18px;
}

p {
	margin:0 0 5px 0;
	padding:0;
}

a {
	color:#7099a6;
	background-color:transparent;
	text-decoration:none;
	outline:0;
}

a:hover {
	color:#e07e27;
	background-color:transparent;
	text-decoration:underline;
}

table {
	margin:0 0 10px 0;
	padding:0;
	width:940px;
	border-collapse:collapse;
	border-top:solid 1px #ccc;
}

th,
td {
	margin:0;
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-size:13px;
	border-bottom:dotted 1px #ccc;
}

th.quantity,
td.quantity {
	text-align:right;
}

table.list thead th {
	border-bottom:solid 1px #ccc;
}

table.four th,
table.four td {
	width:25%;
}

table.five th,
table.five td {
	width:20%;
}

table.calendar td {
	width:134px;
	height:70px;
}

table.calendar td.filler {
	border:none;
}

table tbody th {
	width:20%;
}

th label {
	font-size:13px;
}

table.list td.view a {
	display:block;
	margin:0;
	padding:0;
	color:#666;
	background-color:transparent;
}

table.list td a:hover {
	color:#e07e27;
	background-color:transparent;	
}

table.list th.view {
	padding:5px 5px 5px 27px;
}

table.list td.view a,
table.calendar td.view a {
	padding:0 0 0 22px;
	background-image:url(../images/view.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

table.calendar td.view a {
	display:block;
	margin:0 18px 2px 0;
	padding:0 0 0 24px;
	background-position:3px 1px;
}

table.list td.view a:hover {
	background-position:0px -18px;
}

table.list td.view a.high {
	background-image:url(../images/exclamation.png);
	background-position:0px 1px;
}

table.list td.view a.medium {
	background-image:url(../images/error.png);
	background-position:0px 1px;
}

table.calendar td.view a.created {
	background-image:url(../images/page_white_add.png);
}

table.calendar td.view a.requested {
	background-image:url(../images/help.png);
}

table.calendar td.view a.ship {
	background-image:url(../images/package.png);
}

table.calendar td.view a.scheduled,
table.calendar td.view a.in-progress {
	background-image:url(../images/date.png);
}

table.calendar td.view a.in-progress {
	color:#a1a1a1;
	background-image:url(../images/in-progress.png);
}

table.calendar td.view a.completed {
	background-image:url(../images/accept.png);
}

table.calendar td.view a.high {
	color:#ec594e;
	background-color:transparent;
}

table.calendar td.view a.created.high {
	background-image:url(../images/page_red_add.png);
}

table.list td.doc a {
	background-image:url(../images/page_go.png);
}

table.list td.doc a:hover {
	background-position:0 1px;
}

table.calendar td,
table.calendar th {
	border:solid 1px #ccc;
}

table.calendar th {
	text-align:center;
}
table.calendar tr.days th {
	padding:0;
	font-size:10px;
	line-height:14px;
	color:#aaa;
	background-color:#f2f2f2;
}

table.calendar td span {
	float:right;
	color:#666;
	background-color:transparent;
}
table.calendar td.today {
	color:#666;
	background-color:#f1ffff;
}
table.calendar td.today span {
	font-weight:bold;
	color:#333;
	background-color:transparent;
}

table.calendar th.calendarhead p {
	margin:0;
	padding:0;
	line-height:18px;
}

a.delete,
table.list tbody td a.delete {
	display:block;
	margin:0 auto;
	padding:0;
	height:16px;
	width:16px;
	text-indent:-9999em;
	background-image:url(../images/delete.png);
	background-repeat:no-repeat;
	background-position:top left;
}

table.list tbody td a.delete {
	margin:0;
}

table.list tbody td a.delete:hover {
	background-position:top left;
}

a#nextmonth,
a#lastmonth {
	display:-moz-inline-stack;
	display:inline-block;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	line-height:18px;
	text-indent:-9999em;
	background-image:url(../images/view.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

a#lastmonth {
	background-image:url(../images/view_left.gif);
}

a#nextmonth:hover,
a#lastmonth:hover {
	background-position:bottom left;
}

td.buttons,
div.buttons {
	text-align:center;
}

div.buttons {
	padding:5px 0 0 0;
}

td.title input,
td.title textarea {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	color:#e07e27;
	background-color:transparent;
	}
td.title input {
	width:540px;
}

form {
	margin:0;
	padding:0;
}

form.tableaction {
	text-align:center;
}

form#searchform {
	margin:3px 17px 3px 0;
	padding:0;
	font-size:14px;
	line-height:18px;
	color:#333;
	background-color:#fff;
}

form#searchform input {
	margin:0;
	padding:0 3px;
	font-size:12px;
	line-height:18px;
	color:#333;
	background-color:transparent;
	border:none;
}

input.label {
	color:#999 !important;
}

span.required,
label.required {
	color:#ec594e;
	background-color:transparent;
}

button { 
	position:relative; 
	margin:0 5px 0 0; 
	padding:0 10px 0 0;
	cursor: pointer;
	overflow: visible;
	font-size:14px;
	line-height:10px;
	text-align: center;
	color:#fff; 
	background-color:transparent;
	background-image:url(../images/button_bkg-orange.png);
	background-repeat:no-repeat;
	background-position:right -140px;
	border:0;
}

button::-moz-focus-inner {
	border:none;
}

button span { 
	position:relative;
	display:block;
	margin:0;
	padding:8px 0 0 10px; 
	height:19px;
	white-space:nowrap;
	color:#fff;	
	background-color:transparent;
	background-image:url(../images/button_bkg-orange.png);
	background-repeat:no-repeat;
	background-position:left top;
}

button span, x:-moz-any-link {
	padding:5px 0 6px 10px;
}

button:hover {
	background-position: right -210px; 
}
	
button:hover span {
	background-position: 0 -70px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top:-1px;
	}
}

form#searchform button {
	margin:2px 0;
	padding:0;
	height:16px;
	width:16px;
	text-indent:-1000em;
	color:#fff;
	background-color:transparent;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	cursor:pointer;
}

form#login {
	margin:0 0 10px 0;
	padding:0 5px;
}

form#login label,
form#login input {
	display:block;
	margin:0 0 5px 0;
}

p#copyright {
	margin:10px 0 0 0;
	padding:0;
	font-size:10px;
	line-height:18px;
	color:#fff;
	background-color:transparent;
}

p#message {
	display:block;
	margin:0 0 10px 0;
	padding:5px;
	color:#333;
	background-color:#ffc;
	border:solid 1px #ccc;
}

p#message strong {
	display:block;
	margin:5px 0 0 0;
	padding:5px 5px 3px 20px;
	border-top:solid 1px #ccc;
	background-image:url(../images/error.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
}

p#legend {
	margin:0 0 5px 0;
	padding:0px 3px 3px 3px;
	font-size:10px;
	line-height:16px;
	white-space:nowrap;
	color:#666;
	background-color:#f2f2f2;
	border:solid 1px #ccc;
}

p#legend strong {
	display:block;
	margin:0 0 2px 0;
	padding:3px;
	font-size:11px;
	border-bottom:solid 1px #ccc;
}

p#legend img {
	position:relative;
	top:4px;
}

div.attachments {
	display:none;
}

div#initial {
	display:block;
}

div.section {
	position:relative;
	margin:0 0 10px 0;
	padding:3px 0;
	border:dotted 1px #ccc;
	border-width:1px 0;
}

div.section tr.last td {
	border-bottom:none;
}

div.section table {
	margin:0;
}

div.hidden {
	display:none;
}

div.requests {
	position:relative;
	margin:0 0 10px 0;
}

div.clear {
	clear:both;
}

/* navigation */

ul#primarynav,
ul#secondarynav,
ul#views,
div#taskbar ul,
ul.tabs {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.tabs {
	position:relative;
	height:22px;
}

ul#primarynav li,
ul#secondarynav li,
ul#views li,
div#taskbar ul li,
ul.tabs li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
}

ul#primarynav li a,
ul#secondarynav li a,
ul#views li a,
div#taskbar ul li a,
ul.tabs li a {
	display:block;
	margin:0;
	padding:0;
}

ul#primarynav li.search {
	float:right;
}

ul#primarynav {
	margin:0;
	padding:0 0 0 17px;
	height:26px;
	color:#fff;
	background-color:#3d5059;
	border-bottom:solid 1px #466573;
}

ul#primarynav li {
	margin:0 3px 0 0;
}

ul#primarynav li a {
	margin:0;
	padding:0 10px;
	font-size:14px;
	line-height:26px;
	color:#fff;
	background-color:transparent;
}

ul#views {
	position:absolute;
	top:5px;
	right:17px;
}

ul#views li a {
	padding:3px 0 3px 18px;
	font-size:13px;
	line-height:24px;
	background-repeat:no-repeat;
	background-position:0px 6px;
}

ul#views li#calendar a {
	background-image:url(../images/calendar.png);
}

ul#views li#list a {
	background-image:url(../images/list.png);
}

ul#views li.current a,
ul#views li.label a {
	text-decoration:none;
	color:#333;
	background-color:transparent;
	cursor:default;
}

ul#secondarynav {
	margin:0 0 10px 0;
	height:28px;
}

ul#secondarynav li a {
	padding:6px 0 0 0;
	color:#fff;
	background-color:transparent;
	border-top:solid #7099a6 4px;
}

div#taskbar ul {
	margin:0 0 0 25px;
}

div#taskbar ul li#profile,
div#taskbar ul li#logout {
	float:right;
}

div#taskbar ul li a {
	padding:3px 0 3px 18px;
	font-size:12px;
	line-height:24px;
	color:#fff;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0px 6px;
}

div#taskbar ul li#new a {
	background-image:url(../images/page_add.png);
}

div#taskbar ul li#newuser a {
	background-image:url(../images/user_add.png);
}

div#taskbar ul li#approve a {
	background-image:url(../images/add.png);
}

div#taskbar ul li#complete a {
	background-image:url(../images/accept.png);
}

div#taskbar ul li#profile a {
	background-image:url(../images/user_edit.png);
}

div#taskbar ul li#logout a {
	background-image:url(../images/lock_open.png);
}

ul.tabs li {
	margin:0 5px 0 0;
	background-image:url(../images/tab_bkg-l.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

ul.tabs li a {
	margin:0 -3px 0 0;
	padding:0 10px;
	font-size:12px;
	line-height:22px;
	background-image:url(../images/tab_bkg-r.gif);
	background-repeat:no-repeat;
	background-position:top right;	
}

ul.tabs li a:hover {
	color:#fff;
	background-color:transparent;
}

ul.tabs li.current {
	background-position:0px -26px;
}

ul.tabs li.current a {
	text-decoration:none;
	color:#e07e27;
	background-color:transparent;
	background-position:right -26px;
	cursor:default;
}

/* locators */

body.home ul#primarynav li.home,
body.alerts ul#primarynav li.alerts,
body.requests ul#primarynav li.requests,
body.users ul#primarynav li.users {
	background-image:url(../images/primary_bkg-l.gif);
	background-repeat:no-repeat;
	background-position:top left;	
}

body.home ul#primarynav li.home a,
body.alerts ul#primarynav li.alerts a,
body.requests ul#primarynav li.requests a,
body.users ul#primarynav li.users a {
	background-image:url(../images/primary_bkg-r.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

body.home ul#secondarynav li.home a,
body.alerts ul#secondarynav li.alerts a,
body.requests ul#secondarynav li.requests a,
body.users ul#secondarynav li.users a {
	border-color:#94bac6;
	text-decoration:none;
	cursor:default;
}

/* qtip styles */
.qtip,
.qtip-wrapper,
.qtip-contentWrapper,
.qtip-content {
	margin:0;
	padding:0;
}

div.qtip {
	padding:0;
	border-top:solid 1px #333;
}

div.qtip div.qtip-wrapper div.qtip-contentWrapper {
	border-color:#333 !important;
	border-width:0px 1px 1px 1px !important;
}

div.qtip-title {
	padding:3px 5px !important;
	font-size:13px;
	line-height:18px;
	color:#fff;
	background-color:#e07e27 !important;
}

.qtip-content ul {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	list-style-type:none;
}

.qtip-content ul li {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
}

.qtip-content dl dt {
	font-weight:bold;
}

/* tablesorter styles */
table.sort thead tr .header {
	padding:5px 15px 5px 5px;
	background-color:#f1f1f1;
	background-image:url(../images/sort.gif);
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
}

table.sort thead tr .header:hover {
	text-decoration:underline;
}

table.sort thead tr th.view {
	padding:5px 5px 5px 27px;
}

table.sort thead tr .headerSortUp {
	background-image:url(../images/asc.gif);
}
table.sort thead tr .headerSortDown {
	background-image:url(../images/desc.gif);
}
table.sort thead tr .headerSortDown,
table.sort thead tr .headerSortUp {
	color:#333;
}

ul.tabs li.pager {
	position:absolute;
	top:0px;
	right:0px;
	background:none;
	font-size:12px;
}

ul.tabs li.pager a {
	display:inline;
	margin:0;
	padding:0 5px 2px 5px;
	font-size:13px;
	line-height:19px;
	background:none;
	color:#7099a6;
	background-color:#fff;
	border-radius:2px;
	text-decoration:none;
}

ul.tabs li.pager a:hover {
	color:#fff;
	background-color:#7099a6;
}