﻿/** male specific elements **/
html, body {
    background: url(../../images/backgr_male.jpg) #0d60a6 repeat-x;
}

#divMenuMainFooter
{
	border-left: #0C0C0C 1px solid;
    border-bottom: #0C0C0C 1px solid;
    background-color: #D17B14;
}

/** left menu **/
.mnuSectionContainer
{
    background-color: #D17B14;
}
/* 
===================================================================== 
	Page Content
===================================================================== 
*/
.PageContent
{
	border-color: #3399EE;
}
/* 
===================================================================== 
	Page Titles
===================================================================== 
*/
.PageTitle
{
	background-color: #3372A8;
}

/* 
===================================================================== 
	Content CSS
===================================================================== 
*/
.ContentFooter {
	color: #3399EE;
}
.ContentFooter A {
	color: #3399EE;
}
.ContentFooterSelected {
	background-color: #3399EE;
}


A.button {
	color: #3399EE;
}

A.button:visited {
	color: #3399EE;
}

A.button:hover {
	color: #fff;
	background-color: #3399EE;
}


/* 
===================================================================== 
	Media Specific
===================================================================== 
*/

.TabstripMenu a {
	background-color: #3399EE;
}
.TabstripMenu a:hover, .TabstripMenu a.active {
/*	color: #3399EE; */
}
.TabstripContentContainer {
	border-top-color: #3399EE;
}
.TabstripMenu {
background-color: #3399EE;
}

.fontSection 
{
	color: #3399EE
}


/* pp2g colors */
.bgSection{
	background-color: #3399EE;
}
.bgSectionDark{
	background-color: #3366AA;
}
.bgSectionLight{
	background-color: #6699CC;
}
.fontSection {
	color: #3399EE;
}
.fontSectionDark {
	color: #3366AA;
}
.fontSectionLight {
	color: #6699CC;
}

.userpagePersonalInfoContainer {
	background-color: #6699CC;
}

.EventPicListItem {
	text-align: center;
	font-weight: bold;
	background-color: #6699CC;
	color: #fff;
}
.EventPicListItem {
	text-align: center;
	font-weight: bold;
	background-color: #B2E3F1;
	color: #1C7C96;
}

.picsDetailSlideContainer {
	width: 720px;
	height: 740px;
	display: block;
}

.picsDetailItem {
	position:absolute;
	width: 720px;
	height: 740px;
	background-color: #6699CC;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;

}

.voting
{
	color: #3399EE;
	background-image:url(../../images/icn_thumb_up_male.png);
}

.voting_hover
{
	border-color: #3399EE;
}

.voting_inactive
{
	background-image:url(../../images/icn_thumb_up_male.png);
}

.voting_large
{
	background-image:url(../../images/icn_thumb_male_lrg.png);
	font-size: 20px;
	padding: 4px 24px 4px 6px;
}
