/*************************************************************
 * JAwards - The Joomla Awards Component
 * Author: Armin Hornung @  www.arminhornung.de
 * Released under GNU/GPL License : 
 * http://www.gnu.org/copyleft/gpl.html
 *
 * Template file - edit as you like to fit your Joomla template
 * This file might get overwritten by future versions, so
 * you need to back it up if you change it.
 *************************************************************/


/* The medal image */
.ja_medal{
	padding:4px;
	float:left;
}


.ja_award_list{
	clear:left;
	padding-bottom:20px;
}

/* Heading of the single awards in the list */
.ja_award_list h3{

}

/* Heading of the single award when listing the users */
.ja_award_details h3{

}

/* Introductory text of the component */
.ja_introtext{
	
}

/* Table of users awarded with specific award */

.ja_userstable{
	border-width: 0px;
	width: 95%;
	
	margin: 10px auto 10px auto;
	clear:left;
}

.ja_userstable td{
	padding: 3px 5px 3px 5px;
}

/* Footer with credits (optional) */
.ja_footer{
	text-align:center;
	padding:10px;
}

.ja_footer img{
 	border:0px; 
 	vertical-align:middle;
 }
