* {
    padding: 0;
    margin: 0;
} 

body {
    background: #F2F8EA;
	font: .74em Arial, "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}

img.thumbnail 
{ 
     background-repeat: no-repeat;
     background-position: center center;
     background-image: url("img/clock.gif"); 
     background-color: #F6F9FB;
     border: 1px dotted #E1E1E1;
} 

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
                    background: #F4F6F9;
                    border-top: 3px solid #BFD3E7;
}

p.date {
	text-decoration: none;
	font: 10px Arial;
	color: maroon;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-right: 17px; padding-top: 0px; font-size: 10px; color: GRAY; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-right: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 69%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: right;
	width: 20%;
	margin: 0 10px;
                    align: right;
	padding: 1% 1%;
	
}

.right ul {
                    padding: 20px 0 15px 20px;
	margin:0;
                    align: right;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
                    align: right;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
                    font-size: 10px;
	color: #666;
}

INPUT {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Arial, Verdana
}

.specialSubmit { 

	font-size: 12px;
	background-color: #DFE5EF;
                  background-image: url('http://www.braincade.com/img/bg-button.gif'); 
	border: 0px none;
	cursor: hand;
                  width: 108px;
                  height: 21px
}

.specialDelete { 

	font-size: 12px;
	background-color: #DFE5EF;
                  background-image: url('http://www.braincade.com/img/bg-button-red.gif'); 
	border: 0px none;
	cursor: hand;
                  width: 89px;
                  height: 21px
}

.specialAdd { 

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #DFE5EF;
                  background-image: url('http://www.braincade.com/img/bg-button-green.gif'); 
	border: 0px none;
	cursor: hand;
                  width: 108px;
                  height: 21px
}

.ButtonFlat { 
                  background-color: #DFE5EF;
                  background-image: url('http://www.braincade.com/img/bg-button-flat.gif'); 
	border: 0px none;
	cursor: hand;
                  width: 33px;
                  height: 18px; font-family:arial, verdana, sans-serif; font-style:normal; font-variant:normal; font-weight:normal; font-size:90%
}

.dashed {
	font-size: 12px;
	background-color: #F6F9FB;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(img/alt_star.gif) top left repeat-x;		
                                        direction: LTR;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
                                        float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: 10px;
		z-index: 20;
		position: absolute;
		padding: 0px;
                                        FONT-FAMILY: Arial, Tahoma, Verdana; 
                                        font-size: 8px;
	}
	.star-rating li a:hover{
		background: url(img/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(img/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: 10px;
                                        top: 0px;
		z-index: 1;
                                        FONT-FAMILY: Arial, Tahoma, Verdana; 
                                        font-size: 12px;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}

