/* ******************************************* */
/* 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 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	background:#ffffff;	
}	

h1 {
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dotted #AAAAAA;
}

h3 {
	font-size: 14px;
	border-bottom: 1px dotted #AAAAAA;
}

/* ******************************************* */
/*               ICON OBJECT                   */
/* ******************************************* */
.IconObject {
	float:left;
	width:256px;	
	border:1px solid #A6A6A6;
	background-color:#ffffff;
	height:100px;
	margin:3px;
}

fieldset .IconObject {width:243px; height:120px;}


/* ******************************************* */
/*                  HEADER                     */
/* ******************************************* */
.Header {position:relative; margin:auto; min-width:1000px;}
.HeaderInfo {height:95px;}
.Header .Text{
	color:#999fa2;
	font-size:10px;	
	text-align:left;
	position:absolute;
	float:right;
	width:410px;
	top:35px;
	left:330px;
}

.Logo {
	float:left;
	width:314px;
	height:57px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:20px;
	z-index:10;
	left:22px;
}

.LogoImage {border:none;}

.Title{ 		
	float:left;
	width:250px;
	top:65px;
	left:155px;
	overflow:hidden;
	position:absolute;
	color:#1ea9df;
	z-index:10;
}

/* ******************************************* */
/*                MAIN LAYOUT                  */
/* ******************************************* */
.Body {min-width:1000px;}
.MainPanel {position:relative; margin:auto; overflow:none; background:white;}

.Content {border:none; vertical-align:top; border:1px solid #a1a1a1; table-layout:fixed;}
.LeftColumn {vertical-align:top; background: url('img/left.column.gif') #F4F4F4 repeat-y; border:1px solid #a1a1a1; table-layout:fixed;}
.ContentText {position:relative;}
.ContentLeft {background:url('img/content.left.gif') repeat-y left top; position:static;}
.ContentRight {background:url('img/content.right.gif') repeat-y right top; position:static;}
.Container {border-collapse:collapse; position:relative; table-layout:fixed;}
.ContentIn {padding:10px; position:relative;}

.MainLoginPanel {background:none;}
.SupportBrowsers {margin-left:70px;}
.MainLoginPanel .SingleRefreshPanel {height:auto;}

.SingleContentPanel {position:relative;}

/**************************************/
/*              FOOTER                */
/**************************************/
.Footer {
	background:url(img/content.bottom.gif) repeat-x;
	display: block;
	margin:auto;		
	padding:0;	
	margin-bottom: 10px;
	min-width:1000px;
}

.FooterLeft {padding-left:5px; background:url('img/content.bottom.left.gif') repeat-y left top;}
.FooterRight {padding-right:5px; background:url('img/content.bottom.right.gif') repeat-y right top; height:23px;}
.Footer span {display:block; color:#ffffff; padding:13px 20px;}
.Copyright{padding:4px 0px 0px 4px; float:left; color:#2B3C5D;}


/**************************************/
/*             NAVIGATION             */
/**************************************/
.Navigation{background:url('img/content.top.gif') repeat-x; margin:auto;}
.NavigationLeft {background:url('img/content.top.left.gif') no-repeat left top; padding-left:7px;}
.NavigationRight {background:url('img/content.top.right.gif') no-repeat right top; padding-right:7px; height:30px;}

ul.nav {
	border:0pt none;
	height:17px;
	padding-top: 7px;
}


.nav li{
	display:inline;
	margin:5px 0;
	padding:6px 20px;
	list-style-image:none;
	list-style-type:none;
}

.nav li a{
	margin: 5px 0;
	color: #4C628F;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	-moz-outline:none;
}

.nav li a:hover{text-decoration:underline;}



/* ******************************************* */
/*                 MAIN MENU                   */
/* ******************************************* */
.MenuEntry {cursor:pointer; position:relative;}
.MenuEntryIn {position:relative; min-height:5px;}
* html .MenuEntryIn {height:5px;}
.MenuEntryIn2 {padding:7px 0 7px 12px; position:relative; min-height:5px;}
* html .MenuEntryIn2 {height:5px;}
.MenuEntry-over {background:url('img/menu.entry.back-over.gif') repeat-y top left;}
.MenuEntry-over .MenuEntryIn {background:url('img/menu.entry.top-over.gif') no-repeat top left;}
.MenuEntry-over .MenuEntryIn2 {background:url('img/menu.entry.bottom-over.gif') no-repeat bottom left; _height:0; min-height:0;}


.MenuEntry-activated {
	background: none;
	background-color: #F0F0F0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.Menu {border:none; position:relative;}

.Menu .SectionLabel {
	font-size: 13px;
	margin-bottom: 3px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.SectionLabel:hover {text-decoration: underline;}
.MenuEntryLabel {min-height:18px; position:relative;}
* html .MenuEntryLabel {height:18px;}

.MainMenu {
	margin: 0px;
	margin-top: 10px;
	position: relative;
	background: transparent;
}

.MenuBox {margin:0px; padding:0 0 1px; background:url('img/menu.divider.gif') no-repeat bottom left; position:relative; }
.MenuBoxLabel {position:relative; margin-right:20px;}
.MainMenuCommon  .MenuBoxLabel {margin-right:0px;}

.MenuBox .MiddleIcon {
	float: left;
	margin: 0px 13px 0 0;
	position: relative;	
}

.MainMenuLogoutDivider {
	display:none;
/*	border-bottom: 1px solid #446182;
	height:1px;
	margin:25px 10px 5px 10px;
	line-height:1px;*/
}

.MenuBox-open .MenuBoxTopLeft {
	background: url('img/main.menu.sub.tl.png') no-repeat top left;
	margin: 0px;
	height: 5px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.MenuBox-open .MenuBoxTopRight {
	background: url('img/main.menu.sub.tr.png') no-repeat top right;
	margin: 0px;
	height: 5px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.MenuBox-open .MenuBoxTop {
	background: url('img/main.menu.sub.t.png') repeat-x;
	height: 5px;
	margin: 0px 6px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.MenuBox-open .MenuBoxBottomLeft {
	background: url('img/main.menu.sub.bl.png') no-repeat bottom left;
	margin: 0px;
	height: 5px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.MenuBox-open .MenuBoxBottomRight {
	background: url('img/main.menu.sub.br.png') no-repeat bottom right;
	margin: 0px;
	height: 5px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.SectionMenuEntry .MenuEntryLabel {
    font-size: 14px;
    font-weight: bold;
    color: #19314d;
    font-family: Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
    padding-top: 4px;
    cursor: pointer;    
    position: relative;
}

.SectionMenuEntry {
	-moz-outline:none;
	margin:0px;
}

.UserProfile .MenuEntryLabel {
	color: #9db1e9;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	cursor: pointer;
	padding-top: 1px;
	position: relative;
}

.SubMenuSection {
	position: relative;
	margin-left:0px;
}

.SubMenuEntries {margin:0 0 15px 0; padding:0;}
.SubMenuEntries .MenuEntry {margin:0; padding:0; -moz-outline:none; background:url('img/submenu.entry.gif') no-repeat top left;}
.SubMenuEntries .MenuEntryIn2 {padding:4px 0 4px 12px;}
.SubMenuEntries .MenuEntryLabel {color:#19314d; font-size:13px; margin:0px; padding:1px 0 0 41px; min-height:12px;}

.SubMenuEntries .MenuEntry-over {background:url('img/submenu.entry.back-over.gif') repeat-y top left;}
.SubMenuEntries .MenuEntry-over .MenuEntryIn {background:url('img/submenu.entry.top-over.gif') no-repeat top left;}
.SubMenuEntries .MenuEntry-over .MenuEntryIn2 {background:url('img/submenu.entry.bottom-over.gif') no-repeat bottom left;}



/* ******************************************* */
/*                  CONTENT                    */
/* ******************************************* */

.ScreenHeader {margin:10px; min-height:60px; padding:0px;}
* html + .ScreenHeader {height:60px;}
.ScreenHeader .BigIcon {float:left;}


/* ******************************************* */
/*                  HEADERS                    */
/* ******************************************* */
.ScreenTitle {
	color:#6A6A6A;
	font-family: Tahoma, Arial;
	font-size: 18px;	
}

.ScreenDescription {
	font-weight:bold;
	color:#848484;
	font-size: 10px;
	font-family: Tahoma, Arial;
}

/* ******************************************* */
/*                   GRID                      */
/* ******************************************* */
.Grid .BoxIn {background:#F4F4F4;}
.GridTableContent {background:#ffffff;}


/* ******************************************* */
/*                   GRID                      */
/* ******************************************* */
.BannerPreview {overflow:auto; text-align:center; width:790px;}

/**************************************/
/************    LOGIN    *************/
/**************************************/
.LoginMain {
	width: 360px;
	min-height:100px;
	_height:100px;
	margin: 0px auto;
	text-align: left;
	background: white;
	border: 1px solid #F2F2f2;
	position:relative;
}

.LoginMainIn {padding:10px 20px;}
.LoginHeader {color:black; font-size:13px; font-weight:bold; padding-bottom:4px; margin-bottom:10px;}

.LoginMain .FormMessage-error {
	margin: 5px 0px 0px 0px;
	padding: 3px 0px;
	font-weight: bold;
	color: #e60101;
}

.LoginContent {padding:20px;}
.LoginMain .FormFieldLabel {padding-bottom:3px; padding-top:0px; font-size:12px;}
.LoginMain .CheckBoxContainer .Label {padding-top:0px; margin-top:0px;}
.LoginMain .CheckBoxContainer .Inliner {line-height:18px;}

/***************************************/
/*         CAMPAIGNES CHARTS           */
/***************************************/

.StatsChartHolder {margin:0px 15px;}
table.StatsChart  {height:200px;position:relative;border:none;width:100%;}
.StatsTable {margin-left:35px;}
.StatsChart * {position:relative;}
.StatsChart .ListBox {width:auto;}
.StatsChart .ButtonText {padding:0px 0px 0px 5px;}
.StatsDataType {padding-right:5px;}

.ChartDateLabel {
	color: #2C2C2C;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #777777;
	padding: 1px;
	padding-left: 3px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	height:15px;
}

.ChartDataTypeLabel {
	color: #2C2C2C;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-bottom: solid 1px #777777;
	padding: 1px;
	padding-left: 3px;
	width: 120px;
	white-space: nowrap;
	position: relative;
	font-size:12px;
	font-weight:bold;
}


/* ******************************************* */
/*             HOMEPAGE                        */
/* ******************************************* */
html>body .AffiliateManager {margin:0px 5px 0 0;}

/***************************************/
/*           INVALID LICENSE           */
/***************************************/
#InvalidLicenseContainer {background:#ffffff;}
#InvalidLicenseContainer .Header {display:none;}
#InvalidLicenseContainer #Logo {left:auto; position:relative;top:auto; margin:0 auto;}
.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                */ 
/* ******************************************* */