/* ******************************************* */
/* MAIN CSS FILE                               */
/*                                             */
/* !!! DO NOT EDIT THIS FILE !!!               */
/* It gets replaced during updates             */
/*                                             */
/* If you want to change some CSS styles, put  */
/* them into custom.css file in the same       */ 
/* directory                                   */
/* ******************************************* */

body {width:100%; height:100%;}	
html {height:100%; overflow:hidden;}


/***************************************/
/*         LOGIN SCREEN                */
/***************************************/
.MainLoginPanel {position:relative; margin:auto; width:100%; background:none;}
#Container {width:100%;}
.Header {position:relative; min-height:75px; _height:75px; margin:150px 0 0 0; width:100%;}
#Logo {position:relative; width:100%; left:0; min-height:75px; _height:75px;}
.LoginIn {float:left; width:300px; height:14px; margin:15px 0 0 0; text-align:center;}
a.LoginIn {color:#808080;}
a:hover.LoginIn {color:#808080; text-decoration:underline;}


/***************************************/
/*    APPLICATION GADGETS WINDOW       */
/***************************************/
.GadgetInBoxContainer {border:0;}

.GadgetInTopLeft,
.GadgetInTopRight,
.GadgetInTop,
.GadgetInBottomLeft,
.GadgetInBottomRight,
.GadgetInBottom {padding:0; line-height:1px; font-size:1px; margin:0; position:relative; display:block;}

.GadgetInTopLeft {
	background: url('img/gadgetin.tl.png') no-repeat top left;
	top:0;
	left:0;
	width:100%;
	height:5px;
	}

.GadgetInTopRight {
	position:relative;
	background:url('img/gadgetin.tr.png') no-repeat top right;
	display:block;
	height:5px;
	margin:0 0 0 5px;
	}

.GadgetInTop {
	position:relative;
	background:url('img/gadgetin.t.png') repeat-x top;
	display:block;
	height:5px;
	margin:0 5px 0 0;
	}

.GadgetInBottomLeft {
	background:url('img/gadgetin.bl.png') no-repeat bottom left;
	bottom:0;
	left:0;
	width:100%;
	height:5px;
	}

.GadgetInBottomRight {
	position:relative;
	background:url('img/gadgetin.br.png') no-repeat bottom right;
	display:block;
	height:5px;
	margin:0 0 0 5px;
	}

.GadgetInBottom {
	position:relative;
	background:url('img/gadgetin.b.png') repeat-x bottom;
	display:block;
	height:5px;
	margin:0 5px 0 0;
	}

.GadgetInLeft {
	width:100%;
	background:url('img/gadgetin.l.png') repeat-y top left;
	bottom:5px;
	top:5px;
	left:0;
	}

.GadgetInRight {
	position:relative;
	display:block;
	background:url('img/gadgetin.r.png') repeat-y top right;
	height:100%;
	margin:0 0 0 5px;
	}

.GadgetInMain {
	position:relative;
	display:block;
	background:url('img/gadgetin.back.png') repeat top left;
	margin:0 5px 0 0;
	height: 100%;	
	padding:4px 0 10px 15px;
	}


/***************************************/
/*         APPLICATION GADGETS         */
/***************************************/
.AffiliateStatsGadgetPanel {color:#ffffff; margin:0 0 3px 0;}
.AffiliateStatsGadgetPanel .NumberData,
.AffiliateStatsGadgetPanel .NumberData-link,
.AffiliateStatsGadgetPanel .CurrencyData-link {
	color:#00b4ff;
	font-size:12px;
	font-weight:bold;	 
	}

.PendingTasksTemplate {color:#ffffff; margin:0 0 3px 0;}
.PendingTasksTemplate .NumberData-link {color:#00b4ff; font-size:12px; font-weight:bold;}

.AffiliateStatsGadgetPanel h4,
.PendingTasksTemplate h4 {
	margin:0 0 5px 0;
	 font-size:11px;
	 }

.OnlineUsersTemplate {color:#ffffff; padding:0 0 3px 0;}
.OnlineUsersTemplate .LinkButton .ButtonText {color:#00b4ff; padding:0; margin:0;}

.orange {color:#ffa500; font-weight:none;}

.AffiliateStatsGadgetPanel .Today,
.AffiliateStatsGadgetPanel .ThisMonth {
    color:#777777;
    font-size:11px;
    font-weight:bold;
    display:inline;
    cursor:pointer;
    text-decoration: underline;
	}

.AffiliateStatsGadgetPanel .Today-Active,
.AffiliateStatsGadgetPanel .ThisMonth-Active {
    color:#ffa500;
    margin-right:10px;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
	}

.TrafficStatsTab .TabItemText {color:#ffa500; font-size:11px;}


/***************************************/
/*             TASK BAR                */
/***************************************/
.TaskBarStart,
.TaskBarStart-over, 
.TaskBarStart-downOver {
	position:absolute;
	top:0;
	background:url('img/button.start.png') no-repeat;	
	width:87px;
	height:37px;
	z-index:100000000000000;
	}

.TaskBarStart-over, 
.TaskBarStart-downOver {
	background-position:-87px 0px;	
	}
	
.TaskBarStart .ButtonText {
	color:white;
	padding:3px 0 0 43px;
	}
	
.ItemPanelContent {
	margin:0 0 0 84px;
	position:relative;
	}

/***************************************/
/*           INVALID LICENSE           */
/***************************************/
#InvalidLicenseContainer .Header {margin-top:50px;}
.InvalidLicense {margin-top:20px;}
#InvalidLicenseContainer #Footer {margin:0 auto; width:100%;}
#InvalidLicenseContainer #FooterMenu {margin:0 auto; text-align:center;}
#InvalidLicenseContainer #FooterMenuItems {float:none; padding:0px;}
#InvalidLicenseContainer #FooterMenuItems li {float:none;}
#InvalidLicenseContainer #Copyright {text-align:center;}
	
	
	
/* ******************************************* */
/* END OF FILE                                 */
/* Keep this section at the very bottom of     */
/* this file, so that custom.css is imported   */
/* after all styles are defined                */ 
/* ******************************************* */