body {
  background: #e6eaec;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  margin: 0px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:hover { 
	color: #8c8c8c; background-color: transparent; }

.fieldWithErrors {
	padding:3px;
	background-color:#fff;
	border:solid 1px #d83636;
	color:#d96666;
	border-radius:5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
  display: table;
}
#wrap {
  display: block;
  width: 950px;
  padding: 12px;
  margin: auto;
  margin-top: 20px;
  background-color: #fff;
  border-radius:10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;

}

}
.content {
margin-left:20px;

}
#menu {
  color: #8f939c;
  margin: auto;
  padding: 10px;
  background: #a0a0a0 url('images/menubg.gif') top left repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
}
#menu a,#menu a:visited{
	padding-right:10px;
	padding-left:5px;
	border-right: 1px solid #939496;
	color: #676a74;
	text-decoration: none;
}
#menu a:hover{
	color: #ebedf0;
	background-color: transparent;
	text-decoration: none;
	}
	
a img{
		background-color: transparent;
		text-decoration: none;
		border:none;

}

h1{
  	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .3px;
	color: #4c4c4c;
	text-decoration: none;
	padding-top:10px;
}

#expand{
	float:right;
	margin-right: 20px;
    margin-top:-3px;
}

#expand a:hover{
	text-decoration:none;
}

input {
 font-family: helvetica, arial, sans-serif;
 font-size: 13px;
 font-weight: bold;
 letter-spacing: .3px;
 color: #4b4b4b;
 margin-top: 5px;
 background-color: #f0f0f0;
 padding: 6px;
 border: 1px solid #e0e0e0;
}

input:hover {
 background-color: #f0f0f0;
 padding: 6px;
 border: 1px solid #bbb;
}
#header {
	background:url('images/logo.gif') left center no-repeat;
		width:180px;
		height:83px;
		color: transparent;
		margin-bottom:10px;
}
.button{
	width: 148px;
	height: 28px;
}
.button a {
padding: 6px 31px 4px 27px;
width: 148px;
height: 28px;
font: bold 11px sans-serif;;
color: #111;
background: url("images/button.png") no-repeat;
text-decoration: none;
}
.button a:hover { 
color: #356e24;
background: url("images/buttonover.png") no-repeat;
text-decoration: none;
}
#footer {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  color: #b4b4b4;
  width: 913px;
  height: 20px;
  padding: 30px;
  margin: auto;
  margin-bottom:20px;
  background: #fff;
  border-radius:0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;

}
#errorExplanation {
	margin-top: 10px;
	padding: 5px;
	background-color:#feeded;
	border:solid 0px #d96666;
	color:#d96666;
	border-radius:5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #cc3c31;
  color: #fff;
}

#errorExplanation p {
  color: #f8a9a3;
  margin-bottom: 0;
  padding: 0px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#productview {
  text-align: left;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  color: #000;
}
#productview b{
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #9a9fa4;
}
#productview p{
  font-size: 14px;
  color: #000;

}
table {
		border-collapse:collapse;
		margin-top:0px;
		font:12px/145% verdana,helvetica,arial,verdana;
		color: #333;
		border-bottom: 1px solid #d6dee2;
		
		width: 100%;
	
		padding:5px;
		/*background-color:#ededed;*/
}

td, th {
		padding:5px;
		vertical-align: top; 
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		
		
}

table a:hover {
color:#51564c;
		border-bottom: 0px solid #d8dadd;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
	    font-family: helvetica, arial, sans-serif;
	    text-transform: uppercase;
		color:#616d7a;
		font-size:12px;
		padding:7px;
		padding-left:20px;
		font-weight:bold;
		text-align:left;
		border-bottom:1px solid #d6dee2;
		background: #eaf1f5;
		border-radius:10px 10px 0px 0px;
	  -moz-border-radius: 10px 10px 0px 0px;

		
		
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
	font-size:12px;
	border-top: dashed 1px #d6dee2;
	padding-left:25px;
	margin-left:1px;
	
}
.none {
font-size:12px;
border-bottom: solid 0px #d8dadd;
padding-left:0px;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		
}

.odd {}

tbody tr{
	background-color:#fff;
	/*border-bottom: solid 1px #d8dadd;*/
}

tbody tr.replyfooter{
	border-bottom: solid 1px #d8dadd;
	font-size:10px;
	text-align: right;
	line-height:12px;
}

tbody tr:hover {
		background:#f2faf0;
		color:#69905f;
}

.spy-list {

	height:145px;
	overflow: hidden;
	
}

.code {
	padding:2px;
	font-size:10px;
	padding-left:30px;
	color:#999;
	
}

.message{
	margin-left:50px;
	margin-bottom:10px;
	margin-right: 3px;
	padding:10px;
	padding-top:0px;
	background-color:#cfe9f9;
	border:solid 1px #3296d6;
	color:#1f76ae;
	width:800px;
	border-radius:5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.message h1{
	color:#004e9d;
}

.help{
	margin-left:10px;
	margin-bottom:10px;
	margin-right: 3px;
	padding:10px;
	background-color:#cfe9f9;
	border:solid 1px #3296d6;
	color:#1f76ae;
	float:right;
	width:200px;
	border-radius:5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.help h1{
	color:#004e9d;
}

.success{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:#ecfeec;
	border:solid 0px #72bc51;
	color:#72bc51;
	border-radius:5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.error{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:#feeded;
	border:solid 0px #d96666;
	color:#d96666;
	border-radius:5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.note{
	font-size:10px;
	color:#999;
}

.edit_delete{
	margin-top: 10px;
	float:right;
	margin-right: 2px;

}
/* BLUE CONTENT AREA */
		#contentBlue {clear: left; padding: 20px; width: 920px; height: 200px; background-color: #fff;
			margin-bottom: 20px;
			}
		
		/* LEFT COLUMN HOME */
		#leftColumnHome {float: left; width: 300px;}
			#leftColumnHome h3 {margin: 0 0 10px 10px;}
				#leftColumnHome p {margin: 0 0 10px 10px;}
						
		/* MIDDLE COLUMN */
		#midColumn {float: left; margin: 0 20px; width: 260px;}
			#midColumn h3 {margin: 0 0 10px 10px;}
				#midColumn p {margin: 0 0 10px 10px;}
		
		/* RIGHT COLUMN HOME */
		#rightColumnHome {float: left; width: 300px;}
			#rightColumnHome h3 {margin: 0 0 10px 10px;}
				#rightColumnHome p {margin: 0 0 10px 10px;}
		
		/* RIGHT COLUMN SUB */
		#rightColumn {float: left; width: 300px;}
			#rightColumn h3 {margin: 0 0 10px 0;}