/***********************************
* BaldWeb.com Styles
*
* @description: Styles used on BaldWeb.com
* and sister sites
* @author: Chris Balduino
***********************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*background-color: #5085F2;  A7C2F5 */
	background: #FFFFFF url(../images2/background_tile.gif) repeat-x fixed;
}

#pageContainer {
	width: 995px;
	/*background: #FFFFFF url(../images2/page_fade.gif) repeat-x 0px 250px;*/
	background: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 0 0 20px 0;
}

a, a:visited {	
	color: #0066FF;
}

a:hover {
	color: #9C1717;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.button {
	border: 1px solid #1B3C7E;
	background: #4672CA url(../images2/button_bg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

input.buttonSmall {
	border: 1px solid #1B3C7E;
	background-color: #4672CA;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
}

input.locked {
	background-color: #E8E8E8;
}

select.boldField {
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style: url(../images2/bullet_dots.gif);
	font-size: 12px;
}

ol li {
	font-size: 11px;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}


/*********************************
* Header Styles
*********************************/
#pageHeader {
	height: 105px;
	background: url(../images2/header_tile.gif) repeat-x;
	padding: 0px 0px 0px 5px;
	background-color: #436BBC;
	border-bottom: 2px solid #636363;
}

#utilityNav {
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	text-align: right;
	z-index: 10;
	white-space: nowrap;
	width: 400px;
}

#utilityNav ul, #pageFooter ul {
	margin: 0px;
	padding: 0px;
}

#utilityNav ul li, #pageFooter ul li {
	display: inline;
	margin: 0px 5px 0px 2px;
	padding: 0 4px 0 0;
	list-style: none;
	color: #FFFFFF;
	font-size: 11px;
}

.borderRight {
	border-right: 1px solid #CCCCCC;
}

#utilityNav a, #utilityNav a:visited, #pageFooter a, #pageFooter a:visited{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

#utilityNav a.logout, #utilityNav a.logout:visited, #utilityNav span.logout {
	font-size: 9px;
	text-decoration: none;
}

#utilityNav a:hover, #pageFooter a:hover {
	color: #F6774A;
	text-decoration: underline;
}

/* tagline */
#pageHeader p {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #C5D4F1; /* C2E5C0 BADD76*/
	margin: 0px;
	position: absolute;
	top: 85px;
	left: 100px;
	z-index: 10;
}

#pageSubhead {
	height: 20px;
	background-image: url(../images2/banner_tile.gif);
	background-repeat: repeat-x;
	background-color: #436BBC;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

#banner_accent {
	float: right;
	display: none;
	position: relative;
	margin: 9px 0px 0px 100px;
	z-index: 1;
}


/********************************
* Content Container
********************************/
#contentBody {
	display: block;
	background: #FFFFFF;
	clear: both;
	margin: 8px 0 0 0;
	padding: 0px;
	z-index: 10;
}


/********************************
* Main Nav
********************************/
#leftColumn {
	float: left;
	width: 191px;
	margin: 0 15px 0 0;
}

#mainNav {
	background: url(../images2/nav_bg_middle.gif) no-repeat;
	width: 190px;
	height: 255px;
	margin: 0px;
	padding: 5px 10px 0px 5px;
}

#mainNavTop {
	width: 200px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images2/nav_bg_top.gif);
	background-repeat: no-repeat;
}

#mainNavBottom {
	width: 200px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images2/nav_bg_bottom.gif);
	background-repeat: no-repeat;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
}

#mainNav ul li {
	margin: 0px 10px 0px 5px;
	list-style: url(../images2/spacer.gif);
}	

#mainNav a, mainNav a:visited {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	padding-left: 16px;
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	display: block;
}

#mainNav a:hover {
	text-decoration: underline;
	color: #EEEEEE;
	background: url(../images2/bullet.gif) 0px 50% no-repeat;
	padding-left: 16px;
}

#mainNav ul li.selected a {
	text-decoration: underline;
	color: #FFFFFF; /* #F6774A */
	background: url(../images2/bullet_hi.gif) 0px 50% no-repeat;
	padding-left: 16px;
}

.googAdsLeft {
	display: block;
	margin: 10px 0px 0px 30px;
}

.googAdsRight {
	display: block;
	margin: 10px 0px 0px 30px;
}


/*****************************
* Main Content styles
*****************************/
#mainContent {
	margin-left: 200px;
	margin-top: -10px;
	padding-right: 20px;
}

#mainContent2 {
	margin: 0 0 0 0;
	position: relative;
	z-index: 5;
	float: left;
}

#homePageContent {
	width: 555px;
}

.widest {
	width: 760px;
}

.twoColumn {
	width: 555px;
}

.homePageBlock {
	margin: 0 10px 0 10px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	display: block;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 5px 0px;
	background: url(../images2/title_background.jpg) no-repeat;
	text-transform: uppercase;
	/*min-width: 540px;*/
}

h2.home {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	display: block;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 5px 0px;
	background-image: url(../images2/title_background_home.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*min-width: 540px;*/
}

h2.home span {
	float: right;
	font-size: 9px;
	text-transform: none;
	font-style: italic;
	color: #666666;
	margin: -18px 0 0 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	display: block;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #333333;
}

h3 span, h4 span {
	float: right;
	font-size: 9px;
	text-transform: none;
	font-style: italic;
	color: #666666;
	margin: -16px 0 0 0;
}

h3.crumb {
	border: none;
	font-size: 12px;
	color: #666666;
	margin: 5px 0px 5px 0px;
	text-transform: none;
}

h3.announce {
	color: #FF5400;
	border-bottom: 2px solid #EC8428;
}

h4 {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 0 0 3px 0;
}

h4.profile {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	margin: 10px 0 -10px 0;
	border-bottom: 1px solid #999999;
}



#mainContent img, #mainContent2 img {
	margin: 5px;
	border: 1px solid #666666;
}

#mainContent img.tight, #mainContent2 img.tight {
	margin: 0px;
	border: none;
}

#mainContent2 img.newWindow {
	margin: 0px;
	border: none;
}

#mainContent2 img.newIcon {
	margin: 0px 0px 0px 0px;
	border: none;
	position: relative;
	top: -5px;
	left: -5px;
}

#mainContent p, #mainContent2 p {
	font-size: 12px;
}

#mainContent2 p.feature {
	margin: 0px 0px 5px 0px;
}

.archiveHeader {
	margin: 15px 0 15px 0;
	padding: 8px 10px 0px 10px;
	border-top: 1px solid #CCCCCC;
}


.borderTop {
	border-top: 1px solid #666666;
	padding-top: 6px;
}

.ytdTotal {
	background-color: #FBFF82;
	padding: 5px 3px;
	border: 1px solid #CBCF61;
	margin: 5px 0 0 0;
}

#rightColumn {
	float: right;
	position: relative;
	width: 214px;
	top: 0px;
	right: 10px;
	margin-left: 10px;
}

.additionalLinks {	
	width: 210px;	
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.additionalLinksHeader {
	margin: 0px;
	padding-left: 23px;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	background: #558DFF url(../images2/lines_header.gif) no-repeat 0px -2px;
	color: #FFFFFF;
}

.additionalLinksHeaderRed {
	margin: 0px;
	padding-left: 23px;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	background: #FF7550 url(../images2/lines_header_red.gif) no-repeat 0px -2px;
	color: #FFFFFF;
}

.additionalLinksHeaderGreen {
	margin: 0px;
	padding-left: 23px;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	background: #5EAC5A url(../images2/lines_header_green.gif) no-repeat 0px -2px;
	color: #FFFFFF;
}

.additionalLinksHeaderTan {
	margin: 0px;
	padding-left: 23px;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	background: #A59A7B url(../images2/lines_header_tan.gif) no-repeat 0px -2px;
	color: #FFFFFF;
}

.additionalLinksContent {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #666666;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.fieldLabel {
	margin: 0px;
	font-weight: bold;
}

p.medium {
	margin: 4px 0px 4px 0px;
}

p.normal {
	margin: 0px 0px 0px 0px;
}

p.ruleBottom {
	border-bottom: 1px solid #333333;
	padding: 0 0 8px 0;
}

ul.webSamples {
	margin: 0px;
	padding: 0px;
}

ul.webSamples li {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	list-style: url(../images2/bullet_dots.gif);
}

/* list style used in recent blog posts on home page */
ul.homePage, ul.statList {
	margin: 0 0 0 -3px;
	padding: 0;
	list-style: url(../images2/bullet_dots.gif);
}

ul.statList li {
	margin-top: 0;
	margin-bottom: -2px;
}

li.statsMore {
	margin-top: 5px;
	margin-bottom: 5px;
}

.alert {
	padding: 5px 8px 5px 30px;
	font-size: 12px;
	color: #333333;
	background: url(../images2/icon_exclaim.gif) no-repeat;
	background-position: 0px 5px;
	background-color: #FFE27C;
	border: 1px solid #3F3F3F;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
	min-height: 27px;
}

/* rss feed link */
.rss {
	float: right;
	clear: both;
}
.rss a, .rss a:visited {
	font-size: 10px;
}
.rss img {
	vertical-align: middle;
}

.floatRight {
	float: right;	
}
.floatLeft {
	float: left;	
}
.clear {
	clear: both;
	height: 1px;	
}

/* add app link in account section */
.addApp {
	float: right;
	clear: both;
	font-size: 10px;
	font-weight: bold;
}
.addApp select {
	font-weight: normal;
	font-size: 10px;
}


/* training page - options container */
#optionsContainer {
	display: block;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	background: #CCCCCC url(../images2/training_banner_tile.gif) repeat-x;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.trainingOptions {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.trainingOptions p {
	margin: 0;
	padding: 0;
}

#trainingContent {
	border: 1px solid #333333;
	padding: 0 10px 10px 10px;
}

#tabs {
	height: 18px;
	border-bottom: 1px solid #333333;
}
#tabs div {
	height: 17px;
	float: left;
	background: #0066FF url(../images2/tab_base.gif) repeat-x;
	border: 1px solid #333333;
	margin: 0 2px;
}
#tabs div.selected {
	height: 18px;
	background: #FFFFFF url(../images2/tab_selected.gif) repeat-x;
	border-bottom: none;
}
#tabs a, #tabs a:visited {
	font-size: 10px;
	padding: 0 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#tabs a:hover {
	color: #FFB7B7;
}
#tabs a.selected, #tabs a.selected:visited {
	color: #0066FF;
	font-weight: bold;
}

#tabContent {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #FFFFFF;
	padding: 3px 4px;
}


/******************************
* BLOG STYLES
******************************/
ul.blogList {
	margin: -10px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
}

ul.blogList li {
	margin: 0px;
	padding: 0px;
	list-style: url(../images2/bullet_dots.gif);
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.sticky {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
/*#blogContainer {
	float: left;
	margin: 0px;
	background: url(../images2/blog_bg_tile.gif) repeat-y;
	background-color: #E1E1E1;
	border: 1px solid #999999;
	width: 538px;
	overflow: hidden;
}*/

.articleHeader {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #666666;
	padding: 0px 10px 4px 0px;
	margin: 0px 12px 0px 12px;
}

.articleHeader a, .articleHeader a:visited {
	color: #000000;
	text-decoration: none;
}

.datePub {
	text-align: right;
	margin: 0px 4px 10px 0px;
	font-size: 10px;
	color: #666666;
}

#articleBody {
	padding: 6px 15px 10px 15px;
}

#articleBody img {
	margin: 5px 0 5px 60px;
}

.blogTopCap {
	background-image: url(../images2/blog_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
}

.blogEndCap {
	background-image: url(../images2/blog_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 19px;
}

.commentHeader {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding: 0px 10px 4px 10px;
	margin: 0px 12px 0px 12px;
}

.commentBody {
	margin: 0px 15px 10px 15px;
	padding: 2px 10px 5px 10px;
	border-bottom: 1px solid #AAAAAA;
	clear: both;
	float: left;
	width: 480px;
	color: #000000;
}

.commentBody p {
	margin: 0 0 8px 100px;
}

/* blog comment icond parent syle */
.blogCommentIcon {
	float: left;
	clear: left;
	height: 100%;
	width: 100px;
}

.center {
	vertical-align: middle;
}

/* blog comment icon text style */
.blogCommentIcon .blogCommentIconCaption {
	font-size: 10px;
	color: #333333;
	margin: 0px 0 5px 0;
	line-height: 11px;
}

.dataTable {
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.dataTable th {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;	
	border: 1px solid #DDDDDD;
	padding: 5px;
}

.dataRowEven, tr.evenRow td {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 4px;
}

.dataRowOdd, tr.oddRow td {
	background: #EBEBEB;
	border: 1px solid #DDDDDD;
	padding: 4px;
}

.totalRow {
	font-weight: bold;
	background-color: #666666;
	border: 1px solid #DDDDDD;
	border-top: 3px solid #000000;
	padding: 4px;
	font-size: 11px;
	color: #FFFFFF;
}

#key {
	font-size: 10px !important;
}

/* bike milestone distances */
.milestone1 {
	background: #FDFF51 url(../images2/milestones1.gif) repeat-x 50px 0px;
	border: 1px solid #DDDDDD;
	padding: 4px;
	font-weight: bold;
}
.milestone2 {
	background: #FFC334 url(../images2/milestones2.gif) repeat-x 50px 0px;
	border: 1px solid #DDDDDD;
	padding: 4px;
	font-weight: bold;
}
.milestone3 {
	background: #FF7734 url(../images2/milestones3.gif) repeat-x 50px 0px;
	border: 1px solid #DDDDDD;
	padding: 4px;
	font-weight: bold;
}
.milestone4 {
	background: #D73A3A url(../images2/milestones4.gif) repeat-x 50px 0px;
	border: 1px solid #DDDDDD;
	padding: 4px;
	font-weight: bold;
}

/*.commentAttrib {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin: 5px 0px 5px 0px;
}*/


.postComments {
	border-top: 2px solid #AAAAAA;
	margin: 0px 12px 0px 12px;
	padding: 5px 0 0 0;
}

#commentsForm {
	margin: 0 15px 0 15px;
	clear: both;
	width: 480px;
}

#comments {
	padding: 0px 15px 0px 15px;
}

.myPosting {
	margin: 0;
	padding: 3px;
	display: block;	
	background-color: #FFFFCC;
	border: 1px solid #DADA9A;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
}

.myPostingLabel {
	float: left;
}

.removeMyPosting {	
	float: right;
}

.removeMyPosting a {
	font-weight: normal;
}

.confirmMessage {
	padding: 4px;
	border: 1px solid #006600;
	background-color: #66CC66;
	font-weight: bold;
	color: #003300;
}

.errorMessage {
	padding: 4px;
	border: 1px solid #006600;
	background-color: #FF8D8D;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

.infoMessage {
	padding: 4px;
	border: 1px solid #9B9535;
	background: #FFF99D;
	font-weight: bold;
	color: #333333;
}

.infoMessageBullet {
	padding: 4px;
	border: 1px solid #344D81;
	font-weight: bold;
	color: #333333;
	background: #EBF0FF url(../images2/bullet_dots.gif) no-repeat 0px 0px;
	padding-left: 19px;
}

.announcementBox {
	border: 1px solid #EC8428;
	padding: 0 5px 5px 5px;
	margin: 10px 0 20px 0;
	/*background: #A7E88D;*/
	background: #FFFFFF url(../images2/announcements_bg.gif) repeat-x;
}

a.blogLink, a.blogLink:visited {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted #666666;
}

a.blogLink:hover {
	color: #000000;
}

#blogPoll {
	/*border: 1px solid #666666;*/
	width: 200px;
	height: 180px;
	margin: 0 auto 10px auto;
	/*background: url(../images2/poll_bg.jpg) no-repeat;*/
}

/**************************
* PHOTO GALLERY STYLES 
**************************/
#viewOptions {
	height: 30px;
	margin: 3px 0 6px 0;
	padding: 0 20px 0 0;
	text-align: right;
	font-weight: bold;
	line-height: 30px;
	color: #A6A6A6;
	font-size: 10px;
}

#photoComments {
	text-align: left;
}

#viewOptions img {
	vertical-align: middle;
	margin: 0px;
	border: none;
}

.paginationTop {
	font-size: 11px;
	border-bottom: 1px solid #797A33;
	color: #000000;
	background-color: #C5C772;
	padding: 2px;
	margin: 0px;
	text-align: center;
}

.paginationBottom {
	font-size: 11px;
	border-top: 1px solid #797A33;
	color: #000000;
	background-color: #C5C772;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.albumNameBlock {
	display: block;
	float: left;
	width: 240px;
	height: 40px;
}

.blockViewTable {
	/*width: 630px;*/
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: none;
}

.blockViewTable th.header {
	background-color: #B7B880;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
}

.blockViewTable td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.blockViewTable td.evenRow {
	background-color: #DDDEB7; /*ECECE4*/
}

.blockViewTable td.oddRow {

}

.blockLinkColumn {	
	width: 100px;
}

.albumThumbnail {
	/*display: inline;*/
	float: left;
	width: 170px;
	height: 120px;
	text-align: center;
}

.paginationTop a, .paginationTop a:visited, .paginationBottom a, .paginationBottom a:visited {
	font-weight: bold;
}

.albumPreview {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #C5C772;
	font-size: 10px;
	color: #333333;
	position: absolute;
	margin: 18px 0px 0px 0px;
	z-index: 10;
}

/* gallery container element */
.galleryContainer {
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
}

/* core gallery content container */
.galleryContent {
	padding: 15px 20px 5px 0;
	background: #F1F2BA url(../images2/gallery_side_tile.jpg) repeat-y right 0px;
}

.galleryTop {
	clear: both;
	height: 15px;
	margin: 0 0 -15px 0;
	background: #F1F2BA;
	position: relative;
	overflow: hidden;
}
.galleryTopLeft {
	background: url(../images2/corner_tl.jpg) no-repeat -2px -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
}
.galleryTopRight {
	background: url(../images2/corner_tr.jpg) no-repeat 0px -5px;
	width: 28px;
	height: 20px;
	float: right;
}

.galleryBottom {
	clear: both;
	height: 26px;
	background: #F1F2BA url(../images2/gallery_bottom_tile.jpg) repeat-x 0px 0px;
	overflow: hidden;
}
.galleryBottomLeft {
	background: url(../images2/corner_bl.jpg) no-repeat -2px 0px;
	width: 20px;
	height: 26px;
	overflow: hidden;
	float: left;
}
.galleryBottomRight {
	background: url(../images2/corner_br.jpg) no-repeat 0px 0px;
	width: 28px;
	height: 26px;
	overflow: hidden;
	float: right;
}

.gallerySpacer {
	height: 1px;
	background: #F1F2BA;
	clear: both;
}


.galleryBG {
	padding: 0 10px 0 10px;
	width: 720px;
	height: auto;
}
.albumsList {
	padding: 0 20px 0 20px;
	width: 720px;
}
.rankList {
	padding: 15px 30px 0 20px;
	width: 705px;
}
.thumbs {
	padding: 0 0 0 30px;
}

/*.galleryContainer {
	width: 750px;
	overflow: hidden;
	background-color: #F1F2BA;
}*/

.photoTools {
	margin: 0 0 0 0;
	border-top: 1px solid #CCCCCC;
}

#moreIndicator {
	background: url(../images2/more_tip.gif) no-repeat right 0px;
	height: 16px;
	display: block;
	margin: -10px 0 0 0;
}

.voteContainer {
	float: left;
	width: 250px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

.photoSendLinks {
	/*height: 110px;*/
	display: block;
	padding: 1px 0 0 0;
	margin: 0 0 0 270px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
}
#mainContent2 .photoSendLinks img {
	border: none;
}

.bullet {
	vertical-align: middle;
	border: none;
}

.albumDescrip {
	display: block;
	width: 200px;
}

a.descripLink, a.descripLink:visited {
	font-style: italic;
	text-decoration: none;
	color: #333333;
}

a.albumLink, a.albumLink:visited {
	font-weight: bold;
}

a.photoLink, a.photoLink:visited {
	border: none;
}

a.rankBlockLink, a.rankBlockLink:visited {
	font-weight: bold;
}

.linkLimit {
	width: 200px;
}	

.note {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
}

.noteFlash {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.photoCredit {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.note a, .note a:visited, .note a:hover {
	text-decoration: none;
	font-weight: normal;
}

.note2 a, .note2 a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
}
.note2 a:hover {
	text-decoration: underline;
}

.commentsCount {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.noteLink {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	cursor: pointer;
}

.requireFieldLegend {
	float: right;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.requiredField {
	font-weight: bold;
	color: #CC0000;
}

/*.testAlpha img {
	opacity: .5;
	filter: alpha(opacity=50);
}
.testAlpha a, testAlpha a:visited {
	zoom: 1;
	opacity: .3;
	filter: alpha(opacity=30);
}*/


/*****************************
* Video player styles
*****************************/
.playerContainer {
	text-align: center;
	padding: 10px;
	width: 525px;
}
.playerBody {
	background-color: #F1F2BA;
	width: 525px;
	text-align: center;
}
.playerContainerTop {
	background: url(../images2/video_bg_top.gif) no-repeat;
	width: 525px;
	height: 15px;
	overflow: hidden;
}
.videoComments {
	background-color: #F1F2BA;
	padding: 5px 20px;
	text-align: left;
}
.playerContainerBottom {
	background: url(../images2/video_bg_bottom.gif) no-repeat;
	width: 525px;
	height: 15px;
	overflow: hidden;
}
.videoInfo {
	border: 1px solid #3459A5;
	background: #D9DBEC;
	padding: 0 10px;
	margin: 0 0 20px 0;
}
#videoPlayer {
	
}


/******************************
* Account page styles
******************************/
#columnOne {
	float: left;
	width: 370px;
	overflow: hidden;
	height: auto;
	margin: 0 15px 0 5px;
	
}

#columnTwo {
	width: 370px;
	height: auto;
	overflow: hidden;
}

.threeColumns {
	float: left;
	width: 245px;
	height: auto;
	overflow: hidden;
	margin: 0 2px 0 5px;
}

.basicProfile {
	width: 370px;
	margin: 5px 0 10px 0;
}

.bubble {
	margin: 5px 0 10px 0;
}

.profileContent {
	margin: -10px 0 0 0;
	padding: 0 20px 5px 10px;
	position: relative;
	z-index: 10;
	background: #F1F2BA url(../images2/gallery_side_tile.jpg) repeat-y right 0px;
}

h3 span a.note, h3 span a.note:visited {
	text-decoration: none;
	text-transform: lowercase;
}

#messageInbox {
	height: 170px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0 0 5px 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.profileContent a.selected, .profileContent a.selected:visited {
	text-decoration: none;
	color: #333333;
}

.profileText {
	margin-left: 30px;
	text-indent: -30px;
}

.myIcon {
	vertical-align: top;
}

#messageTable {
	width: 330px;
	background: #FFFFFF;
	border-collapse: collapse;
}

#messageTable th {
	background-color: #B7B880;
	color: #333333;
	text-align: left;
	padding: 3px 0 3px 3px;
	border: 2px solid #FFFFFF;
}

#messageTable tr {
	border-bottom: 1px solid #FFFFFF;
}

#messageTable td {
	vertical-align: top;
	font-size: 10px;
	cursor: pointer;
	border: 2px solid #FFFFFF;
}

#messageTable tr.unread {
	font-weight: bold;
}

#mssageTable tr.oddRow {
	background: #FFFFFF;
}

#messageTable tr.evenRow {
	background: #E6E6E6;
}

#messageTable tr.highlighted td {
	background-color: #83A4E4;
	font-weight: bold;
}

#messageTable td.nowrap {
	white-space: nowrap;
}

.weatherTable {
	font-size: 10px;
}


/*****************************
* Footer Styles
******************************/
#pageFooter {
	clear: both;
	height: 25px;
	overflow: hidden;
	background: url(../images2/footer_tile.gif) repeat-x;
	border-top: 1px solid #636363;
	margin: 5px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	z-index: 1;
	position: relative;
	text-align: center;
}

#footerSpacer {
	clear: both;
	height: 5px;
	line-height: 5px;
	font-size: 1px;
}

