/* ******************************************* */
/* 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-top:150px;width:100%;}
#Logo {position:relative;width:100%;left:0px;min-height:75px;_height:75px;}
.LoginIn {float:left;width:300px;height:14px;margin-top:15px;text-align:center;}
a.LoginIn {color:gray;}
a:hover.LoginIn {color:gray; text-decoration:underline;}


/***************************************/
/*          LOGIN BOX                  */
/***************************************/
.LoginMain .FormField {min-height:19px;_height:19px;margin:1px 0;padding:0px;}
.LoginMain .FormFieldLabel {width:110px;}
.LanguageSelector .ListBox {width:150px;}



/* ******************************************* */
/*                  HEADER                     */
/* ******************************************* */
/*.Header {display:none;}*/


/**************************************/
/*              FOOTER                */
/**************************************/
.Footer {display:none;}

***************************************/
/*    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         */
/***************************************/

.PayoutGadget {color:#ffffff; margin-bottom:3px;}
.PayoutGadget .GadgetInTitle {color:#FFA500;}
.PayoutGadget .gwt-Hyperlink {color:#00B4FF;}
.PayoutGadget .CurrencyData {
    color:#00b4ff;
    font-size:12px;
    font-weight:bold;    
}

.PayoutGadget .gwt-Hyperlink {
    text-decoration: underline;    
}

.PayoutGadget .gwt-Hyperlink :HOVER {
    cursor: pointer;    
}

.AffiliateStatsGadgetPanel {color:#ffffff; margin-bottom:3px;}
.AffiliateStatsGadgetPanel .NumberData,
.AffiliateStatsGadgetPanel .NumberData-link,
.AffiliateStatsGadgetPanel .CurrencyData-link {
    color:#00b4ff;
    font-size:12px;
    font-weight:bold;    
}

.AffiliateStatsGadgetPanel .Today {
    color:orange;
    font-size:11px;
    font-weight:bold;
    display: inline;
    cursor:pointer;
}

.AffiliateStatsGadgetPanel .Today-Active {
    font-size: 12px;
    font-weight:bold;
}

.AffiliateStatsGadgetPanel .ThisMonth {
    color:orange;
    font-size:11px;    
    display: inline;
    cursor:pointer;
}

.AffiliateStatsGadgetPanel .ThisMonth-Active {
    font-size: 12px;
    font-weight:bold;
}

.TrafficStatsTab .TabItemText {color:orange; font-size:11px;}


/***************************************/
/*              MENU                   */
/***************************************/
.MainMenu {overflow:auto; height:350px;}


/***************************************/
/*           INVALID LICENSE           */
/***************************************/
#InvalidLicenseContainer {background:#ffffff;}
#InvalidLicenseContainer .Header {margin:0px;}
#InvalidLicenseContainer #Logo {left:auto; position:relative;top:auto; margin:0 auto; background: url('img/pap4.logo.jpg') no-repeat; height:100px; width:300px;}
.InvalidLicense {margin-top:0px; padding-top:20px;}
#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                */ 
/* ******************************************* */