@charset "utf-8";
/* CSS Document */

	* {
		margin: 0;
		padding: 0;
	}
	
	input, select, textarea {
		padding: 2px;	
	}
	
	html, body {
		height: 100%;
		margin: 0;
		padding: 0;

	}
	
	a {
		outline: none;
		text-decoration: none;
		color: #039;
		font-weight: bold;
	}
	
	img, div, a { behavior: url(/js/iepngfix.htc) }
	
	body {
		font: 80% Arial, Helvetica, sans-serif;
		background-image: url(img/stripe.png);
	}
	
	#frame {
		margin: 0px auto;
		width: 925px;
	}
	
	#header {
		border: 30px solid #fff;
		background-image: url(/img/theme/jun/background.jpg);
		background-repeat: no-repeat;
		height: 180px;
		border-bottom: 1px;
	}
	
	#header_frame {
		clear: left;
		height: 100px;
	}
	
	
	
	#logo {
		width: 500px;
		height: 100px;
		float: left;
	}
	
	#logo h1 {
		padding-top: 25px;
		padding-bottom: 0px;
		padding-left: 25px;
		margin: 0px;
		padding-right: 0px;
	}
	
	#logo h1 a {
		text-indent: -9999px;
		background-image: url(/img/logo.png);
		background-repeat: no-repeat;
		width: 327px;
		height: 100px;
		display: block;
	}
	
	#user {
		width: 280px;
		height: 100px;
		float: right;
		color: #fff;
		text-align: right;
	}
	
	#user a {
		color: #fff;
		text-decoration: none;
	}
	
	#menu {
		border-bottom: 2px solid #ccc;
		height: 30px;
		clear: left;
		margin-top: 48px;
	}
	
	#oldie #menu {
		margin-top: 30px;		
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0;
		margin-left: 20px;
	}
	
	#menu ul li {
		float: left;
		padding: 3px 10px;
		padding-bottom: 4px;
	}
	
	#menu ul li a {
		color: #fff;
		font: 140% Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
	#menu ul li#selected {
		background: #fff;
		border: 2px solid #ccc;
		-moz-border-radius-topleft: 5px;
		-webkit-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-radius-topright: 5px;
		border-bottom: 2px solid #fff;
	}
	
	#menu ul li#selected a {
		color: #000;
	}
	
	#menu ul li ul {
		display: none;	
	}
	
	#nav {
		clear: both;
		margin: 5px 30px;
	}
	
	
	#nav ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#nav ul li {
		float: left;
		padding: 6px 8px;
	}
	
	#subnav {
		width: 70%	;
		float: left;
	}
	
	#subnav ul li#submenuselected {
		background-color: #000;	
	}
	
	#subnav ul li#submenuselected a {
		color: #fff;
		font-weight: bold;
	}
	
	#subnav ul li a {
		text-decoration: none;
		color: #000;
		font: 125% Arial, Helvetica, sans-serif;
	}
	
	#sitenav {
		width: 29%;
		float: right;
	}
	
	#sitenav ul li {
		float: right;	
	}
	
	#sitenav ul li a {
		text-decoration: none;
		color: #999;
		font: 125% Arial, Helvetica, sans-serif;
	}
	
	#page {
		border-top: 2px solid #efefef;
		margin: 40px 30px;
	}
	
	#contentWide {
		margin: 10px 0px;	
	}
	
	#contentWide p {
		margin: 10px 0px;
	}
	
	#contentWide h1 {
		color: #000;
		font-size: 190%;
		font-weight: bold;
	}
	
	#contentWide h2 {
		color: #666;
		margin: 15px 0px;
		font-weight: normal;
		font-size: 150%;
	}
	
	#contentWide h3 {
		color: #999;
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: normal;
		font-size: 140%;
	}
	
	#content {
		width: 	600px;
		float: left;
		margin: 10px 10px;
	}
	
	#content p {
		margin: 10px 0px;
	}
	
	#content h1 {
		color: #000;
		font-size: 190%;
		font-weight: bold;
	}
	
	#content h2 {
		color: #666;
		margin: 15px 0px;
		font-weight: normal;
		font-size: 150%;
	}
	
	#content h3 {
		color: #999;
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: normal;
		font-size: 140%;
	}
	
	
	#side {
		width: 215px;
		margin-top: 20px;
		margin-right: 10px;
		float: right;
	}
	
	.featureLeft {
		width: 39%;
		float: left;
	}
	
	.featureRight {
		width: 60%;
		float: right;
	}
	
	.featurePadLeft {
		margin-right: 5px;
	}
	
	.featurePadRight {
		margin-left: 5px;
		margin-top: 5px;
	}
	
	.eventListing {
		margin: 15px 0px;
	}
	
	.eventListing h4 {
		font-size: 110%;
		font-weight: bold;
		margin: 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #efefef;
	}
	
	.eventListing p {
		margin: 3px 0px;	
	}
	
	.eventListing p a {
		color: #999;	
	}
	
	.userListing {
		margin-left: 10px;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px;
		height: 160px;
		width: 165px;
		float: left;
		text-align: center;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.userListing p {
		margin: 2px 0px!important;	
	}
	
	.userProfile {
		margin-bottom: 15px;
		border: 1px solid #ccc;
		padding: 10px;
		height: 250px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.userPhoto {
		width: 250px;
		float: left;
	}
	
	.userDetails {
		width: 315px;
		float: right;
	}
	
	.userAbout {
		height: 175px;
		overflow: auto;
	}
	
	a.topLink {
		display: block;
		color: #000;
		background: #efefef;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	a.topLink:hover {
		background: #999;
		color: #fff;
	}
	
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -164px; /* the bottom margin is the negative value of the footer's height */
		background-image: url(/img/page.png);
		background-position: center;
		background-repeat: repeat-y;	
	}
	
	.footer, .push {
	height: 164px; /* .push must be the same height as .footer */
	}
	
	.footer {
		margin: 0px auto;
		
		width: 925px;
		
	}
	
	.footerLinks {
		clear: both;
		height: 100px;
		border-top: 2px solid #efefef;
		margin: 0px 30px;
		padding-top: 10px;
		padding-left: 5px;
	}
	
	.footerLinksBox {
		width: 	200px;
		float: left;
	}
	
	.footerLinksBox h5 {
		font: 130% Arial, Helvetica, sans-serif;
		color: #999;
		margin: 0px 5px;
		padding: 5px 0px;
	}
	
	.footerLinksBox h5 a {
		color: #999;
		font-weight: normal;
	}
	
	.footerLinksBox ul {
		margin: 0px 5px;
		padding: 0;
		list-style-type: none;
	}
	
	.footerLinksBox ul li {
			
	}
	
	.footerLinksBox ul li a {
		color: #999;
		font-weight: normal;
	}
	
	.footerInnerLeft {
		margin-left: 30px;
		padding: 8px;
		border-top: 2px solid #efefef;
		width: 433px;
		float: left;
	}
	
	#oldie .footerInnerLeft {
		width: 373px;	
	}
	
	.footerInnerRight {
		margin-right: 30px;
		padding: 8px;
		border-top: 2px solid #efefef;
		width: 400px;
		float: right;
		text-align: right;
	}
	
	.advert {
		border: 1px solid #ccc;	
		margin-bottom: 15px;
	}
	
	.advert a {
		margin: 0!important;
		padding: 0!important;
	}	
	
	#form {
		padding: 10px 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 20px;
	}
	
	#form .formRow {
		padding: 5px 0px;
		clear: both;
		display: block;
	}
	
	#form .formRow label {
		width: 150px;
		float: left;
		font-weight: bold;
	}
	
	#form .formRow input, #form .formRow textarea, #form .formRow select {
		float: right;
		width: 180px;
	}
	
	.formSubmitRow {
		text-align: right;
		padding-top: 10px;
		clear: both;
	}
	
	#bigForm {
		padding: 10px 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#bigForm .bigFormRow {
		padding: 5px 0px;
		clear: both;
		display: block;
	}
	
	#bigForm .bigFormRow label {
		width: 150px;
		float: left;
		font-weight: bold;
		font-size: 150%;
	}
	
	#bigForm .bigFormRow input, #bigForm .bigFormRow textarea, #bigForm .bigFormRow select {
		font-size: 150%;
		width: 350px;
		float: right;
	}
	
	.bigFormSubmitRow {
		text-align: right;
		padding-top: 10px;
		clear: both;
	}
	
	.bigFormHelp {
		clear: both;
		color: #999;
		margin-bottom: 0px;
	}
	
	#bannerImage {
		margin-bottom: 15px;
		margin-top: 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: 200px;
		background-repeat:no-repeat;
	}
	
	#bannerImageBig {
		margin-bottom: 15px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: 350px;
		background-repeat:no-repeat;
	}
	
	#bannerImageBig .caption {
		padding-top: 320px;
	}
	
	#bannerImageBig .caption a {
		color: #fff;
		font-weight: normal;
	}
	
	#bannerImageBig .caption .captionText {
		background-image: url(/img/trans_black_50.png);
		color: #fff;
		padding: 6px;
		height: 18px;
		border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	
	.bannerImageBig {
		margin: 1px!important;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: 498px;
		background-repeat:no-repeat;
		width: 868px;
	}
	
	.bannerImageBig .caption {
		padding-top: 468px;
	}
	
	.bannerImageBig .caption a {
		color: #fff;
		font-weight: normal;
	}
	
	.bannerImageBig .caption .captionText {
		background-image: url(/img/trans_black_50.png);
		color: #fff;
		padding: 6px;
		height: 18px;
		border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	
	#newsNavContainer {
		width: 870px;
		height: 104px;
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	#newsNav {
		list-style-type: none;
		margin: 0;
		padding: 0;	
		width: 9999px;
	}
	
	#newsNav li {
		width: 102px;
		height: 102px;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		float: left;
		margin-right: 10px;
		padding: 0!important;
	}
	
	#newsNav li a {
		width: 100px;
		height: 100px;
		background-repeat: no-repeat;
		background-position: center center;
		border: 1px solid #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		float: left;
		display: block;
		text-indent: -9999px!important;
		margin: 0!important;
		padding: 0!important;
		color: transparent;
	}
	
	#newsPhotoSlideshow {
		width: 870px;
		height: 500px;
		margin: 0 auto;
		clear: both;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.homeSlideshow {
		width: 392px;
		height: 229px; 
		overflow: hidden; 
		float: left;
	}
	
	.newsPhotoHome {
		margin-bottom: 15px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: 229px;
		width: 392px;
		background-repeat:no-repeat;
		cursor: pointer;
	}
	
	.newsPhotoHome .caption {
		padding-top: 190px;
	}
	
	.newsPhotoHome .caption a {
		color: #fff;
		font-weight: normal;
	}
	
	.newsPhotoHome .caption .captionText {
		background-image: url(/img/trans_black_50.png);
		color: #fff;
		padding: 4px;
		height: 31px;
		border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	
	a.newsPhotoThumb {
		width: 142px;
		height: 82px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin-bottom: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.homeNews {
		margin: 0px;
		padding: 4px 0px;
		border-bottom: 1px solid #ccc;
	}
	
	.homeNews p {
		margin: 4px 0px!important;	
	}
	
	.leftWide {
		width: 375px;
		float: left;
	}
	
	.rightNarrow {
		width: 210px;
		float: right;
	}
	
	.subFeatureBox {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-color: #000;
		color: #fff;
		font-size: 110%;
	}
	
	.subFeatureBox .detailsBox {
		border: 1px solid #fff;	
	}
	
	.subFeatureBox .detailsBox h3 {
		font-size: 130% !important;	
	}
	
	.subFeatureBox h3, .mainFeatureBox h3 a {
		margin-top: 4px !important;	
		color: #fff;
	}
	
	.subFeatureBox a {
		color: #fff;	
	}
	
	.mainFeatureBox {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-color: #000;
		color: #fff;
		font-size: 110%;
	}
	
	.mainFeatureBox .detailsBox {
		border: 1px solid #fff;	
	}
	
	.mainFeatureBox .detailsBox h3 {
		font-size: 130% !important;	
	}
	
	.mainFeatureBox h3, .mainFeatureBox h3 a {
		margin-top: 4px !important;	
		color: #fff;
	}
	
	.mainFeatureBox a {
		color: #fff;	
	}
	
	.catFeatureBox {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-color: #000;
		color: #fff;
		font-size: 110%;
	}
	
	.catFeatureBox .detailsBox {
		border: 1px solid #fff;	
	}
	
	.catFeatureBox .detailsBox h3 {
		font-size: 130% !important;	
	}
	
	.catFeatureBox h3, .catFeatureBox h3 a {
		margin-top: 4px !important;	
		color: #fff;
	}
	
	.catFeatureBox a {
		color: #fff;	
	}
	
	.detailsBox {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #efefef;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
	}

	
	.detailsBox h3, .detailsBox h3 a {
		margin-top: 4px !important;
		color: #999;
		font-weight: normal;
	}
	
	.linkBox {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #000;
		padding: 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		color: #fff;
	}

	
	.linkBox h3, .linkBox h3 a {
		margin-top: 4px !important;
		color: #fff;
		font-weight: normal;
	}
	
	.linkBox ul {
		list-style-type: none;
	}
	
	.linkBox ul li {
			
	}
	
	.linkBox ul li a {
		display: block;
		padding: 3px;
		color: #fff;
		font-size: 120%;
	}
	
	.albumListing {
		width: 170px;
		height: 170px;
		text-align: center;
		float: left;
		margin: 5px;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-position: center middle;
		background-repeat: no-repeat;
	}
	
	.albumListing a {
		display: block;
		height: 100px;
	}
	
	.albumListing p {
		background-color: #fff;
		margin: 0;
		padding: 3px;
	}
	
	a.photoListing {
		width: 75px;
		height: 75px;
		text-align: center;
		float: left;
		margin: 4px;
		border: 1px solid #ccc;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		text-indent: -9999px;
	}
	
	.eventsBox {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
	}
	
	.eventsBox h3, h3 a {
		margin-top: 4px !important;	
		color: #999;
		font-weight: normal;
	}
	
	.featureBox {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-color: #efefef;
	}
	
	.featureBox h3, .featureBox h3 a {
		margin-top: 4px !important;	
		color: #999;
		font-weight: normal;
		line-height: 100%;
	}
	
	.noticeBox {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0px 5px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-color: #C66;
		color: #fff;
	}
	
	.noticeBox h3, h3 a, a {
		margin-top: 4px !important;	
		
	}
	
	.colThird {
		width: 33.333333333333333%;	
		float: left;
	}
	
	.colQuarter {
		width: 25%;	
		float: left;
	}
	
	.eventSmall {
		margin-bottom: 6px;
		padding: 6px 0px;
		border-top: 1px solid #ccc;
	}
	
	.eventSmall p {
		margin: 3px 0px !important;	
	}
	
	.eventSmall a {
		color: #36C;
		text-decoration: none;
		font-weight: bold;
	}
	
	#calendar {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		clear: both;
		margin-top: 15px;
	}
	
	.calendarCell {
		width: 14.28%;
		float: left;
	}
	
	.calendarHeader {
		padding: 5px;
		font-size: 120%;
		font-weight: bold;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.calendarDay {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background-repeat: no-repeat;
		background-position: center center;
		height: 150px;
		font-size: 90%;
		padding: 3px;
	}
	
	.calendarDay a {
		clear: left;
		padding: 2px;
		border-bottom: 1px solid #efefef;
		display: block;
		font-weight: normal;
	}
	
	.calendarDay a:hover {
		background: #999;
		color: #fff;
	}
	
	.error {
		color: #C00;
	}
	
	.error p {
		margin: 0px;	
	}
	
	.topBox {
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: 29px;
		margin-bottom: 10px;
		padding-left: 4px;
	}
	
	.topBox a {
		padding: 3px;
		padding-left: 21px;
		background-repeat: no-repeat;
		background-position: 1px 2px;
		font-weight: normal;
		margin-right: 8px;
		float: left;
	}
	
	.topBox a#addfriend {
		background-image: url(/img/icons/gif/user_add.gif);
	}
	
	.topBox a#sendmessage {
		background-image: url(/img/icons/gif/email.gif);
		background-position: 1px 4px;
	}
	
	.simpleListing {
		margin: 8px 0px;
		padding: 5px;
		border-bottom: 1px solid #efefef;
	}
	
	.simpleListing table {
		width: 100%;	
	}
	
	.tabs {
		margin: 10px 0px;	
	}
	
	a.tab {
		padding: 5px;
		font-size: 130%;
		background-color: #efefef;
		border: 2px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-right: 10px;
	}
	
	#alphaIndex {
		margin-bottom: 15px;
		height: 19px;
	}
	
	#alphaIndex a {
		width: 19px;
		height: 19px;
		display: block;
		text-align: center;
		background: #000;
		margin-right: 4px;
		float: left;
		color: #fff;
		padding-top: 3px;
	}
	
	#alphaIndex a.selected {
		background: #efefef;
		color: #039;
		border: 1px solid #ccc;
	}	
	
	.smallListing {
		width: 300px;
		float: left;
		height: 90px;
	}
	
	.smallListing h4 {
		margin-top: 3px;
	
	}
	
	.smallListing p {
		padding-right: 4px;	
	}
	
	.smallListingImage {
		width: 100px;
		height: 62px;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
		margin-right: 8px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #ccc;
	}	
	
	.bannerText {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 25px;
		margin-bottom: 10px;
		clear: left;
		background-color: #000;
		color: #fff;
		padding: 1px 10px;
	}
	
	.bannerText h3 {
		font-size: 180%;
		color: #fff !important;
	}
	
	.bannerText a {
		color: #fff;	
	}
	
	#navOptions {
		
		margin-bottom: 10px;
		background: #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		height: 28px;
	}	
	
	#navOptions p {
		margin: 0px;
		margin-top: 4px;
	}
	
	#navOptions a {
		color: #fff;
		font-size: 130%;
	}
	
	#searchBox {
		width: 250px;
		float: right;
		text-align: right;
	}
	
	#searchBox form {
		margin: 0;
		padding: 0;
	}
	
	#searchBox .query {
		width: 100px;	
	}
	
	.article {
		clear: left;
		border-bottom: 1px solid #efefef;
		padding: 6px 0px;
	}
	
	
	.article img {
		margin-left: 8px;
		margin-top: 8px;
	}
	
	.featuredEvent {
		border: 1px solid #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 4px;
	}
	
	#commentForm {
		
	}
	
	#commentForm h4 {
		margin-bottom: 5px;	
	}
	
	#commentForm textarea {
		width: 100%;
		height: 100px;
	}
	
	#commentForm p {
		text-align: right;	
	}
	
	.commentEntry {
		padding: 10px 0px;
		border-bottom: 1px solid #ccc;	
	}
	
	.commentEntry p {
		color: #666;	
	}
	
	.bigFormRow label h3 {
		width: 300px;
		
	}
	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


