/******************
Message Inbox Pages
**********************/
.msgInboxFrame {
padding: 5px;
margin: 0;
border-left: 3px solid;
border-color: #FFF  #FFF #FFF #c3d7d7 ;
}
.msgComposeFrame {
padding: 5px;
margin: 0;
border-left: 3px solid;
border-color: #FFF  #FFF #FFF #c3d7d7 ;
}
.msgContentFrame {
padding: 5px;
margin: 0;
border-left: 3px solid;
border-top: 3px solid;
border-bottom: 3px solid;
border-right: 3px solid;
border-color: #c3d7d7;
}

.msgbody{border:2px solid #ccc;
margin:5px 0 5px 5px;background-color:#fff; 
font-size: 10pt;
padding: 2em .5em 2em 1em;
}

/******************
Group Forum
**********************/
.gf_tbHeader{
background-color:#D1DFCC
}

.gf_trlight{
background-color:#EFEFEF
}

.gf_trdark{
background-color:#DEE3E7
}
.gf_trlb{background-color:#E7F1EF}

.postbody{ 
font-size: 12px;
padding: 2em .5em 2em 1em;

}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.genmed{font-size: 11px;}

.user{width:116px;text-align:center}
.sendmsg{float: bottom;}

.forum-depth{font-size:14px;
font-weight:bold}

/****************
MP3 Player Page
*****************/

.mp3StepNum{font-size:20px;
color:#7B6B2D;
}
.mp3StepNumSelected{font-size:30px;
color:#7B6B2D;
}
.mp3StepText{font-size:20px;
color:#B36B40;
}
.mp3StepTextSelected{font-size:20px;
color:#734428;
}

/***************
Premium How to
*****************/
div#premiumhow h3{ 
color: black;
	font-weight: bold;
	background: none;
	padding-left: 3px;
font-size: 14px;
	margin-bottom: 3px;}

div#premiumhow h2{ 
color: blue;
	font-weight: bold;
	background: none;
	padding-left: 3px;
font-size: 16px;
	margin-bottom: 3px;}

/***************
Premium Subscription
*****************/	
.pshead{
	color: blue;
	font-weight: bold;
	background: none;
	padding-left: 3px;
	font-size: 16px;
	margin-bottom: 3px;
}
.psbody{
	color: black;
	background: #E5ECF4;
	padding-left: 3px;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 10px
}
.psform{
	color: black;
	background: #E6F4E3;
	padding-left: 3px;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 10px;
}	
/**************
General Form
***************/
.hintext{font-size:10px;
color:#666666;
}

/**************
user-profile
***************/
#user_profile_info {
    background-color: transparent;
    background-image: url(../images/user-profile-view-bg.gif);
    background-repeat: repeat-x;
}

.handle_bg {
    background-color: transparent;
    background-image: url(../images/user-profile-view-friend-addremove.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-x-position: 0px;
    background-y-position: 0px;
/*
    background-color: #6495ED;
    border: 1px solid #63B8FF;
*/
    padding:5px 0px;
    padding-left:40px;
    margin:1px 0px 5px;
    font-size: 18px;
    color: White;
}

a.nav_button {
    display: block;
    text-decoration: none;
    color:white;
}

a.nav_button:hover {
    color:white;
    text-decoration: none;
}

#friend_list {
    padding: 2px;
	border: 1px solid #7dbeee;
}
.person {
	cursor: pointer;
	height: 55px;
	width: 100px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 3px 5px;
	border: 1px solid White;
	text-decoration: none;
}
.person:hover {
	background-color: #fefefe;
	border: 1px solid #e8e8e8;
	text-decoration: none;
}

/****************** share podcast box **************************/
#share_box {
	width:600px;height:520px;margin:0px;text-align: left;background-color:#ffffff;
}
#share_box #share_content_loading {
    width:590;height:514px;background:url(../images/blue_loading.gif) no-repeat 250px 240px;
}
#share_box #share_head {
    height:94px;
}
#share_box #share_head #share_title{
	height:44px;padding:8px 0px 0px 10px;background:#ffffff url(../images/share_podcast_head_bg.gif) no-repeat;
}
#share_box #share_head #share_info {
	height:50px;padding-left:5px;
}
#share_box #share_body {
	height:362px;margin:10px;border:1px dotted #CCCCCC;
}
#share_box #share_body table th,
#share_box #share_body table td {
	vertical-align:top;padding:5px;
}
#share_box #share_body table th {
 padding-top:10px;
}
#share_box #share_body table td .share_frends_list {
	height:150px;overflow-y: auto;
}
#share_box #share_body table td .share_frends_list div{
	width:40%;height:25;float:left;padding:5px 0px;
}
#share_box #share_foote {
	text-align:center;margin:10px;padding:2px 0px;
}


