*{
  margin: 0;
  padding:0;
}
body, html{
  background-color: #FFFFFF;
  font-family:  arial;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  padding:0;
  margin:0;
}


a{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
a:focus{
  outline: none;
}
a:hover{
  color: #F15929;
}

h1{
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Century Gothic", arial;
}

h2{
  font-size: 15px;
  font-weight: normal;
  font-family: "Century Gothic", arial;
}

h3{
  font-weight: normal;
  font-family: "Century Gothic", arial; 
  font-size: 14px;
}

ul{
  margin-left: 30px;
}


.orangebox{ /* heading */
  font-family: "Century Gothic", arial;
  color:#FFFFFF;
  height: 40px;
  line-height: 40px;
  background-color: #F15929;
  padding-left: 15px;
  width: 285px;
  font-weight: normal;
}




.purplebox{ /* heading */
  font-family: "Century Gothic", arial;
  background-color: #4D4B61;
  color:#FFFFFF;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.purplebox a{
  color: #FFFFFF;
  font-weight: normal;
  display: block;
}

.greenbox{ /* heading */
  font-family: "Century Gothic", arial;
  color:#FFFFFF;
  height: 40px;
  line-height: 40px;
  background-color: #B4D465;
  padding-left: 15px;
  width: 250px;
  font-weight: normal;
}

.greenbox a{
  font-weight: normal;
  color: #ffffff;
  display: block;
}

.maingreenbox{ /* heading */
  font-family: "Century Gothic", arial;
  color:#FFFFFF;
  height: 40px;
  line-height: 40px;
  background-color: #8CC63F;
  padding-left: 15px;
  font-weight: normal;
}



.bluebox{ /* heading */
  font-family: "Century Gothic", arial;
  color:#FFFFFF;
  height: 40px;
  line-height: 40px;
  background-color: #6CC9F0;
  padding-left: 15px;
  font-weight: normal;
}


.greyline{
  font-family: "Century Gothic", arial;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
  padding: 15px 0 5px 0;
  margin-bottom: 10px;  

}




p{
  margin-bottom: 10px;
}


#container{
  width: 850px;
  margin: 0 auto;
  margin-top: 40px;
}

#header{
  width: 850px;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 3px solid #8CC63F;
}

#searchbox{
  background-color: #8B919F; 
  width: 290px;
  height: 28px;
  float: right;
  margin-top: 30px;
}

#search{
  float: left;
}

#search input{
  width: 94px; 
  height: 17px;
  padding: 3px; 
  line-height: 23px;
  font-size: 14px; 
  border: 0px; 
  margin: 2px;
  color: #8B919F;
}

#searchsubmit{
  float: left;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

#contactbutton{
  float: left;
}


#navbar{
  width: 850px;
  height: 37px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: "Century Gothic", arial;
}

#breadcrumbs{
  color: #666666;
  padding-top: 20px;
  font-size: 9px;
} 

#breadcrumbs a{
  color: #666666;
  font-weight: normal;
}

#content{
  min-height: 350px;
}

#footer{
  clear: both;
  border-top: 3px solid #8CC63F;
  text-align: center;
  font-size: 10px;
  color: #666666;
  margin-bottom: 20px;
}
#footer a{
  color: #666666;
}








/* home page layouts */
#home_left{
  width: 149px;
  margin-right: 20px;
  float: left;
}


#home_middle{
  width: 386px;
  margin-right: 20px;
  float: left;
}

#home_right{
  width: 275px;
  float: left;
}

#twitter_div{
  background-color: #C0E7F6;
  padding: 5px;
}
#twitter_update_list{
  list-style-type: none;
  font-size: 11px;
  line-height: 13px;
}
#twitter_bottom{
  background-color: #60C5F0;
  padding: 2px 5px 2px 5px;
  line-height: 12px;
  font-size: 12px;
  color:#FFFFFF;
  font-weight: bold;
  text-align: right;
  clear: both;
  margin-bottom: 20px;
}


#weather_box{
  width: 275px;
  height: 75px;
  background-image: url(/images/weather-bg.jpg);
  position: relative;
}

#weather_box .heading{
  color:#FFFFFF;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  padding: 2px 5px 0 0;
  font-family: "Century Gothic", arial;
}

#weather_box .currenttemp{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  position: relative;
  top: 5px;
  left: 0px;
  width: 80px;
  text-align: center;
}

#weather_box .credit{
  color: #000000;
  text-align: right;
  position: relative;
  top: -8px;
  padding-right: 5px;
}

#weather_box a{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#weather_box .forecast{
  text-align: right;
  padding-right: 5px;
  font-size: 13px;
  color: #000000;
  position: relative;
  top: -9px;
  font-weight: bold;
}



#news_scroller{
  height: 350px;
  overflow: auto;
}

#news_scroller h3{
  clear: both;
  font-weight: bold;
  font-size:12px;
  border-bottom:1px dotted #CCCCCC;
  margin: 15px 0 10px 0;
}

#news_scroller p{
  padding-right: 10px;
}

/* end home page */







/* lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* end lightbox */






#sitemap ul{
  margin-left: 30px;
  margin-bottom: 20px;
}


.greenbuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #B4D465;
  padding-left: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
}

.greenbuttons a:hover{
  background-color: #8CC63F;
}


.greenlinks a{
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #B4D465;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
  text-align: center;
}

.greenlinks a:hover{
  background-color: #8CC63F;
}




.brownbuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #DED455;
  padding-right: 15px;
  margin-top: 15px;
  color: #000000;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  text-align: right;
  font-weight: normal;
}

.brownbuttons a:hover{
  background-color: #E9E18B;
}


.bluebuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #5B78BA;
  padding-left: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
}

.bluebuttons a:hover{
  background-color: #738BC4;
}

.lightbluebuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #6CC9F0;
  padding-left: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
}

.lightbluebuttons a:hover{
  background-color: #AEE1F7;
}

.midbluebuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #8DBFE7;
  padding-left: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
}

.midbluebuttons a:hover{
  background-color: #6CC9F0;
}



.purplebuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #4D4B61;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
  text-align: right;
}
.purplebuttons a:hover{
  background-color: #767391;
}



.redbuttons a{
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #F15928;
  padding-left: 15px;
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
}

.redbuttons a:hover{
  background-color: #F3774E;
}


















#assetbuttons{
  float: right;
  width: 220px;
  background-color: #8CC63F;
  padding: 5px 0 5px 0;
  margin-left: 20px;
}

#assetbuttons img{
  padding: 5px 10px 5px 10px; 
}



#mediareleases img{
  margin-right: 5px;
  margin-left: 5px;
}

#ousasmedialogos{
  float: right;
  width: 180px;
  margin-left: 40px;
}
#ousasmedialogos a{
  padding-bottom: 10px;
}



#mediasearchbox{
  float: right;
  font-family: "Century Gothic", arial;
  color:#000000;
  height: 40px;
  line-height: 40px;
  background-color: #E6E7E7;
  margin-left: 20px;
  padding: 0 15px 0 15px;
  font-size: 14px;
}

#mediasearchbox input{
  font-size: 14px;
  padding: 3px;
  border: 0;
  margin-left: 15px;
  color: #8B919F;
}


.ousamediacolumn{
  float: left;
  width: 259px;
  margin-top: 15px;
  line-height: 16px;
}
.ousamediacolumn p{
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #8CC63F;
}


#deals_blue_buttons{
  background-color: #FFFFFF;
  margin-left: 20px;
}

#deals_blue_buttons a{
  display: block;
  background-color: #25AAE0;
  color: #FFFFFF;
  float: right;
  height: 20px;
  line-height: 20px;
  font-family: "Century Gothic", arial;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 17px;
}


#deals_blue_buttons a:hover{
  background-color: #84CFF0;
}



.todo{
  padding: 10px;
  margin: 10px;
  border: 1px solid #FF0000;
  background: rgba(255, 0, 0, 0.1);
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
}


.discountcolumn{
  float: left;
  width: 400px;
  margin-right: 15px;
}



.minutes li{
  text-align: right;
  list-style-type: none;
  padding: 5px 10px 5px 0;
}



.lostproperty{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Century Gothic", arial; 
}

.lostproperty td{
  padding: 0 10px 10px 0;
  font-size: 15px;
  font-family: "Century Gothic", arial;  
}

.lostproperty input{
  width: 100%;
  border: 0;
  background-color: #f1f1f1;
  padding: 4px;
  border: 1px solid #555555;
  border-width: 0 1px 1px 0;
  font-family: arial;
  font-size: 12px;
  color: #444444;
}

.lostproperty textarea{
  height: 80px;
  width: 100%;
  border: 0;
  background-color: #f1f1f1;
  padding: 4px;
  border: 1px solid #555555;
  border-width: 0 1px 1px 0;
  font-family: arial;
  font-size: 12px;
  color: #444444;
}

.lostproperty select{
  width: 100px;
  border: 0;
  background-color: #f1f1f1;
  padding: 4px;
  border: 1px solid #555555;
  border-width: 0 1px 1px 0;
  font-family: arial;
  font-size: 12px;
  color: #444444;
}

#supportbuttons img{
  padding-left: 5px;
  padding-bottom: 5px;
}

#calculatorbg{
  clear: both;
  background-image: url(/images/flatting-bg.jpg);
}

.calculator{
  width: 630px;
  border-right: 20px solid #FFFFFF;
  clear: both;
  
}

.calculator h2{
  font-family: "Century Gothic", arial;
  background-color: #4D4B61;
  color:#FFFFFF;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 40px;
}

.calculator h4{
  font-family: "Century Gothic", arial;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #777777;
  padding-bottom: 4px;
}

.calculator p{
  color: #666666;
}

.calculator a{
  font-weight: normal;
}

.calculator input{
  float: right;
  width: 100px;
  background-color: #CCCCCC;
  border: 1px solid #777777;
  border-bottom: 1px solid #CCCCCC;
  padding: 3px;
  color: #4D4B61;
}


.total{
  background-color: #87D4F0;
  float: right;
  font-family: "Century Gothic", arial;
  font-size: 13px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 10px 5px 10px;
  width: 130px;
}
.total input{
  background-color: #87D4F0;
  border: 0;
  width: 60px;
  font-family: "Century Gothic", arial;
  font-size: 13px;
}





.exec{
  width: 222px;
  height: 269px;
  background-image: url(/images/exec-bg.jpg);
  float: left;
  position: relative;
  text-align: center;
}

.exec img{
  position: absolute;
  left: 1px;
  width: 205px;
  height: 154px;
}

.exec .text{
  position: absolute;
  padding: 0 10px 0 10px;
  left: 1px;
  top: 159px;
  width: 185px;
  text-align: left;
}

.exec .link{
  position: absolute;
  padding: 0 10px 0 10px;
  left: 1px;
  top: 230px;
  width: 185px;
  text-align: right;
}



.contactqueer{
  display: block;
  float: right;
  background-color: #8DBFE7;
  color: #FFFFFF;
  font-size: 13px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
  padding: 3px 5px 3px 5px;
  margin-top: 9px;
}
.contactqueer:hover{
  background-color: #6CC9F0;
}


#blog{
  float: left; 
  width: 385px; 
  padding: 15px;
}

#blog a{
  color: #FFFFFF;
  font-weight: normal;
}

#blog ul{
  color: #FFFFFF;
  list-style-type: none;
  margin: 0;
}

#blog li{
  margin-bottom: 10px;
  line-height: 13px;
}

#blog h2{
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 10px;
}



#eventsbuttons img{
  margin-right:11px;
  margin-bottom: 11px;
}


.queermain{
  padding: 15px 5px 5px 5px;
}

.queerheading{
  border-bottom: 1px solid #CCCCCC;
  font-family: "Century Gothic", arial;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
    
}

.queerp{
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}


#calendar{
  border: 4px solid #E6E7E7;
}

.calendarheading{
  text-align: center;
  font-family: "Century Gothic", arial;
  font-size: 14px;
  color: #000000;  
}

.calendardate{
  float:right; 
  padding-left: 2px; 
  padding-bottom: 2px;
  font-family: "Century Gothic", arial;  
}

#calendar td{
  border: 2px solid #E6E7E7;
  padding: 3px;
  line-height: 13px;
}

#calendar td a{
  font-weight: normal;
}


#calendar td p{
  margin-bottom: 6px;
}

.calendarlink{
  padding: 5px;
  border: 0;
  background-color: #8CC63F;
}




.entry .details table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #999999;
}

.entry .details table a { color: #003399; text-decoration: none; }
.entry .details table a:hover { color: #CC6600;	text-decoration: underline;	}

.entry .details table th {
	text-align: left;
	background: #8CC63F;
	border-bottom: 1px solid #999999;
	padding: 3px;
	width: 60%;
}

.entry .details table td { 
	color: #000000;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 3px;
	
}



.amenities{
  width: 400px;
  float: left;
}

.amenities h2{
  background-color: #AEB5DA;
  padding: 10px;
  margin-bottom: 15px;
}



.gone { display: none; }
.here { display: inline; }











/* lightbox form */

#filter{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:99;
	opacity:0.8;
	filter: alpha(opacity=80);
}


#box {
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 425px;
	height: 375px;
	padding: 0;
	margin:0;
	background-color: white;
	border: 1px solid #000000;
	z-index:101;
	overflow: none;
	color: #1A3A5D;
}

#boxtitle{
	display: none;
}
/* end lightbox form */









.competitionsbox{
  background-color: #5C6176;
  width: 270px;
  margin-bottom: 20px;
}
.competitionsboximage{
  height: 150px;
  text-align:center;
}
.competitionsbox h3{
  background-color: #AEB5DA;
  text-align: left;
}

.competitionsbox a{
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 10px 5px 10px;
}





.advocacypopup{
  width: 401px;
  height: 401px;
  margin: 0 auto;
  margin-top: 200px;
  color: #FFFFFF;
  z-index: 801;
}

.advocacypopuptop{
  width: 401px;
  height: 13px;
  background-image: url(/images/advocacy-top.png);
  z-index: 801;
}

.advocacypopupcontent{
  height: 332px;
  padding: 10px 25px 0 20px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Century Gothic", arial;
  font-size: 13px;
  overflow: auto;
  text-align:left;
}
.advocacypopupbottom{
  width: 401px;
  height: 12px;
  background-image: url(/images/advocacy-bottom.png);
}
.advocacypopupclose{
  text-align: right;
  height: 34px;
  padding-right: 20px;
  background-color: #FFFFFF;
}




.clubscolumn{
  width: 270px;
  float: left;
  margin-right: 10px;
  line-height: 20px;
}

.clubscolumn a{
  font-weight: normal;
}




#comingup{
  width: 386px;
  height: 100px;
}

.comingup-button{
  float: left;
  width: 16px;
  height: 100px;
  background-color: #919295;
}

#comingup-middle{
  float: left;
  width: 354px;
  height: 100px;
  background-color: #E6E7E9;
}

.comingup-day{
  padding: 5px;
  margin: 5px;
  height: 80px;
  width: 80px;
  float: left;
  background-color: #FFFFFF;
}

.comingup-events{
  height: 65px;
  width: 80px;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
}

.comingup-events a{
  font-weight: normal;
}

.comingup-date{
  height: 20px;
  text-align: center;
  font-family: "Century Gothic", arial;
}










#eventscontainer {
  position: relative;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}

#scroller {
  width: 3000px;
  overflow: hidden;
}

.eventscontent {
  padding: 5px;
  margin: 5px;
  height: 80px;
  width: 80px;
  float: left;
  background-color: #FFFFFF;
}




.signupcheckbox{
  font-size: 12px;
  float: left;
  width: 167px;
}

.signupcheckbox input{
  width: 15px;
  margin-right: 5px;
}



#recreation{
  width: 850px; 
  text-align: center; 
  background-color: #BADA8D; 
  padding-top: 30px;
  padding-bottom: 30px;
}

#recreation a{
  margin: 0 auto;
  display: block;
  width: 362px;
  height: 32px;
  line-height: 32px;
  padding-bottom: 2px;
  font-family: "Century Gothic", arial;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  background-image: url(/images/recreation-list-bg.jpg);  
} 





.blogform td{
  padding-right: 5px;
  padding-bottom: 2px;
  font-family: "Century Gothic", arial;  
}

.blogform input, textarea{
  border: 1px solid #CCC;
  padding: 2px;
  background-color: #ffffff;
  width: 200px;
}



.blogcomment{
  padding: 5px;
  margin: 10px;
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
}







.trans{
  border: 1px solid #CCC;
}
.trans td{
  padding: 5px;
  border: 1px solid #CCC;
}


.orientationarchive{
  float: left;
  width: 400px;
  height: 380px;
  margin: 10px;
  border: 1px solid #CCC;
  text-align: center;
}





.dontknow{
  display: block;
  width: 195px;
  height: 30px;
  margin-bottom: 7px;
  line-height: 30px;
  padding-left: 5px;
  background-color: #A6B4B9;
  border: 1px solid #A6B4B9;
  font-family: "Century Gothic", arial;  
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  overflow: hidden;
}

.dontknow:hover{
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #A6B4B9;
} 


.dontknowclub{
  display: block;
  width: 195px;
  height: 30px;
  margin-bottom: 7px;
  line-height: 30px;
  padding-left: 5px;
  background-color: #B4D666;
  border: 1px solid #B4D666;
  font-family: "Century Gothic", arial;  
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  overflow: hidden;
}

.dontknowclub:hover{
  background-color: #D6E9A9;
  color: #000000;
  border: 1px solid #B4D666;
} 


.dontknowrecreation{
  display: block;
  width: 195px;
  height: 30px;
  margin-bottom: 7px;
  line-height: 30px;
  padding-left: 5px;
  background-color: #6CCFF6;
  border: 1px solid #6CCFF6;
  font-family: "Century Gothic", arial;  
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  overflow: hidden;
}

.dontknowrecreation:hover{
  background-color: #C5EDFC;
  color: #000000;
  border: 1px solid #6CCFF6;
} 







.rep td{
  padding: 5px 15px 5px 5px;
  border-bottom: 1px dotted #CCC;
}


.rep .heading{
  background-color: #89C73E;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 0;
}





















