@charset "UTF-8";
body {
	font: 13.5px/1.5 Arial, Helvetica, sans-serif;
	background: #EEE url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7A7D29;
	margin-bottom: 0px;
	margin-top: 0px;
}



a img { 
	border: none;
}

a  {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #666699;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #000;
}

p {
	margin:0px 0px 10px;
	padding-right: 25px;
	padding-left: 25px;
}
.container {
	background: #FFFFFF;
	margin: 0px auto;
	overflow: auto;
	padding-top: 20px;
}

.innertube {
	width: 980px;
	margin: 0 auto;
}

header {
	height: 95px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

header .innertube {
	background: #01062A url(images/bgHead.jpg) no-repeat 500px;
	height: 95px;
}

#logo {
	padding-top: 15px;
}


.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	text-align: center;
}
.content {
	padding: 10px 0 10px 25px;
	width: 475px;
	float: left;
}

.content980 {
	width: 980px;
	padding: 10px 0;
	float: left;
	overflow: auto;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	margin-bottom: 25px;

}

.tables {
	width: 770px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

aside {
	float: left;
	width: 300px;
	text-align: center;
}

aside img {
	margin-top: 15px;
}

aside p {
	padding:0px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

/* 
  -----------------------------------
  navigation
  -----------------------------------
*/
#subnav {
	float: right;
	margin: 15px 25px 0px 0px;
	padding: 0px;	
}

@-moz-document url-prefix() {
  #subnav {
	margin-top: 6px;
  }
}

#subnav ul li {
	float: left;
	margin-left: 20px;
	line-height: normal;
}

#subnav ul li a {
	color: #b9c1ca;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 4px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#subnav ul li a:hover {
	color: #FFFFFF;
}

#subnav ul li a.current {
	color: #FFFFFF;
}


nav {
	background-color: #0A6691;
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 32px;
	width: 980px;
	z-index: 1;
	}

#p7PMnav {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 3em;
	font-size: 13px;
	
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	z-index: 10000;
	background-color: #27668F;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	line-height: 2em;
}
#p7PMnav ul li {
	line-height: 2em;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 18px 4px;
	color: #FFFFFF;
	line-height:1.8em;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #A2A939;
	color: #FFFFFF;
}

#p7PMnav a:active {
	background-color: #A2A939;
	color: #FFFFFF;
}
#p7PMnav a.active {
	background-color: #A2A939;
	color: #FFFFFF;
}

/* ------ the current page marker style ------ 
#p7PMnav .p7PMmark {
	color: #5DCCF8;
}*/
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav ul .p7PMtrg a:link  {
	color: #FFFFFF;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #A2A939;
	color: #FFF;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #FFF;
	line-height: 24px;
}

#p7PMnav ul a, #p7PMnav ul li a {
	color: #FFF;
	line-height: 24px;
}

#p7PMnav ul a:visited, #p7PMnav ul li a:visited {
	color: #FFF;
	line-height: 24px;
}

#p7PMnav ul a:hover, #p7PMnav ul li a:hover {
	color: #ffffff;
	line-height: 24px;
	background-color: #A2A939;
}

#p7PMnav ul, #p7PMnav ul li {
	width: 19em;
	color: #FFF;
	line-height: 24px;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #FFF;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #FFF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #FFF;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}



/* ************** Global table styles **************************/


table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color:  #b9c9d4;
	border-collapse: collapse;
	text-align:left;
}

table th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #b9c9d4;
	font-weight: bold;
	background-color: #013356;
	color: #FFF;
}

table th a:link, table th a:visited {
	color: #FFF;
}

.search tr {
	background-color:#f5fafe;
}

table td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #b9c9d4;
}

.form table {
	border: none;
	border: 0px;
	border-collapse: collapse;
	text-align:left;
}

.form .small {
	width: 100px;
	margin: 0px;
}

.form td {
	border-width: 0px;
	padding: 3px;
	border-style: none;
	border-color: #fff;
}


/* ************** schedule table styles **************************/


.schedule {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color:  #b9c9d4;
	border-collapse: collapse;
	text-align:left;
}

table.schedule  {
	border-width: 1px;
	border-style: solid;
	border-color: #b9c9d4;
}

.schedule th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #b9c9d4;
	font-weight: bold;
	background-color: #013356;
	color: #FFF;
}

.schedule td {
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #b9c9d4;
	border-left: none;
}

.schedule  td.use {
	background-image: url(images/use.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.schedule  td.hold  {
	background-image: url(images/hold.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.schedule  td.main  {
	background-image: url(images/main.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.schedule td.inventory {
	padding-left: 3px;
	padding-right: 3px;
}

.schedule td.month {
	border-left: 1px solid #b9c9d4;
}

/* ~~ The footer ~~ */
footer {
	background: #EEEEEE;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 100%;
}

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


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}
