.helpbody {
   margin: 0;
   font: normal 11px Tahoma;
}

.clr {
   clear: both;
}

#header {
   border-bottom: 2px solid #ccc;
}

#header .logo {
   position: absolute;
   z-index: 1;
}

#header .menu {
}

#header .menu ul {
   display: block;
   margin: 0;
   padding: 0;
}

#header .menu ul li {
   float: left;
   display: block;
}

#header .menu ul.first {
   background: #ccc;
}

#header .menu li a {
   float: left;
   padding: 1em;
   text-decoration: none;
   margin-right: 1px;
   font: bold 1.1em Tahoma;
}

#header .topmenu {
   background: #555;
}

#header .submenu {
   background: #c3c3c3;
	height: 36px;
}

#header .topmenu li a {
   background: #333333;
   color: #fff;
}

#header .topmenu li a:hover {
   background: #444;
}

#header .topmenu li a.sel {
   background: #666;
}

#header .submenu li a:hover {
   background: #ccc;
}

#header .submenu li a.sel {
   background: #eee;
}

#header .submenu li a {
   background: #bbb;
   color: #333;
   font: normal 1em Tahoma;
}

#header .upanel {
   position: absolute;
   right: 20px;
   border: 1px solid #ccc;
   background: #eee;
   padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header .upanel strong {
   font-weight: bold;
   padding-right: 5px;
}

#header .upanel a {
   padding-left: 5px;
}

/*
#center {
   padding: 1em;
}

#center p.text {
   font: normal 1em Tahoma;
   margin: 0.3em 0 0.5em 0;
}

h1 {
   font: normal 1.7em "Trebuchet MS", Tahoma;
   color: #333;
}

#center h1 {
   font: normal 1.7em "Trebuchet MS", Tahoma;
   color: #333;
   margin: 1.5em 0 0.5em 0;
}

#center h2 {
   font: bold 1.4em "Trebuchet MS", Tahoma;
   color: #333;
   margin: 1.5em 0 0.5em 0;
}

#center h3 {
   font: bold 1.2em "Trebuchet MS", Tahoma;
   color: #333;
   margin: 1.5em 0 0.5em 0;
}

#center .text strong {
   font-weight: bold;
}

#center .text em {
   font-style: italic;
}

*/
ul.text {
   display: list-item;
   line-height: 1.3em;
}

ul.text li {
   color: #000;
   list-style: disc outside;
   margin-left: 1em;
}

.green {
   color: green;
}

.silver{
   color: #8a8a8a;
}

.hide {
   display: none;
}


button.removeButtonB {
   background: url('../images/design/icons.gif') 0px -198px no-repeat !important;
}

button.addButtonB {
   background: url('../images/design/icons.gif') 0px -223px no-repeat !important;
}

button.optionsButtonB {
   background: url('../images/design/icons.gif') 0px -73px no-repeat !important;
}

button.pauseButtonB {
   background: url('../images/design/icons.gif') 0px -298px no-repeat !important;
}
button.rejectButtonB {
  background: url('../images/design/icons.gif') 0px -720px no-repeat !important
}

button.resumeButtonB {
   background: url('../images/design/icons.gif') 0px -323px no-repeat !important;
}

button.reportButtonB {
   background: url('../images/design/icons.gif') 0px -248px no-repeat !important;
}
button.editButtonB {
   background: url('../images/design/icons.gif') 0px -97px  no-repeat !important;
}

button.mailButtonB {
   background: url('../images/design/icons.gif') 0px -144px no-repeat !important;
}

button.approveButtonB {
   background: url('../images/design/icons.gif') 0px -348px no-repeat !important;
}

button.adsButtonB {
   background: url('../images/design/icons.gif') 0px -370px no-repeat !important;
}

button.showButtonB {
   background: url('../images/design/icons.gif') 0px -397px no-repeat !important;
}

button.hideButtonB { padding: 0.5em;
   background: url('../images/design/icons.gif') 0px -421px no-repeat !important;
}

button.exportButtonB {
   background: url('../images/design/icons.gif') 0px -448px no-repeat !important;
}

button.cloneButtonB {
   background: url('../images/design/icons.gif') 0px -498px no-repeat !important;
}
button.csvButtonB {
   background: url('../images/design/icons.gif') 0px -571px no-repeat !important;
}
button.excelButtonB {
   background: url('../images/design/icons.gif') 0px -546px no-repeat !important;
}
button.loginButtonB {
  background: url('../images/design/icons.gif') 0px -172px no-repeat !important;
}

input.i, textarea.i, div.i {
   font: normal 11px Tahoma;
   color: #333;
   padding: 3px;
   background: url("../images/design/in_shadow.gif") top left repeat-x #fff;
   border: 1px solid #aaa;
}


.roller300 {
   overflow: auto;
   height: 100px;
   padding: 10px;
   width: 300px;
}

.roller250 {
   overflow: auto;
   height: 100px;
   padding: 10px;
   width: 250px;
}

.errorBox {
   background: url("../images/design/error_bg.gif") top center repeat-x;
   border: 1px solid #ff9999;
   padding: 15px;
}

.errorBox .title, .infoBox .title, .helpBox .title {
   position: relative;
   top: -0.8em;
   margin: 0em 0em 0em 0em !important;
   padding: 0;
   font: bold 11px Tahoma !important;
   color: #333;
}

a.unread:link, a.unread:visited {
   text-decoration:underline;
   color: black !important;
   font-weight: bold;
}


a.create_camp{
	font-family: 'Arial';
	font-weight:600;
	font-size: 15px;
	padding-top:10px;
	padding-bottom:10px
}
.errorBox .title {
   color: #c00;
}

.helpBox .title {
   color: #880;
}

.infoBox {
   background: url("../images/design/info_bg.gif") top center repeat-x;
   position: relative;
   border: 1px solid #99ccff;
   padding: 15px;
}

.helpBox {
   background: url("../images/design/help_bg.gif") top center repeat-x;
   border: 1px solid #cccc00;
   position: relative;
   padding: 15px;
   margin: 10px 0;
}

a.helpLink:link, a.helpLink:visited {
   background: url('../images/design/help.gif') left center no-repeat;
   padding: 2px 5px 2px 20px;
   margin: -2px 0 -2px 0;
   color: #689968;
}

.panel {
   background: #fff;
   border: 1px solid #ccc;
}

.panel_bg {
   background: #ededed;
   border: 1px solid #bbb;
}

* html .panel {
	width: 220px;
}

.panel .title {
   background: url('') top center repeat-x #eee;
   padding: .5em;
   border-bottom: 1px solid #ccc;
   font: bold 1em Tahoma;
   color: #333;
}

.flatPanel {
   background: #fff;
   border: 1px solid #ccc;
}

.flatPanel .title {
   background: url('') top center repeat-x #eee;
   padding: .5em;
   border-bottom: 1px solid #ccc;
   font: bold 1em Tahoma;
   color: #333;
}

.x-form-trigger {
   margin-top: expression( '1px' ); /*small hack for fucking IE*/
}

.editButton {
   background: url('../images/design/icons.gif') 3px -97px no-repeat #eee !important;
   padding: 3px 15px;

}

.addButton {
   background: url(../images/design/icons.gif) no-repeat scroll 2px -222px #eee !important ;
   padding: 3px 15px;

}
.removeButton {
  background: url(../images/design/icons.gif) no-repeat scroll 2px -197px #eee !important;
  padding: 3px 15px;

}
.mailButton {
  background: url(../images/design/icons.gif) no-repeat scroll 2px -146px #eee !important;
  position:relative;
  margin-bottom: -2px;
  top: 1px;

}
.adsButton {
   background: url('../images/design/icons.gif') 1px -740px no-repeat !important;
	width:20px;
	height:22px;
	position: relative;
	margin-left: 2px;
	top:3px;
	top: expression('1px')
}

a.editButton:link, a.editButton:visited {
   background: url('../images/design/icons.gif') 0px -99px no-repeat !important;
   text-decoration: none;
}

.editLinkButton img {
   background: url('../images/design/icons.gif') 0px -99px no-repeat !important;
   width: 14px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
}
.getCodeLinkButton img {
   background: url('../images/design/icons.gif') 0px -625px no-repeat !important;
   width: 14px;
   height: 16px;
   position: relative;
   top: 2px;
   right: 2px;
   border: none;
}

.getLinkButton img {
   background: url('../images/design/icons.gif') 0px -649px no-repeat !important;
   width: 18px;
   height: 17px;
   position: relative;
   top: 2px;
   border: none;
}
.prodLinkButton img {
   background: url('../images/design/icons.gif') 0px -674px no-repeat !important;
   width: 18px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
}
.payLinkButton img {
   background: url('../images/design/icons.gif') 0px -697px no-repeat !important;
   width: 17px;
   height: 17px;
   position: relative;
   top: 2px;
   border: none;
}
.rejectLinkButton img {
   background: url('../images/design/icons.gif') 0px -720px no-repeat !important;
   width: 18px;
   height: 17px;
   position: relative;
   top: 2px;
   border: none;
}


.cloneLinkButton img {
   background: url('../images/design/icons.gif') 0px -500px no-repeat !important;
   left:-0.3em;
   width: 14px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
}

.addLinkButton img {
   background: url('../images/design/icons.gif') 0px -97px no-repeat !important;
   width: 14px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
}

.adsLinkButton img {
   background: url('../images/design/icons.gif') 0px -372px no-repeat !important;
   width: 14px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
   right:1px;
}
.loginLinkButton img {
   background: url('../images/design/icons.gif') 0px -172px no-repeat !important;
   width: 14px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
}
.requestLinkButton img {
   background: url('../images/design/icons.gif') 0px -771px no-repeat !important;
   width: 18px;
   height: 10px;
   position: relative;
   top: 2px;
   border: none;
}
.channelLinkButton img {
   background: url('../images/design/icons.gif') 0px -787px no-repeat !important;
   width: 18px;
   height: 17px;
   position: relative;
   top: 2px;
   border: none;
}
.feedsLinkButton img {
   background: url('../images/design/icons.gif') 0px -371px no-repeat !important;
   width: 16px;
   height: 17px;
   position: relative;
   top: 2px;
   border: none;
}
.steps {
   float: right;
}

.steps span {
   padding: 5px;
   margin-right: 2px;
   background: #ccc;
   font: bold 10px Tahoma;
}

.steps span a, .steps span a:link, .steps span a:visited {
   font: bold 10px Tahoma;
   text-decoration: none;
   color: #000;
}

.steps span.sel a, .steps span.sel a:link, .steps span.sel a:visited {
   font: bold 10px Tahoma;
   text-decoration: none;
   color: #fff;
}

.steps span.sel {
   background: #777;
   color: #fff;
}

.steps strong {
   margin-right: 10px;
}

.way {
   float: left;
}

.way span {
   padding: 5px;
   margin-left: 2px;
   background: #ccc;
   font: bold 10px Tahoma;
}

.way span a, .way span a:link, .way span a:visited {
   font: bold 10px Tahoma;
   text-decoration: none;
   color: #000;
}

.way span.sel a, .way span.sel a:link, .way span.sel a:visited {
   font: bold 10px Tahoma;
   text-decoration: none;
   color: #fff;
}

.way span.sel {
   background: #777;
   color: #fff;
}

.way_goog {
   float: left;
}

.way_goog span {
   padding: 5px;
   margin-left: 2px;
   font: 11px Arial;
}

.way_goog span a, .way_goog span a:link, .way_goog span a:visited {
   font: 11px Arial;
   text-decoration: none;
   color: #000;
}

.way_goog span.sel a, .way_goog span.sel a:link, .way_goog span.sel a:visited {
   font: 11px Arial;
   text-decoration: none;
   color: green;

	}

.way_goog span.sel {
   color: #8e8888;
		font: 11px verdana;
}
.triangle{
	/* width: 800px;
	border-top: 1px solid #808080; */
	padding-top: 10px;
}
.triangle3 {
	width: 700px;   border-top: 1px solid #808080;
	padding-top: 10px;
}
.triangle2 {
	width: 710px;   border-top: 1px solid #808080;
	padding-top: 10px;
}

.tri_bg1{
		background: url('../images/design/triangle.png') 58px 0px no-repeat !important;
}
.tri_bg2{
		background: url('../images/design/triangle.png') 193px 0px no-repeat !important;
}
.tri_bg3{
		background: url('../images/design/triangle.png') 338px 0px no-repeat !important;
}
.tri_bg31{
		background: url('../images/design/triangle.png') 326px 0px no-repeat !important;
}
.tri_bg32{
		background: url('../images/design/triangle.png') 330px 0px no-repeat !important;
}
.tri_bg4{
		background: url('../images/design/triangle.png') 470px 0px no-repeat !important;
}
.tri_bg41{
		background: url('../images/design/triangle.png') 435px 0px no-repeat !important;
}
.tri_bg42{
		background: url('../images/design/triangle.png') 455px 0px no-repeat !important;
}
.tri_bg5{
		background: url('../images/design/triangle.png') 565px 0px no-repeat !important;
}
.tri_bg6{
		background: url('../images/design/triangle.png') 700px 0px no-repeat !important;
}
.tri_bg51{
		background: url('../images/design/triangle.png') 580px 0px no-repeat !important;
}
.tri_bg52{
		background: url('../images/design/triangle.png') 600px 0px no-repeat !important;
}


.vtop {
   vertical-align: top;
}

.vbot {
   vertical-align: bottom;
}
.vmid {
	vertical-align:middle;
}

.stdTable {
   border: 1px solid #888;
   border-collapse: collapse;
}

.stdTable td {
   padding: 0.5em;
}

.stdTable th {
   background: #ececec;
   text-align: center;
   padding: 0px;
}

.gray {
   background: #ececec;
}

.sBody {
   display: inline;
}

.sBody .x-panel {
   position: absolute;
}

.banner_code{
	border-style:none;
	border-right:solid;
	border-right-width:1px;
	border-color:black;
}
/*----*/
.search-title-link{
	font-size:16px;
}
.search-url-link{
	color: green;
}
textarea {
   overflow: auto;
}

.radio {
   position: relative;
   /*top: 3px;*/
   margin-right: 4px;
}

.z-index-fix {
   position: relative;
   z-index: 100;
}

.rel {
   position: relative;;
}

.nw {
   white-space: nowrap !important;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* global */
#cluetip-close img {
   border: 0;
}

#cluetip-title {
   overflow: hidden;
}

#cluetip-title #cluetip-close {
   float: right;
   position: relative;
}

#cluetip-waitimage {
   width: 43px;
   height: 11px;
   position: absolute;
   background-image: url(../images/design/wait.gif);
}

.cluetip-arrows {
   display: none;
   position: absolute;
   top: 0;
   left: -11px;
   height: 22px;
   width: 11px;
   background-repeat: no-repeat;
   background-position: 0 0;
}

#cluetip-extra {
   display: none;
}
/***************************************
 =cluetipClass: 'default'
 -------------------------------------- */
.cluetip-default {
	background: #f6f3f0;
}

.cluetip-default #cluetip-outer {
   position: relative;
   font-size: 10px;
   margin: 0;
	border: 1px solid #e0dcd8 #b9babf #b9babf #e0dcd8;
   background-color: #f6f3f0;
}

.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 8px 10px 4px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #e0dcd8 #b9babf #b9babf #e0dcd8;
   background-color: #f6f3f0;
   color: #333;
}

.cluetip-default #cluetip-title a {
   color: #d9d9c2;
   font-size: 10px;
}

.cluetip-default #cluetip-inner {
   padding: 10px;
   text-align: center;
}

.cluetip-default div#cluetip-close {
   text-align: right;
   margin: 0 5px 5px;
   color: #900;
}

.tooltip img {
   width: 20px;
   height: 20px;
   background: url('../images/design/icons.gif') 0px -520px no-repeat !important;
}

.tooltip2 img{
   width: 20px;
   height: 20px;
   background: url('../images/design/icons.gif') 0px -598px no-repeat !important;
}


/*
*  Farbtastic
*/

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url('../images/colorp/wheel.png') no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url('../images/colorp/mask.png') no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;

  background: url('../images/colorp/marker.png') no-repeat;
}
.greyBorder{
	border: 1px solid #aaa;
	padding: 3px;
	font: normal 11px Tahoma;
}

.loginAsButton img {
   background: url("../images/pictures/icons/ico-user-blue.png") no-repeat !important;
   width: 16px;
   height: 16px;
   position: relative;
   top: 2px;
   border: none;
}


/**
*/

/* [OPTIONAL] -- may be used for either Ext.grid.GroupSummary / Ext.ux.grid.GridSummary plugins */
.x-grid3-summary-row{border-left:1px solid #fff;border-right:1px solid #fff;color:#333;background:#f1f2f4;}
.x-grid3-summary-row .x-grid3-cell-inner{font-weight:bold;padding-bottom:4px;}
.x-grid3-cell-first .x-grid3-cell-inner{padding-left:16px;}
.x-grid-hide-summary .x-grid3-summary-row{display:none;}
.x-grid3-summary-msg{padding:4px 16px;font-weight:bold;}


/* [REQUIRED] (by Ext.ux.grid.GridSummary plugin) */
.x-grid3-gridsummary-row-inner{overflow:hidden;width:100%;}/* IE6 requires width:100% for hori. scroll to work */
.x-grid3-gridsummary-row-offset{width:10000px;}
.x-grid-hide-gridsummary .x-grid3-gridsummary-row-inner{display:none;}