/* =================================================
 
 Bircan Tuner
 Copyright 2010 - Biber Ltd.
 written for - www.pixieworld.net
 
 color palette 
 --------------

#F30030 - pink
 
================================================== */

@import url('style_master.css');

#ui-datepicker-div{
    z-index: 99999 !important;
}
.ui-datepicker{
    z-index: 99999 !important;
}

/***************************************************/
/* HEADER                                          */
/***************************************************/

#topbar {
	background: url('../media/topbar.png') no-repeat;
	display: block;
	font-size: 0.917em;
	height: 34px;
	padding: 0 15px;
	width: 940px;
}

#topbar a {
	color: #FFFFFF;
}
	
	#languages {
		float: left;
		padding: 6px 0;
	}
	
		#languages li {
			float: left;
			padding-right: 10px;
		}
	
	#topbar-links {
		border-right: dotted 1px #222;
		float: right;
		padding: 6px 10px 6px 0;
	}
	
		#topbar-links li {
			float: left;
			padding-left: 10px;
		}
	
	#actions {
		float: right;
	}
	
		#actions li {
			float: left;
			padding-left: 10px;
		}
		
		#actions a#actions-profile {
			display: block;
			padding: 6px 0;
		}
		
		#actions a#actions-signin,
		#actions a#actions-signout {
			color: #A47FFF;
			display: block;
			font-weight: bold;
			letter-spacing: 1px;
			padding: 6px 0;
		}
		
		#actions a#actions-register {
			letter-spacing: 1px;
			font-weight: bold;
		}
		
		#actions .button {
			margin: 3px 0;	
		}
		
		#user-actions-box {
			position: relative;
		}
	
			#user-actions-box a {
				display: block;
				float: none;
				padding: 0;
				white-space: nowrap;
			}
			
			#user-actions-box a#user-actions {
				background: url('../media/user-actions-top-left.png') left top no-repeat;
				display: block;
				height: 24px;
				line-height: 24px;
				margin-top: 3px;
				padding-left: 10px;
			}
				
				#user-actions-box a#user-actions span {
					background: url('../media/user-actions-top-right.png') right top no-repeat;
					display: block;
					height: 24px;
					line-height: 24px;
					padding-right: 30px;
				}
			
			#user-actions-box #user-actions-list {
				background: url('../media/user-actions-bottom-left.png') left bottom no-repeat;
				display: none;
				left: 0;
				padding-left: 10px;
				position: absolute;
				top: 24px; 
			}
			
				#user-actions-box #user-actions-list ul {
					background: url('../media/user-actions-bottom-right.png') right bottom no-repeat;
					float: left;
					padding: 5px 10px 10px 0;
					min-width: 100px;
				}
				
					#user-actions-box #user-actions-list ul li {
						border-bottom: dotted 1px #555555;
						float: none;
						display: block;
						padding-left: 5px;
					}
					
						#user-actions-box #user-actions-list ul li a {
							padding: 3px 0;
						}
	#cats {
		float: right;
                width:100%;
	}
	#cats a{
		float: right;
                color:#fff;
	}
	
		#cats li {
			float: left;
			padding: 3px 5px 3px 10px;
		}
		
		#user-cats-box {
			position: relative;
		}
	
			#user-cats-box a {
				display: block;
				float: none;
				padding: 0;
				white-space: nowrap;
			}
			
			#user-cats-box a#user-cats {
				background: url('../media/user-actions-top-left.png') left top no-repeat;
				display: block;
				height: 24px;
				line-height: 24px;
				margin-top: 3px;
				padding-left: 10px;
			}
				
				#user-cats-box a#user-cats span {
					background: url('../media/user-actions-top-right.png') right top no-repeat;
					display: block;
					height: 24px;
					line-height: 24px;
					padding-right: 30px;
				}
			
			#user-cats-box #user-cats-list {
				background: url('../media/user-actions-bottom-left.png') left bottom no-repeat;
				display: none;
				left: 0;
				padding-left: 10px;
				position: absolute;
				top: 24px; 
			}
			
				#user-cats-box #user-cats-list ul {
					background: url('../media/user-actions-bottom-right.png') right bottom no-repeat;
					float: left;
					padding: 5px 10px 10px 0;
					min-width: 100px;
				}
				
					#user-cats-box #user-cats-list ul li {
						border-bottom: dotted 1px #555555;
						float: none;
						display: block;
						padding-left: 5px;
					}
					
						#user-cats-box #user-cats-list ul li a {
							padding: 3px 0;
						}
a#logo {
	background: url('../media/logo.png') top left no-repeat;
	display: block;
	height: 70px;
	margin: 30px 0;
	text-indent: -9999px;
	width: 274px;
}	

/***************************************************/
/* MAIN                                            */
/***************************************************/

#wrap {
	margin: 0 auto;
	width: 970px;
}

.button {
	background: url('../media/button-left.png') top left no-repeat;
	display: block;
	float: right;
	height: 24px;
	padding-left: 20px;
}

	.button span {
		background: url('../media/button-right.png') top right no-repeat;
		color: #FFFFFF;
		display: block;
		font-weight: bold;
		height: 24px;
		line-height: 24px;
		letter-spacing: 1px;
		padding-right: 20px;	
	}
	
	.button:hover {
		background: url('../media/button-left.png') left -24px no-repeat;
		text-decoration: none;
	}
	
	.button:hover span {
		background: url('../media/button-right.png') right -24px no-repeat;
	}

a.more {
	background: url('../media/more.png') left no-repeat;
	color: #444444;
	padding: 2px 0 2px 18px;
}

a.more:hover {
	color: #A47FFF;
	text-decoration: none;
}

a.readmore {
	float: right;
}

a.back {
	background: url('../media/back.png') left no-repeat;
	color: #444444;
	float: left;
	margin-bottom: 10px;
	padding-left: 8px;
}

.added {
	background: url('../media/added.jpg') top left no-repeat;
	float: right;
	line-height: 20px;
	padding-left: 20px;
}

/*  MAIN  */
#main {
	margin-bottom: 20px;
}

	#main-top {
		background: url('../media/main-top.png') top left no-repeat;
		display: block;
		height: 29px;
		padding: 5px 15px 0 15px;
		width: 940px;
	}
	
		#navigation {
			padding: 4px 0;
		}
		
		#navigation li {
			float: left;
			padding-right: 20px;
		}
		
		#navigation a {
			color: #FFFFFF;
			
		}
		
		#navigation a:hover {
			color: #a47fff;
			text-decoration: none;
		}
	#index #nav-index,
	#news #nav-news,
	#headlines #nav-news,
	#articles #nav-articles,
	#galleries #nav-galleries,
	#profiles #nav-profiles,
	#events #nav-events {
		color: #a47fff;
	}
	
	#main-center {
		background: url('../media/main-center.png') top left repeat-y;
		min-height: 300px;
		padding: 10px 15px;
	}
	
	#main-bottom {
		background: url('../media/main-bottom.png') top left no-repeat;
		display: block;
		height: 10px;
		width: 970px;
	}

.breadcr{
font-family: Arial, Verdana;
font-size: 11px;
color: #333333;
margin-bottom:20px;
}
.breadcr a{text-transform:uppercase;color: #333333;}

/*  FOOTER  */
#footer {
	background: url('../media/footer-top.png') top left no-repeat;
	color: #FFFFFF;
	font-size: 0.834em;
	float: left;
	margin-bottom: 20px;
	padding-top: 7px;
	width: 970px;
}

	#footer-inner {
		background: url('../media/footer-bottom.png') bottom left no-repeat;
		padding: 0 15px 7px;
		width: 940px;
	}		
		
		#footer #mini-nav {
			float: left;
		}
	
			#footer #mini-nav li {
				float: left;
				padding-right: 10px;
			}
			
			#footer #mini-nav a {
				color: #FFFFFF;
			}
			
		#footer #site-info {
			float: right;
		}
		
		#footer #biber-logo {
				background: url('../media/biber-logo.png') top left no-repeat;
				color: #FFFFFF;
				height: 12px;
				padding-left: 14px;
			} 
			
				#footer #biber-logo:hover {
					background: url('../media/biber-logo.png') bottom left no-repeat;
					color: #b1b1b1;
					height: 12px;
					padding-left: 14px;
					text-decoration: none;	
				}

/*	ARTICLE   */
.article {
	
}

	.article p {
		margin-bottom: 10px;
	}

	.article img, .newsmiddle  img.img-left,
	.content-photo-list img,
    	#photo-detail #photo-container img,
    	#profile-detail img,
    	#partnership-detail img,
    	#member-detail img,
    	#event-detail img,.profile-container .content-trio-list img,
	.info-list img {
		background: #dfdfdf;
		border: solid 1px #c7c7c7;
		padding: 3px;
	}
	
	.article img.img-left, .newsmiddle  img.img-left {
		float: left;
		margin-right: 10px;
	}
	
	.article img.img-right {
		float: right;
		margin-left: 10px;
	}
	
	.article h3 a {
		color: #333333;
	}
	
	.article h2.title {
		color: #F30030;
	}
	
	.article ul {
		margin-bottom: 10px;
	}
	
		.article ul li, .page ul li {
			background: url('../media/list-item.png') top left no-repeat;
			padding-left: 10px;
		}

.date, .article p.date{
	color: #777777;
	font-size: 0.917em;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 5px;
}

/* ARTICLE FOOTER */
.article-footer {
	margin-top: 20px;
	width: 100%;
}

	.article-footer>li {
		border-bottom: dotted 1px #999999;
		padding: 5px 0;
	}
	
	.article-footer>li.last {
		border: 0;
	}

		.tags {
			font-size: 0.917em;
		}
			
			.tags-list {
				border-right: solid 1px #DFDFDF;
				float: left;
				margin-right: 10px;
			}
			
			.tags .date {
				font-size: 1em;
				float: left;
				padding: 0;
			}
		
			.tags h4 {
				display: block;
				height: 100%;
				float: left;
				padding-right: 5px;
			}
			
			.tags  a {
				color: #444444;
				padding-right: 6px;
			}
				.tags a:hover {
					color: #2079ff;
				}
			
			.tags a.last {
				padding: 0;
			}
		
		.credits {
			width: 640px;
		}
			
			.credits-list {
				padding: 5px;
			}
			
				.credits-list li em {
					font-weight: bold;
					font-style: normal;
					padding-right: 5px;
				}
				
				.credits-list li span {
					color: #666666;
					font-size: 0.917em;
				}
				
		.control {
			float: left;
			width: 640px;
		}
		
			.control li {
				border-left: dotted 1px #999999;
				border-right: dotted 1px #999999;
				display: block;
				float: left;
				min-height: 25px;
				text-align: center;
				padding: 0 9px;
				width: 200px;
			}
		
			.control li.first {
				border: 0;
				text-align: left;
				padding-left: 0;			
			}
			
			.control li.third {
				border: 0;
				text-align: right;
				padding-right: 0;		
			}
			
			.control a.next {
				background: url('../media/next.png') right 0 no-repeat;
				color: #444444;
				display: inline-block;
				height: 38px;
				padding-right: 20px;
			}
			
				.control a.next:hover {
					background: url('../media/next.png') right -38px no-repeat;
					color: #222222;
					text-decoration: none;
				}
			
			.control a.previous {
				background: url('../media/previous.png') left 0 no-repeat;
				color: #444444;
				display: inline-block;
				height: 38px;
				padding-left: 20px;
			}
			
				.control a.previous:hover {
					background: url('../media/previous.png') left -38px no-repeat;
					color: #222222;
					text-decoration: none;
				}
					
		.comments-list {
			margin: 10px 0;
		}
		
			.comments-list>li {
				border-bottom: dotted 1px #e3d7ff;
				padding: 10px 0;
			}
			
			.comments-list>li.last {
				border: 0;
			}
			
				
				.comments-list .comment {
					border-left: 5px solid #DFDFDF;
					padding: 10px;
					
				}
				
					.comments-list .comment h4 {
						color: #777777;
						padding-bottom: 3px;
						font-weight: normal;
					}
					
					.comments-list .comment h4 a {
						color: #444444;
						font-weight: bold;
						padding-right: 5px;
					}

/*	SIDEBAR EVENTS  */
.sidebar-events-list {
	
}

	.sidebar-events-list li {
		border-bottom: dotted 1px #999999;
		margin-bottom: 5px;
		padding-bottom: 5px;	
	}
	
		.sidebar-events-list li a {
			color: #444;
			display: block;
			text-decoration: none;	
		}
		
		.sidebar-events-list li a:hover {
			color: #111111;
		}
		
			.sidebar-events-list li a span {
				color: #666666;
				font-size: 0.834em;	
				font-family: Verdana, Geneva, sans-serif;
			} 

/*  FORMS  */
.content-form {
	float: left;
}

	.content-form li {
		padding-bottom: 20px;
	}
	
	.content-form li.last {
		padding-bottom: 0;
	}
	
		.content-form li label {
			border-bottom: dotted 1px #c7c7c7;
			display: block;
			float: left;
			padding: 12px 0 3px;
			margin-right: 20px;
			text-align: right;
			width: 160px;
		}
		
		.content-form li label.empty {
			border-bottom: 0;
		}
			.content-form li label em {
				padding-right: 5px;
			}
		
		.content-form li .text-wrap,
		.content-form li .selectbox-wrap,
	 	.content-form li .select-wrap {
			background: #dfdfdf;
			border: solid 1px #c7c7c7;
			float: left;
		}
		
		.content-form li .captcha-wrap {
			float: left;
			text-align: center;
			width: 460px;
		}
		
		.content-form li .form-text {
			color: #777777;
			padding: 12px 5px 0;
		}
		
		.content-form li .check-wrap {
			background: #dfdfdf;
			border: solid 1px #c7c7c7;
			padding: 5px;
			margin-left: 180px;
		}
		
		.content-form li .check-wrap.long {
			margin-left: 0;
		}
		
		.content-form li input.text,
		.content-form li textarea.text,
		.content-form li select.select,
		.content-form li .selectbox {
			background: #FFF;
			border: solid 3px #dfdfdf;
			display: block;
			color: #666666;
			padding: 6px 5px 7px;
			width: 442px;
		}
		
		.content-form li select.select {
			width: 458px;
		}
		
		.content-form li .selectbox {
			overflow: auto;
			margin: 0;
			max-height: 80px;
		}
		
			.content-form li .selectbox p {
				clear: both;
				padding-left: 5px;
			}
			
			.content-form li .selectbox p.group {
				color: #444444;
				font-weight: bold;
				padding-left: 0;
			}
		
			.content-form li .selectbox input {
				float: left;
			}
			
			.content-form li .selectbox label {
				border-bottom: 0;
				float: none;
				padding: 0 0 0 2px;
				margin: 0;
				text-align: left;
				width: auto;
			}
		
		.content-form li input.text:focus {
			border: solid 3px #e3d7ff;
		}
		
		.content-form li input.checkbox {
			float: left;
		}
		
		.content-form li .info {
			color: #777777;
			font-size: 0.917em;
			margin-left: 180px;
		}
		
		.content-form li .check {
			display: block;
			margin-left: 180px;
		}
		
			.content-form li .check label {
				border: 0;
				float: none;
				margin: 0;
				padding: 0;
				text-align: left;
				width: auto;
			}
			
		.content-form li .check-wrap .check,
 		.content-form li .check-wrap .info {
			margin: 0;	
		}
		
		.content-form li .results-wrap {
			margin-left: 180px;
		}
		
			.content-form li .results-wrap p {
				padding: 0 5px;
			}
		
			.content-form li .results-wrap .remove-result {
				background: url('../media/list-item-gray.jpg') center left no-repeat;
				padding-left: 8px;
				margin-left: 8px;
			}
		
.error-box {
	border: solid 4px #F30030;
	margin: 0 0 10px 180px;
	padding: 5px;
}

	.error-box h3 {
		padding-bottom: 5px;
	}

.success-box {
	border: solid 4px #99d1c4;
	margin: 10px 0;
	padding: 5px;
}

	.success-box h3 {
		padding-bottom: 5px;
	}

.login-form {
	float: left;
}

	.login-form li {
		padding-bottom: 10px;
	}
	
		.login-form li label {
			cursor: default;
		}
		
		.login-form li .text-wrap {
			background: #dfdfdf;
			border: solid 1px #c7c7c7;
		}
		
		.login-form li .check-wrap {
			background: #dfdfdf;
			border: solid 1px #c7c7c7;
			padding: 5px;
		}
		
		.login-form li input.text,
		.login-form li textarea.text {
			border: solid 3px #dfdfdf;
			color: #666666;
			padding: 6px 5px 7px;
			width: 264px;
		}
		
		.login-form li input.checkbox {
			float: left;
		}
		
		.login-form li input.text:focus {
			border: solid 3px #e3d7ff;
		}
		
#content-login {
	width: 300px;
}

.content-duo-list , .content-trio-list{
	float: left;
	width: 640px;
}

.content-single-list {margin-bottom: 20px;}

	.content-duo-list>li, .content-trio-list>li {
		float: left;
		margin-right: 20px;
		width: 310px;
	}
	
	.content-trio-list>li {width: 200px;}
	.partners .content-duo-list{float: left;width: 640px;}
.partners .content-duo-list>li{float: left;margin-right: 6px;width: 317px;}
.partners .content-duo-list td.label{padding-left:5px;font-size:12px;text-transform:uppercase;font-weight:bold;}
.container .content-duo-list{float: left;width: 640px;}
.container .content-duo-list>li{float: left;margin-right: 6px;width:120px;}
.container .content-duo-list>li p{border:0;}

.front-page .container .content-duo-list{float: left;width: 600px;}
.front-page .container .content-duo-list>li{float: left;margin-right: 6px;width: 292px;}
.front-page .container .content-duo-list>li p{border:0;}
.front-page .container .content-duo-list>li.right{float: left;margin-right: 6px;width:292px;}
 p.keys{border:0;padding:2px 0 2px 6px; font-size:10px;}
.container .content-duo-list>li.right{float: left;margin-right: 6px;width:510px;}
.article .content-duo-list>li{float: left;margin-right: 6px;width:200px;}
.article .content-duo-list>li p{border:0;}
.article .content-duo-list>li p.keys{border:0;padding:2px 0 2px 6px; font-size:10px;border-top:1px dashed #DFDFDF}
.article .content-duo-list>li.right{float: left;margin-right: 6px;width:430px;}

	
.profile-container .content-trio-list>li.left{width:158px;padding-right:2px;margin:0;}
.profile-container .content-trio-list>li.even,.profile-container .content-trio-list>li.evenmiddle{width:199px;padding:7px 7px 7px 7px;margin:0;}
.profile-container .content-trio-list>li.evenright{width:198px;padding:7px 7px 7px 7px;margin:0;}
.profile-container .content-trio-list>li.middle{width:220px;padding:7px 7px 7px 9px;margin:0px}
.profile-container .content-trio-list>li.right{width:220px;padding:7px 7px 7px 9px;margin:0;}
.profile-container .content-trio-list>li p{margin:0;padding: 0 0 8px 0;}
.profile-container .content-trio-list>li b{text-transform:uppercase;}
.profile-team-members>div{width:206px;padding:3px;font-size:11px;}
.profile-team-members p{border-bottom:1px dotted #dfdfdf;padding:2px;}
.mini-links{font-size:9px;text-transform:uppercase;}
.mini-links span{color:#666;font-weight:normal;}
.photo-subtitles{font-size:11px;font-weight:bold;color:#999;padding-top:5px;}
.gallery-stats{margin-top:6px;border-bottom:1px dotted #CCC;font-weight:bold;}
.gallery-stats p.title{text-transform:uppercase;font-size:12px;color:#666;padding:3px 0 0 3px;border-bottom:2px solid #2079ff}
.gallery-stats p.stats{font-size:11px;color:#666;padding:6px;text-transform:lowercase;}

.page p{text-indent: 10px; padding: 0 2px 0 6px;}
.page ul li{margin-left:15px;}
.front-page h3{text-transform:uppercase;margin-bottom:10px;border-bottom: #999 dotted 1px;font-size: 12px;text-indent: 10px;}

	.content-duo-list>li.right,.partners .content-duo-list>li.right, .content-trio-list>li.more,.container .content-duo-list>li.right {margin: 0;}
	
		.content-single-list>li a, .content-duo-list>li a, .content-trio-list>li a, .content-duo-list>li p {
			border-bottom: dotted 1px #E3D7FF;
			color: #444444;
			display: block;
			padding: 5px 0;
		}
		#events-list .content-duo-list, #events-list .content-duo-list p, #events-list .content-duo-list a{border:0;}
		.content-single-list>li a:hover, .content-duo-list>li a:hover, .content-trio-list>li a:hover {color: #2079ff;text-decoration: none;}
		
.info-screen {margin-bottom: 20px;}

	.info-screen td.title {text-align: right;padding-right: 15px;}

.info-list {margin-bottom: 20px;}

	.info-list li {padding-bottom: 10px;}

		.info-list li h3 {
			border-bottom: dotted 1px #E3D7FF;
			margin-bottom: 2px;
			padding-bottom: 2px;
		}
		
		.info-list li a {
			color: #444444;	
			text-decoration: none;
		}
		
			.info-list li a:hover {
				color: #2079ff;
			}
			
		.info-list table.info-list-table td {
			padding-bottom: 3px;
			padding-right: 20px;
		}
		
		.info-list table.info-list-table td.last {
			padding-right: 0;
		}

.info-box {
	background: #DFDFDF;
	padding: 5px;
	width: 200px;
}

	.info-box p {
		padding-bottom: 10px;
	}
	
#terms-info-box {
	width: 500px;
}

.selectbox {
	float: right;
	margin-bottom: 10px;
}

	.selectbox label {
		float: left;
		padding: 6px 5px 6px 0;
	}

	.selectbox .select-wrap {
		border: solid 1px #c7c7c7;
		float: right;
	}

	.selectbox select {
		border: solid 3px #dfdfdf;
		display: block;
		color: #666666;
		padding: 3px 5px;
	}

/***************************************************/
/* TABS                                            */
/***************************************************/

.tabs-module {
		
}

	.tabs-module .tabs-nav {
		border-bottom: 1px solid #e3d7ff;
		height: 24px;
		padding: 0 10px;
		position: relative;
		margin: 0 -10px;
		z-index: 1;
	}
	
		.tabs-module .tabs-nav ul {
			bottom: -1px;
			float: left;
			position: absolute;
			z-index: 99;
		}
		
		.tabs-module .tabs-nav li {
			float: left;
			padding-right: 10px;
			position: relative;
		}
	
		.tabs-module .tabs-nav a {
			background: url('../media/tab-left.png') left -25px no-repeat;
			color: #888888;
			display: block;
			font-weight: bold;
			letter-spacing: 1px;
			padding-left: 15px;
			text-decoration: none;
		}
		
		.tabs-module .tabs-nav a:hover {
			color: #666666;
		}
	
			.tabs-module .tabs-nav a span {
				background: url('../media/tab-right.png') right -25px no-repeat;
				display: block;
				padding: 2px 15px 2px 0;
			}
	
		.tabs-module .tabs-nav li.on a {
			background: url('../media/tab-left.png') left top no-repeat;
			color: #6e34fe;
		}
		
			.tabs-module .tabs-nav li.on a span {
				background: url('../media/tab-right.png') right top no-repeat;
			}
	
		.tabs-module .tabs-content {
			min-height: 30px;
			margin: 10px 0;
		}
			
			
			.tabs-module .tabs-content>div {
				display: none;
			}
			
			
			.tabs-module .tabs-content .more {
				float: right;
			}
		
/***************************************************/
/* CONTENT                                         */
/***************************************************/

#content {float: left;padding-right: 10px;width: 640px;}

.subtitle {padding: 2px 0 27px 22px; text-transform:uppercase; font-size: 12px; font-family: Verdana;}

.subsections {padding: 2px 0 27px 15px; text-transform:uppercase; font-size: 12px; font-family: Verdana;}
span.subsections {padding: 2px 0 20px 15px; text-transform:none;font-size: 12px; font-family: Verdana;}

.subsections a.option {
padding: 2px 4px 2px 4px; font-size: 12px; font-family: Verdana; border-bottom:3px solid #fff;margin-bottom:25px;color:#333;
}
.subsections a.option:hover{
padding: 2px 4px 2px 4px; font-size: 12px; font-family: Verdana; border-bottom:3px solid #F30030;margin-bottom:25px; background:#F30030;color:#fff;text-decoration:none;
}

#sidebar {
	float: right;
	padding-left: 10px;
	width: 280px;
}

	.sidebar-module {
		padding-bottom: 20px;
	}
	
		.sidebar-module h2 {
			background: url('../media/sidebar-header.jpg') top left no-repeat;
			border: 0;
			color: #6e34fe; 
			font-weight: bold;
			height: 20px;
			letter-spacing: 0;
			line-height: 20px;
			padding: 10px 0 16px 10px;
			margin: 0 0 10px -10px;
			width: 290px;
		}
		.sidebar-module span.label {background-color: #666; text-transform: uppercase; color: #dfdfdf;font-size:11px;padding:2px 4px;}
		.sidebar-list .stats {color:#404040}
		.sidebar-module .more {
			float: right;
		}
		
		.sidebar-list li {
			border-bottom: dotted 1px #999999;
		}
		
			.sidebar-list li a {
				color: #444444;
				display: block;
				padding: 5px 0;
				text-decoration: none;
			}
			
			.sidebar-list li a:hover {
				color: #111111;
			}
			.sidebar-list li span {
                                margin-right:7px;
				color: #123456;
			}


.content-photo-list-main {
	float: left;
	width: 317px;
}
.content-photo-list {
	float: left;
	width: 640px;
}

.newsmiddle>ul.content-photo-list {

	width: 600px;padding:0px;}

.newsmiddle>ul.content-photo-list>li {
		float: left;
		line-height: 135px;
		margin: 0 15px 5px 0;
		text-align: center;
		width: 129px;	
	}
	.content-photo-list>li {
		float: left;
		line-height: 150px;
		margin: 0 20px 20px 0;
		text-align: center;
		width: 145px;	
	}
	
	.content-photo-list.withoptions>li {
		position: relative;
	}
	
	.article .content-photo-list>li {
		background: 0;	
		padding: 0;
	}
	
		.content-photo-list>li .photo-label {
			background: url(fake); /* IE Hack */
			display: block;
			height: 145px;
			left: 0;
			top: 0;
			position: absolute;
			width: 100%;
			z-index: 5;	
		}
		
		.content-photo-list>li  .photo-disable {
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			background: #FFF;
			display: block;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			width: 100%;
			z-index: 4;	
		}
	
		.content-photo-list>li img {
			vertical-align: middle;
		}
		
		.content-photo-list>li input {
			float: left;
		}
		
		.content-photo-list>li .select {
			float: left;
			font-size: 0.917em;
			line-height: 16px;
			margin-top: 5px;
			padding-top: 2px;			
		}
		
			.content-photo-list>li .select label {
				display: block;
				float: right;
				padding-top: 2px;
			}
		
		.content-photo-list>li .options {
			font-size: 0.917em;
			line-height: 16px;
			margin-top: 5px;
			padding: 4px 0;
			text-align: right;
		}
		
		.content-photo-list>li .options a {
			border-right: solid 1px #DFDFDF;
			float: right;
			margin-right: 5px;
			padding-right: 5px;
		}
		
		.content-photo-list>li .options a.last {
			border: 0;
			padding-right: 0;
		}

	.content-photo-list>li.last {
		margin-right: 0;	
	}
	
.content-2col {
	overflow: hidden;
	width: 640px;
}

	.content-2col-left {
		border-right: solid 1px #e3d7ff;
		float: left;
		margin-bottom: -10000px;
		padding-right: 9px;
		padding-bottom: 10000px;
		width: 460px;
	}
	
	.content-2col-right {
		float: left;
		margin-bottom: -10000px;
		padding-left: 10px;
		padding-bottom: 10000px;
		width: 160px;
	}

.sub-nav {
	margin: 0px 0 20px;
}

	.sub-nav .sub-nav-inner {
		padding: 0 10px;
		width: 620px;
	}
	
	.sub-nav h3 {
		display: block;	
	}
	
	.sub-nav .sub-nav-list {
		float: left;
		width: 620px;
	}
	
		.sub-nav-list>li {
			border-bottom: solid 1px #DFDFDF;
			line-height: 22px;
			padding: 5px 0;
		}
		
		.sub-nav-list>li.collapse {
			background: url('../media/sub-nav-bg.jpg') top left repeat-x;
		}
		
			.sub-nav-list>li.collapse h3 a {
				display: block;
				float: none;
			}
			
			.sub-nav-list>li.collapse h3 a:hover {
				color: #F30030;
			}
			
			.sub-nav-list>li.collapse h3 a.up {
				background: url('../media/collapse-up.png') center left no-repeat;	
				padding-left: 13px;
			}
			
			.sub-nav-list>li.collapse h3 a.down {
				background: url('../media/collapse-down.png') center left no-repeat;	
				padding-left: 13px;
			}
			
			.sub-nav-list>li.collapse .collapse-content {
				display: none;
			}
			
		
		.sub-nav-list>li.last {
			border: 0;			
		}
		
			.sub-nav-list li a {
				color: #444444;
				float: left;
				margin-right: 15px;
			}
			
			.sub-nav-list li a:hover {
				color: #2079ff;
				text-decoration: none;
			}
		
			.sub-nav-list li a.on {
				background: url('../media/subnav-on-left.png') top left no-repeat;
				color: #FFF;
				font-size: 0.971em;
				display: block;
				height: 22px;
				line-height: 22px;
				padding-left: 34px;
			}
			
			.cat-button {
				background: url('../media/subnav-on-left.png') top left no-repeat;
				color: #FFF;
				float: left;
				height: 22px;
				line-height: 20px;
				margin-right: 15px;
				margin-top: 5px;
				padding-left: 34px;
				position: relative;
			}
			
				.cat-button a {
					display: block;
					height: 22px;
					left: 0;
					position: absolute;
					width: 26px;
					z-index: 999;
				}
			
				.cat-button span {
					background: url('../media/subnav-on-right.png') top right no-repeat;
					display: block;
					cursor: default;
					height: 22px;
					padding-right: 12px;	
				}

#pagination {float: right;}

.alpha{margin-bottom:16px;border: 1px solid #999;background-color:#EEE;}
		
#pagination a, .alpha a{background: #EEEEEE;color: #666666;display: block;font-weight: bold;float: left;padding: 3px 8px;}
	
#pagination a:hover, .alpha a:hover {color: #F30030;text-decoration: none;}
	
#pagination strong, .alpha strong {color: #F30030;float: left;padding: 4px 8px;}

/***************************************************/
/* HOME                                            */
/***************************************************/

#featured-article {
	background: url('../media/featured-top.jpg') top left no-repeat;
	height: 260px;
	margin-bottom: 40px;
	padding-top: 20px;
	position: relative;
	width: 640px;
}

	#featured-article-inner {background: url('../media/featured-bottom.jpg') bottom left no-repeat;height: 260px;}
	
		#featured-article-inner>div {
			padding: 0 20px;
		}
		
		#featured-article h1 {
			font-family: Verdana, Helvetica, sans-serif;
			color: #555555;
			letter-spacing: -1px;
			padding: 0 0 2px 0;
		}
		
		#featured-article .more {
			float: right;
		}
		
	#featured-nav {
		bottom: -19px;
		position: absolute;
		right: 20px;
	}
	
		#featured-nav a {
			background: url('../media/featured-off.jpg') no-repeat;
			color: #666666;
			display: block;
			float: left;
			font-size: 0.917em;
			font-weight: bold;
			line-height: 22px;
			text-align: center;
			text-decoration: none;
			height: 24px;
			width: 26px;
		}
		
			#featured-nav a:hover {
				color: #222222;
			}
		
			#featured-nav a.activeSlide {
				background: url('../media/featured-on.jpg') no-repeat;	
				color: #F30030;
			}

.news-list>li {
	border-bottom: dotted 1px #e3d7ff;
	margin-bottom: 10px;
}

	.news-list>li h3 {
		color: #444444;
	}
	
	.news-detail{margin-bottom:4px;padding:0 0 0 3px;text-indent:10px;}
	.news-detail p{padding-bottom:3px;}
	.news-rightbar{border-bottom:2px #333 solid;font-weight:bold;text-align:left;margin-bottom:4px;}
	.news-summary{border-top:1px #999 dashed;border-bottom:1px #999 dashed;margin-bottom:4px;padding:3px;font-style:italic;text-indent:10px;}

/***************************************************/
/* PHOTODETAIL                                     */
/***************************************************/

p.topcats {border-top: 1px solid #666; border-bottom: 1px solid #666; padding: 2px 4px; margin:0 0 4px 0;font-size: 12px;"><span style="color:#F30030;font-weight:bold;}
p.topcats span{color:#F30030;font-weight:bold;}

#photo-detail {
	border-bottom: solid 1px #e3d7ff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#photo-detail .profile-subheaders {background: #fff;color: #333;padding: 4px 4px 0 4px;margin-bottom:2px;border:0px;font-size: 11px;text-align:left;font-family:Verdana;text-transform:uppercase;font-weight: bold;margin-top:20px;}
#photo-detail .profile-subheaders span.bullet{vertical-align:middle;}
#photo-detail .profile-subheaders span.bullet img{vertical-align:bottom;}
#photo-detail .profile-subheaders span.label{padding:3px 6px 3px 6px;border:1px solid #F30030;}
#photo-detail div.details{border:1px #999 solid;padding:2px 3px;margin-top: 4px;margin-bottom: 4px;}
	#contact-photographer {
		width: 300px;
	}

	#photo-container {
		float: left;
		margin-right: 20px;
		width: 400px;
	}
	
		#photo-container .photo-box a{
			display: block;
			position: relative;
		}
		
			#photo-container .photo-box .photo-overlay {
				background: url('../media/img-overlay.png') repeat;
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				z-index: 4;
				width: 100%;
			}
			
			#photo-container .photo-box a img{
				display: block;
				left: 0;
				position: relative;
				margin: 0 auto;
				top: 0;
				z-index: 3;
			}
			
			#photo-container .photo-box a #zoom {
				background: url('../media/zoom.png') top left no-repeat;
				bottom: 10px;
				display: none;
				height: 40px;
				position: absolute;
				right: 5px;
				width: 40px;
				z-index: 5;
			}
			
			#photo-container .photo-box a:hover #zoom {
				display: block;
			}
		
		.photo-action-box>li {
			border-bottom: dotted 1px #e3d7ff;
			padding: 5px 0;
		}
		
		.photo-action-box>li.last {
			border: 0;
		}
		
			.photo-action-box>li em {
				font-style: normal;
				font-weight: bold;
			}
			
			.photo-action-box>li p {
				float: left;
			}
							
			a.action-button {
				color: #444444;
				display: block;
				float: right;
				height: 22px;
				line-height: 24px; 
				padding-left: 20px;
				text-decoration: none;
			}
			
			a.action-button.standard {
				background: url('../media/action-left.png') left 0 no-repeat;
			}
			
			a.action-button.standard:hover {
				background: url('../media/action-left.png') left -22px no-repeat;
			}
			
				a.action-button span {
					background: url('../media/action-right.png') right 0 no-repeat;
					display: block;
					height: 22px;
					padding-right: 10px;
				}
				
				a.action-button.standard span {
					padding-right: 20px;
				}
				
				a.action-button:hover span {
					background: url('../media/action-right.png') right -22px no-repeat;
					color: #FFFFFF;
				}
			
			#share-button {
				background: url('../media/share-left.png') left 0 no-repeat;
			}
			
			#share-button:hover {
				background: url('../media/share-left.png') left -22px no-repeat;
			}
			
			#favorite-button {
				background: url('../media/favorite-left.png') left 0 no-repeat;
			}
			
			#favorite-button:hover {
				background: url('../media/favorite-left.png') left -22px no-repeat;
			}
			
			#vote-button {
				background: url('../media/vote-left.png') left 0 no-repeat;
			}
			
			#vote-button:hover {
				background: url('../media/vote-left.png') left -22px no-repeat;
			}
			
			a.remove {
				font-size: 0.917em;
				float: right;	
			}
			
			.question-box {
				padding: 15px;
			}
			
				.question-box a.button {
					margin-left: 10px;
				}
				
				.question-box h4 {
					padding-bottom: 10px;
				}
			
			.voting-results {
				margin-top: 5px;
			}
			
				.voting-results p {
					width: 100px;
				}
			
				.voting-results>ul{
					float: right;
					width: 300px;
				}
				
				.voting-results>ul li{
					padding-bottom: 10px;
				}
				
				.voting-results>ul li.last{
					padding-bottom: 0;
				}
				
					.voting-results>ul li span {
						color: #888888;
						font-size: 0.917em;
						padding-left: 5px;
					}
				
					.voting-results>ul li .voting-bar {
						background: #e3d7ff;
						height: 10px;
					}
					
			#vote-box, 
			#vote-box-fav {
				padding: 15px;
			}
			
				#vote-box h3,
				#vote-box-fav h3 {
					padding-bottom: 10px;
				}
					
				#vote-box ul#vote-list,
				#vote-box-fav ul#vote-list {
					border-bottom: dotted 1px #e3d7ff;	
					margin-bottom: 10px;
				}
				
					#vote-box ul#vote-list li,
					#vote-box-fav ul#vote-list li {
						border-top: dotted 1px #e3d7ff;
						line-height: 18px;
						padding: 5px 0;	
					}
	
	#photo-info {
		float: right;
		width: 220px;
	}
	
		#photo-info a.contact-photographer {
			
			font-size: 0.917em;
		}
				
/***************************************************/
/* PROFILEDETAIL                                   */
/***************************************************/

#profile-detail {
	border-bottom: solid 1px #e3d7ff;	
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	#profile-detail #profile-photo {
		float: left;
		margin-right: 8px;
		width: 160px;
	}

			.profile-title {
			background: url('../media/profile-title_middle.jpg') repeat-x;
			display:block;
			padding: 6px 0 3px 6px;
		}	
			.profile-title h2 {
			color: #333333;
			font-weight: bold;
			padding: 0;
			margin:0;
			border: 0;
			background:transparent;
			font-family:Verdana;
			font-size:13px;
		}	
			.profile-title-left {
			background: url('../media/profile-title_left.jpg') 6px 0 no-repeat;
			padding-left:11px;
			border-bottom:solid 2px #9966CC;
		}
			.profile-title-right {
				background: url('../media/profile-title_right.jpg') 100% 0 no-repeat;
				padding-right:5px;
				margin-right:6px;
			}
			
			.profile-container{
			margin-top:1px;
			padding:2px;
			border: solid 1px #CCCCCC;
			}
			
			#profile-sportcountry{
			margin-top:1px;
			padding:0;}

				#profile-sportcountry .content-duo-list-sc{float:left;width: 640px;}	
				#profile-sportcountry .content-duo-list-sc li{float:left;margin-right: 3px;width: 422px;}
	
			#profile-sportcountry .content-duo-list-sc li.other{margin:0 0 0 3px;width:210px}
			
						#profile-worklocal{
			margin-top:1px;
			padding:0;}

				#profile-worklocal .content-duo-list-sc{float:left;width: 640px;}	
				#profile-worklocal .content-duo-list-sc li{float:left;margin-right: 3px;width: 317px;}
	
			#profile-worklocal .content-duo-list-sc li.other{margin:0 0 0 3px;width:317px}
			
			p.lists {background:#D7D7D7;padding:4px;}
			p.listsb {padding:4px}
	
			
			#event-info .profile-subheaders,#tidbits .header,#profile-sportcountry .content-duo-list-sc li h3,#profile-sportcountry .content-duo-list-sc li.other h3
			,#profile-worklocal .content-duo-list-sc li h3,#profile-worklocal .content-duo-list-sc li.other h3,.profile-subheaders{
			background: #fff;
color: #333;
padding: 4px 4px 0 4px;
margin-bottom:2px;
border:0px;
border-bottom: 2px #9966CC solid;
font-size: 11px;
text-align:left;
font-family:Verdana;
text-transform:uppercase;
font-weight: bold;
			}
			#tidbits>li{
			border-bottom:1px #CCC dotted;padding:5px;
			}
		.retired, .split_up, .unilateral_retirement{text-transform:uppercase;color:red;}
		.unknown{text-transform:uppercase;color:yellow;}
		.active{text-transform:uppercase;color:green;}
		.figure_skating{text-transform:uppercase;font-weight:bold;color:cyan;}
		.synchronized_skating{text-transform:uppercase;font-weight:bold;color:blue;}
		.acrobatic_gymnastics{text-transform:uppercase;font-weight:bold;color:orange;}
		.rhythmic_gymnastics{text-transform:uppercase;font-weight:bold;color:pink;}
	
	.container .header{font-size: 10px;color:#333;text-align:left;font-family:Verdana;border-left: 5px #F30030 solid;padding-left:1px;}
	.container .header span.date{margin-left:1px;text-transform:uppercase;padding: 2px 4px 2px 4px; border: 1px #999 solid;}
	.container .header span.sport{margin-left:1px;text-transform:uppercase;font-weight: bold; color: #fff; background-color:#666;padding: 2px 4px 2px 4px;}
	.container p.title{font-size:12px; font-weight:bold;padding:6px 3px 10px 6px;}
	.container p.summary{font-size:12px; font-weight:normal;padding:0 8px 0 8px;}
	.container .newstop{background: url('../media/featured-top.jpg') top left no-repeat;padding-top: 10px;position: relative;width: 640px;}
	.container .newsmiddle{background: url('../media/featured-middle.jpg') top left repeat;padding: 15px 15px 0 15px;}
	.container .newsmiddle div.datelocal{border-bottom:1px #999 dotted;font-size:11px;color:#666;padding:2px 0px;}
	.container .newsmiddle div.datelocal span{text-align:right;}
    .container .newsbottom{background: url('../media/featured-bottomreg.jpg') bottom left repeat-y;padding-bottom:20px;}
	.container .newstop h2{margin:0;color:#334455;}
	
	
		#profile-action-box>li {
			font-size: 0.917em;
			line-height: 140%;
			padding: 5px 0;
		}
		
			#profile-action-box>li em {
				color: #222222;
				font-style: normal;
				font-weight: bold;
			}
			
			#profile-action-box>li table.info-screen {
				border-bottom: solid 1px #e3d7ff;
				margin-bottom: 0;
			}
			
				#profile-action-box>li table.info-screen td.title {
					font-weight: bold;
				}
				
			#profile-action-box>li img.flag {
				background: 0;
				border: 0;
				padding: 0;
			}
			
			#profile-action-box>li img.flag.small {
				float: left;
				padding-right: 5px;
			}
	
	#profile-info {
		float: right;
		width: 460px;
                padding-left:11px;
	        border-left: solid 1px #e3d7ff;
	}
	
		#profile-info #profile-info-header h2 {
			margin-bottom: 0;
		}
		
			#profile-info #profile-info-header h2 span.verified-profile {
				background: url('media/verified.png')  center left no-repeat;
				float: right;
				font-size: 0.75em;
				font-weight: normal;
				letter-spacing: 0;
				margin-left: 20px;
				padding-left: 24px;
			}
			
		#profile-info .athlete-sport {
			font-size: 0.917em;
			letter-spacing: 1px;
			padding: 0 10px;
			margin-bottom: 15px;
		}
	
		#profile-info .info-list li {
			float: left;
			margin-right: 10px;
			width: 225px;
		}
			
		#profile-info .info-list li.right {
			margin-right: 0;
		}
			
			#profile-info .info-list li .info-screen {
				margin-bottom: 0;
			}
			
				#profile-info .info-list li .info-screen td {
					text-align: left;
				}
			
			#profile-info .info-list li em {
				color: #777777;
				font-size: 0.917em;
				font-style: normal;
			}
                .profile-info-toptable{
                padding:0px;
                margin-top: 0px;
                background: url('../media/black_title.jpg')top left repeat-x;
                }
                .profile-info-biodata{
                border:1px solid #CCCCCC;
                margin: 10px 0 10px 0;
                }
                .profile-info-biodata td{
                padding:3px;
                font-family: Arial;
                font-size: 11px;
                color: #333333;
                }
                .profile-info-biodata p{
                text-transform:uppercase;
                text-align:left;
                padding-left:2px;
                font-weight:bold;
                }
                .grey{background:#F0F0F0;}
				
				.profile-info-biodata2{
                border:1px solid #CCCCCC;
                margin:0 0 6px 0;
				padding:2px;
                }
                .profile-info-biodata2 td{
                padding:3px 5px 3px 3px;
                font-family: Arial;
                font-size: 11px;
                color: #333333;
                }
                .profile-info-biodata2 p{
                text-align:left;
                padding-left:2px;
                font-weight:bold;
				font-size:12px;
				color:#333333;
                }
				.profile-info-biodata2 a{
				color:#333333;
                }
				
				.profile-info-biodata2 td.header{font-family:Arial;font-size:12px;color:#999;padding-left:7px;text-transform:uppercase;font-weight:bold;}
				
				
				
				
				
				.profile-index-table{margin:0 0 6px 0;padding:2px;}
                .profile-index-table td{padding:4px;font-family: Arial;font-size: 11px;color: #333333;}
				.profile-index-table td{font-size: 12px;}
                .profile-index-table p{text-align:left;padding-left:2px;font-weight:bold;font-size:12px;color:#333333;}
				.profile-index-table td.header{font-family:Arial;font-size:12px;color:#999;padding-left:7px;text-transform:uppercase;font-weight:bold;}
				.profile-index-table span.white{background:#fff; color:#F30030; margin:10px;padding:4px;text-align:center;font-weight:bold;}
				.profile-index-table span.grey{background:#dfdfdf; color:#F30030; margin:10px;padding:4px;text-align:center;font-weight:bold;}
				.content-duo-list>li .profile-index-table a{border-bottom:0;color: #444444;display: inline;padding: 5px 0;}
				
				
				
				
				
				
				.lastupdated {color: #777777;font-size: 0.926em;text-align: right;}
				.lastupdated span {font-weight: bold;}
			
		
				.profile-index{margin:0 0 6px 0;padding:0; }
                .profile-index td{padding:3px 5px 3px 3px;font-family: Arial;font-size: 12px;color: #333333;}
				.profile-index tr{border-top: dotted 1px #666666;}
				.profile-index tr:hover{border-top: dotted 1px #666666; background:#3300CC;}
                .profile-index p{text-align:left; padding-left:2px;font-weight:bold;font-size:12px;color:#333333;}
				.profile-index a{color:#333333;}
				.profile-index span{color:#666;font-size:10px;}
				.profile-index td.header{font-family:Arial;font-size:12px;color:#999;padding-left:7px;text-transform:uppercase;font-weight:bold;}
				.profile-index td.New, .profile-index td.updated{padding:2px 4px 2px 2px;text-align:center;font-family:Arial;font-size:9px;padding:2px;margin-top:3px;text-transform:uppercase;font-weight:bold;}
				.profile-index td.New span{color:#33CC00;border-top:solid 1px #33CC00;border-bottom:solid 1px #33CC00;}
				.profile-index td.updated span{color:#CC0000;border-top:solid 1px #CC0000;border-bottom:solid 1px #CC0000;}
		

/*PROFILES ROUTINES */ 

.profiles-routines .info-list li {
	float: left;
	margin-right: 3px;
	width: 317px;
}
	
.profiles-routines .info-list li.right {
	margin-right: 0;
}

.profiles-routines h2{
text-transform:uppercase; 
border-bottom:#6E34FE solid 2px; 
color: #333333;
font-family: Arial;
font-size: 14px;
}
.profiles-routines h3
{background-color: #fff;
color: #333;
padding: 4px 4px 0 4px;
margin-bottom:1px;
border:0px;
border-bottom: 3px #3399CC solid;
font-size: 13px;
text-align:left;
text-transform:uppercase;
font-weight: bold;}

.profiles-routines p{
background-color: #F0F0F0;
font-family:Arial;
color:#333333;
font-size: 12px;
padding: 3px 0 0 6px;
border: solid 1px #CCCCCC;
margin-bottom:2px;
}

.profiles-routines-select{
font-size:10px;
color:#666;
font-weight:normal;
text-transform:uppercase;
}

/*PROFILE QUOTES */
	#profile-quotes .quotes-list li {
		border-bottom: dotted 1px #e3d7ff;
		padding: 10px 0;
	}
	
	#profile-quotes .quotes-list li.last {
		border-bottom: 0;
	}
	
	#profile-quotes .quotes-list blockquote {
		padding-bottom: 10px;
	}
		
		#profile-quotes .quotes-list blockquote em {
			color: #F30030;
			font-family: "Times New Roman";
			font-weight: bold;
		}  
		
	#profile-quotes .quotes-list h4{
		font-weight: normal;
	}
	
		#profile-quotes .quotes-list h4 a {
			color: #444444;
			font-weight: bold;
		}
		
		#profile-quotes .quotes-list h4 em {
			color: #777777;
			padding-left: 5px;
		}

/*PROFILE LINKS */
.links-list {border-top: 1px dotted #ccc;}

	.links-list li {
		border-bottom: dotted 1px #e3d7ff;
		padding-bottom: 4px;
	}
	
		.links-list li a {
			color: #444444;
			font-size: 0.917em;
		}
		
		.links-list li h4 {
			color: #888888;
			font-size: 0.917em;
		}
		
/***************************************************/
/* EVENTS                                          */
/***************************************************/

#events-calendar {
	margin-bottom: 20px;
}

	#events-calendar-top {
		border-bottom: solid 1px #e3d7ff;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
		#events-calendar-top ul {
			float: left;
		}
	
		#events-calendar-top li {
			float: left;
			width: 200px;
			padding: 0 10px;
		}
	
		#events-calendar-top .left {
			padding-left: 0;
			text-align: left;
		}
		
			#events-calendar-top .left a.previous {
				background: url('../media/previous.png') left 0 no-repeat;
				color: #444444;
				float: left;
				display: block;
				height: 38px;
				padding-left: 20px;
				text-decoration: none;
			}
			
			#events-calendar-top .left a.previous:hover {
				background: url('../media/previous.png') left -38px no-repeat;
			}
			
				#events-calendar-top .left a.previous em {
					color: #777777;
					font-size: 0.917em;
					font-style: normal;
				}
				
				#events-calendar-top .left a.previous:hover em {
					color: #F30030;
				}
			
		#events-calendar-top .right {
			padding-right: 0;
			text-align: right;
		}
		
			#events-calendar-top .right a.next {
				background: url('../media/next.png') right 0 no-repeat;
				color: #444444;
				float: right;
				display: block;
				height: 38px;
				padding-right: 20px;
				text-decoration: none;
			}
			
			#events-calendar-top .right a.next:hover {
				background: url('../media/next.png') right -38px no-repeat;
			}
			
				#events-calendar-top .right a.next em {
					color: #777777;
					font-size: 0.917em;
					font-style: normal;
				}
				
				#events-calendar-top .right a.next:hover em {
					color: #F30030;
				}
		
		#events-calendar-top .middle {
			height: 38px;
			position: relative;
		}
		
			#events-calendar-top h2 {
				background: 0;
				color: #F30030;
				border: 0;
				bottom: 0;
				left: -5px;
				margin: 0;
				padding: 0;
				text-align: center;
				position: absolute;
				width: 100%;
			}
			
	#events-list-left {
		float: left;
		padding-right: 10px;
		width: 310px;
	}
	
	#events-list-right {
		border-left: solid 1px #DFDFDF;
		padding-left: 10px;
		float: right;
		width: 309px;
	}
			
	#events-list .calendar-date {
		background: #DFDFDF;
		float: left;
		height: 30px;
		margin-bottom: 10px;
		margin-left: -10px;
		padding: 5px 10px;
	}
	
		#events-list .calendar-date .day {
			color: #C7C7C7;
			float: left;
			font-family: "Arial Black";
			font-weight: bold;
			font-size: 30px;
			padding-right: 5px;
			line-height: 30px;
		}
		
		#events-list .calendar-date .month {
			float: right;
			font-size: 0.917em;
			letter-spacing: 1px;
			line-height: 15px;
			height: 30px;
		}
		
	#events-list li a {
		border-bottom: dotted 1px #E3D7FF;
		color: #444444;
		display: block;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	
	#events-list li a:hover {
		color: #2079ff;
		text-decoration: none;
	}
	
	#events-list li a.last {
		border-bottom: 0;
	}
	
		#events-list li a span {
			color: #888888;
			font-size: 0.917em;
		}
	
/***************************************************/
/* EVENTDETAIL                                     */
/***************************************************/

#event-detail {
	border-bottom: solid 1px #e3d7ff;	
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	#event-detail>img {
		float: left;
		margin-right: 10px;
	}
	
	#event-info.withlogo {
		position:relative;
	}
	
		#event-info .header {
			padding-bottom: 10px;
		}
		
			#event-info .header h2 {
				margin-bottom: 0;
			}
			
			#event-info .header a {
				color: #777777;
				margin-left: 10px;
				text-decoration: none;
			}
			
			#event-info .header a:hover {
				color: #2079ff;
			}
	
		#event-info .info-list li {
			float: right;
			margin-left: 5px;
			width: 310px;
		}
		
		#event-info .info-list li.long {
			margin-right: 0px;
			width: 640px;
		}
		
		#event-info.withlogo .info-list li.long {
			width: 370px;
		}
		
		#event-info.withlogo .info-list li {
			width: 180px;
		}
			
		#event-info .info-list li.right {
			margin-right: 0;
		}
			
			#event-info .info-list li .info-screen {
				margin-bottom: 0;
			}
			
				#event-info .info-list li .info-screen td {
					text-align: left;
				}
				
			#event-info .info-list li .info-list-table td {
				width: 310px;
			}
			
			#event-info.withlogo .info-list li .info-list-table td {
				width: 180px;
			}
			
			#event-info .info-list li em {
				color: #777777;
				font-size: 0.917em;
				font-style: normal;
			}
#event-info h3
{background-color: #fff;
color: #333;
padding: 4px 4px 0 4px;
margin-bottom:1px;
border:0px;
border-bottom: 3px #3399CC solid;
font-size: 13px;
text-align:left;
text-transform:uppercase;
font-weight: bold;}
#event-info p{
background-color: #F0F0F0;
font-family:Arial;
color:#333333;
font-size: 11px;
padding: 4px 0 4px 6px;
border: solid 1px #CCCCCC;
margin-bottom:2px;
}
#event-info span{
text-transform: uppercase;
font-weight: bold;
}
#event-info table.results,table.legend
{text-align: center;
font-family: Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #333;
width: 100%;
border: 0px;
border-collapse: separate;
border-spacing: 2px;}

#event-info table.results td, table.legend td
{background-color: #F0F0F0;
font-weight:bold;
color: #333;
padding: 2px;
text-align: center;
border: 1px #CCC solid;}

#event-info table.results td.fpl,table.legend td.fpl
{width:24px;}

#event-info table.results td.rightcol
{width:56px;}

#event-info table.results td.segs
{width:24px;}

#event-info table.results td.hed
{background-color: #fff;
color: #333;
padding: 4px 4px 0 4px;
margin-bottom:1px;
border:0px;
border-bottom: 3px #CCC solid;
font-size: 11px;
text-align:left;
text-transform:uppercase;
font-weight: bold;}
 
#event-info table.results td.hed a
{text-transform:lowercase;} 
			
	#event-casts .content-trio-list li {
		padding: 5px 0;
		border-bottom: dotted 1px #E3D7FF;
	}
			
	#event-casts .content-trio-list li a {
		border: 0;
		padding: 0;
	}
	
		#event-casts .content-trio-list li .showname {
			color: #888888;
			display: block;
			font-size: 0.917em;
			height: 20px;
		}
		
/***************************************************/
/* USERPROFILE                                     */
/***************************************************/

#userprofile-profile,
#userprofile-password,
#userprofile-settings,
#userprofile-photos,
#userprofile-favorites {
	margin: 20px 0;
}

	#userprofile-photos .top {
		border-bottom: solid 1px #e3d7ff;
		line-height: 24px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
			#userprofile-photos .top .button {
			margin-left: 10px;
		}
		
#upload-box {
	margin-bottom: 20px;
}

	#upload-box #upload-box-bottom {
		padding-top: 5px;
	}

		#upload-box #upload-box-bottom a {
			float: right;
			font-size: 0.917em;
			margin-left: 10px;
		}
		
.edit-info {
	border-bottom: solid 3px #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/***************************************************/
/* ROUTINEDETAIL                                   */
/***************************************************/


#routine-detail .info-list {
	float: left;
}

	#routine-detail .info-list li {
		float: left;
		margin-right: 20px;
		width: 220px;
	}    
		
		#routine-detail .info-list li.right {
		margin-right: 0;
		}
	
#routine-detail .content-duo-list {
	width: 460px;
}

	#routine-detail .content-duo-list>li {
		float: left;
		margin-right: 20px;
		width: 220px;
	}
	
		#routine-detail .content-duo-list>li.right {
			margin-right: 0;
		}

/***************************************************/
/* BULKEDIT                                        */
/***************************************************/

#editphotos-form a.action-button {
	margin-bottom: 20px;
}

#editphotos-entry-form {
	display: none;
}

#complete-button {
	margin-right: 20px;
}

a.cancel {
	display: block; 
	float: right;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
}

/***************************************************/
/* ADMIN                                           */
/***************************************************/

.admin-table {
	width: 100%;
	margin-bottom: 20px;
}

	.admin-table th, .admin-table td {
		border-bottom: solid 1px #DFDFDF;
		text-align: center;
		padding: 5px;
		width: 20px;
	}
	
	.admin-table th {
		color: #F30030;
	}
	
	.admin-table td {
		border-left: solid 1px #DFDFDF;
		vertical-align: middle;
	}
	
	
		.admin-table a.edit {
			float: right;
		}
	
	.admin-table .left {
		border-left: 0;
		text-align: left;
	}
	
	.admin-table .form {
		border-left: 0;
		padding: 5px 0;
		text-align: left;
	}
	
.categories {
	margin-bottom: 15px;
}
	
	.categories a {
		background: url('../media/list-item-gray.jpg') center left no-repeat;
		padding-left: 8px;
		margin-left: 8px;
	}
	
	.categories a.selected {
		color: #444444;
		font-weight: bold;
		text-decoration: none;
	}
	
.control-links a {
	background: url('../media/list-item-gray.jpg') center left no-repeat;
	float: right;
	padding-left: 8px;
	margin-left: 8px;
}
	
/***************************************************/
/* TEAMDETAIL                                      */
/***************************************************/

#team-detail .info-list li {
	float: left;
	margin-right: 20px;
	width: 310px;
}

	#team-detail .info-list li.right {
		margin-right: 0;
	}
	
		#team-detail .info-list li .info-screen {
			margin-bottom: 0;
		}
			
			#team-detail .info-list li .info-screen td {
				text-align: left;
			}
			
			#team-detail .info-list li .info-screen td.title {
				font-weight: bold;
			}
			
	#team-members .content-trio-list li {
		padding: 5px 0;
		border-bottom: dotted 1px #E3D7FF;
	}
			
	#team-members .content-trio-list li a {
		border: 0;
		padding: 0;
	}
	
		#team-members .content-trio-list li .dates {
			color: #888888;
			display: block;
			font-size: 0.917em;
			height: 20px;
		}
		
/***************************************************/
/* MEMBERDETAIL                                    */
/***************************************************/

#member-detail {
	border-bottom: solid 1px #e3d7ff;	
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	#member-detail>img {
		float: left;
		margin-right: 20px;
	}
		
		#member-info.withphoto {
			padding-left: 180px;
		}
		
			#member-info .info-list li {
				float: left;
				margin-right: 20px;
				width: 310px;
			}
			
			#member-info.withphoto .info-list li {
				width: 220px;
			}
				
			#member-info .info-list li.right {
				margin-right: 0;
			}
			
/***************************************************/
/*PARTNERSHIPDETAIL                                */
/***************************************************/

#partnership-members {
	float: left;
	margin-bottom: 20px;
	width: 640px;
}

	#partnership-members>li {
		float: left;
		margin-bottom: 20px;
		margin-right: 10px;
		width: 315px;
	}
	
	#partnership-members li.right {
		margin-right: 0;
	}

#partnership-members .info-list {
	float: right;
}

	#partnership-members .info-list li {
		float: none;
		margin: 0;
		width: 212px;
	}
	
		#partnership-members .info-list li strong {
			font-size: 1.084em;
		}
#partnership-members h2{
border-top:0px;border-bottom:3px dotted #333333;color:#666;background:none;margin:6px 0 4px 0;text-transform:uppercase;font-size:14px}
		
#partnership-details {
	border: 1px solid #DEDEDE;
	width: 100%;
}

	#partnership-details td {
		padding: 10px;
		vertical-align: top;
	}
	
		#partnership-details td .partnership-list-title {
			border-bottom: 1px solid #DEDEDE;
			border-top: 1px solid #DEDEDE;
			color: #444444;
			margin: 0 -10px 5px;
			padding: 3px 10px;
		}	
		
		#partnership-details td .partnership-list {
			margin-bottom: 5px;
		}
		
			#partnership-details td .partnership-list a {
				color: #444444;
			}
		
			#partnership-details td .partnership-list h3 {
				float: left;
				margin-right: 10px;
			}
	
			#partnership-details td .partnership-list td {
				padding: 3px 10px 3px 0;
			}

#partnership-details .flags {
	background: #F0F0F0;
	border: 1px solid #DEDEDE;
	padding: 10px;
	text-align: center;
	width: 48px;
}		
		
	#partnership-details .flags img.flag {
		background: 0;
		border: 0;
		padding: 0;
	}	
