h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #362412;
}
h1 {
	letter-spacing: -2px;
	font-size: 3em;
}
h2 {
	padding-top: 15px;
	letter-spacing: -1px;
	font-size: 1.8em;
}
h3 {
	letter-spacing: -1px;
	font-size: 1.5em;
}
p, ul, ol {
	line-height: 150%;
	text-align: justify;
}
table {
	border-width: 1px;
}
.mytable {
    padding: 1px;
}
blockquote {
	padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
a {
	color: #CC5100;
	text-decoration: none;
}
a:hover {
	color: #CC5100;
	font-weight: bold;
	text-decoration: underline;
}
img { border: none; }

.clickableText {
    color: black;
}



/* FONTS */
.extra_big{
	letter-spacing: -2px;
	font-size: 18pt;	
}
.very_big{
	letter-spacing: -1px;
	font-size: large;	
}
.middle_light_text{
	color: white;
	font-size: 15px;
	letter-spacing: -1px;
}
.small_light_text{
	font-size: 11px;
	color: white;
	/*color: #CC5100;
	font-weight: bold;*/
}
.small_light_info_text{
	font-size: 11px;
	color: #E8AD35;
}
.small_dark_info_text{
	font-size: 11px;
	color: #CC5100;
}
#left_menu li{
	color: yellow;
}

.title{
	margin: 0;
	border-bottom: 2px solid #EDBE5F;
}
.title_up{
	margin: 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #EDBE5F;
}

/* TABLE List*/ 
.header{
	/*background: #EDBE5F;*/
        background: #FFF3AF;
}
.header_stats {
    background: #EDBE5F;
}
.leader{
    background: #FF5151;
}
.volunt_in_group{
	background: #FFE460;
}

.odd{
	background: #fff6c9;
}
.odd_man{
	background: #89B0F4;
}
.odd_woman{
	background: #E58585;
}

.even{
	background: #ffed96;
}
.even_man{
	background: #93BBFF;
}
.even_woman{
	background: #FF9393;
}
.registered{
	/*background: #F2E18E;*/
    background: #99ff99;
}
#table_list table tr:hover{
	/*background: #EDBE5F;*/
        background: #FFF3AF;
}

/* archive */
.archMediaTypeButton {
    background: #EDBE5F;
    padding: 3px;
    color: white;
    font-weight: bold;
    margin-top: 5px;
}
