/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

form {
  padding: 0;
  margin: 0;
}

th {
	font-weight: bold;
	color: #00a8ff;
	background-color: #D4E1F6;
	font-size: 12px;

}

th a {
	text-decoration: underline;
	color: #00a8ff;
}
th a:hover {
	color: #00a8ff;
	text-decoration: none;

}

/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE */
 html>body td {
  text-align: left;
}

html>body td[align="center"] {
  text-align: center;
}

html>body td[align=center] {
  text-align: center;
}

html>body td[align=right] {
  text-align: right;
}

html>body td[align="right"] {
  text-align: right;
}

*[align="center"] {
  text-align: center;
}

*[align=center] {
  text-align: center;
}

*[align="right"] {
  text-align: right;
}

*[align=right] {
  text-align: right;
}


.headbg{
	background-color: #00a8ff;
}
.headbgbox{
	background-color: #84A9E2;
}
.loginbarbg{
	background-color: #EDF4F9;
}

.module_head { background:#00a8ff; color:#fff; font-weight:bold; padding:5px; }

.oddrow, .addrow {
	background-color: #FEFEFE;
}

.evenrow {
	background-color: #EFEFEF;
}


.module_head_right {
	background-color: #00a8ff;
	font-size: 12px;
	color: #FFFFFF;
}

.module_head_right a {
	background-color: #00a8ff;
	font-size: 12px;
	color: #FFFFFF;
}

.calendar_module_detail {
  font-size: 12px;
  font-weight: normal;
  background-color: #F8FBFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e8d1cd;
  border-right-color: #e8d1cd;
  border-bottom-color: #e8d1cd;
  border-left-color:#e8d1cd;
}

.calendar_module_head {
	background-color: #00a8ff;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.module_head_right a:hover {
	background-color: #00a8ff;
	font-size: 12px;
	color: #FFFFFF;
}


.edituserlink{
	background-color: #00a8ff;
	color: #FFFFFF;
	font-weight: bold;

}
.edituserlink a{
	background-color: #00a8ff;
	color: #FFFFFF;
	font-weight: normal;
}
.edituserlink a:hover{
	background-color: #00a8ff;
	color: #FFFFFF;
	font-weight: normal;
}

.text_head1, .text_head1:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_head2, .text_head2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0000AF;
}

.offer_head {
	font-size: 16pt;
	color: #00a8ff;
}

.tos {
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4E1F6;
	border-right-color: #D4E1F6;
	border-bottom-color: #D4E1F6;
	border-left-color: #D4E1F6;
	margin: 10px;
}

.im_text {
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95B5E6;
	border-right-color: #95B5E6;
	border-bottom-color: #95B5E6;
	border-left-color: #95B5E6;

}
.statusbar {
	background-color: #D4E1F6;
}

a.subhead {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a.subhead:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.smallpic {
	border: 1px solid #666666;
}

input {
	font-size: 12px;
}
textarea {
	font-size: 12px;
}
.formbutton {
	font-size: 12px;
	color: #003399;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	background-color: #D4E1F6;
	padding-left: 0;
	padding-right: 0;
}

a.main_title{
	font-size: 40px;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.main_title{
	font-size: 40px;
	color: #FFFFFF;
	text-decoration:none;
}
.dotted{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.s_table_blue{
	color: #27277E;
	font-weight: bold;
}
.s_table_white{
	color: #27277E;
}

.table_blue{
	background-color: #D3E1FA;
	color: #27277E;
}
.table_white{
	background-color: #FFFFFF;
	color: #27277E;
}

.table_green{
	background-color: #D8F9D5;
	color: #003300;
}
.table_red{
	background-color: #FFD5D5;
	color: #990000;
}
.table_pink{
	background-color: #FFE1FF;
	color: #7D0067;
}
.table_gray{
	background-color: #EFEFEF;
	color: #333333;
}
.table_yellow{
	background-color: #FFFFCC;
	color: #B08D00;
}


.main_text1{
	font-size: 24px;

}
.page_heading {
	font-size: 14pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: center;
}
.headrow {
	border: 1px solid #A9BDF1;
	background-color: #C8E0FB;
	text-align: center;

}
.text8pt {
	font-size: 8pt;
}
.searchtitle {
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
}
.xtitle {
	font-size: 14pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: center;

}
.title {
	font-size: 12pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: left;
	font-weight: bold;
	padding: 4px 4px 4px 11px;
	margin-left: 11px;

}
.subtitle {
	font-size: 10pt;
	color: #003366;
	border: 1px solid #96B0F5;
	background-color: #D7E1EE;
	font-weight: bold;
	padding: 1px;
}

a {
	color: #00a8ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00a8ff;
}

a.menulink {
	font-size: 12px;
	color: #00a8ff;
	text-decoration: none;
}
a.menulink:hover {
	font-size: 12px;
	color: #00a8ff;
	text-decoration: none;
}

.panellinkhdr {
	background-color: #00a8ff;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
a.panellink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00a8ff;
}
a.panellink:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.paneltable{
	background-color: #003366;
}
.modulehead{
	color: #003366;
}


.storyhead{
	color: #00a8ff;
	font-weight: bold;
}
.storydate{
	font-size: 9px;
	color: #003366;
	font-style: italic;
}
.storyby{
	color: #003366;
}
.storytext{
}

.newshead{
	color: #00a8ff;
	font-weight: bold;
}
.newsdate{
	font-size: 9px;
	font-style: italic;
}
.newstext{

}

.pollquestion{
	color: #00a8ff;
	font-weight: bold;
}
.polloptions{

}

.payment_mod_head{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3399CC;
}

.admin_head{
	font-size: 12px;
	color: #00a8ff;
	font-weight: bold;
}
h4{
	font-size: 12px;
}
.copyright:hover {
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}
.errors {
	color: red;
}

.headerfooter, .headerfooter:hover {					/*** style of "xxx's Profile", "Last logge" ***/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

.headerfooter:hover {							/*** hover: style of "xxx's Profile", "Last logge" ***/
	color: #FFFFFF;
	text-decoration: none;
}

.nickwidth {								/*** width of sections ***/
	width: 540px;
	text-align: center;
}

.im_msg {
	font-size: 8pt;
}

.menu_subhead {
	background-color: #83ADDF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}

.picgallery {
	background-color: #F8FBFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.module_head a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.module_head a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Following are added in 2.1.0 for DIV specifications */

.stats_line {
	float: left;
}

.stats_line_outer {
	width: 99%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
}

.display_error {
	font-weight: normal;
	background-color: #E1EFFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4E1F6;
	border-right-color: #D4E1F6;
	border-bottom-color: #D4E1F6;
	border-left-color: #D4E1F6;
}

.required_info {
	color: #FF0000;
}

.bloglink_hdr02 {
	float:left;
	margin: 1px;
	padding: 4px;
	text-align: center;
}

.colhead {
	font-weight: bold;
	color: #00a8ff;
	background-color: #D4E1F6;
	font-size: 12px;

}

.colhead a {
	text-decoration: underline;
	color: #00a8ff;
}
.colhead a:hover {
	color: #00a8ff;
	text-decoration: none;

}

.panelbox_div {
	height:16px;
	padding:1px;
	padding-left: 6px;
	padding-right: 3px;
}

.panellinkhdr_div {
	height:13px;
	background-color: #00a8ff;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px;
	padding-left: 6px;
	padding-right: 3px;
}
.panellinkhdr_div  a {
	text-decoration: none;
}
a.panellink_div {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00a8ff;
}
.panellink a:hover {
	text-decoration: underline;
}

.signup_line_outer{
	margin-top: 3px;
	margin-left: 6px;
	margin-bottom: 1px;
	margin-right: 4px;
	vertical-align:middle;
}
.signup_line_leftside {
	float: left;
	width: 188px;
}

.profile_line_leftside {
	float: left;
	width: 45%;
	font-weight:bold;
}
.loadsnaps_column {
	float: left;
	width: 49.9%;
	vertical-align: middle;
	text-align: center;
}

.column_head {
	font-weight: bold;
	background-color: #D4E1F6;
	color: #00a8ff;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

.column_head a {
	color: #00a8ff;
	text-decoration: none;
}

.column_head a:hover {
	color: #00a8ff;
	text-decoration: underline;

}

.line_leftside {
	margin-top: 3px;
	margin-left: 6px;
	margin-bottom: 3px;
	margin-right: 2px;
	vertical-align:middle;
}

.line_rightside {
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	vertical-align:middle;
}

.line_top_bottom_pad {
	padding-top: 2px;
	padding-bottom: 2px;
}

.top_margin_6px {
	margin-top: 6px;
}

.profile_links {
	background-color: #E1EFFB;
}

.current_monthday {
        background-color: #FEFEFE;
}

.other_monthday {
        background-color: #EFEFEF;
}

.line_outer {
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 4px;
}

/* 2.5 changes */

a.dropmenulink {
	font-size: 13px;
	font-weight: bold;
/*	color: #CC6600;  */
	text-decoration: none;
}
a.dropmenulink:hover {
	font-size: 13px;
	font-weight: bold;
	color: #6633FF;
	text-decoration: none;
}

.dropdowncontainer {
	width: 100%;
}

.dropdownsection {
	width: 100px;
	display: inline;
	float: left;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 22px;
z-index: 100;
background-color: #336699;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-align: left;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CC6600;
color: white;
}

/* Pasword strength related */
.password_bar{
	font-size: 2px;
	height: 4px;
	width:210px;
	border-width: 1px;
	border-style:solid;
	border-color:black;
}
.password_text {
	font-size:10px;
}
/* Password strength related over */

.searchstyle{
  color: #FFFFFE;
}

.searchselect{
  color: #101010;
}


option {
	border: 0px solid #AAA; 
}
textarea, .textinput, .passwordinput {
	font-size: 12px;
	border: 1px solid #AAA; 
	padding: 2px;
}

.smallest_profiles {
	font-size:10px;
}

.left_padding_2px {
	padding-left:2px;
}

.module_detail_inside div div table td img.smallpic { max-width:200px; }

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#333; }
table { width:100%; }
h2 { font-size:28px; line-height:32px; margin-bottom:15px; font-weight:bold; }
h3 { font-size:22px; line-height:26px; margin-bottom:15px; }
h4 { font-size:18px; line-height:22px; margin-bottom:15px; }
h5 { font-size:14px; font-weight:bold; margin:0 0 15px 0; line-height:18px; }
p { margin-bottom:15px; }
label { display:block; position:relative; font-weight:bold; }
hr { margin:15px 0; border-color:#f0f0f0; border-style:dashed; }
input[type='text'], input[type='password'] { border:1px solid #e5e5e5; padding:5px; margin:0px; }
input[type='text'].long, input[type='password'].long { width:90%; }
input[type='text'].medium, input[type='password'].medium { width:50%; }
input[type='text'].short, input[type='password'].short { width:20%; }
select { border:1px solid #e5e5e5; padding:4px; margin:0px; }
textarea { border:1px solid #e5e5e5; width:95%; padding:2%; font-family:Arial, Helvetica, sans-serif; font-size:12px; min-height:75px;}

.ui-state-hover .ui-button-text { color:#fff !important; }
.ui-state-highlight p { margin-bottom:0px; }

.xtraInfo { display:block; position:relative; font-size:11px; color:#999; }

.cc div { display:block; position:relative; }
.cc a { color:#00a8ff; text-decoration:none; }
.cc table { margin:0px; padding:0px; border:0px; }
.cc table td { padding:3px 10px; }
.cc table th { background:#333; color:#fff; font-weight:bold; font-size:14px; padding:5px 10px; }
.cc .smTable th { background:#f0f0f0; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; font-size:11px; font-weight:bold; }

.cc .container { width:950px; margin:0 auto; }
.cc .half, .cc .oneTenth, .cc .oneFifth, .cc .fourFifths, .cc .oneFourth, .cc .twoFourths, .cc .threeFourths, .cc .threeTenths, .cc .sevenTenths, .cc .sixTenths, .cc .fourTenths, .cc .oneThird, .cc .oneThirdL { float:left; }
.cc .half { width:50%; }
.cc .oneThird { width:33%; }
.cc .oneThirdL { width:34%; }
.cc .oneFourth { width:25%; }
.cc .twoFourths { width:50%; }
.cc .threeFourths { width:75%; }
.cc .oneFifth { width:20%; }
.cc .fourFifths { width:80%; }
.cc .oneTenth { width:10%; }
.cc .threeTenths { width:30%; }
.cc .fourTenths { width:40%; }
.cc .sixTenths { width:60%; }
.cc .sevenTenths { width:70%; }
.cc .eightTenths { width:80%; }
.cc .nineTenths { width:90%; }
.clear { clear:both; }
.aleft { text-align:left !important; }
.acenter { text-align:center; }
.aright { text-align:right; }
.noMargin { margin:0px !important; }
.noPadding { padding:0px !important; }
.fleft { float:left; }
.fright { float:right; }
.spacer { display:block; position:relative; height:1px; width:1px; margin-bottom:19px; }

.cc .lColumn, .cc .body { float:left; margin-top:20px; }
.cc .lColumn { width:19%; background:url(images/bgLColumn.png) no-repeat right top; padding-right:2% }
.cc .body { width:79%; }
.cc .body .innerBody { border:1px solid #e5e5e5; padding:10px; }
.cc .box1 { }

.lBtn { background:#00bfff; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#37cdff', endColorstr='#00bfff'); background:-webkit-gradient(linear, left top, left bottom, from(#37cdff), to(#00bfff)); background:-moz-linear-gradient(top,  #37cdff,  #00bfff); color:#fff !important; font-weight:bold; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -khtml-border-radius:3px; padding:10px 15px; -moz-box-shadow: 2px 2px 6px #cacaca; -webkit-box-shadow: 2px 2px 6px #cacaca; box-shadow: 2px 2px 6px #cacaca; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=190, Color='#cacaca')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=190, Color='#cacaca'); }
.btnBig { font-size:18px !important; width:100%; }

.lPic { display:block; position:relative; background-position:center; background-repeat:no-repeat; height:100px; overflow:hidden; background-color:#ccc; width:100px; }
.smPic { display:block; position:relative; background-position:center; background-repeat:no-repeat; height:70px; overflow:hidden; background-color:#ccc; width:70px; }

.cc .header { background:#000; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#000000'); background:-webkit-gradient(linear, left top, left bottom, from(#272727), to(#000000)); background:-moz-linear-gradient(top,  #272727,  #000000); border-top:10px solid #00bfff; padding:50px 0 40px 0; color:#fff; }
.cc .header .tagline, .cc .header .logo { float:left; }
.cc .header .tagline { margin:3px 0 0 20px }
.cc .headerNav { background:#eee; -moz-box-shadow: 2px 2px 6px #cacaca; -webkit-box-shadow: 2px 2px 6px #cacaca; box-shadow: 2px 2px 6px #cacaca; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=190, Color='#cacaca')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=190, Color='#cacaca'); padding:20px 0; }
.cc .headerNav ul { margin:0px; padding:0px; list-style-type:none; font-weight:bold; line-height:16px; }
.cc .headerNav ul li { display:inline; float:left; border-right:1px solid #bebebe; margin:0 20px 0 0; }
.cc .headerNav ul li:last-child { border-right:0px; }
.cc .headerNav ul li a { display:block; position:relative; color:#000; font-size:16px; padding:0 20px 0 0; }
.cc .headerNav ul li a:hover { text-decoration:underline; }
.cc .header .forgotPassword { float:left; width:110px; color:#4c4c4c; line-height:39px; }
.cc .header .forgotPassword:hover { text-decoration:underline; }
.cc .header .headerLogin { background:#272727; padding:5px; float:left; width:250px; }
.cc .header .headerLogin input[type='text'], .cc .header .headerLogin input[type='password'] { border:0px; padding:5px; width:97px; }
.cc .header .headerLogin input[type='submit'] { width:28px; height:29px; background:url(images/btn-login.png) no-repeat center; border:0px; }
.cc .header .headerLogin td { padding-right:5px; }

.cc .footer { padding-top:30px; border-top:1px solid #e5e5e5; margin-top:30px; margin-bottom:30px; font-size:12px; }
.cc .footer a { font-weight:bold; color:#333; display:block; position:relative; float:right; margin-left:30px; }
.cc .footer .copyright { margin-top:10px; font-size:11px; color:#666; text-align:right; }

.cc .lColumn .lColumnHeader { font-weight:bold; font-size:14px; margin-bottom:10px; border-bottom:1px solid #999; }
.cc .lColumn .leftNav { text-align:right; font-size:11px; }
.cc .lColumn .leftNav ul { margin:0px; padding:0px; list-style-type:none; font-weight:bold; }
.cc .lColumn .leftNav ul li { display:block; position:relative; }
.cc .lColumn .leftNav ul li a { display:block; position:relative; padding:2px 8px; }
.cc .lColumn .leftNav ul li a:hover { text-decoration:none; color:#000; }
.cc .lColumn .leftNav .lcolumnMiniHeader  {  padding:7px 8px; line-height:12px; margin-top:10px; }
.cc .lColumn .leftNav .spacer { height:1px; background:#e5e5e5; margin:5px 0; }
.cc .lColumn .leftNav .sub { font-size:11px; font-weight:normal; font-style:italic; }
.cc .lColumn .leftNav .sub a { padding:0px 8px 0 0; color:#666; }
.cc .leftNav .wSub a { padding-bottom:0px; line-height:12px; }


.shoutboxMsgs { height:100px; overflow:auto; padding:5px; }
.shoutboxMsgs a { font-weight:bold; }
.shoutboxMsgs cite, .shoutboxMsgs time { display:block; position:relative; font-size:11px; color:#666; }

.profileLinks { float:left; width:47%; font-size:11px; margin-top:13px; }
.notificationsToolbar { background:#383838; width:53%; float:right; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -khtml-border-radius:5px; margin-bottom:10px; color:#CCC; text-align:center; }
.notificationsToolbar div { padding:5px 8px; }
.notificationsToolbar a { color:#fff; }

.leaderboard { margin-bottom:20px; text-align:center; }
.pageHeader { font-size:22px; color:#000; color:#fff; }

.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}

/* Homepage */
.homepageBlock, .homepageBlock2 { border-bottom:1px solid #e5e5e5; margin-bottom:40px; }
.homepageBlock2 { border-bottom:0px; }
.homepageBlock h3, .homepageBlock2 h3 { font-weight:bold; font-size:18px; line-height:21px; margin-bottom:5px; }
.homepageBlock2 h3 { margin-bottom:20px; }
.homepageBlock p { font-style:italic; color:#666; margin-bottom:0px; }
.homepageBlock .oneThird, .homepageBlock .oneThirdL {background:url(images/bg-billboard-sep.png) no-repeat left bottom }
.homepageBlock .oneThird .inner, .homepageBlock .oneThirdL .inner, .homepageBlock2 .oneThird .inner, .homepageBlock2 .oneThirdL .inner { padding:20px 45px 20px 20px; margin-right:35px; }
.homepageBlock2 .oneThirdL .inner, .homepageBlock2 .oneThird .inner { padding:0 20px; margin-right:0px; }
.homepageBlock .build { background:url(images/icon-profile.png) no-repeat right; }
.homepageBlock .messaging { background:url(images/icon-groups.png) no-repeat right; }
.homepageBlock .connect { background:url(images/icon-users.png) no-repeat right; }
.homepageBlock2 .tnyProfile { float:left; margin:0 15px 15px 0 }

.blogList .userPic { display:block; position:relative; width:40px; height:40px; background-repeat:no-repeat; }
.blogList { margin:0px; padding:0px; list-style-type:none; }
.blogList li { line-height:40px; margin-bottom:20px; }
.blogList .userPic { float:left; margin-right:10px; }
.blogList a.blogTitle { font-weight:bold; margin-top:4px; display:block; position:relative; }
.blogList .blogDate { font-size:11px; color:#666; }

/* Profile Views */
.smProfile, .smProfile .profilePic, .tnyProfile, .tnyProfile .profilePic { display:block; position:relative; text-align:left; }
.smProfile .profilePic, .tnyProfile .profilePic { background-position:center; background-repeat:no-repeat; height:100px; overflow:hidden; background-color:#ccc; width:115px; margin:0 0 5px 0; }
.tnyProfile .profilePic { width:53px; height:53px; }
.smProfile h5 { font-weight:bold; font-size:12px; line-height:14px; margin-bottom:0px; }
.smProfile p { font-size:11px; line-height:16px; color:#333; margin:0 0 10px 0; }

/* Profile Page */
.mainProfile { border-bottom:8px dotted #f0f0f0; margin-bottom:10px; padding-bottom:10px; }
.mainProfile .picture img { border:1px solid #e5e5e5; background:#f0f0f0; padding:2px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -khtml-border-radius:4px; }
.mainProfile .personalDetails h2 { font-weight:bold; font-size:24px; margin:0px; }
.mainProfile .personalDetails .age { margin:0 0 5px 0; font-size:16px; color:#333; }
.mainProfile .personalDetails .location { margin:0 0 20px 0; font-size:14px; font-style:italic; color:#666; }
.mainProfile .personalDetails .counts { font-size:11px; font-weight:bold; }
.mainProfile .actionBtns { text-align:right; }
.mainProfile .actionBtns .btns { width:200px; }
.mainProfile .actionBtns .btns .jqueryBtn { width:100%; font-size:14px; margin-bottom:15px; }
.mainProfile .profileInfo { width:100%; padding:0 0 0 15px; }
.morePics .smPic { float:left; margin:0 24px 20px 0; }
.profileSections, .profileDetails { float:left; }
.profileSections { width:426px; margin-right:20px; }
.profileSections h4 { font-weight:bold; font-size:16px; margin-bottom:5px; }
.profileSections p { margin-bottom:30px; color:#666; }
.profileDetails { width:270px; padding-bottom:50px; }
.profileDetails .theDetails { border:1px solid #e5e5e5; padding:5px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -khtml-border-radius:4px; background:#f0f0f0; margin-bottom:20px; }
.profileDetails h4 { color:#666; font-weight:bold; margin:0 0 10px 0; text-align:center; padding-bottom:5px; border-bottom:3px dotted #e5e5e5; font-size:14px; }
.profileDetails table { font-size:11px; color:#666; }
.profileDetails table td { padding:3px 0 3px 10px; }
.profileDetails .label { font-weight:bold; text-align:right; padding-right:10px; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.juicy { background:#fff6fc; padding:10px; border:1px solid #ffc1ea; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -khtml-border-radius:4px; }
.juicy h4 { color:#b50078; border-color:#ffddf3; margin-bottom:20px; }
.juicy h5 { font-weight:bold; font-size:13px; color:#510337; margin-bottom:0px; }
.juicy p { margin-bottom:15px; font-size:11px; }
.juicy .ui-widget p { font-size:12px; }
.blogList { margin-bottom:20px; }

/* Compatibility Match System */
.matchSections { margin:0px; padding:0px; list-style-type:none; }
.matchSections li { display:block; position:relative; float:left; width:240px; font-weight:bold; font-size:14px; margin:5px 0px 0px 0px; }
.matchSections li a { display:block; position:relative;  }
.matchSections li a:hover { color:#333; }
.buttonSet { margin-bottom:15px; }
.questionsSection { margin-bottom:30px; }
