/*

FRONT END

*/

.do_hand {
	cursor:pointer;	
}

#your_review {
	clear:both;padding-top:3px;
	border-bottom: 1px dashed #999999;padding-bottom:8px;
        overflow:hidden;
}

#assessment_top {
	float:left;clear:both;border-bottom: 1px dashed #999999;padding-bottom:8px;width:100%;
         overflow:hidden;
         
}

#assessment_description {
	clear:both;padding-top:3px;
	border-bottom: 1px dashed #999999;padding-bottom:8px;
            overflow:hidden;
}

#assessment_reviews {
	
	padding-top:3px;
	/* border-bottom: 1px dashed #999999; */
	padding-bottom:8px;
        overflow:hidden;
        
}


/*

BACK END

*/

table.prettytable {
  margin: 1em 1em 1em .5em;
  background: whitesmoke;
  border-collapse: collapse;
  width:100%;
}
table.prettytable th, table.prettytable td {
  border: 1px silver solid;
  padding: 0.7em;
}
table.prettytable th {
  background: gainsboro;
  text-align: center;
  font-size:1.2em;
  font-weight:bolder;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

table.prettytable tr:hover {
	background-color:#FFFFBF;
}

/* START ODD ROWS */
table.prettytable tr.even  {
	background-color:white;
}

table.prettytable tr.even:hover  {
	background-color:#FFFFBF;
}
/* END ODD ROWS */

/* START ODD ROWS */
table.prettytable tr.oddr  {
	background-color:#BFCFFF;
}

table.prettytable tr.oddr:hover  {
	background-color:#FFFFBF;
}
/* END ODD ROWS */

.fkbtn {
	background-color:whitesmoke;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	color:black;
	font-size:1.4em;
	font-weight:bold;
	line-height:1;
	padding: 4px;
	text-decoration:none;
	white-space:nowrap;
	text-transform: uppercase;
}

.fkbtn:hover {
	background-color:#C0CCE6;
	border-bottom:1px solid #37607D;
	border-right:1px solid #37607D;
	color:black;
	text-decoration:none;
	cursor:pointer;
}

#add_assessment {
	margin: .5em;
}

#assessment_form {
	background-color:#F7F7F7;
	border:1px solid #D0D0D0;color:#000000;
	
	z-index:101;
	width:775px;
	display:none;
	margin:4px;
}

#assessment_form_title {
	margin-left:.5em;
	text-transform:uppercase;
	text-align:center;
}

#assessment_form_close {
	background:transparent url(images/close-box.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:9px;
	margin:2px;
	text-align:right;
	right:4px;
	top:4px;
}

.form_input {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:5px;
	width:450px;
}

.form_label {
	color:#663300;
	font-size:10px;
	font-weight:bolder;
	margin:0 0 2px;
	padding:0;
	text-transform:uppercase;
	vertical-align:top;
}

.action_menu {
	text-align:center;
}

#assessment_form_table {
	width:100%;
}

#assessment_form_table td {
	
	
}

html, body {
	height: 100%;
}

#assessment_uploading_box {
	width: 200px;
	height: 100px;
	text-align: center;
	background-color:#F7F7F7;
	border:1px solid #D0D0D0;color:#000000;
	color: black;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -50px; 
	display:none;	
}

#assessment_done_box {
	width: 100px;
	height: 120px;
	text-align: center;
	background-color:#F7F7F7;
	border:1px solid #D0D0D0;color:#000000;
	color: black;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -50px; 
	display:none;	
}

/*
   REVIEW LIST
*/

.post_box {
	border:2px solid black;
	margin-top:10px;	
	float:left;
	margin-bottom:15px;
}

.vote_msg_holder {
	clear:both;
	float:left;
	width:100%	
}

.msg_holder {
	float:left;
	width:94%	
}

.msg_box {
	padding-left:4px;
	padding-top:5px;
	padding-bottom:1px	
}

.vote_holder {
	float:left;
	height:100%;
	padding-right:5px;
	border-right:1px solid #cccccc;
	width:5%	
}

.point_text {
	font-size:2.4em;
	color:#808185;
	font-weight:500;
	padding-right:5px;
}

.footer_dummy {
	float:left;
	height:100%;
	padding-right:5px;
	border-right:1px solid #cccccc;
	width:5%	
}

.footer_forum {
	text-align:right;
	padding-right:4px;
	padding-bottom:3px;	
}

.author_time_bar {
	border-top: 0px solid #cccccc;
	padding:3px;
	text-align:right;
}
	