body {
	z-index:1;
	margin-top:5px;
	margin-bottom:15px;
	height:100%;
	text-align:center;
	background-color:white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans;
	font-size:11px;
	color:white;
}

.contact {
	color:#333333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#header {
	height: 134px;
}
#header .head {
	font-family: helvetica, sans;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 31px;
	/* to align right from the logo: */
	/*margin-left: 64px;*/
	padding-top: 1px;
}
#header .logo img {
	float: left;
	margin-bottom: -8px;
	padding-right: 10px;
}

/*
a:link {text-decoration: none; color:#333333;}
a:visited {text-decoration: none; color:#333333;}
a:active {text-decoration: none; color:#333333;}
a:hover {text-decoration: underline; color:#333333;}
*/
a:link,a:visited,a:active {text-decoration: none; color: #333333;}
a:hover {text-decoration: underline;}

a.redlink:link {text-decoration: none; color: #900101;}
a.redlink:visited {text-decoration: none; color: #900101;}
a.redlink:active {text-decoration: none; color: #900101;}
a.redlink:hover {text-decoration: underline; color: #900101;}

a.cite {
	font-weight:bold;
	color:#ffaa02;
}
a.cite:hover {
	text-decoration:underline;
}


.signature {
	color: silver;
	margin: 0px 0px 0px 0px;
}

 input
{
background: white;
border: 1px solid #CCCCCC
}

textarea {
 background-color: white;
 color: white;
border: 1px solid #CCCCCC
}

.searchBox {
     text-align: right;
     margin-top: 0px;
     padding-top: 10px;
     padding-right: 16px;
}

.searchBoxButton {
     text-align: right;
     margin-top: 0px;
     padding-right: 16px;
}

.rightBanner {
	margin-top: 0px;
	text-align: center;
	color:#333333;
padding-top: 15px;

}



.rightDonate {
     color:#333333;
     font-size: 1.8em;
     font-weight: bold;
     text-align: left;
     margin: 0px;
     padding-top: 27px;
     padding-left: 10px;
     height: 110px;
     background: url('../images/donate_star.png') no-repeat top right;

}

.activeUserText {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
}

.activeUserStatsText {
	margin-top: 2px;
	color: #999999;
}

.rightTextUnder {
	color:#333333;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0px;
}

.rightColumnTitleText {
	font-weight: bold;
}

.loginRegText {
     font-weight:bold;
     color:#333333;
     color:#CBCBCB;
	 width:200px;
	 float:right;
     margin-right:20px;
	 margin-top:-1px;
     text-align:right;
}

/* media display for showing */
.mediaDisplay a {
	color: #900101;
}
.mediaDisplay .bookmark {
	padding-right: 2px;
}
.mediaDisplay .bookmark + .bookmark {
	padding-left: 2px;
}
.mediaDisplay .bookmark img {
	width: 16px;
}
.mediaDisplay .actions a img {
	vertical-align: text-bottom;	
}
.mediaDisplay .controls {
	position: relative;
	background-color: #eeeeee;
	margin-top: 30px;
	padding: 2px;
	font-size: 12px;
	
	clear: both;
}
.mediaDisplay .actions {
	list-style-type: none;
}
.mediaDisplay .label {
	display: inline;
}
.mediaDisplay .share > * {
}
.mediaDisplay #bookmarks {
	display: inline;
}
.mediaDisplay .share {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid white;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}
.mediaDisplay .share td {
	padding-top: 5px;
}
.mediaDisplay .share .download {
	float: right;
}
.mediaDisplay #embed {
	margin-bottom: 2px;
}
.mediaObjectBox {
	width: 655px;
}
.mediaObjectBox img {
	max-width: 655px;
} 