body {padding:0; margin:0; color:#000000; background:#8B8B8B}
br{font-size:11px}
.s{font-family:Tahoma; font-size:12px;  color:#9A9A9A; text-decoration:none}
.green{font-family:Tahoma; font-size:12px;  color:#9CE438;}
.red{font-family:Tahoma; font-size:12px;  color:#2C7F06;}
.o{font-family:Tahoma; font-size:12px;  color:#FFCC00;}
.blue{font-family:Tahoma; font-size:12px;  color:#97A8C6; text-decoration:none}
.blue1{font-family:Tahoma; font-size:12px;  color:#366290}
.blue2{font-family:Tahoma; font-size:12px;  color:#627DAA}
.blue3{font-family:Tahoma; font-size:12px;  color:#6394C5}
.blue4{font-family:Tahoma; font-size:12px;  color:#366290;  text-decoration:none}
.w{font-family:Tahoma; font-size:12px;  color:#C8CDD6;  text-decoration:none}
.w1{font-family:Tahoma; font-size:12px;  color:#98A1B3;  text-decoration:none}
.w2{font-family:Tahoma; font-size:12px;  color:#C8CDD6;  text-decoration:none}
.w3{font-family:Tahoma; font-size:12px;  color:#C8CDD6}
.b{font-family:Tahoma; font-size:12px;  color:#000000; }
.heading {font-family:Arial; color:#263D66;font-size: 14px;font-weight:bold;}

.t1{center left no-repeat; margin:23px 0px 0px 28px; padding:0px 0px 0px 10px }
.t2{center left no-repeat; margin:0px 0px 0px 28px; padding:0px 0px 0px 10px }
.t3{center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 10px }
.t4{center left no-repeat; margin:0px 0px 0px 10px; padding:0px 0px 0px 10px }

#input{width:160px; height:21px;}
		 
#input1{width:134px; height:21px;}
		
#textarea{
	width:102px; height:48px;
	border-width:1px;
	border-style:solid;
	border:none;
	background-color:#F0EAE3;
	overflow:auto;
}

td {
	font-family: Tahoma;
	color:#233452;
	font-size: 12px;
}
 
.error {
	color: yellow;
}
.error2 {
	color: red;
}
.main_form {
	border-style:solid; 
	border-color:#98A6B4;
	border-width:1px;
	font-family:Tahoma;
	font-size:12px;
	color:#366290
}
.button {
	font-family: Tahoma;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #26426D;
	font-size: 12px;
}

/** styles for club_auth.php **/
#club_details{
	border: 1px solid black;
	padding:10px;
}
#club_details th{
	padding-left: 5px;
	font-weight: normal;
	text-align:left;
}
#club_details td{
	padding-left: 35px;
}
#club_details a{
	font-family:Tahoma; font-size:12px;  color:#0066CC;  text-decoration:none
}
/**		 END	**/

/** styles for club_members.php */
#club_members_container{
	border: 1px solid #ccc;
	width:100%;
	height: 300px;
	margin-bottom: 10px;
	overflow:auto;
	font-weight:normal;
}
.alt_row{
	background-color:#eee;
}
.club_expired_row{
	color:#FF0000;
}
#club_members_container tr:hover{
	background-color:#ccc;
}
#club_members_head {
	font-weight:bold;
}
#club_member_ie {
	width: 97.5%;
}
/**		END		**/

/** eFlag styles **/
.eflag_cell{
	font-weight: normal;
	color: #ffffff;
	background-color:#29518C;	
	padding:4px;
	width:70px;
	text-align:center;
}
.eflag_cell_active{
	color: #FFFF00;
	padding:4px;
	background-color:#1A3155;
	width:70px;
	text-align:center;
}
.eflag_cell_done{
	font-weight: normal;
	color: #CCCCCC;
	padding:2px;
	background-color:#1A3155;
	width:70px;
	text-align:center;
}
.eflag_spacer_cell{
	width:10px;
}
.eflag_spacer_cell{
	width:10px;
}
.eflag_cell_head{
	font-weight: bold;
	background-color:#29518C;
	color: #ffffff;
}
.eflag_template{
	padding-top:4px;
	color:#000000;
	text-transform:capitalize;
}
