@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url(../images/bgmain.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

img{

border:none;
}
.norepeat{

	background-repeat:no-repeat;



}

.bg{
	margin:0px;
	background:url(../images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
.input{
	
	border:0px;

}

.input2{
	
	border:1px solid #999;

}
.orangeBoxes{

	background-color:#FF9900;

}
.label{

	text-align:right;
	font-weight:bold;
	

}

.error{

	background-color:#FF0000;
	color:#FFF;
	padding:5px;
	font-weight:bold;

}

.success{

	background-color:#006600;
	color:#FFF;
	padding:5px;
	font-weight:bold;

}

.paginate a{

	color:#FFFFFF;
	padding:5px;
	margin:3px;	
	background-color:#cc6600;
	text-decoration:none;

}



.currentPage{
	color:#FFFFFF;
	padding:5px;
	margin:3px;
	background-color:#CC0000;
	text-decoration:none;
}
.paginate a:hover{

	background-color:#F99E1A;

}


.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {color: #FF0000;}

/* ----------------------------------------- */

/*             styles for the star rater                */


.star-ratingSet {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../images/star_ratingSet.gif) top left repeat-x;		
}

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../images/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}

INPUT
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
  BORDER: #FF9900 1px solid ;
}

INPUT[type="password"]
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
  BORDER: #FF9900 1px solid ;
}

INPUT[type="submit"]
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
  BORDER: #FF9900 1px solid ;
}

INPUT[type="image"]
{
    BORDER: 0px;
}

INPUT[type="checkbox"]
{
  MARGIN: 0px;
  BORDER: #FF9900 1px solid ;
}

INPUT[type="radio"]
{
  MARGIN: 0px;
  BORDER: #FF9900 1px solid ;
}

INPUT[type="submit"]
{
  MARGIN: 0px;
  BORDER: #FF9900 1px solid ;
}

select
{
  border: #FF9900 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
}

TEXTAREA
{   
  BACKGROUND-COLOR: #FFFFFF; 
  BORDER: #FF9900 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
}


OPTION
{
  BORDER: #FF9900 1px solid ;
}

.normalred{

        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FF0000;
}
img{

border:none;
	
}
a{
	border:0px;

}
a:visited {
        color: #000;
        text-decoration:underline;
} a:link {
        color: #000;
	border:none;
        text-decoration:underline;
} a:active {
        color: #000;
        text-decoration:none;
} a:hover {
        color: #945210;
        text-decoration:none;
}

		
