/* CSS Document */

body {

	background:#000 url(../images/tap_bg_image.jpg) top center no-repeat  ;

	font:11px Arial,Helvetica,sans-serif; line-height:1.5em; color:#ddd; margin-top:30px;  

}

h2 { color: #FF0000; font-size:18px; font-weight:bold; margin:0; padding:0; border-bottom:dashed 1px #660000; margin-bottom:10px; }

h3 { color: #f68b24 ; font-size:12px; font-weight:bold; margin:5; padding:0;}



a,a:visited { color: #FF9900; text-decoration: none;}

#outter { width:1002px;   min-height:556px;    margin:auto;  }



#header { height:152px; background:url(../images/thetap_header.jpg) no-repeat ; 

			color:#333333; 

			 }

#header .logo { 

	float:left ;

	width:900px;

	

	

}

#header .info { 

	float:left ;

	width:100px;



}

#header a { color: #006699; }#topnavigation { line-height:34px; background:#ed1c24 url(../images/menus.jpg);  }#topmenu { height:34px;  width:50%;  float:left;}#loginform { height:34px;  width:30%; float:right;  }



#topbar { line-height:20px; background: #999; color:#fff; text-align:left; padding:3px; margin-bottom:2px; }



#container {     }



#container .leftcoll{ width:320px;  float:right; margin:0px 0;  }

#container .maincoll{ 

	width:653px; 

	float:left;

	/*color:#f68b24; */

	margin:0px 0;

	

	min-height:300px;

}

#footer { min-height:50px; vertical-align:bottom; color:#ddd;  text-align:center;  }

#output . {

	overflow:hidden; 

	height:410px; 

	width:675px; 

	position: absolute;

	z-index:1; 

	}







.start_on { background:url(../images/rating_star_on.gif) no-repeat; width:23px; height:23px;  margin-left:1px; float:left; }

.start_of { background: url(../images/rating_star_off.gif) no-repeat; width:23px; height:23px;  margin-left:1px; float:left; }





/* Classhes */

#content .sleft 	{ 	width:30%; float:left; }

#content .sright 	{ 	width:65%; float:left;  padding:5px;  }

#module { padding:10px; }

#module .title{ color:#fff; font-size:16px; font-weight:bold; border-bottom: dashed 1px #fff;}





.inner { padding:0 0px; background:#000;  }

#content {	 padding:10px; margin-bottom:5px; }

#content .title { padding-left:15px;line-height:25px; font-weight:bold; color: #fff;  font-size:12px; margin-bottom:5px; background:#f58b24; }



.clr { clear:both;} 

.maintitle { background: #99CC00; color:#fff; font-size:12px; font-weight:bold; padding-left:15px; line-height:30px; }

#menu a{ color:#fff; }

/* Form Styles */

input, select {  border: 1px solid silver; font-size:11px; }

textarea      {   border: 1px solid silver; width:95%; font-size:11px;}

button        {   }

input.disabled { background-color: #F0F0F0; font-size:11px; }



input:focus,

select:focus,

textarea:focus { background-color: #ffd; }

.button { color:#333; width:150px; height:30px; font-weight:bold;}

.separator { border-bottom: dashed 1px #fff; }

#mainlevel ,#mainlevel ul {

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	

}



#mainlevel li a {

	

	color: #fff;

	display:block;

	font-family:Arial;

	font-size:11px;

	font-weight:bold;

 	font-size-adjust:none;

	padding:0px 20px;

	line-height:1.8em;

	text-decoration:none;

	background:url(../images/warrow.gif) no-repeat 2px;

	margin-left:-40px;

	



}



/* LEFTCOLL STYLE GOES HERE */

#logo { height:180px; }

#loginbox {  padding:5px; background:#000; }



#photo {

	padding:10px;   

} 

.photos { 

	height:160px; 

	width:130px; 

	border:solid 2px #000; 

	text-align:center; 

	float:left; background:#fff ;

	margin:2px 2px;; 

}

.photos img {

	margin:0 auto;

	padding:5px ;

}

.photos span {

	margin:0 auto;

	padding:2px 10px ;

	color:#374548;

}





/* Table admin */

table.adminlist {

	width: 100%;

	border-spacing: 0px;

	

	border: solid 1px #ddd;

	color: #888; margin-top:5px;

}

table.adminlist td{

	text-align: left;

	border-bottom: 1px solid #ddd;

	padding:5px 15px;

	font-size:10px; 

	line-height:1em;

	

}

table.adminlist th {

	text-align: left;

	padding:5px 15px;

	font-size:11px; 

	background: #333;

	color: #fff;

	line-height:2em;

	border-bottom: 1px solid #ddd;



	}

