/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/* CUSTOM STYLES */
#HeaderLinks 
{
	position:absolute;
	right:10px;
	top:0px;	
}
#HeaderLinks td
{
	padding-left:10px;
	font-size:10px;
}
#HeaderLinks a:link, #HeaderLinks a:visited
{
	color:#ccffcc;
	font-size:9px;
	text-decoration:none;
}
#HeaderLinks a:hover
{
	color:#ffffff;
	font-size:9px;
	text-decoration:none;
}
.HeaderSearchBox
{
	background:#005500;
	padding:1px;
}
#HeaderSearch td
{
    color:#ffffff;
    font-size:10px;
}
.GoogleTextBox
{
	height:15px;
	width:278px;
	border:none;
	padding-top:2px;
	padding-left:2px;
}
.GoogleButton
{
	width:61px;
	height:23px;
	border:none;
	margin-top:1px;
	color:#ffffff;
	padding-bottom:2px;
	cursor:pointer;
	background:url(/App_Themes/Manager/img/bt_google.gif) no-repeat;
}
#HeaderButtons
{
	position:absolute;
	right:0px;
	top:0px;	
}
#HeaderButtons td
{
	padding-right:5px;
	font-size:10px;
}
.LeftPanel
{
	background:url(/App_Themes/Manager/img/bg_panel.gif) repeat-x top #ebefe4;
	border:2px solid #ebefe4;
	padding:10px;
	min-height:100px;
}
.LeftPanel h1
{
	color:#333333;
}
.RightPanelHead
{
	height:31px;
	background:url(/App_Themes/Manager/img/bg_panel_head.gif) repeat-x #333;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
}
.RightPanel
{
	background:url(/App_Themes/Manager/img/bg_panel.gif) repeat-x top #ebefe4;
	border:1px solid #ebefe4;
	padding:10px;	
}
.RightPanelGuide
{
	background:url(/App_Themes/Manager/img/bg_panel.gif) repeat-x #ebefe4 0px -30px;
	border:1px solid #ebefe4;
}
.RightPanelGuide a
{
	text-decoration:none;
}
.HomePanel
{
	padding-top:5px;
	padding-left:10px;
}
.MediaPanel
{
	padding-top:5px;
	padding-right:10px;
}
.MediaFrame
{
	border:1px solid #cc9999;
	background:#fff;
	padding:1px;
	margin-top:8px;
	margin-bottom:8px;
}
.MediaPanel td
{
	background:#ededed;
	border-bottom:2px solid #fff;
}
.MediaPanel td a
{
	text-decoration:none;
	font-weight:bold;
}
#PopUpAd
{
    position:absolute;
    z-index:1500;  
    top:80px; 

}
.Connecting
{
    position:absolute;
    bottom:37px;
    right:11px;
    z-index: 100;
}
