@charset "UTF-8";
/*///////////
Client: Colgate MaxFresh
Author: Seth J
\\\\\\\\\\\\\\*

/*
Top nav fix
----------------------------------------------*/

#headerTable td { 
	height: 0%; 
} 
#headerWrap * { 
	background: transparent !important; 
} 
#subnav ul, #subnav ul li, #subnav a { 
	background: #fff !important; 
} 

#headerTable a:hover, #subnav a:hover { 
	color: #0059A8 !important; 
} 

/*----------
Profile Body 
-----------*/

#profile {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url('http://creative.myspace.com/Client/Colgate/MaxFresh/Images/colgate_bg.jpg') repeat-y top center #056eae;
	overflow-x:hidden;
	padding-left:0;
}
#profile_aboutMe {
	margin:0 !important;
	padding:0 !important;
	margin-top:-2px !important;
}
#wrap {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:url('http://creative.myspace.com/Client/Colgate/MaxFresh/Images/redvert.gif') repeat-y top center #056eae;
}
/* Master Links */
a:link, a:active, a:visited {
	color:#a90c0f;
	text-decoration:none;
}
a:hover {
	color:#ffffcc;
	text-decoration:underline;
}


/*------------------
Page Header & Footer 
------------------*/


/* Header Divider Styles, Header Positioning */
 div#topnav {
	position:absolute;
	width:800px;
	color:#056eae;
	font-size:12px;
	height:1px !important;
	margin-left:0;
}

div#topnav {
	top:25px;
}
/* Link Styles for Header and Footer */
div#header a, div#topnav a {
	color:#a90c0f;
	text-decoration:underline;
	font-weight:bold;
}
div#header a:hover, div#topnav a:hover {
	color:#056eae;
	text-decoration:underline;
}

div#footer a {
	color:#fff;
	text-decoration:underline;
}
div#footer a:hover {
	color:#2E9DC8;
	text-decoration:underline;
}

/* Divider Colors and Positioning for Footer */
div#footer {
	width:800px;
	height:50px;
	color:#ffffcc;
	font-size:12px;
	padding-bottom:10px;
	float:left;
	background:url('http://creative.myspace.com/Client/Colgate/MaxFresh/Images/redvert.gif') repeat-y top center;
}

div#footer span {
	color:#ffffcc !important;
}


/*--------------------------------------- 
Main Layout & Master Module 1-28 Controls 
----------------------------------------*/
div#mainLayout {
	width:800px;
	padding:0;
	margin:0;
}
 
/*-------------
Combined Values
--------------*/

/* Positioning and Size for Friends, Forums, Comments */
div#profile_friends, div#profile_forums, div#profile_comments {
	width:750px;
	position:center;
	padding-left:24px;
	padding-right:0;
}
*html div#profile_friends, *html div#profile_forums, *html div#profile_comments {
	width:760px;
}

/* Link Styles for Friends, Forums, Comments */
div#profile_friends a, div#profile_forums a, div#profile_comments a {
	color:#fff;
	font-size:12px;
}
div#profile_friends a:hover, div#profile_forums a:hover, div#profile_comments a:hover {
	color:#2E9DC8;
}

/* Friends Forums and Comments Titles */
div#profile_forums .left, div#profile_friends .heading, div#profile_comments .heading {
	font-size:16px;
	color:#ffffcc;
}





/*------------- 
Friends Section 
--------------*/

/* Top Friend Thumbnail Size and Border Color */
div#profile_friends img {
	border:1px solid #000000;
	width:75px;
}
div#profile_friends a:hover img {
	border:1px solid #2E9DC8;
}
/* Top Friend Thumbnail Containers */
div.friend {
	width:105px;
}
/* "Tom Has 100 Friends" */
div#profile_friends span {
	color:#ffffcc;
	font-size:12px;
	font-weight:bold;
}
/* "Tom Has 100 Friends" - color of the number only */ 
div#profile_friends .redtext {
	color:#000000;
}
/* "View Tom's Friends..." */
div#ctl00_Main_ctl00_ctl01_pnlAllFriendsLink a {
}
/* Top Friend Fix */
div #profile_friends_14, div #profile_friends_15  {
	display:none;
}


/*----------- 
Forum Section 
------------*/

/* "Post a New Topic | View All Topics divider" */
div#profile_forums .right {
	color:#000000;
	font-size:12px;
	margin-top:5px;
}
/* Forum Content Section */
div#profile_forums .cols {
	color:#ffffcc;
	font-size:12px;
	line-height:16px;
}
/* Folder Icons on the Left */
div#profile_forums img {
	padding:1px;
}
/*Fixes text alignment issue in Firefox.*/
div#profile_forums .section .cols th, .cols td a {
	vertical-align:top;
}


/*-------------- 
Comments Section 
---------------*/

/* Style for Date Above Friend Comments */  
div#profile_comments .cols h4 {
	color:#ffffcc;
	font-size:11px;
	padding-top:11px;
	margin:0;
}
/* Style for Friends Comments */ 
div#profile_comments td {
	color:#ffffcc;
	font-size:11px;
}
/* "Displaying 10 of 10 Comments" */ 
div#profile_comments strong {
	color:#ffffcc;
	font-size:12px;
}
/* "Displaying 10 of 10 Comments" - color of the numbers only */ 
div#profile_comments span {
	color:#000000;
}
/* User Thumbnails for Comments */ 
div#profile_comments .cols img {
	width:70px;
	border:1px solid #000000;
}
div#profile_comments .cols a:hover img {
	width:70px;
	border:1px solid #2E9DC8;
}
/* User Names for Comments */
div#profile_comments .cols a:link, div#profile_comments .cols a:active, div#profile_comments .cols a:visited, div#profile_comments .cols a:hover {
	font-size:2px;
	line-height:12px;
	color:#CC0000;
}
/* Add Comment Link */
div#profile_comments .right a {
}
/* Hide Unused Section Above Each Comment */
.commentlinks {
	display:none;
}
 
