/* -- GENERAL OVERRIDES -- */

body
{
  background: #3760a7 url(/) no-repeat right bottom;
  margin:0px;
  padding:0px;
  font-family:Arial;
}

img
{
  border:0px;
}

a {
	color: #ec008c;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

#breadcrumb span 
{
  color:#555555;
}

span.bc-list
{
  font-weight: normal;
  font-size:8pt;
}

span.bc-list span a {
  color:#ec008c !important;
  text-decoration:none;
}

h1
{
  margin:0px 0px 5px 0px;
  padding-top:0px;
  font-size:20pt !important;
  
}

h1, h1 a
{
    color: #662d91 !important;
}

h2
{
  padding-top:0px;
  font-size:14pt ;
  
}

h2, h2 a
{
    color:#00ae4d !important;   
}

h3
{
  padding-top:0px;
  font-size:10pt;
}

h3, h3 a
{
    color:#0054a6 !important;
}

.clr
{
    clear: both;
}

/* -- GENERAL LAYOUT BLOCK -- */

#Wrap
{
  /* -- standard purple bg -- */
  /*background: #00ae4d url(/App_Themes/40hf/images/bg.jpg) repeat right bottom;*/
  
  /* -- photo bg -- */
   background: #3760a7 url(/App_Themes/40hf/images/photo_bg.jpg) no-repeat center 0px; 
}

#ContentContainer
{
  width: 980px;
  text-align: left;
  margin: auto;
  background:  url() no-repeat center 0px;
}

#HeaderStrip
{
  width: 100%;
  height: 203px;
  text-align: center;
  background: url(/App_Themes/40hf/images/banner_bg.png) repeat-x center 0px;
}

#FooterStrip
{
  width: 100%;
  height: 207px;
  padding-top:30px;
  text-align: center;
  background: url(/App_Themes/40hf/images/footer_bg.png) repeat-x center 0px;
}

/* -- HEADER -- */

#HeaderBackground
{
  height: 203px;
  margin: auto;
  text-align: center;
}

#HeaderContainer
{
  width: 980px;
  text-align: left;
  margin: auto;
  height: 203px;
  background: url(/App_Themes/40hf/images/banner_stripe_bg.gif) no-repeat center 0px;
}

#logo
{
  width:210px;
  height:190px;
  float:left;
}

#countdown
{
  width:285px;
  height:135px;
  float:left;
  padding-left:110px;
}

#bannerRight
{
  width:375px;
  height:135px;
  float:left;      
}

#mainNav
{
  width:770px;
  height:55px;
  float:left;  
}

#social
{
  padding: 1px 0px 0px 10px;
  padding-top: 1px;
  width:129px;
  height:27px;
  float:left;
}

#secondaryNav
{
  padding:5px 4px 0px 0px;
  width:226px;
  height:23px;
  float:right;
  text-align:right;
  font-size:8pt;
  color:#ffffff;
}

#secondaryNav a
{
  text-decoration:none;
  color:#ffffff;
  font-weight:normal;
}

#secondaryNav a:hover
{
  text-decoration:underline;
  color:#f9ed1b;
}

#social img, #CTAMainButton img, #CTAFooterButton img, #FooterSocial img
{ 
  float:left;
}

#welcome
{
  margin:60px 0px 5px 0px;
  font-weight:bold;
  font-size:10pt;
  color:#ffffff;
  font-style:italic;
  padding-left:10px;
  height:15px;
}

#CTAMainButton
{
  padding-left:10px;
}

.login-text a
{
  text-decoration:none;
  color:#f9ed1b;
}

/* -- MAIN MENU -- */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** SKIN ***/
.sf-menu 
{
  margin-top:0px;
	float: left;
	margin-bottom: 0px;
}
.sf-menu a {
	padding:5px 10px 7px 10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
}
.sf-menu li 
{
  font-family:Trebuchet MS;
	font-size:14px;
	margin-top:9px;
	margin-right:3px;
}
.sf-menu li li a {
	font-size:11px;
	font-weight:normal;
	background:transparent;
}

.sf-menu li li, .sf-menu li li.sfHover  {
	margin-top:1px;
	background:transparent;
}

.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	text-decoration:none;
	color:#ec008c;
	background:transparent;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	padding-bottom:0px;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:100%; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {

}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#fbf5af;
}

.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
  background:transparent;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
  background:transparent;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	background:transparent;
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
	background:transparent;
}

.sf-navbar li li.current > a {
	font-weight:	normal;
	color:#ec008c;
	background:transparent;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/* -- FOOTER -- */

#FooterContainer
{
  width: 980px;
  text-align: left;
  margin: auto;
  height:190px;
}

#FooterLogo
{
  width: 145px;
  height:145px;
  float:left;
  padding-top:45px;
}

#FooterSecondaryNavContainer
{
  width: 835px;
  height:15px;
  float:left;
  font-size:8pt;
  color:#ffffff;
  padding-top:5px;
}

#FooterSecondaryNavContainer a
{
  text-decoration:none;
  color:#ffffff;
  font-weight:normal;
}

#FooterSecondaryNavContainer a:hover
{
  text-decoration:underline;
  color:#f9ed1b;
}

#FooterNavContainer
{
  width: 835px;
  height:80px;
  float:left;
}

#CTAFooterButton
{ 
  float:left;
  margin-top:43px;
  width:314px;
}

#FooterSocial
{ 
  float:right;
  width:173px;
  height:62px;
  margin-top:20px;
}

#FooterDisclaimer
{
  width: 835px;
  height:50px;
  float:left;
  color:#ffffff;
  font-weight:normal;
  font-size:8pt;
  margin-top:40px;
}

/* -- PAGEINATION -- */
ol.sf_pager
{
    list-style-type: none;
    text-align: center;
}

ol.sf_pager li 
{
    display:inline;
}

/* -- HOMEPAGE -- */

#leftColumn
{
  float:left;
  width:730px;
  margin-bottom:12px;
}

#rightColumn
{
  width:230px;
  float:right;
  margin-bottom:12px;
}

#mainFeature
{
  margin-top:12px; 
  margin-bottom:4px; 
}

#whatIs
{
  width:538px;
  height:56px;
  background:url(/App_Themes/40hf/images/whatIs_bg.png) no-repeat center 0px;
  padding: 10px 5px 0px 187px;
  margin-bottom:8px;
}

#CreateYourProfileButton
{
  margin-top:5px;
}

/* -- HOMEPAGE NEWS BLOCK -- */

#news
{
  width:701px;
  background-color:#00ae4d;
  padding:12px;
  color:#ffffff;
  margin-bottom:8px;
}

.newsThumb
{
  float:left;
  width:75px;
  margin-right:10px;
}

.newsContent a, .journalContent a, .journalThumb a
{
  color:#f9ed1b;
}

#news br, #YouthJournal br
{
  clear:both;
}

.newsContent
{
  float:left;
  width:616px;
}

.newsTitle
{
  margin-top:-22px; margin-left:0px; float:left;
}

.viewAll
{
  margin-top:-22px; margin-right:-9px; float:right;
}

/* -- HOMEPAGE JOURNAL BLOCK -- */

#YouthJournal
{
  width:701px;
  background-color:#0054a6;
  padding:12px;
  color:#ffffff;
  margin-bottom:8px;
}

.journalThumb
{
  float:left;
  width:125px;
  margin-right:10px;
  font-size:8pt;
}

.journalContent
{
  float:left;
  width:566px;
}

.journalContent h2
{
  padding:0px 0px 0px 0px;
  margin:0px 0px 5px 0px;
  font-style:italic;
  font-size:13pt;
  letter-spacing:0;
}

/* -- FAMINERS BLOCK -- */

#faminers
{
  width:230px;
  height:274px;
  background:url(/App_Themes/40hf/images/faminers_bg.png) no-repeat center 0px;
  margin:12px 0px 12px 0px;
}

.faminersName
{
  font-size:8pt; 
  text-align:center;
  margin-top:3px;
  color:#000000;
}

#faminersPhoto
{
  float:left;
  margin:51px 0px 0px 38px;
}

/* start: easy slider */
#slider
{
  margin:auto;
  width:150px;
  height:180px;
  float:left;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:150px;
		height:180px;
		overflow:hidden; 
		text-align:left;
		color:#000000;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:20px;
		height:27px;
		z-index:1000;
		float:left;
		margin-top:-110px;
    margin-right:50px;
		}	
	#nextBtn, #slider1next{ 
		float:right;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a  
	{
	  float:right;
		display:block;
		width:20px;
		height:27px;
		background:url(/App_Themes/40hf/images/arrow_left.gif) no-repeat 0 0;	
    position:absolute;
    margin-left:-31px;   
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/App_Themes/40hf/images/arrow_right.gif) no-repeat 0 0;	
    float:left;
    position:absolute;
    margin-left:40px;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* End: easy slider */

/* -- FIND FRIENDS BLOCK -- */

#findFriends
{
  width:206px;
  height:62px;
  background:url(/App_Themes/40hf/images/findFriends_bg.png) no-repeat center 0px;
  margin:12px 0px 12px 0px;
  padding:35px 12px 12px 12px;
}

#defaultRightHandBottomContent 
{
  width:210px;
  margin:12px 0px 0px 0px;
	color:#ffffff;
  padding: 10px 10px 10px 10px;
}

#defaultRightHandBottom
{
  width:230px;
  height:9px;
}

.FindFriendsInput
{
  font-size:8pt;
  width:120px;
}

.FindFriendsFilter
{
  font-size:8pt;
  width:77px;
}

.FindFriendsButton
{
  float:right;
  margin-top:5px;
  background:url(/App_Themes/40HF/Images/button_searchFriends.gif) no-repeat center 0px;
  width:75px;
  height:27px;
  display:block;
}

.FindFriendsButton:hover
{
  background:url(/App_Themes/40HF/Images/button_searchFriends_hover.gif) no-repeat center 0px;
}

/* -- SEARCH RESULT AND BOX -- */

.SearchMessage
{
  width:888px;
  padding: 6px 6px 6px 30px;
  color:#ec008c;
  font-weight:bold;
  margin-top:10px;  
  background:#f9ed1b url(/App_Themes/40hf/images/error.gif) no-repeat 3px 3px;
  
}

#searchBoxResult
{
  width:930px;
  height:66px;
  background:url(/App_Themes/40hf/images/searchBoxResult_bg.gif) no-repeat center 0px;
  text-align:center;
  padding-top:20px;
}

#searchBoxResultInner
{
  width:590px;
  margin:auto;
  height:25px;
}

#searchBoxResultInner .FindFriendsInput
{
  font-size:15pt;
  border:0px;
  width:350px;
  margin-top:8px;
  margin-right:5px;
  float:left;
}

#searchBoxResultInner .FindFriendsFilter
{
  font-size:15pt;
  border:0px;
  width:150px;
  margin-top:8px;
  margin-right:5px;
  float:left;
}

#searchBoxResultInner .FindFriendsButton
{
  float:left;
  background:url(/App_Themes/40HF/Images/button_search_result.gif) no-repeat center 0px;
  width:75px;
  height:35px;
  display:block;
}

.searchResult
{
  width:910px;
  padding:8px 10px 8px 10px;
  background-color:#e9f2f5;
  margin-bottom:3px;
}

.resultTitle a, .resultTitle a:hover
{
  font-size:11pt;
  font-weight:bold;
  color:#662d91;
  text-decoration:none;
}

.resultURL a
{
  font-size:8pt;
  font-weight:normal;
}

/* -- 1 COLUMN -- */

.oneColumnTop
{
  background: url(/App_Themes/40hf/images/one_column_top.png) no-repeat left top;
  width:980px;
  padding-top:6px;
  margin:12px 0px 5px 0px; 
}

.oneColumnBottom
{
  background: url(/App_Themes/40hf/images/one_column_bottom.png) no-repeat left bottom;
  width:980px;
  padding-bottom:6px;
}

.oneColumnContent
{
  background: url(/App_Themes/40hf/images/one_column_bg.png) repeat-y left top;
  width:930px;
  padding:20px 25px 20px 25px;
}

/*-- USEFULL STUFF --*/

.UsefullStuffItem
{
  float:left;
  width:155px;
  height:155px;
  margin:20px 10px 0px 10px;
}

#UsefullStuffContainer
{
  width:930px;
  background: url(/App_Themes/40hf/images/usefullstuff_bg.gif) no-repeat 600px top;
}

.oneColumnLeft
{
  width:700px;
  float:left;
  padding-right:20px;
}

.oneColumnRight
{
  width:210px;
  float:right;
  padding-top:100px;
}

#page-tools
{
  display:none;
}

/*-- 2 COLUMN --*/

.twoColumn
{
    width: 980px; 
}

.twoColumn .leftColumn
{
    width: 726px;
    float: left;
}

.twoColumn .leftColumnTop
{
  background: url(/App_Themes/40hf/images/two_column_top.png) no-repeat left top;
  /*width:980px;*/
  width: 726px;
  padding-top:6px;
  margin:12px 0px 5px 0px; 
}

.twoColumn .leftColumnBottom
{
  background: url(/App_Themes/40hf/images/two_column_bottom.png) no-repeat left bottom;
  /*width:980px;*/
  width: 726px;
  padding-bottom:6px;
}

.twoColumn .leftColumnContent
{
    background: url(/App_Themes/40hf/images/two_column_bg.png) repeat-y left top;
    width:676px;
    padding:20px 25px 20px 25px;
}

.twoColumn .rightColumnContainer
{
    margin-top: 12px;
    float: right;
    width: 229px;
}

.twoColumn .rightColumn
{
    float: left;
    width: 239px;
}

.twoColumn .rightColumn p
{
    margin-top: 0;
    
}

.twoColumn .rightColumnTop
{
    width:239px;
}

.twoColumn .rightColumnBottom
{
    background: url(/App_Themes/40hf/images/right_column_bottom.png) no-repeat left bottom;
    padding: 0 0 5px 0;
}

.twoColumn .rightColumnContent
{
    padding: 20px 30px 20px 20px;
    background: url(/App_Themes/40hf/images/right_column_bg.png) repeat-y left top;
}

/* -- NEWS LISTING -- */

.sf_postListing
{
    margin-left: 0;
    padding-left: 0;
}

.sf_postListing li
{
    margin-bottom: 30px;
}

.sf_postListing .wysiwygimg
{
    width:130px !important;
    height:130px !important;
    float: right;  
}

.sf_postListing .titleAndDate
{
    display:inline-block;
    margin-bottom:10px;
    width: 100%;
}

.sf_postListing .titleAndDate .container
{
    float: left;
}

.sf_postListing .postDescription
{
    float: right;
    clear: both;
}

.sf_postListing p
{
    margin-bottom: 10px;
}

.sf_postListing .extraInfo
{
   margin-top: 10px;
}

.sf_postContent .wysiswyg
{
    float: left;
    clear: right;
    width: 475px;
    margin-left: 10px !important;
    margin-bottom: 10px;
}

.sf_readmore, .sf_postComments, .sf_postAuthor, .sf_postCategory, .sf_postTags
{
    font-size: 11px;   
}

/* -- NEWS SINGLE POST --*/

.sf_commentsValidator
{
}

.CommentBox
{
  background-color: #bed730;   
  border: none;
  margin: 0;
  padding: 10px;
}

.commentLabel
{
  width:75px;
  display:block;
  float:left;
  font-size:8pt;
  text-align:right;
  padding-right:10px;
}

.text
{
  margin-bottom:5px;
}

.sf_postDate
{
  font-size:8pt;
  font-weight:bold;
}

.sf_singlePost 
{
    margin-bottom: 30px;
}

.sf_singlePost .extraInfo
{
    clear: both;
    margin-bottom: 10px;
}

.sf_singlePost .titleTop .sf_back
{
    float: right;
}

.sf_singlePost .titleTop .title
{
    float: left;
}

.sf_singlePost .wysiwygimg
{
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.sf_singlePost .wysiwygimg img
{
    float: none;
}

.wysiwygimg img
{   
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    /*
    width: auto !important;
    height: auto !important;
*/
}

.wysiwygimg 
{
    margin-left: 25px;
    margin-bottom: 10px;
}

.sf_postComments li
{
    margin-bottom: 15px !important;
}

.sf_postNewComment .sf_CommentForm_inner
{
    background: transparent url() no-repeat scroll left top !important;   
}

.sf_commentAuthor strong
{
    color: #662d91;   
    font-size:9pt;
}

.sf_CommentForm_inner .nameAndEmail
{
    float: left;
}

.sf_CommentForm_inner .nameAndEmail input.text
{
    width: 250px !important;   
}

.sf_CommentForm_inner .sf_CommentTextarea
{
    float: left;   
    margin-left: 10px;
    margin-bottom: 10px;
}

.sf_commentListing li
{
  border-bottom:1px solid #cccccc;  
}

input.sf_commentsSubmit  {
  background:url("/App_Themes/40hf/images/btnPost.gif") no-repeat scroll left top transparent;
  margin:0px;
  width:82px;
}

/* -- FORMS --*/

#FormNavigation
{
  width:865px;
  margin-bottom:15px;
  height:22px;
  border-bottom:1px solid #cccccc;
}

.FormNavItem a
{
  display:block;
  float:left;
  margin-right:2px;
  padding:4px 7px 4px 7px;
  background-color:#662d91;
  border:0px solid #f9ed1b;
  font-size:8pt;
  color:#ffffff;
  height:15px;
  font-weight:bold;
  font-family:arial;
}

.FormNavItem a:hover, .FormNavItemSelected a:hover
{
  text-decoration:none; 
  background-color:#ec008c;
  color:#f9ed1b;
  display:block;
  height:15px;
}

.FormNavItemSelected a
{
  display:block;
  float:left;
  margin-right:2px;
  padding:4px 7px 4px 7px;
  background-color:#ec008c;
  border:0px solid #f9ed1b;
  font-size:8pt;
  color:#ffffff;
  height:15px;
  font-weight:bold;
  font-family:arial;
}


.RequiredIndicator
{
  color:#ff6600; font-weight:bold;
  margin:0px;
  font-size:12pt;
}

.formIntro
{
  color:#662d91;
  font-weight:bold;
  font-size:11pt;
  display:inline;
  background-color:#d0e940;
  line-height:24px;
  padding:2px;
}

.formIntroProfile
{
  color:#662d91;
  font-weight:normal;
  font-size:8pt;
  display:inline;
 
}
.forms
{
  width:930px;
  margin-top:10px;
}

.formRow
{ 
  display:table-row;
  margin-bottom:0px;
}

.formSubtitle
{
  font-weight:bold;
  font-size:10pt;
  color:#00ae4d;
}

.label
{
  float:left;
  text-align:right;
  width:200px;
  padding:5px;
  border-top:1px solid #cccccc;
  margin-right:5px;
  height:auto;
  min-height:30px;
  display: table-cell;
  font-weight:bold;
}

.sectionLabel
{
	float:left;
  text-align:right;
  width:200px;
  padding:5px;
  margin-right:5px;
  height:auto;
  min-height:30px;
  display: table-cell;
  font-weight:bold;
}

.formRight
{
  float:left;
  width:640px;
  padding:5px;
  border-top:1px solid #cccccc;
  min-height:30px;
  height:auto !important;
  display: table-cell;
}

.sectionFormRight
{
  float:left;
  width:640px;
  padding:5px;
  min-height:30px;
  height:auto;
  display: table-cell;
}

.formInfo
{
  font-size:8pt;
  color:#999999;
}

.FormInvalid
{
  font-size:8pt !important; 
  color:#ff6600 !important;
  font-weight:normal !important;
}

.FormValidationOnlySummary
{
  font-size:8pt;
  color:#ffffff;
  background-color:#ec008c;
  padding:5px;
  margin-top:10px;
  width:855px;
}

.FormValidationOnlySummaryAddSponsor
{
    font-size:8pt;
  color:#ffffff;
  background-color:#ec008c;
  padding:5px;
  margin-top:10px;
  width:724px;
}

.formButton
{
  background-color:#ec008c;
  padding:5px;
  border:1px solid #ffffff;
  font-size:11pt;
  color:#f9ed1b;
  font-weight:bold;
  font-family:Trebuchet MS;
  }
  
.formButton:hover
{
  background-color:#f9ed1b;
  color:#ec008c;
}


#switchContainer
{
  width:50px;
  text-align:left;
  float:right;
  margin-top:14px;
  margin-right: 5px;							
}

.switchMember
{
  background: url(/App_Themes/40hf/images/groupMember.gif) no-repeat left bottom;
  width:46px;
  height:86px;
  float:left;
  margin-bottom:5px;
}

.switchGroup
{
  background: url(/App_Themes/40hf/images/group.gif) no-repeat left bottom;
  width:46px;
  height:86px;
  float:left;
  margin-bottom:5px;
}

.switchMemberActive
{
  background: url(/App_Themes/40hf/images/groupMember_active.gif) no-repeat left bottom;
  width:46px;
  height:86px;
  float:left;
  margin-bottom:5px;
}

.switchGroupActive
{
  background: url(/App_Themes/40hf/images/group_active.gif) no-repeat left bottom;
  width:46px;
  height:86px;
  float:left;
  margin-bottom:5px;
}

.addSponsorsField
{
  float:left; 
  padding:8px;
  background: #ffffff url() repeat left bottom;
  margin-right:1px;
  font-weight:bold;
  height:60px;
  font-size:8pt;
}

.addButton
{
  padding-top:23px;
  height:45px;  
  background: transparent;
}

/* -- GRID LAYOUT FOR SPONSORS LIST -- */

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
}

.GridViewStyle
{   
}

.GridViewStyle a
{
    color: #ec008c;
}

.GridViewHeaderStyle th
{
  font-size:8pt;
  padding: 4px;
}

.GridViewFooterStyle td
{
    font-weight: bold;
    padding: 5px;
    font-size:12pt;
    color:#ec008c;
}

.totalRaisedTitle
{
    font-size:10pt;
    font-style:italic;
    color:#000000;
}

.GridViewRowStyle
{
    background-color: #bae3e4;
    color: #333333;
    font-size:8pt;
}

.GridViewAlternatingRowStyle
{
    background-color: #dff7f4;
    color: #333333;
    font-size:8pt;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    padding: 5px;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
    padding: 5px; 
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.GridDelete
{
  background-color:#fbfaf7;
  
}

#uxCheckUrl
{
  color: #ec008c;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

#uxCheckUrlResult
{
  padding:2px;
  color:#f9ed1b;
  display:inline;
}

#profileImagePreview
{
  display:block;
  margin-top:5px;
  
}

/* -- PROFILE PAGE -- */

.MemberList
{
  margin-bottom:30px;
}

.profileHeading
{
  padding:3px 3px 0px 3px;
  width:465px;
  font-size:11pt;
  font-weight:bold;
  background-color:#d0e940;
  border-top:1px dotted #cccccc;
}
.groupMember
{
  border-bottom:1px dotted #cccccc;
  display:block;
  padding:3px;
  width:465px;
}

#profileLeft
{
  width:170px;
  margin-right:20px;
  float:left;
}

#profileRight
{
  width:500px;
  float:left;
  font-size:8pt;
}

#ProfileThermo
{
  float:left;
  width:160px;
}

#profilePhotoContainer
{
  background: url(/App_Themes/40hf/images/profilePhoto_bg.gif) no-repeat left bottom;
  width:170px;
  height:210px; 
}

#profilePhoto
{
  width:150px;
  height:150px; 
  float:left;
  margin:8px 0px 0px 8px;
  text-align:center;
}

.profileTitle
{
  float:left;
  text-align:Left;
  width:150px;
  padding:3px;
  margin-right:10px;
  height:auto;
  min-height:20px;
  display: table-cell;
  color:#707070;
  font-size:8pt;
  border-top:1px dotted #cccccc;
}

.profileDesc
{
  float:left;
  width:300px;
  padding:3px;
  min-height:20px;
  height:auto;
  display: table-cell;
  font-weight:bold;
  border-top:1px dotted #cccccc;
  font-size:8pt;
}

.profileRow
{ 
  display:table-row;
  margin-bottom:0px;
}

.editProfile
{
  font-size:8pt; float:right; margin-right:25px;
}

#TotalRaisedBox
{
  background: url(/App_Themes/40hf/images/totalRaised_bg.gif) no-repeat left bottom;
  width:130px;
  height:98px;
  margin-bottom:10px;
  font-weight:bold;
  color:#ffffff;
  padding:25px 15px 0px 15px;
  text-align:center;
  font-size:11pt;
}

.totalBreakdown
{
  font-size:8pt;
  font-weight:normal;
}

.totalValue
{
  color:#f9ed1b;
}

.profileIncentiveIcon
{
	width: 170px;	
}

.profileIncentiveIcon .icon
{
	text-align: center;
	margin-bottom: 10px;
}

.profileIncentiveIcon .icon img
{
	max-width: 170px;

}

.profileIncentiveIcon .description
{
	display:block;
	font-size:13px;
	color: #f21b99;
	text-align:center;
}

.IncentiveIconPrompt
{
	display:block;
	font-size:10px;
	margin-top:10px;
	color:#b7b7b7;
	text-align:center
}
/*-- YA PROFILE --*/


.yaProfile .leftColumn
{
    float: left;   
    width: 170px;
    margin-right: 10px;
}

.yaProfile .leftColumn .photoContainer
{
    background-image: url(/App_Themes/40HF/images/YA_left_column_photo_bg.png);   
    background-repeat: no-repeat;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    width: 152px;
    height: 160px;
}

.yaProfile .leftColumn .photoContainer img
{
    width: 151px;
    height: 147px;
}

.yaProfile .leftColumn .visitMyPage 
{
    padding-left: 10px;
}

.yaProfile .rightColumn
{
    float: none;
    margin-left: 10px;
    width: auto;
}

.yaProfile .rightColumn h1
{
    margin-bottom: 0px;
}

.yaProfile .rightColumn .ageState
{
    font-weight: bold;
}

/*-- OTHER YOUTH AMBASADDORS (PAPER BACKGROUND, RIGHT COL) */
.otherYA
{
    
}

.otherYA .rightColumnTop
{
    background-image: url(/App_Themes/40HF/images/YA_right_column_top.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 228px;
    padding-top: 26px;
    *padding-top: 36px;
}   

.otherYA .rightColumnContent
{
    background-image: url(/App_Themes/40HF/images/YA_right_column_bg.png);
    background-repeat: repeat-y;
    background-position: left top;
    width: 227px;
}

.otherYA .rightColumnContent h3
{
    margin-bottom: 10px;
}

.otherYA .rightColumnBottom
{
    background: none;
    padding-bottom: 0;
}

.otherYA .rightColumnContent
{
    padding-top: 0;
    padding-bottom: 5px;
}

.otherYA .rightColumnContent .ambassador 
{
    padding-bottom: 2px;
}

.otherYA .rightColumnContent .ambassador .yaPhotoThumb
{
    float: left;
    width: 45px;
    height: 46px;
    background-image: url(/App_Themes/40HF/images/YA_right_column_photo_shadow.png);
    background-repeat: no-repeat;
}

.otherYA .rightColumnContent .ambassador .details
{
    margin-left: 10px;
    float: left;
}

.otherYA .rightColumnContent .ambassador .details .nameAndAge
{
    color: #0054a6;
    font-size: 10pt;
    font-weight: bold;
}

.otherYA .rightColumnContent .ambassador .details .state 
{
    color: #000000;   
}

/*-- GREEN PAPER (RIGHT COLUMN) */
.greenPaperTop
{
    background-image: url(/App_Themes/40HF/images/YA_right_column_green_top.png);   
    background-position: left top;
    background-repeat: no-repeat;
    width: 236px;
    padding-top: 37px;
}

.greenPaperContent
{
    background: url(/App_Themes/40HF/images/YA_right_column_green_bg.png) repeat-y left top;
    padding: 0 17px 17px 17px;
    width: 202px;
}

/*-- RIGHT COLUMN NOTEPAD (GREEN PAPER BEHIND IT)*/
.greenPaperBehind
{
    margin-top: 0 !important;
}

.greenPaperBehindPaddingLeft
{
    margin-left: 6px;
}

.greenPaperBehind .rightColumnTop
{
    background-image: url(/App_Themes/40HF/images/YA_right_column_top_greenBehind.png);
    width: 233px;
    padding-left: 6px;  
}

.greenPaperBehind .rightColumnContent
{
}

/*-- PHOTO GALLERY --*/

.filterTabs
{
    margin-top: 20px;
    margin-bottom: 14px;   
}

.filterTabs .subheading
{
    display: inline;
    margin-right: 5px;
}

.filterTabs .subheading h3
{
    display: inline;   
}

.filterTabs .tab
{
    display: inline;
}

.filterTabs .tab a
{
    color: #FFFFFF; 
    font-size: 16px;
    font-weight: bold;  
    background-color: #00b6f1;    
    padding: 5px 10px; 
    text-decoration: none;
}

.filterTabs .tab .selected
{
    background-color: #ec008c;   
}

.filterTabs .tab a:hover
{
    background-color: #ec008c;   
}

#slide ol li
{
    float: left;
    width: 138px;
    height: 138px;
    background: none;  
    background-color: #000000;
    margin-right: 17px; 
    margin-bottom: 17px;
}

#TB_window
{
    /*width: 709px !important;  */
    text-align: center;
    /*margin-left: -358px !important;*/
    margin-top: 0 !important;
    padding: 26px 15px 0px 15px;
    top: 6%;
}

#TB_window #TB_prev a, #TB_window #TB_next a, #TB_count
{
    font-size: 16px;
    color: #ec008c; 
    padding-top:0;  
}

#TB_window #TB_next a
{
    /*background: url(/App_Themes/40HF/images/btnGalleryNext.png) no-repeat right 4px;*/
    background: none;
    padding-right: 17px;
     
}

#TB_window #TB_prev a
{
    /*background: url(/App_Themes/40HF/images/btnGalleryPrev.png) no-repeat left 4px;*/
    background: none;
    padding-left: 17px;   
}

#TB_window img#TB_Image
{
    margin: 0 auto 0 auto;   
}

#TB_secondLine #TB_next, #TB_secondLine #TB_prev, #TB_secondLine #TB_count
{
    float: none;
    left: inherit;
    width:auto;
    margin-left: 0 !important;
    display: inline-block;
    position:static;
    *display: inline;
}

#TB_secondLine #TB_prev
{
    padding-right: 10px;
}

#TB_secondLine #TB_next
{
    padding-left: 10px;
}

#TB_window #TB_caption
{
    padding-left: 0;
    height: auto;
}

#TB_window #TB_caption #TB_captionCopy 
{
    left: inherit;
    position: static;
    float: none;    
    width: auto;
    color: #000000;
    margin-bottom: 10px;
    visibility: visible !important;   
}

#TB_closeWindow
{
    left: 50%;
    top: 1%;
    width: inherit !important; 
    margin-left: inherit !important; 
    margin-top: 0 !important;
    padding: 0 0 0 30px;
    position: fixed;
    z-index: 9000;
    text-align: right;
    *text-align:right;
    *position:absolute;
    *top: -30px;
}

#TB_ImageOff img
{
    /*max-width: 658px;*/
    /*max-height: 550px;*/
    height: auto;   
}

/*-- VIDEO GALLERY --*/

.videoItem
{
  float:left;
  margin:0px 7px 15px 8px;
}

.videoDesc
{
  width:217px;
}

.videoThumb
{
  width:217px;
  height:133px;
}

.videoDuration
{
  font-size:8pt;
}

.videoJournal
{
  width:930px;
  height:185px;
  font-size:8pt;
  clear:both;
}

.videoJournalProfile
{
  background: url(/App_Themes/40HF/images/videoJournalProfile_bg.gif) no-repeat left top;
  width:125px;
  height:170px;
  float:left;
  padding:6px 0px 0px 5px;
  margin-right:14px;
  
}

.videoJournalVideo
{
  float:left;
  width:771px;
  height:159px;
  background: url(/App_Themes/40HF/images/videoJournalVideo_bg.gif) no-repeat left top;
  padding-top:15px;
  padding-left:13px;
  
}

.videoJournalProfileDesc
{
  margin-top:3px;
  margin-left:3px;
}

/*-- COMMUNITY --*/

.communityMainTop
{
  background: url(/App_Themes/40hf/images/community_top_bg.png) no-repeat left top;
  width:980px;
  padding-top:13px;
  margin-bottom:15px;
}

.communityMainBottom
{
  background: url(/App_Themes/40hf/images/community_bottom_bg.png) no-repeat left bottom;
  width:980px;
  padding-bottom:22px;
}

.communityMainContent
{
  background: url(/App_Themes/40hf/images/community_content_bg.png) repeat-y left top;
  width:890px;
  padding:0px 20px 10px 70px;
  font-size:8pt;
}

#CommunityLeft
{
  width:245px;
  height:395px;
  float:left;
}

#CommunityRight
{
  width:645px;
  height:395px;
  float:right;
}

#CommunityCTA
{
  text-align:right;
  height:90px;
  background: url(/App_Themes/40hf/images/community_bg_button.gif) no-repeat 195px 19px;
  margin-top:20px;
}

#communityTab
{
  width:970px;
  height:37px;
  text-align:right;
  padding-right:15px;
  margin-top:10px;
}

#communityTab img
{
  float:right;
  margin-right:5px;
}

#CommunityFacebook
{
  width:415px;
  float:left;
  padding-right:10px;
}

#CommunityTwitter
{
  width:425px;
  float:right;
  padding: 0px 10px 0px 15px;
  border-left:1px solid #9269ab;
}

.CommunityArticleThumb
{
  width:90px;
  float:left;  
  margin-top:10px;
}

.CommunityArticleDesc
{
  font-size:8pt;
  float:right;  
  width:800px;
  margin-top:10px;
}

.CommunityArticleDesc img
{
  display:block;
  margin-top:5px;
}

/*-- LEADER BOARD --*/

#leaderBoard
{
  background: url(/App_Themes/40hf/images/leaderboard_bg.gif) repeat-y left top;
  width:645px;
  height:277px;
  margin-top:12px;
}

#IndividualLeader
{
  width:300px;
  float:left;
  height:181px;
  margin-top:80px;
  margin-left:12px;
}

#GroupLeader
{
  width:300px;
  float:right;
  height:181px;
  margin-top:80px;
  margin-right:14px;
}

.LeaderBoardItem
{
  width:292px;
  background-color:#96e0f3;
  padding:4px;
  height:50px;
  margin-bottom:3px;
}

.LeaderBoardItem img
{
  margin-right:5px;
  float:left;  
}

.LeaderBoardItem a
{
  padding:0px;
  margin:0px;
  font-size:11pt;
  font-weight:bold;
  color:#000000;
}

.LeaderBoardItem a:hover
{
  text-decoration:underline;
}

.hovertip {
    position: absolute;
    padding: 10px 13px;
    z-index: 2;
    max-width: 300px;

    color: #ffffff;
    background-color: #662d91;
    font-family: sans-serif;
    font-size: 8pt;
    text-align: left;
}

.FormFooter
{
  color:#707070;
  font-size: 8pt;
  padding-top:25px;
}

/* Awards */

#AwardSelectorWrapper
{
	background-image: url(/App_Themes/40hf/images/Awards/select_your_award.jpg);
	background-repeat:no-repeat;
	padding:38px 10px 10px 5px;
	margin-bottom:20px;
}

#AwardSelectorWrapper .FormInvalid
{
	color: #FF0000 !important;
	font-weight:bold !important;
}

#AwardSelectorWrapper .box
{
	background-repeat:no-repeat;
	float: left;
	margin-left: 4px;
	width: 255px;
	height: 256px;
	padding:14px;
	background-image: url(/App_Themes/40hf/images/Awards/box_unselected.jpg);
}

#AwardSelectorWrapper .first
{
	margin-left: 0;
}

#AwardSelectorWrapper .selected
{
	background-image: url(/App_Themes/40hf/images/Awards/box_selected.jpg) !important;
}

#AwardSelectorWrapper .typeSelector
{
	font-weight:bold;
	font-size:15px;
}

#AwardSelectorWrapper .typeSelector .AwardRadioButton input, #AwardSelectorWrapper .typeSelector .AwardRadioButton label
{
	float: left;
}

#AwardSelectorWrapper .typeSelector .AwardRadioButton label
{
	width:235px;
	margin-left: 5px;
}

#AwardSelectorWrapper .sizing
{
	margin-top:17px;
	*margin-top: 17px;
}

#AwardSelectorWrapper .sizing .selectLabel
{
	background-image: url(/App_Themes/40hf/images/Awards/select_sizing.gif);
	background-repeat:no-repeat;
	height:18px;
	margin-bottom:7px;
}

#AwardSelectorWrapper .sizing .female
{
	margin-top: 0;
}

#AwardSelectorWrapper .sizing .sizeLabel
{
	float: left;
	font-weight: bold;
	text-align:right;
	width: 42px;
}

#AwardSelectorWrapper .sizing .slider
{
	float: left;
	margin-left:8px;
}

#AwardSelectorWrapper .sizing .slider .decrease
{
	background-image: url(/App_Themes/40hf/images/Awards/arrows.png);
	background-position: 0px 2px;
	margin-left: -2px;
}

#AwardSelectorWrapper .sizing .slider .increase
{
	background-image: url(/App_Themes/40hf/images/Awards/arrows.png);
	background-position: -12px 2px;
	margin-right: -2px;
}


#AwardSelectorWrapper .sizing .slider .pointUp a.draghandle
{
	background-image:url(/App_Themes/40hf/images/Awards/pointed_up_dragger.png) !important;
}

#AwardSelectorWrapper .sizing .slider .pointUp a.draghandle:hover
{
	background-image:url(/App_Themes/40hf/images/Awards/pointed_up_dragger.png);
	background-position: -11px 0;
}

#AwardSelectorWrapper .sizing .slider .pointUp a.draghandle:active, #AwardSelectorWrapper .sizing .slider .pointUp a.draghandle:focus
{
	background-image:url(/App_Themes/40hf/images/Awards/pointed_up_dragger.png);
	background-position: -11px 0;
}


#AwardSelectorWrapper .sizing .sizeLetters
{
	background-repeat:no-repeat;
	height: 8px;
	margin-top:5px;
	margin-left: 62px;
	margin-bottom:8px;
}

#AwardSelectorWrapper .tshirt .sizing .sizeLetters
{
	background-image: url(/App_Themes/40hf/images/Awards/sizeLetters_tshirt.png);
}

#AwardSelectorWrapper .hoodie .sizing .sizeLetters 
{
	background-image: url(/App_Themes/40hf/images/Awards/sizeLetters.png);
}

#AwardSelectorWrapper .awardInfo
{
	margin-top:10px;
	position:relative;
}

#AwardSelectorWrapper .awardInfo .zoom
{
	position:absolute;
	top: 66px;
	left: 62px;
	*top:76px;
}

#AwardSelectorWrapper .awardInfo .image
{
	background-image: url(/App_Themes/40hf/images/Awards/photo_bg.png);
	background-repeat:no-repeat;
	float:left;
	width: 100px;
	height: 90px;
	padding-left:3px;
	padding: 4px 0 0 4px;
}

#AwardSelectorWrapper .awardInfo .textBox
{
	float:left;
	margin-left: 8px;
	font-size: 11px;
	width:143px;
	height:88px;
	padding-top:3px;
}

#AwardSelectorWrapper .awardInfo .textBox .text
{
	
}

#AwardSummaryWrapper
{
}

#AwardSummaryWrapper .showDiv
{
	*font-size:0;
}

#AwardSummaryWrapper .mainDiv
 {
   padding:5px;
   cursor:pointer;
 }

#AwardSummaryWrapper .slideDiv
{
	float:left;
	position:absolute;
	z-index:100;
	display:none;
	cursor:auto;
	margin-left: -387px;
	margin-top:-37px;
}

#AwardSummaryWrapper .slideDiv .topContainer
{
	background-image: url(/App_Themes/40hf/images/Awards/slider_top.png);
	background-repeat:no-repeat;
	padding-top: 17px;
	
}
#AwardSummaryWrapper .slideDiv .bottomContainer
{
	background-image: url(/App_Themes/40hf/images/Awards/slider_bottom.png);
	background-repeat:no-repeat;
	height: 17px;
	width:393px;
}
#AwardSummaryWrapper .slideDiv .leftContainer
{
	background-image: url(/App_Themes/40hf/images/Awards/slider_left.png);
	background-repeat:repeat-y;
	padding-left:12px;
}
#AwardSummaryWrapper .slideDiv .rightContainer
{
	background-image: url(/App_Themes/40hf/images/Awards/slider_right.png);
	background-position: right top;
	padding-right:12px;
	background-repeat:repeat-y;
}

#AwardSummaryWrapper .content
 {
   background-color:#0054a6;
   color:#FFFFFF;
   width: 349px;
   padding: 5px 10px 5px 10px;
 }
 
#AwardSummaryWrapper .table
{
	border: none;
} 
 
#AwardSummaryWrapper .table legend
{
	background-color: #EC008C;
	font-weight: bold;
	padding: 4px;
}

#AwardSummaryWrapper .table .first
{
	padding-top:5px;
}
 
#AwardSummaryWrapper .table .row
{
	padding-bottom: 5px;
}
 
#AwardSummaryWrapper .table .heading
{
	float: left;
	font-weight: bold;
	text-align: right;
	width: 45%;
}

#AwardSummaryWrapper .table .value
{
	float: left;
	padding-left: 25px;
}

.darkText 
{
	color: #666666;
}

.memberWelcome ul
{
	margin-top: 1EX;
	margin-bottom: 1EX;
	padding-left: 2EM;
}

.memberWelcome li
{
	list-style-position: inside;
}

.awardIntro
{
	color: #000000;
	font-size: 9pt;
}
