div.thumb_boxes {
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 400px;
}

.thumb_pics {
	border: 2px solid #333333;
	float: left;
	margin-right: 5px;
}

.system_table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
	background-color: #FFFFCC;
}

.system_table .button{
	margin-top: 10px; 
	width: 100px;
}

.system_table td{
	padding: 5px;
	vertical-align: middle;
	
}

.admin_text{
	text-align: center;	
}

.gem_system_message{
	width: 270px;
	background-color: #FFFFCC;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left : auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: red; 
	font-size:smaller;
	text-align: center;
}

.gem_admin_links_box{
	width: 95%;
	/* background-color: #FFFFCC;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px; */
	color: red; 
	font-size:smaller;
	text-align: left;
}


.gem_system_text{
	color: red; 
	font-size:smaller;
	text-align: center;
}

/* admin* classes 
	These classes are visual aids for when entering data.

*/

.admin_free_form{
	border:dotted #999999 1px;
}


/* 
	Table CSS 
*/

.gem_table a{
	color: blue;
}

.gem_table a:HOVER{
	color: red;
}



.gem_table thead{
	
	color: #5F5F5F;
	text-transform: uppercase;
	height: 30px;
	
}

.gem_table thead th{
	border-left: 1px #E6F1FF solid;	
	border-top:  1px #E6F1FF solid;	
	border-right:  1px #E6F1FF solid;	
	height: 35px;
	padding: 0px 20px 0px 7px;
	text-align: left;
	background-image: url("/gem_settings/gem_images/tables/table_header_blue_white_stripe.jpg");
	background-repeat: no-repeat;
	
}

.gem_table .no_bg{
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px #E6F1FF solid;
	
}

.gem_table tr_alt{
	background-color: white;
}
	
.gem_table .gem_row{
	background-color: white;
	}	

.gem_table .gem_row_alt{
	background-color: #E6F1FF;
	}	


.gem_table td{
	border-right: 1px #E6F1FF solid;
	/* border-bottom: 1px #BFBFBF solid;*/
	border-left: 1px #E6F1FF solid;
	padding: 0px 12px 0px 7px;
	text-align: left;
	height: 20px;
	border-collapse: collapse;
	
}

.gem_table{
	
	border-collapse: collapse;
	border-bottom: 1px #E6F1FF solid;
}

/* 
	END Table CSS 
*/