@charset "UTF-8";
/* CSS Document */

/* Vancouver Pride Society */

/* BODY ------------------------------------------------------- */

body {
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
color: #404040;
background: #dbdbdb url(../../images/bgBody.png) repeat-x top;
}


li {
list-style-type: none;
}

/* TEXT -------------------------------------------------------- */

.colour { color: #cc0000; }
.pink2 { color: #9b0079; }
.red { color: #D32027; }
.grey { color: #404040; }
.lgrey { color: #696969; }

* {
}

img {
border: none;
}

a {
text-decoration:none;
color: #cc0000;
} 

h1,h2,h3,h4,h5 {
font-weight: normal;

}

strong {
font-weight: bold;
}



/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
display:block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear5 {height:5px; clear:both; display:block;}
.clear10 {height:10px; clear:both; display:block;}
.clear15 {height:15px; clear:both; display:block;}
.clear30 {height:30px; clear:both; display:block;}
.clear45 {height:45px; clear:both; display:block;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }
.center { text-align: center; }



/* --------------------| BUTTONS |-------------------- */

.button, .buttonTiny {
border: none;
display: block;
float: right;
cursor: pointer;
padding-right: 15px;
height: 32px;
text-decoration: none;
width: auto;
background-repeat: no-repeat;
background-position: right top;
background-color: transparent;
}

	.buttonTiny {
	height: 23px;	
	}
	
	.mainRight .buttonTiny {
	width: 195px;	
	}

	.button::-moz-focus-inner, .buttonTiny::-moz-focus-inner{
	border: none;  /* overrides extra padding in Firefox */
	}


	.button span, .buttonTiny span {
	padding: 0 0 0 18px;
	line-height: 32px;
	height: 32px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	}
	
		.buttonTiny span {
		height: 23px;
		line-height: 26px;
		}
	
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			/* Safari and Google Chrome only - fix margins */
			.button span, .buttonTiny span {
				margin-top: -1px;
			}
		}


	.button:hover, .buttonTiny:hover {
	background-position: right bottom;	
	text-decoration: none;
	}
	
		.button:hover span, .buttonTiny:hover span {
		background-position: left bottom;	
		}
	
.buttonRed {
background-image: url(../../images/buttonRedRight.png);
}

	.buttonRed span {
	background-image: url(../../images/buttonRedLeft.png);
	}
	
.buttonTinyRed {
background-image: url(../../images/buttonRedTinyRight.png);
}

	.buttonTinyRed span {
	background-image: url(../../images/buttonRedTinyLeft.png);
	}
	
.buttonGrey {
background-image: url(../../images/buttonGreyRight.png);
}

	.buttonGrey span {
	background-image: url(../../images/buttonGreyLeft.png);
	color: #404040;
	}
	

/* HEADER ---------------------------------------- */

#header {
width: 960px;
height: 170px;
margin: 0 auto 30px;
}

#headertop {
width: 910px;
height: 140px;
padding: 0 30px 0 20px;
background: url(../../images/bgHeader.jpg) no-repeat;
}

#headerlogo {
float: left;
display: inline;
margin-top: 14px;
width: 200px;
height: 90px;
text-indent: -9999px;
}
	
ul#nav {
width: 912px;
height: 30px;
padding: 0 24px;
background: url(../../images/headerNavDrop.png);
}

	#nav li {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
	position: relative;
	padding-bottom: 6px;
	z-index: 420;
	}
	
	#nav a.nav {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	height: 30px;
	line-height: 34px;
	padding: 0 6px;
	float: left;
	}
	
		#nav a.nav:hover, #nav li:hover a.nav {
		text-decoration: none;
		background: url(../../images/headerNavDropHov.png);
		}
	
	#nav li.last {
	float: right;
	margin-right: 0;
	}
	
	#nav li.last2 {
	margin-right: 0;	
	}
	
	body.nojs #nav li.navdrop:hover div {
		display: block;
	}
	
	#nav li:hover a.nav {
	
	}
	
	#nav div {
	position: absolute;
	background: url(../../images/headerNavDrop.png);
	padding: 0;
	left: 0;
	top: 30px;
	float: left;
	display: none;
	z-index: 420;
	}
	
		#nav div a {
		display: block;
		clear: both;
		color: #fff;
		padding: 6px;
		border-bottom: 1px solid #555;
		}
		
		#nav div a:hover {
		background: #c00;
		text-decoration: none;
		}
		
		#nav div a.last {
		margin-bottom: 0;
		}
		
/* FOOTER ---------------------------------------- */

	#footer {
	width: 900px;
	padding: 10px 45px 30px;
	margin: 0 auto;
	}
	
	#footer * {
	font-size: 11px;
	}
	
	#footer p {
	margin-bottom: 2px;
	}

	#footer a {
	}
	
		#footer .footer {
		float: left;
		display: inline;
		width: 180px;
		padding-right: 15px;
		padding-top: 30px;
		line-height: 1.5em;
		color: #404040;
		}
		
			#footer * {
			font-size: 12px;
			}
		
			#footer h3,
			#footer .footer a {
			display: block;
			}
			
			#footer a {
			color: #696969;
			}
			
				#footer a:hover {
				text-decoration: underline;	
				}
			
			#footer h3 {
			margin-top: 10px;	
			}
			
			#footer h3,
			#footer h3 a {
			font-weight: bold;
			color: #404040;
			}
		
		#footer .footercontact {
		float: right;
		display: inline;
		width: 210px;
		padding-top: 30px;
		color: #696969;
		line-height: 1.5em;
		}
		
			#footer .footercontact {
			
			}
		
			#footer .footercontact strong {
			color: #696969;
			font-weight: normal;
			}
		
		
	

/* SIDEBAR ---------------------------------------- */

#sidebar {
float: left;
display: inline;
width: 160px;
margin-left: 30px;
padding-right: 10px;
}


#sidebar .sidebox {
width: 160px;
margin-bottom: 20px;
}

	#sidebar h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 2px;
	}
	
		#sidebar h3.margin {
		margin-bottom: 10px;	
		}
	
	#sidebar .sidebox span {
	width: 160px;
	display: block;
	}
	
	
	#sidebar .sidenav a {
	display: block;
	padding: 4px 0 4px 2px;
	border-bottom: 1px dotted #e9e9e9;
	color: #cc0000;
	}
	
		#sidebar .sidenav a:hover {
		background: #ddd;
		}
		
		#sidebar .sidenav a.active {
		background: url(../../images/bgSidenavArrow.png) no-repeat 147px 6px;	
		}
		
		#sidebar .sidenav a.active:hover {
		background-image: url(../../images/bgSidenavArrowO.png);
		background-color: #ddd;
		}
	
	#sidesponsors {
	margin: 0 auto;
	width: 110px;
	height: 110px;
	overflow: hidden;
	}
	
		#sidesponsors a {
		display: block;
		width: 110px;
		height: 110px;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
		}



/* MAIN ---------------------------------------- */

#container {
width: 960px;
padding: 0 0 25px;
margin: 0 auto;
background: #fff;
border: 1px solid #d9d9d9;
border-top: none;
}

div.main {
width: 690px;
padding-right: 30px;
float: right;
display: inline;
padding-bottom: 30px;
}

	.main h1 {
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 27px;
	}

	.main h2,
	.main h2 * {
	font-size: 15px;
	font-weight: bold;
	}
	
	.main h2 {
	margin-bottom: 0.5em;
	line-height: 1.5em;
	}
	
		.main h2 span {
		color: #3d3d3d;
		font-size: 12px;
		}
		
		.main h2 a {
		border-bottom: 1px solid #cc0000;	
		}
		
		.main h2.break {
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 5px;
		margin-bottom: 1em;
		}
	
	.main h2.main {
	margin-bottom: 15px;
	}
	
	.main h3,
	.main h3 * {
	font-size: 12px;
	font-weight: bold;
	}
	
	.main h3 {
		
	}
	
	.main div.line, .main h2.line, .main h3.line {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 2px;
	margin-bottom: 5px;
	}
	
	.main a.ext {
	padding-left: 20px;
	background: url(../../images/iconExt.png) no-repeat 0 2px;
	display: block;
	}
	
	.main a.int {
	padding-left: 20px;
	background: url(../../images/iconInt.png) no-repeat 0 2px;
	display: block;
	}
	
	.main p {
	line-height: 17px;
	margin-bottom: 1em;
	text-align: left;
	}

	.main a:hover {
	text-decoration: underline;	
	}
	
	.mainLeft {
	width: 445px;
	float: left;
	display: inline;
	}
	
	.mainRight {
	width: 210px;
	float: right;
	display: inline;
	}
	
	.halfLeft, .halfRight {
	width: 315px;
	float: left;
	}
	
	.halfRight {
	float: right;	
	}
	
		.mainRight h2 {
		margin-bottom: 10px;
		}
		
	.rightphoto {
	width: 200px;
	display: block;
	padding: 1px;
	border: 4px solid #e1e1e1;
	}
	
	.articlephoto {
	width: 120px;
	float: left;
	padding: 1px;
	border: 4px solid #e1e1e1;
	margin: 0 15px 5px 0;
	}
	
	ul.p {
	margin-bottom: 1em;	
	}
	
	ul.p li {
	background: url(../../images/iconList.png) no-repeat left 7px;
	padding-left: 16px;
	line-height: 19px;
	}
	
	.hr {
	display: block;
	height: 60px;
	background: url(../../images/bgHR.png) no-repeat center center;
	}
	

.main h1.homeHeading {
padding: 15px 0 15px 5px;
font-size: 27px;
line-height: 32px;
text-align: justify;
margin-bottom: 10px;
color: #404040;
}

	h1.homeHeading span {
	color: #cc0000;
	}
	
#homePhoto {
width: 200px;
height: 200px;
overflow: hidden;
position: relative;
display: block;
}

	#homePhoto img {
	width: 200px;
	height: 200px;
	}
	
.homeNews {
margin-bottom: 10px;
padding: 5px 5px 0;
background: #f0f0f0;
border-bottom: 1px solid #e6e6e6;
}
	
	.homeNews img {
	float: left;
	width: 110px;
	height: auto;
	padding: 3px 10px 2px 0;
	}
	
	.homeNews div.news {
	}
	
	.homeNews h3 {
	margin-bottom: 10px;
	}
	
	.homeNews p {
	font-size: 11px;
	line-height: 15px;
	}
	
	.homeNews a {
	font-size: 11px;
	}
	
		.homeNews a.more {
		margin-bottom: 5px;
		display: block;
		}
	
	.homeNews a {
	text-decoration: underline;
	}
	
.homeRight {
}

	.homeRight h3 {
	text-transform: uppercase;
	}

.homeEvents {
margin-bottom: 10px;
}

	.homeEvents p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
	}
	
	.homeEvents a {
	margin-bottom: 5px;
	}
	
	.people img.bioPhoto {
	float: left;
	width: 120px;
	margin: 0 15px 10px 0;
	}
	
	.people div.bio {
	}
	
	
		.bio h2 {
		margin-bottom: 3px;	
		}
	
		.bio span {
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
		}
		
			.bio span a {
			font-weight: normal;	
			}
	
	.mainLeft .people span.text {
	display: none;	
	}
	
		.mainLeft .people .label, .mainLeft .people .info {
		float: left;
		display: inline;
		line-height: 17px;
		margin-bottom: 5px;
		}
	
		.mainLeft .people .label {
		width: 60px;
		padding-right: 10px;
		font-weight: bold;
		}
		
		.mainLeft .people .info {
		width: 220px;
		font-weight: normal;
		}
	
	.mainRight .people img {
	width: 200px;
	padding: 1px;
	border: 4px solid #e1e1e1;
	}
	
	.mainRight .rightPhoto {
	width: 210px;
	display: block;
	}
	
	.leftPhoto {
	width: 120px;
	float: left;
	padding-top: 4px;
	}
	
	.leftPhoto div {
	width: 120px;
	display: block;
	margin-bottom: 5px;
	}
	
		.leftPhoto div span {
		display: block;
		}
		
		.leftPhoto div img {
		width: 120px;	
		}
		
	.bio {
	float: right;
	width: 290px;
	}
	
	.mainRight .bio {
	width: 210px;	
	}
		
#audioControl {
position: absolute;
top: 6px;
left: 175px;
cursor: pointer;
}


/* GALLERY ---------------------------------------- */

ul.photoList li {
width: 200px;
float: left;
margin: 0 45px 45px 0;
}

	ul.photoList li.last {
	margin-right: 0;	
	}
	
	ul.photoList li a {
	display: block;
	width: 200px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #474747;
	}
	
	ul.photoList li span {
	display: block;
	width: 190px;
	height: 190px;
	padding: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
	
		ul.photoList li img {
		width: 190px;
		}

		
/* LIST ---------------------------------------- */
	
	
.listheading {
padding-left: 10px;
}	
		
.list ul {
display: block;
clear: both;
float: left;
}

.wide_list ul { width: 880px; }
.normal_list ul { width: 610px; }
.main_list ul { width: 655px; }
.left_list ul { width: 425px; }
.double_list { width: 190px; }

.list li {
display: inline;
float: left;
padding-right: 5px;
}

.list a,
.list li {
font-size: 12px;
line-height: 16px;
}

.tableHead ul {
background: #e1e1e1;
border: 1px solid #ddd;
padding: 3px 9px;
padding-right: 4px;
margin-bottom: 5px;
}
	
	.tableHead li,
	.tableHead a {
	font-weight: bold;
	}
	
	.tableHead a {
	text-decoration: underline;
	color: #3d3d3d;
	}		
	
	.tableHead a.sortUp {
	padding-right: 16px;
	background: url(../../images/iconArrowUp.png) no-repeat right;
	}
	
	.tableHead a.sortDown {
	padding-right: 16px;
	background: url(../../images/iconArrowDown.png) no-repeat right;
	}
	
.tableList ul {
float: left;
border: 1px solid #fff;
padding: 5px 4px 6px 9px;
}
	
	.tableList a {
	text-decoration: underline;
	}
	
	.main .tableList p {
	margin-bottom: 0;	
	}
	
.sort_list ul:hover {
background-image: url(../../images/admin_bgSort);
background-repeat: no-repeat;
background-position: 10px center;
cursor: pointer;
}
			
ul.odd {
background: #eee;
border: 1px solid #eee;
}

	li.table_2 { width: 2%; }
	li.table_5 { width: 5%; }
	li.table_6 { width: 6%; }
	li.table_8 { width: 8%; }	
	li.table_9 { width: 9%; }			
	li.table_10 { width: 10%; }
	li.table_12 { width: 12%; }
	li.table_15 { width: 15%; }
	li.table_17 { width: 17%; }
	li.table_20 { width: 20%; }
	li.table_25 { width: 25%; }
	li.table_30 { width: 30%; }
	li.table_40 { width: 40%; }
	li.table_45 { width: 48%; }
	li.table_50 { width: 50%; }
	li.table_60 { width: 60%; }
	li.table_70 { width: 70%; }
	li.table_75 { width: 75%; }
	
	li.table_event {
	width: 63%;
	}
	
		li.table_event a,
		li.table_performer a {
		font-weight: bold;
		display: block;
		}
		
		.tableList li span {
		display: block;
		margin-top: 2px;	
		}
		
		.tableList li strong {
		font-weight: normal;	
		}
		
		.tableList li span,
		.tableList li span * {
		font-size: 11px;
		line-height: 14px;
		color: #777;
		}
	
	li.table_date {
	width: 21%;
	}
	
		li.table_date strong {
		font-weight: bold;
		color: #404040;
		display: block;
		}
		
	li.table_type span {
	font-size: 11px;	
	display: block;
	color: #404040;
	font-style: oblique;
	}
	
	li.table_icon { 
	width: 10%;
	text-align:center;
	float: right !important;
	}

		li.table_icon img {
		cursor: pointer;
		}

	li.centre {
	text-align: center;
	}
	
	li.table_img {
	width: 90px;	
	}
	
		li.table_img img {
		width: 80px;
		height: auto;
		}
	
	
	
.performer_list div {
width: 195px;
margin-bottom: 10px;
}

	.performer_list a {
	font-weight: bold;
	text-decoration: underline;
	display: block;
	line-height: 16px;
	}
	
	.performer_list span {
	font-size: 11px;
	}
	
a.space {
display: block;
margin-bottom: 5px;
line-height: 15px;
}

.sponsors_list span {
float: left;
width: 110px;
margin-right: 30px;
margin-bottom: 30px;
}

	.sponsors_list span.last {
	margin-right: 0;	
	}
	
	.sponsors_list img {
	width: 110px;	
	}
	
.sponsors_list_right span {
width: 210px;
display: block;
margin-bottom: 30px;
text-align: center;
}

	.sponsors_list_right img {
	width: 110px;
	margin: 0 auto;
	}
	
	.sponsors_list_right p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	}


/* LIST PAGINATION ---------------------------------------- */

/*
div.pagination {
width: 100%;
height: 20px;
padding: 20px 0 0;
clear: both;
}

	div.pagination div {
	float: right;
	}
	
	div.pagination span,
	div.pagination a {
	float: left;
	display: inline;
	margin-left: 3px;
	background: #eee;
	border: 1px solid #d9e5ec;
	height: 18px;
	padding: 1px 0;
	text-align: center;
	text-transform: uppercase;
	color: #808080;
	}
	
	div.pagination span {
	padding: 1px 6px;
	}
	
	div.pagination a {
	width: 20px;
	}
	
		div.pagination a.current,
		div.pagination a:hover {
		color: #005482;
		}

div.pagination p {
float: left;
padding-left: 10px;
color: #a90006;
display: none;
}
*/


/* MAIN DROPDOWN ---------------------------------------- */

.drop_container {
width: 152px;
height: 22px;
position: relative;
}
	
	
	.drop_container .drophead {
	width: 122px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	float: left;
	padding: 0 20px 0 10px;
	font-size: 10px;
	font-weight: bold;
	}
	
		.drop_container .drophead.active {
		color: #cc0000;	
		}
	
		.drop_container  .drop_open { background: url(../../images/dropHeadOpen.png) no-repeat; }
		.drop_container  .drop_closed { background: url(../../images/dropHead.png) no-repeat; }
	
		
	.drop_container .dropdown {
	position: absolute;
	z-index: 420;
	left: 0;
	top: 22px;
	padding: 10px 10px 5px;
	display: none;
	width: 132px;
	background: url(../../images/dropDown.png) no-repeat bottom;
	}
	
	
		.drop_container .dropdown li {
		display: block;
		margin-bottom: 5px;
		}
		
		.drop_container .dropdown li a {
		font-size: 10px;
		font-weight: bold;
		}
		
			.drop_container .dropdown li a:hover {
			text-decoration: underline;
			}
			
/* EVENTS CALENDAR ---------------------------------------- */

ul.tabNav {
width: 690px;
height: 33px;
display: block;
background: url(../../images/bgTabBar.png) no-repeat bottom;
margin-bottom: 30px;
}

	.tabNav li {
	float: left;
	display: inline;
	margin-left: 10px;
	}
	
	.tabNav a {
	float: left;
	height: 33px;
	color: #404040;
	}
	
		.tabNav a span {
		float: left;
		padding: 3px 20px 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		}
		
		.tabNav a.active {
		background: url(../../images/bgTabLeft.png) no-repeat left;
		color: #cc0000;
		}
		
			.tabNav a.active span {
			background: url(../../images/bgTabRight.png) no-repeat right;
			}

.eventMap {
width: 690px;
height: 570px;
display: block;
}

span.gmapimg {
float: left;
width: 90px;
margin: 0 10px;
}

	.gmapimg img {
	width: 90px;	
	}

span.gmapinfo {
float: left;
width: 210px;
}

.gmnoprint {
line-height: 17px;	
}

#eventCalendar {
width: 690px;
}


/* RIGHT SIDEBAR ---------------------------------------- */

.rightBox {
width: 210px;
display: block;
background: url(../../images/bgRightBox.png) repeat-y;
}

	.rightBox h2 {
	width: 180px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: url(../../images/bgRightBoxTop.png) no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	}
	
	.rightBoxInner {
	width: 210px;
	background: url(../../images/bgRightBoxBottom.png) no-repeat bottom;
	font-size: 11px;
	padding-bottom: 10px;
	}
	
	ul.rightList {
	padding: 15px 15px 0;	
	}
	
		ul.rightList li {
		display: block;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #d6d6d6;
		line-height: 15px;
		}
		
			ul.rightList li a.inactive {
			color: #404040;
			}
		
			ul.rightList  strong {
			text-transform: uppercase;	
			}
			
			.rightPhoto {
			display: block;
			width: 210px;
			}
			
		a.rightButton {
		width: 160px;
		height: 30px;
		padding: 0 21px 8px 13px;
		line-height: 32px;
		background: url(../../images/bgRightButton.png) no-repeat left top;
		display: block;
		margin-left: 12px;
		color: #fff;
		font-weight: bold;
		}
		
			a.rightButton:hover, a.rightButton.active {
			background-position: left bottom;
			text-decoration: none;
			}

	
.rightPad {
padding: 0 10px;	
}

.rightTabs a {
margin-bottom: 5px;
}

	.rightTabs a.active {
	background-image: url(../../images/rightTab.png);
	color: #fff;
	}
	
	.rightTabs a:hover {
	text-decoration: none;	
	}
	
	
	.cal table {
	background: #bb0000;
	}
	
		.cal td.calNav {
		border: none;
		padding: 0 2px;
		width: 27px;
		}
		
			.cal td.calNav a {
			font-size: 16px;
			font-weight: bold;
			}
			
		.cal td.calHeading {
		border: none;	
		font-weight: bold;
		padding: 2px 0;
		}
	
		.cal tr.calDays td {
		background: #770000;	
		}
	
		.cal td {
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding: 4px 0;
		}
		
			.cal td.other {
			}
		
		.cal td a {
		color: #fff;
		font-size: 14px;
		}
		
			.cal td.calHeading a {
			font-size: 12px;	
			text-decoration: underline;
			}
		
		.cal td.today {
		font-weight: bolder;
		text-decoration: underline;
		}
		
		.cal td.active {
		background: #770000;
		
		}
		
.newsletter_form div {
display: block;
padding: 5px 0 5px;
}

.newsletter_form label {
margin:0;
margin-top:5px;
clear:both;
font-size:11px;
line-height:13px;
color:#444;
display:block;
}

.newsletter_form .full {
width: 100%;	
}

/* --------------------| PAGINATION |-------------------- */

.pagination {
height: 21px;
margin-top: 30px;
float: right;
border: 1px solid #c9c9c9;
border-right: none;
}
	
	.pagination a, .pagination span {
	float: left;
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	color: #474747;
	text-decoration: none;
	background: #d6d6d6;
	border-right: 1px solid #c9c9c9;
	}
	
		.pagination a:hover { 		background: #c9c9c9; text-decoration: none; }
		.pagination .current {		background: #c00; color: #fff; }