/* CSS Document */
#content {
	position: 
}
body {
	width:100%;
	height:100%;
	margin: 0px 0px 10px; }
	
BODY {
	border: none;
	background-color: #FFFFFF;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #3B73B9;
	text-decoration: none;
}
a:visited {
	color: #3B73B9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #A9B8DF;
}
a:active {
	color: #3B73B9;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #3B73B9;
}
h2 {
	font-size: 12px;
	color: #3B73B9;
}
h3 {
	font-size: 100%;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bluehighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B73B9;
}

#container{
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logo{
	width: 194px;
	height: 94px;
	margin-bottom: 10px;
	float:left;
}
#greybar{
	clear:both;
	width: 770px;
	height: 28px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	text-align: right;
	vertical-align: middle;
	padding-right: 30px;
	padding-top: 12px;
}
#logout{
	width: 140px;
	float: right;
	padding-right: 45px;
	height: 10px;
	text-align: right;
	vertical-align: middle;
	margin-top: 15px;
}
#left{
	width: 179px;
	float: left;
	padding-left: 15px;
}
#centre{
	width: 416px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#centre_login{
	width: 456px;
	margin-left: auto;
	margin-right: auto;
}
#right{
	width: 130px;
	float: right;
}
#rightcm{
	margin-top: 30px;
	margin-bottom: 10px;
}

#rightnm{
	margin-bottom: 10px;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
	

}
#footerlinks{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}

/* Order Form */

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
textarea,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

br {
	clear: left;
}
.submit input {
	margin-left: 150px;
	color: #000;
	background: #3B73B9;
	border: 2px outset #d7b9c9
}
/* Added by TA */
.success{
	color:green;
	background-color:#F7FFF0;
	padding:5px;
	border:1px solid green;	
	margin-bottom:10px;
}
.error{
	color:#D33;
	background-color:#FFE7EB;
	padding:5px;
	border:1px solid #D33;	
	margin-bottom:10px;
}
form.ta{
	display:inline;
}
form.ta input{
	float:none;
	margin:0;
	width:auto;
	display:inline;
}
.marerialLine{
	line-height:20px;
}
#topright{
	color: #3B73B9;
	margin:40px 0 0 0;
	width: 194px;
	float:right;
	text-align:center;
}
#cart{
	margin:5px 0 0 0;
	border:1px solid #90A8C8;
	line-height:30px;
	height:30px;
	padding:0 5px;
	text-align:left;
}
#cart input{
	height:19px;
	width:80px; 
	top:5px;
	position:relative;
}
table.material{
	width:100%;
	border:1px solid #B2B2B2;
}
table.material .gray{
	background-color:#EEE;	
}
table.material .gray td{
	border-bottom:1px solid #C9D8ED;
}
table.material .blue{
	background-color:#3266CC;
	color:#FFF;	
	font-weight:bold;
	
}
input.button{
	background-color:#3B71B7;
	color:#FFF;
	border:1px solid #63645A;
	font-weight:bold;
	font-size:.8em;
}
/*** PAGINATION STYLES ***/
ul.pagi_links {
	list-style-type:none;
	margin:0;
	padding:3px;
}
ul.pagi_links li {
	display:inline;
	margin:0 5px;
	font-weight:bold;
}
ul.pagi_links li a{
	font-weight:normal;
}

