/* Author: TemplateWorld.com */

/* Header Ad CSS */

#headerBt {
	cursor:pointer;
	width:78px;
}
#headerContent {
	background-color:#eeeeee;
	background:#FDFDFD url(../plugin-images/page-bg.gif) repeat-x 0 100%;
	left:0;
	top:0px;
	width:100%;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	padding-left:20px;
	padding-top:0px;
	position:fixed;
	z-index:99;
}
#headerContent .mastHead {  margin:0 auto; padding:6px 20px 0 0; height:100%; overflow:hidden;  }
#headerContent .mastHead img { margin:-4px 6px 0 0; float:left; }

#headerContent  a {text-decoration:underline; color:#000; outline:none; }
#headerContent  a:hover { text-decoration:none; }
#headerContent div{font-family:"Trebuchet MS", Georgia, "times New Roman", arial; font-size:13px;}


*html #headerContent {
position:absolute;top:expression((-0 +(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');

}



/* Footer Ad CSS */

#footpanel {
	position: fixed;
	bottom: 0; left: 38px;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #cdcdcd;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 92%;
	margin-bottom:0px;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font: 11px normal Tahoma, Arial, Helvetica, sans-serif;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}


#footpanel a.home{	
	background: url(../images/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(../images/user.png) no-repeat center center;  }
a.contacts{	background: url(../images/address_book.png) no-repeat center center; }
a.playlist{	background: url(../images/document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(../images/film.png) no-repeat center center; }
a.messages{	background: url(../images/mail.png) no-repeat center center; }
a.editprofile{	background: url(../images/wrench_screwdriver.png) no-repeat center center; }
#footpanel a.chat{	
	background: url(../images/balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	font-weight:bold;
	font-size:12px;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(../images/newspaper.png) no-repeat center center;	 }

#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(../images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font: 11px normal Tahoma, Arial, Helvetica, sans-serif;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}





#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #23a4f0;
	padding: 5px 10px;
	color: #fff;
	font: 11px  Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight:bold;
}
.dash {
 font-weight:bold;
 }

#footpanel h3 span { 
	font: 11px  Tahoma, Arial, Helvetica, sans-serif;
	float: right;
	line-height: 0.6em;	
	font-weight: bold;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font: 11px normal Tahoma, Arial, Helvetica, sans-serif;
}

#chatpanel .subpanel li { background: url(../images/dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}


#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(../images/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}

.news_view_all {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#4d4d4d;
padding:0px 10px 5px 10px;
text-align:right;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:#dddddd;
cursor:hand;
}
.news_view_all a:link {color:#4d4d4d; }
.news_view_all a:visited {color:#4d4d4d; }
.news_view_all a:hover {color:#000000; text-decoration:none;}
.news_view_all a:active {color:#4d4d4d; }

.news_text {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:regular;
color:#000000;
padding:0px 10px 5px 10px;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:#dddddd;
padding-bottom:7px;
padding-top:7px;
}

.newsheading_text {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#1f87cc;
padding-bottom:10px;
}



