.adminAction, .adminAction:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

.adminAction:HOVER {
	color: #FFFFDD;
	font-style: oblique;
}

.grey {
	color: #999999;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	line-height: 12px;
}

a.sred {
	color: #CC3333;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	line-height: 12px;
}

.sred:Hover {
	color: #FF6666;
}

.parameter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	
}

.value {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330066;

}

.details {
	color: #330066;
	display: block;
	border-bottom: solid medium #330066;
}

a.leftArrow {
	background-image: url('assets/images/arrows_r1_c1.gif');
	height: 25px;
	width: 30px;
}

a.leftArrow:Hover {
	background-image: url('assets/images/arrows_r1_c1_f2.gif');
}

a.rightArrow {
	background-image: url('assets/images/arrows_r1_c3.gif');
	height: 25px;
	width: 30px;
}

a.rightArrow:Hover {
	background-image: url('assets/images/arrows_r1_c3_f2.gif');s
}

a.red {
	color: #CC3333;
	text-decoration: none;
	font-weight: bolder; 
	font-family: Arial Black, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	
}

.red:Hover {
	color: #FF6666;
}

.navbar {
	display: block;
	background-repeat: no-repeat;
	background-attachement: fixed;
	background-position: center;
	background-image: url("images/fireworks/button.gif") ;
	background-color : #FFFFFF;
	width : 154px;
	height : 35px;
	color : #CC3333;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	font-size : 15px;
	text-align : center;
	line-height: 2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

.navbar:Hover {
	color: #FF6666;
}

.listings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3333;
	text-align: left;
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}

.listing-blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration:none;
}


.bg1 {

}

.bg2 {
	background: #EEEEEE;
}
