@charset "utf-8";

#profile_nav {
	background-image: url(../images/skin/03/nav_bg.jpg); /*nav_bg ----- 760x40*/
}

.profile_tab {
	color: #ffffff; /*Tab Color ----- color for the un-selected tab*/
}
.profile_tab:hover{
	color: #ffffff; /*Tab Color ----- color for the un-selected tab*/
}

.profile_tab_active{
	color: #000000; /*Tab Color ----- color for the selected (active) tab*/
}
.profile_tab_active:hover{
	color: #000000; /*Tab Color ----- color for the selected (active) tab*/
}

#profile_content {
	background-image: url(../images/skin/03/main_bg.jpg); /*main_bg ----- 760x375*/
	background-color: #A0B2CA; /*Main Section ----- Background Color*/
}  

.profile_content_title {
	color: #000000; /*Pagetitle Color ----- color for main profile*/
	padding-top:15px; /*Main Section ----- Padding Top*/
} 

.profile_content_box{
	color: #000000; /*Main Section  ----- Font Color*/
	
}

.profile_content_box a{
	color: #7995CD; /*Main Section  -----Hyperlink Color*/
}
.profile_content_box a:hover{
	color: #7995CD; /*Main Section  -----Hyperlink Color*/
}


#profile_actions ul li.main_options {
	background-image: url(../images/skin/03/main_icon.gif); /*main_icon ----- 20*20*/
}

#under_box {
	background-image: url(../images/skin/03/main_footer.jpg); /*main_footer ----- 11x15*/ 
}

.mod_title{
	background:url(../images/skin/03/module_header.jpg) no-repeat; /*module_header ----- 375x44*/ 
}

.mod_title h3 {
	color: #000000; /*Modules ----- Title Font Color*/
	padding-left:20px; /*Modules ----- Title Padding ----- Left*/ 
	padding-top:12px; /*Modules ----- Title Padding ----- Topt*/ 
	font-size:14px; /*Modules ----- Title Font Size*/
}

.mod_content{
	background-color: #C6D5E9; /*Modules ----- Background Color*/
	color: #000000; /*Modules ----- Font Color*/
	background-image: url(../images/skin/03/module_bg.jpg); /*module_bg ----- 375x50*/ 
	padding-bottom:25px; /*Modules ----- Padding Bottom*/
}
.mod_content a{
	color: #000000 /*Modules ----- Hyperlink Color*/
}
.mod_content a:hover{
	color: #000000 /*Modules ----- Hyperlink Color*/
}

.edit_title{
	color: #000000;/*Pagetitle Color ----- color for any of the other pages, such as Blogs, Photos etc*/
}

.module_line{
	background: url(../images/skin/03/module_line.gif) repeat-x;
}/*module_line ----- 32x3*/