﻿/*************** USER PROFILE PAGE ***************************************/
.ProfileLocationItem
{
    float:left;
    padding: 5px 10px 0 10px;
    width: 30%;
}
.ProfileGroupSeperator
{
    background-color:#b2c1f1;   
    height: 1px;
    width: 98%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
}

/*************** USER PROFILE FAVORITES ***************************************/
.user_fav_container
{
	float:left;
	width: 100%;
	margin: 0px 10px 0px 0px;
	
}

.user_fav_header
{
	background-color: #c4d932;
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.user_fav_body
{
	border: 1px #c4d932 solid;
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	height: 150px;
	overflow: auto;
}

/*************** USER PROFILE CLIPPED COUPONS *******************************/
.Coupon_Icon
{
    float:left; 
    width:140px; 
    padding: 3px 2px 3px 3px; 
    margin: 2px 5px 0px 0px;
    text-align:center; 
    border: dashed 1px #b2c1f1 ;
}
/*************** USER PROFILE HISTORY ***************************************/
.user_recent_container
{
	float: left;
	width: 100%;
	margin: 0px 10px 0px 0px;
	
}

.user_recent_header
{
	background-color: #c4d932;
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.user_recent_body
{
	border: 1px #c4d932 solid;
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}


/*************** USER PROFILE REVIEWED ***************************************/
.user_review_container
{
	float: left;
	width: 100%;
}

.user_review_header
{
	background-color: #f58220;
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.user_review_body
{
	border: 1px #f58220 solid;
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}


/*************** USER PROFILE RATED ***************************************/
.user_rated_container
{
	float: left;
	width: 100%;
	margin: 0 10px 0px 0px;
}

.user_rated_header
{
	background-color: #f58220;
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.user_rated_body
{
	border: 1px #f58220 solid;
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	overflow: auto;
}
/*************** User WIdget *********************************************/
.widget_blue_header_left
{
    background-image:url(/App_Themes/Clean/images/nav-left-cap.gif);
    background-position:top left;
    background-repeat:no-repeat;
    width: 5px;
    height: 30px;
    float:left;
}

.widget_blue_header_content
{
    background-image:url(/App_Themes/Clean/images/nav-bkg.gif);
    background-position:top;
    background-repeat:repeat-x;
    width: 613px;
    height: 22px;
    float:left;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    padding-top:8px;
}

.widget_blue_header_content a:link, .widget_blue_header_content a:active, .widget_blue_header_content a:visited, .widget_blue_header_content a:hover
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
}

.widget_blue_header_right
{
    background-image:url(/App_Themes/Clean/images/nav-right-cap.gif);
    background-position:top right;
    background-repeat:no-repeat;
    width: 5px;
    height: 30px;
    float:left;
}

.widget_yellow_header_left
{
    background-image:url(/App_Themes/Clean/images/nav-yellow-left-cap.gif);
    background-position:top left;
    background-repeat:no-repeat;
    width: 5px;
    height: 30px;
    float:left;
}

.widget_yellow_header_content
{
    background-image:url(/App_Themes/Clean/images/nav-yellow-bkg.gif);
    background-position:top;
    background-repeat:repeat-x;
    width: 286px;
    height: 22px;
    float:left;
    color:#666666;
    font-weight:bold;
    font-size:14px;
    padding-top:8px;
}

.widget_yellow_header_content a:link, .widget_yellow_header_content a:active, .widget_yellow_header_content a:visited, .widget_yellow_header_content a:hover
{
    color:#666666;
    font-weight:bold;
    text-decoration:underline;
}

.widget_yellow_header_right
{
    background-image:url(/App_Themes/Clean/images/nav-yellow-right-cap.gif);
    background-position:top right;
    background-repeat:no-repeat;
    width: 5px;
    height: 30px;
    float:left;
}

.user_widget_header
{
	padding: 5px 5px 5px 5px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.user_widget_column
{
    float:left; width: 312px;  padding: 0px 5px 0px 5px; 
}

.user_widget_container
{
    float: left;
	width: 100%;
}

.user_widget_body
{
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.blue_body
{
	border: solid 1px #b2c1f1;
	border-top:0px;
	background-color: #f9fbfe;
}

.yellow_body
{
	border: solid 1px #c2c2c2;
	border-top:0px;
	background-color: #fffaf3;

}

.USAToday_div
{
    height: 345px;
    overflow: hidden;
}
/*************** USER PROFILE NEWS ***************************************/
.user_news_container
{
	float: left;
	width: 485px;
	margin: 10px 0px 10px 0px;
}

.user_news_header
{
	background-color: #034ea2;
	padding: 5px 5px 5px 5px;
	color: #F7F7F7;
	font-weight: bold;
	font-size: 12px;
}

.user_news_body
{
	border: 1px #034ea2 solid;
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	height: 150px;
	overflow: auto;
}


/*************** USER PROFILE WEATHER ***************************************/
.user_weather_container
{
	float: right;
	width: 485px;
	margin: 10px 0px 10px 0px;
}

.user_weather_header
{
	background-color: #034ea2;
	padding: 5px 5px 5px 5px;
	color: #F7F7F7;
	font-weight: bold;
	font-size: 12px;
}

.user_weather_body
{
	border: 1px #034ea2 solid;
	border-top-width: 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	height: 150px;
	overflow: auto;
}


/**** NAV ****/
#menucontainer_profile
{
	position:relative;
	height:39px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	margin:6px 0px 0 0;
	border-bottom: 1px #333333 solid;
}

#menunav_profile
{
	position:relative;
	height:39px;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 3px;
}
	
#menunav_profile ul
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	width:auto;	
	float:left;
}

#menunav_profile ul li
{
	display:block;
	float:left;
	margin:0 3px;
}

#menunav_profile ul li a
{
    font-family:verdana,tahoma,helvetica;
    font-size: 14px;
    font-weight:bold;
	display:block;
	float:left;
	color:#666666;
	text-decoration:none;
	padding:0 0 0 12px;
	height:39px;
	background:url(/app_themes/clean/images/tabs_profile/tab_left.png) no-repeat top left;
}

#menunav_profile ul li a span
{
    display:block;
    padding:14px 12px 0 0;
	height:25px;
	float:left;
	background:url(/app_themes/clean/images/tabs_profile/tab_right.png) no-repeat top right;
}

#menunav_profile ul li a:hover
{
	color:#000000;	
	background:url(/app_themes/clean/images/tabs_profile/tab_left_hover.png) no-repeat top left;
	}

#menunav_profile ul li a:hover span
{
	display:block;
	width:auto;
	cursor:pointer;
	background:url(/app_themes/clean/images/tabs_profile/tab_right_hover.png) no-repeat top right;
}
	
#menunav_profile ul li a.current_profile:link, #menunav_profile ul li a.current_profile:visited, #menunav_profile ul li a.current_profile:active, #menunav ul li a.current_profile:hover
{
	color:#000000;
	font-weight:bold;
	background:url(/app_themes/clean/images/tabs_profile/tab_left_hover.png) no-repeat top left;
}
	
#menunav_profile ul li a.current_profile span
{
	display:block;
	padding:14px 12px 0 0;
	height:25px;
	color:#000000;
	font-weight:bold;
    background:url(/app_themes/clean/images/tabs_profile/tab_right_hover.png) no-repeat top right;
}


/******** END NAV ********/