/* CSS Document */

/*************** utility ******************/
div.row
{
	clear: both;
}
div.spacer
{
	clear: both;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */
body
{
	background-position: center top;
	background: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #677680;
	background-image: url(/images/template/pageBackground.jpg);
	background-repeat: repeat-x;
	background-color: #f9fafb;
}
form
{
	padding: 0px;
	margin: 0px;
}
a
{
	color: #0050c0;
}
a:hover
{
	color: #000;
}
h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 24px 0px;
}
h2
{
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #404040;
	width: 100%;
}
#container
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1034px;
	text-align: left;
}

.pageHeader
{
	background-image: url(/images/template/pageHeader.jpg);
	background-repeat: repeat;
	display: table-cell;
	vertical-align: middle;
	width: 1024px;
	height: 115px; 
	*height:85px;
    *padding-top:30px;
}
.finePrint
{
	font-size: x-small;
}
/****************************** Main Nav Buttons *********************************/
.btnMainNav
{
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -46px;
	height: 46px;
}
.btnMainNav:hover, .btnMainNavSelected
{
	background-position: 0px 0px;
}
.btnHome
{
	background-image: url(/images/template/topNav/home.jpg);
	width: 156px;
}
.btnActivities
{
	background-image: url(/images/template/topNav/activities.jpg);
	width: 227px;
}
.btnPoints
{
	background-image: url(/images/template/topNav/points.jpg);
	width: 183px;
}
.btnResearch
{
	background-image: url(/images/template/topNav/research.jpg);
	width: 229px;
}
.btnProfile
{
	background-image: url(/images/template/topNav/profile.jpg);
	width: 229px;
}
.pageLogo 
{
    float: left;
    width: 230px;
}
.pageLogo a
{
    display:inline-block;
    width: 230px;
    height: 75px;
    padding: 5px 0px;
}
    
.pageTitle
{
    float: left;
    width: 794px;
	vertical-align: middle;
	text-align: right;
}
.pageTitle p
{
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.pageTitle img
{
	vertical-align: middle;
}

/****************************** Identification Bar *********************************/
.identificationBar
{
	padding: 10px 20px 10px 20px;
}
.identificationBar p.nameInformation
{
	float: left;
}
.identificationBar p.logout
{
	float: right;
}

/****************************** Buttons *********************************/
a.btnLargeWt, a.btnLargeLight, a.btnLargeMed, a.btnLargeDark, a.btnSmWt, a.btnSmLight, a.btnSmMed, a.btnSmDark
{
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 19px;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
a.btnLargeWt:hover, a.btnLargeLight:hover, a.btnLargeMed:hover, a.btnLargeDark:hover, a.btnSmWt:hover, a.btnSmLight:hover, a.btnSmMed:hover, a.btnSmDark:hover
{
	color: #ffffff;
}
a.btnLargeWt img, a.btnLargeLight img, a.btnLargeMed img, a.btnLargeDark img, a.btnSmWt img, a.btnSmLight img, a.btnSmMed img, a.btnSmDark img
{
	display: inline-block;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	border: none;
}
a.btnLargeWt, a.btnLargeLight, a.btnLargeMed, a.btnLargeDark
{
	height: 28px;
	width: 174px;
	padding: 14px 0 0 0;
}
a.btnLargeWt:hover, a.btnLargeLight:hover, a.btnLargeMed:hover, a.btnLargeDark:hover
{
	padding: 15px 0 0 0;
	height: 27px;
	background-position: 0 -42px;
}
a.btnSmWt, a.btnSmLight, a.btnSmMed, a.btnSmDark
{
	height: 25px;
	width: 102px;
	padding: 12px 0 0 0;
}
a.btnSmWt:hover, a.btnSmLight:hover, a.btnSmMed:hover, a.btnSmDark:hover
{
	padding: 13px 0 0 0;
	height: 24px;
	background-position: 0 -37px;
}
a.btnLargeWt
{
	background-image: url(/images/common/buttons/btnLargeWt.gif);
}
a.btnLargeLight
{
	background-image: url(/images/common/buttons/btnLargeLight.gif);
}
a.btnLargeMed
{
	background-image: url(/images/common/buttons/btnLargeMed.gif);
}
a.btnLargeDark
{
	background-image: url(/images/common/buttons/btnLargeDark.gif);
}
a.btnSmWt
{
	background-image: url(/images/common/buttons/btnSmWt.gif);
}
a.btnSmLight
{
	background-image: url(/images/common/buttons/btnSmLight.gif);
}
a.btnSmMed
{
	background-image: url(/images/common/buttons/btnSmMed.gif);
}
a.btnSmDark
{
	background-image: url(/images/common/buttons/btnSmDark.gif);
}

/****************************** Buttons End *********************************/

.error
{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}
.contentContainer
{
	background-image: url(/images/template/contentShadow.jpg);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
.content
{
	margin: 0px;
	background-image: url(/images/template/contentBackground.jpg);
	background-repeat: repeat-x;
	background-color: #F1F2F6;
}
.contentShadowBottom
{
	background-image: url(/images/template/contentShadowBottom.jpg);
	background-repeat: no-repeat;
	width: 1034px;
	height: 5px;
}
.whiteContentBox, .lightContentBox, .mediumContentBox, .darkContentBox
{
	margin: 0px;
}
.whiteContentBox
{
	background-color: #ffffff;
	color: #7b8891;
}
.whiteContentBox h3 a
{
	color: #7b8891;
	text-decoration: none;
}
.lightContentBox
{
	background-color: #f9fafb;
}
.lightContentBox, .lightContentBox a
{
	color: #677680;
}
.mediumContentBox, .mediumContentBox a
{
	color: #000000;
}
.mediumContentBox
{
	background-color: #9eaab3;
}
.darkContentBox
{
	background-color: #54636a;
}
.darkContentBox, .darkContentBox a
{
	color: #FFFFFF;
}
.darkContentBox a:hover
{
	/*color: #6FBEF2;*/
}
.darkContentBox .error
{
	color: #ff8888;
}
.leftBorder
{
    border-left: groove 2px #fff;
}
.darkContentBox .leftBorder
{
    border-left: none;
	background-image: url(/images/common/darkDivider.jpg);
	background-repeat: repeat-y;
}
.rightBorder
{
	border-right: groove 2px #fff;
}
.darkContentBox .rightBorder
{
	border-color: #454C54;
}
.col1, .col2
{
	float: left;
}
div.highlightedLink a
{
	font-weight: bold;
	text-decoration: none;
}
div.highlightedLink a img
{
	border: 0px;
}
.floatLeft
{
	float: left;
}
.noFloatLeft
{
	float: none;
}
.quote
{
	font-size: 16px;
}
/*************************** Content sections ************************************/
.narrowColumn
{
	float: left;
	width: 230px;
	padding: 10px 20px;
}
.wideColumn
{
	float: left;
	width: 700px;
	padding: 10px 20px;
}
.fullColumn
{
	width: 970px;
	padding: 10px 20px;
}
/*************************** Rounded Box ******************************************/
.roundedBox
{
	height: 200px;
	width: 672px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(/images/template/rBoxBg.jpg);
	background-repeat: repeat-y;
	color: #596369;
	_padding-top: 10px;
}
.roundedBoxTop
{
	background-image: url(/images/template/rBoxBgTop.jpg);
	background-repeat: no-repeat;
	width: 712px;
	height: 5px;
	padding-bottom: 0px;
	_display:none;
	
}
.roundedBoxBottom
{
	background-image: url(/images/template/rBoxBgBottom.jpg);
	background-repeat: no-repeat;
	width: 712px;
	height: 5px;
}
.roundedBoxScroller
{
	width: 672px;
	height: 200px;
	overflow: auto;
}
.roundedBoxScroller
{
	scrollbar-face-color: #657179;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}
.roundedBoxNarrow
{
	height: 200px;
	width: 202px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(/images/template/rBoxNarrowBg.jpg);
	background-repeat: repeat-y;
}
.roundedBoxNarrowTop
{
	background-image: url(/images/template/rBoxNarrowBgTop.jpg);
	background-repeat: no-repeat;
	width: 242px;
	height: 5px;
}
.roundedBoxNarrowBottom
{
	background-image: url(/images/template/rBoxNarrowBgBottom.jpg);
	background-repeat: no-repeat;
	width: 242px;
	height: 5px;
}
.roundedBoxNarrowScroller
{
	width: 202px;
	height: 200px;
	overflow: auto;
}
/*************************** Page specific styling ******************************************/


/*************************** Profile form ***************************************************/
.requiredField
{
	color: #68B8F9;
}

table.profileFormTable
{
}

table.profileFormTable tr.profileFormItem td.label,
table.profileFormTable tr.profileFormItem td.value
{
    width: 150px;
}
table.profileFormTable tr.profileFormItem td.space
{
    width: 300px;
}

table.profileFormTable tr.profileFormItem td input, table.profileFormTable tr.profileFormItem td select
{
	border-style: inset;
	border-width: 1px;
	width: 145px;
}

/*************************** Profile form ***************************************************/

table.registrationFormLayout
{

}

table.registrationFormLayout tr td.registrationFormColumn
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

table.registrationFormLayout tr td.registrationFormColumn .sidebarPanel
{
	width: 200px;
	margin: 8px 8px 4px 8px;
}

table.registrationFormLayout tr td.registrationFormColumn div.formItem
{
	width: 200px;
	margin: 8px 8px 4px 8px;
}

table.registrationFormLayout tr td.registrationFormColumn input.inputBox
{
	width: 190px;
	//margin-left: -7px; /* IE hack */
}

/*************************** Page title area ************************************************/


/*************************** Interior Page **************************************************/

.footerNavigation
{
	width: 1024px;
	margin: 10px 0px;
	padding-top: 0px;
	font-size: 11px;
}
.footerNavigation a
{
	color: #414040;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
.footerNavigation a:hover
{
	color: #1471F4;
}
.footerNavigation p
{
	margin: 0px;
	padding: 0px;
	
	vertical-align: top;
	text-align: right;
}
/*************************** Points Table *************************************************/
.pointsBalance
{
}
.pointsBalance .label
{
	float: left;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.pointsBalance .points
{
	float: left;
	margin-top: -15px;
	font-weight: bold;
	font-size: 60px;
	text-decoration: underline;
}
.pointsProgramDescription
{
	float: left;
	width: 720px;
	padding: 0px 20px 20px;
}
.pointItem
{
	display: block;
	padding-bottom: 5px;
	border-bottom: solid 1px #CDD6DD;
}
.pointItem .name
{
	width: 480px;
	font-weight: bold;
}
.pointItem .points
{
	width: 30px;
	font-weight: bold;
	text-align: right;
}
.pointItem .pointLabel
{
	width: 150px;
}
.historyHeader
{
	margin-top: 25px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.historyTable
{
	width: 100%;
}
.historyTable tr
{
	padding-bottom: 5px;
	border-bottom: solid 1px #CDD6DD;
	height: 30px;
}
.historyTableHeader
{
	width: 672px;
	margin-left: 20px;
	margin-right: 20px;
}
.historyTableHeader th
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.historyTableHeader th .total
{
	font-size: 12px;
	font-weight: bold;
}
.historyTable .date
{
	width: 100px;
}
.historyTable .name
{
	width: 200px;
}
.historyTable .fulfilled
{
	width: 100px;
}
.historyTable .point
{
	width: 200px;
	text-align: right;
	padding-right: 10px;
}
/*************************** Activities List *************************************************/
.activityRollOver
{
    padding-right: 5px;
    height: 210px;
    overflow: auto;
    scrollbar-face-color: #657179;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}
.activityItem
{
	padding: 5px;
	border-bottom: solid 1px #e3e3e3;
	width: 630px;
}
.activityItem, .activityItem a
{
	color: #596369;
}
.activityItem a
{
	text-decoration: none;
}
.activityItem a:hover
{
	color: #000;
}
/*************************** Activity Loader *************************************************/

iframe #ActivityContent
{
	padding: 0px;
	margin: 0px;
}


.contestAnnoucementContainer
{
	width:100%;
	text-align:right;
}

.contestAnnoucementImage
{
	padding-right: 20px;
}


.FeaturedActivityRegistration
{
    width:300px;
    height:200px;
    margin-left: 20px;
}
.FeaturedActivityRegistration .col1
{
    width: 300px;
    float:left;
    margin-right:0px;
    display:inline;    
}

.FeaturedActivityRegistration .col2
{
    display: inline;
    float:left;
    width:105px
}


