
/* CSS Document */
body {
scrollbar-3d-light-color:#CC3333;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#FFFFFF; /* color of scroll base */
scrollbar-dark-shadow-color:#CC3333;
scrollbar-face-color:#CC3333;  /*color of actual bar*/
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#CC3333; /*right side of scroll bar*/
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;*/
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 775px;
}

h1, h2, h3, h4, h5 {
	font-size: 90%;
	font-weight: bold;
}

a {
	font-weight: normal;
	text-decoration: underline;
	color: #CC0000;
	font-size: 95%;

}

a:hover {
	text-decoration: underline;
	color: #000099;
}
#wrapper {
	width: 750px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-left: 15px;
}
div#header {
	text-align: left;
	background-color: #CC0000;
	height: 204px;
	margin: 0px;
	padding: 0px
}
/* part of RIGHT SIDE COLUMN
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(side2.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFFF99;
}*/
div#column1 {
	padding: 0px;
	background-image:  url(http://www8.acs.ncsu.edu/materialsmgmt/purchasing/images/leftBG.gif);
	background-repeat: repeat-y;
	width: 100%;
	/*margin: -3px 0px 0px;*/
	margin: 0px;
}
div#navcol {
	padding: 10px;
	width: 155px;
	float: left;
	margin: 0;
}
div#main {
	padding: 10px;
	margin-left: 170px;
	/*margin-right: 160px;*/
}
/* RIGHT SIDE NAV
div#sidecol {
	padding: 10px;
	width: 130px;
	float: right;
}*/
div#footer {
	/*border-top: solid #000 1px;
	background-color: #CCCCCC;*/
	width: 750px;
	padding: 10px 10px 10px 15px;
	text-align: left;
	clear: both;
	font-size: 90%;
	font-weight: normal;
	color: #666;
}
div#footer a {
	font-weight: normal;
	color: #CC0000;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#navcol ul, li {
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	list-style-type: none;
	list-style-image:  url(/materialsmgmt/purchasing/images/red_arrow.gif);

}
#leftnav ul {
	font-size: 80%;
}
#navcol ul li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 80%;
}
#navcol ul li a:hover {
	color: #CC000;
	text-decoration: underline;
}

/*#globalLeft li, #globalLeft li a {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
#globalLeft li a:hover {
	color: #000;
	text-decoration: underline;
}*/

/*#navcol ul li:before {
	content: "\00BB \0020";
	}*/
#logo {
	width: 750px;
	height: 180px;
	/*float: left;*/
	background-image:  url(/materialsmgmt/purchasing/images/purchasing_banner.jpg);
	background-repeat: no-repeat;
}

/******************** linked logos **********************/
#brick {
	width: 172px;
	height: 25px;
	float: left;
}
#brick a, #brick a:hover{
	display: block;
	width: 172px;
	height: 25px;
	text-decoration: none;
}
#brick a span{
	visibility: hidden;
}
#financial_servicesLogo {
	position: relative;
	top: 130px;
	left: -185px;
	width: 185px;
	height: 50px;
	float: left;
}
#financial_servicesLogo a, #financial_servicesLogo a:hover{
	display: block;
	width: 175px;
	height: 75px;
	text-decoration: none;
}
#financial_servicesLogo a span{
	visibility: hidden;
}
#purchasingLogo {
	position: relative;
	top: 130px;
	left: -172px;
	width: 225px;
	height: 50px;
	float: left;
}
#purchasingLogo a, #purchasingLogo a:hover{
	display: block;
	width: 225px;
	height: 50px;
	text-decoration: none;
}
#purchasingLogo a span{
	visibility: hidden;
}
/******************** linked logos **********************/

#topNav {
	width: 750px;
	height: 22px;
	/*clear: both;*/
	background-color: #CC0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
#topNav span{
	position: relative;
	top: 2px;
	left: 30px;
	font-weight: normal;
	color: #990000;
	font-size: 80%;
	/*height: 15px;*/
	background-color: #CC0000;
}
#topNav span a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 7px; /* places distance btwn links */
	padding-left: 7px;
}
#topNav span a:hover{
	color:#FFF;
	text-decoration: underline;
}
#topNav form {
	position: absolute;
	top: -6px;
	_top: -7px;
	z-index: 2;
	left: 570px;
	margin: 0px;
	padding: 0px;
}
.mySearch {
	border: 1px solid #000000;
	background-color: #EEE;
	font-size: 75%;
	color: #CC0000;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
table.myBorders {
	border: 1px solid #CC0000;
	text-align: center;
	/*align: center;*/
	width: 75%;
	/*margin-left:5%; margin-right:5%;*/
	margin-left:3%; margin-right:3%;
/*   margin-left: auto;
   margin-right: auto;*/
}

th.singleHeader  {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-bottom: 1px solid #FFFFFF;
}

td.innerRow  {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	background-color: #EEE9E9;
	margin: 3px;
	padding: 3px;
}

th.innerRow {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none;
	border-left: 1px solid #FFFFFF;
}
th#right {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
}
th#left {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none;
	border-left: none;
}
a.table:hover { color: #CC0000; text-decoration: underline}
a.table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000099;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bold;
}
