@charset "utf-8";
/* CSS Document */
.treeHighlightedClass {
	background-color:#FFFFCC;
}

.required {
	color:#CC0000;
	font-weight:bold;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:auto;
	margin:0px auto;
	color:#5482B9;
}

td {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

a {
	color:#5482B9;
}

.clear {
	clear:both;
}

.btn1 {
	text-decoration:none;
	color:#FFF;
	background-color:#999;
	font-weight:bold;
	padding:4px;
	border:1px solid #666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;	
}

.btn2 {
	text-decoration:none;
	font-size:12px;
	color:#fff;
	background-color:#5482B9;
	font-weight:bold;
	padding:4px;
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;	
}

.btn3 {
	text-decoration:none;
	font-size:12px;
	
	color:#fff;
	background-color:#5482B9;
	font-weight:bold;
	padding:5px;
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;	
}

.btnSubmit {
	text-decoration:none;
	color:#FFF;
	background-color:#999;
	font-weight:bold;
	padding:1px;
	border:1px solid #666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;	
}

.stroke {
	background-color:#CCCCCC;
}

.imgStroke {
	border:1px solid #CCC;
}

.error {
	color:#CC0000;
	font-weight:bold;
}

.red {
	color:#CC0000;
	font-weight:bold;
}

.taxContainer {
	width:600px;
}

.taxDiv {
	width:100px;
	text-align:right;
	float:left;
	margin-bottom:10px;
}

/* main */

#main {
	display:block;
	width:1010px;
}

/*leftNav */
#leftNav {
	display:block;
	width:200px;
	background-color:#CCDFEE;
	float:left;
	margin-right:20px;
	min-height:700px;
	/height:700px;
}

#leftNav a {
	text-decoration:none;
	color:#5482B9;
}	

#leftNav #logo a{
	background-image:url(../images/logo.gif);
	display:block; 
	width:200px;
	height:110px;

	background-repeat:no-repeat;
	background-position:top;		
}

#leftNav a span {
	visibility:hidden;
}

#leftNav ul {
	display:block;
	list-style:none;
	padding:0px;
	text-align:left;
	margin:0px;
}

#leftNav li {
	display:block;
	
	color:#5482B9;
	padding:0px;
	margin:0px;
}

#leftNav .tier1 {
	display:block;
	background:url(../images/left_nav_arrow1.gif) no-repeat #5482B9;
	font-weight:bold;	
	padding-left:20px;
	height:23px;
	padding-top:5px;
	margin-bottom:1px;
}

#leftNav .tier1 a {
	color:#FFF;
}

#leftNav .tier2 {
	display:block;
	font-size:12px;	
	background-image:none;
	padding:5 5 5 20;
	border-bottom:1px solid #5482B9;
	background:#BAD1E6;	
}

#leftNav .tier2highlight {
	display:block;
	font-size:12px;	
	background-image:none;
	padding:5 5 5 20;
	border-bottom:1px solid #5482B9;
	background:#FFF;	
}

#leftNav .tier2highlight a {
	color:#000;
	font-weight:bold;
}

#leftNav .tier2 a {
	color:#666;
	
}

#leftNav .tier2 a:hover {
	color:#000;	
}

#leftNav .tier3 {
	display:block;
	font-size:12px;	
	background:url(../images/bullet.gif) left no-repeat #BAD1E6;	
	border-bottom:1px solid #5482B9;	
	padding-left:35px;
	height:18px;
}

#leftNav .tier3 a {
	color:#000;
}

#leftNav .btn2 {
    text-decoration:none;
    font-size:12px;
    font-size:11px;
    color: black;
    background-color: #fefc9b;
    font-weight:bold;
    padding:5px;
    border:1px solid #666;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
}    


/* topNav */
#topNav {
	display:block;
	text-align:left;
	padding-top:10px;
}

#topNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#topNav li {
	font-size:14px;
	display:block;
	font-weight:bold;
}

#topNav .tabOn {
	background-image:url(../images/btn_on_bkgnd.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:2px;
	padding-right:15px;
	height:23px;
	float:left;
}

#topNav .tabOff {
	background-image:url(../images/btn_off_bkgnd.gif);
	background-repeat:no-repeat;
	color:#5482B9;
	padding-left:15px;
	padding-top:2px;
	padding-right:15px;
	height:23px;
	float:left;
}

/* bodyContent */
#bodyContent {
	display:block;	
	left:220px;
	width:761px;
	float:left;	
	text-align:left;
}

#bodyContent .title {
	background-color:#5482B9;
	height:22px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
}

#bodyContent .title a {
	color:#FFF;
}

#bodyContent .search {
	display:block;
	padding:5px;
}

#bodyContent .buttons {
	display:block;
	padding:5px;
}

#bodyContent .footer {
	background-color:#5482B9;
	color:#FFFFFF;
	margin:-10px;
	margin-top:15px;
	padding:5px;
	font-weight:bold;
	width:761px;
}

#pagination {
	margin-bottom:5px;
	margin-top:5px;
}

#bodyContent .footer select {
	font-size:10px;
}
		
/* listing */
#listing {
	display:block;
}

#listing .tableHeader {
	background-color:#CCCCCC;
	color:#5482B9;
	font-weight:bold;
	font-size:12px;
}

#listing .tableData {
	background-color:#FFFFFF;
	font-size:12px;	
}

#listing .tableDataImage {
	background-color:#FFFFFF;
	height:80px;
	text-align:center;
}

#listing .tableData2 {
	background-color:#FFFFFF;
	font-size:12px;	
	text-align:center;
}


.tableHeader {
	background-color:#CCCCCC;
	color:#5482B9;
	font-weight:bold;
	font-size:12px;	
	padding:6px;
}

.tableData {
	background-color:#FFFFFF;
	font-size:12px;	
	text-align:left;
}

td {
	
}

.tableData2 {
	background-color:#FFFFFF;
	font-size:12px;	
	text-align:center;	
	width:50px;
}

.primary {
	background-color:#FFFFFF;
	font-size:12px;	
}

.quaternary {
	background-color:#FFFFFF;
	font-size:12px;	
}

/* breadcrumbs */
.breadcrumbs {
	margin-top:10px;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
}

/* edit */
.edit {
	margin-top:10px;
}

/* home */
#home {
	font-size:12px;
}

#home td {
	font-size:12px;
}

#home ul {
	padding-left:20px;
}

#home li {
	padding-top:5px;
}

/* filter */
.filter {
	background-color:#CCDFEE;
}

/* selectSite */
.selectSite {
	 background-color:#A9C0DC; margin-top:20px; padding-top:10px; padding-bottom:10px; color:#000;
}

/* filterBar */
#filterBar {
	background:#CCDFEE;
	padding: 3px 0 3px 5px;	
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.filterBar {
	background:#CCDFEE;
	padding: 3px 0 3px 5px;	
	font-weight:bold;
	margin-top:10px;
}

/* actionBar */
#actionBar {
	background:#A9C0DC;
	padding: 3px 0 3px 5px;
	margin-top:10px;
	margin-bottom:10px;
	height:25px;
	line-height:25px;
	font-weight:bold;
}

.actionBar {
	background:#A9C0DC;
	padding: 3px 0 3px 5px;
	margin-top:10px;
	height:25px;
	line-height:25px;
	font-weight:bold;
}

/* Product pricing grid alternating row colors */
.group1 {
    background-color: white;
}

.group0 {
    background-color: #eaeaea;
}
