@CHARSET "UTF-8";

.form, form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Assume frame border with current color theme */
.frame {
	/* background-color: #f6f3f0; */
	background: #f6f3f0;
	border: 1px solid;
	border-color: #e0dcd8 #b9babf #b9babf #e0dcd8;
}

#manageAdsDiv1.frame {
	display: table-cell;
	width: 99%;
}


.setAll {
	background: transparent url("../images/pictures/button_setall.gif") no-repeat center;
	position: absolute;
	margin-top: 7px;
	margin-bottom: -25px;
	display: block;
	border: none;
	cursor: pointer;
	height: 17px;
}

.setAll2 {
	background: transparent url("../images/pictures/button_setall2.gif") no-repeat left top;
	display: block;
	padding-left: 23px;
	padding-top: 3px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	height: 21px;
	
}

.bulkCtl {
	width: 18px;
}

.frameBorderless {
	background-color: #f6f3f0;
	/* background: #f6f3f0;*/
}

label {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	display: block;
	/*white-space:nowrap;*/
	position:relative;
}

label.disabled {
	color: #888;
}

label input {
	position: relative;
	top: 1px;
}

.ffFix, x:-moz-any-link {
	top: 3px;
}

*+html .ffFix {
	top: 0px;
}

span.text,
input.text,
input.hasDatepicker {
	background: #ffffff url("../images/pictures/form-input-bg.gif") repeat-x;
	border: 1px solid #dad6d2;
	height: 22px;
	margin: 0px;
	padding: 0px 3px;
	padding-top: 3px;
	font-size: 15px;
}

* html .text {
	height: 20px;
	width: 99%;
}

input.disabled, 
input.readonly {
	background: #f6f3f0 /*url("../images/pictures/bgfade_disabled.png") repeat-x */ !important;
	/*border: 1px solid #dad6d2;*/
	color: #777 !important;
	/*height:20px; 
	margin:0; 
	padding:2px 3px;
	font-size:14px;*/
}

.chkbox1 input.disabled {
	height:auto;
}

.button_selected { 
	color: red;
	background-image: url("../images/pictures/bgfade_disabled.png") !important;	
}

textarea.disabled,
textarea.readonly {
	background: #f6f3f0 url("../images/pictures/bgfade_disabled.png") repeat-x !important;
	border: 1px solid #dad6d2;
	color: #777 !important;
}


input.textSmall {
	background: #ffffff url("../images/pictures/form-input-bg.gif") repeat-x;
	border: 1px solid #dad6d2;
	padding: 2px 3px;
	height: 14px;
	margin: 0px;
	font-size: 11px;
}

textarea.text {
	background: #ffffff url("../images/pictures/form-input-bg.gif") repeat-x;
	border: 1px solid #dad6d2;
	padding: 2px 3px;
	margin: 0px;
	font-size: 14px;
}

* html textarea.text {
	background: #ffffff url("../images/pictures/form-input-bg.gif") repeat-x;
	border: 1px solid #dad6d2;
	padding: 2px 3px;
	margin: 0px;
	width: 99%;
	font-size: 14px;
}

/*---------------------*/
.limitation {
	position: absolute;
	padding:5px 5px 5px 13px;
	margin-left:24px;
	margin-top:2px;
	display: inline;
	white-space: nowrap;
	min-width: 100px;
	display: none;
	color: #fff992;
	font-size: 10px;
	background: url("../images/pictures/limitation-bg.gif") top right no-repeat;
}

* html .limitation {
	margin-top: 3px;
}

*+html .limitation {
	margin-top:3px;
}
/*----------------------*/

.limInputBg {
	background: url("../images/pictures/liminputbg.gif") top left no-repeat;
}

.limTextareaBg {
	background: url("../images/pictures/liminputbg.gif") 0 2px no-repeat;
	margin-top: 3px !important;
	padding-top: 3px !important;
}


.limCounter {
	position: absolute;
	color: #fff;
	margin: 2px 0 0 -4px;
	font-size:8px;
	line-height: 9px;
	font-weight: bold;
	padding: 1px 20px 3px 10px;
}

* html .limCounter {
	margin: 3px 0 0 -3px;
}

*+html .limCounter {
	margin: 3px 0 0 -3px;
}

input.button, button.button {
	padding: 2px 5px;
	font-size: 13px;
	height: 30px;
	/*background:  !important;*/
	background-image: url("../images/pictures/button-bg.gif");
	background-position: 0 0;
	background-color: #efefef;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	/*overflow: visible;*/
	border-width: 1px;
	border-style: solid;
	border-color: #eeedeb #dad6d2 #dad6d2 #eeedeb;
	cursor: pointer;
}

input.button:hover, button.button:hover, .buttonHover {
	border: 1px solid #2e92d4 !important;
	background-image: url("../images/pictures/button-bg.gif") !important;
}

.buttonPress {
	background-image: none !important;
}

input.createReportButton, button.createReportButton {
	background:transparent url(../images/pictures/createReport-bg.png) no-repeat scroll 0px 0;
	border:none;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	height:35px;
	margin:0;
	width:201px;
}

.selectBg {
	background: #ffffff url("../images/pictures/form-input-bg.gif") repeat-x !important;
}

input.text:FOCUS, button.button:FOCUS, input.button:FOCUS, textarea.text:FOCUS, input.focusFix , textarea.focusFix, .selectbox:focus {
	border: 1px solid #2e92d4 !important;
}


.hintBox,.notifyBox {
	padding: 10px;
	/*border: 1px solid #dad6d2;*/
	color: #444;
	background: #F8F8EE url("../images/pictures/bg-fade-top1.png") repeat-x top left;
	border: 1px solid #dedede;
}


.hintBox2 {
	padding: 10px;
	/*border: 1px solid #dad6d2;*/
	color: #444;
	background: #ffffdd url("../images/pictures/bg-fade-top1.png") repeat-x top left;
	border: 1px solid #b9b9b9;
}



.scrollBox {
	overflow: auto;
	padding: 10px;
	border: 1px solid #dad6d2;
	background: #ffffff url("../images/pictures/form-input-bg.gif") repeat-x;
}

.invalidfield {
	/*border-color:  !important;*/
	border: 1px solid #f00 !important;
}

table.form tr {
	vertical-align: top;
}

table.form td label {
	padding-top: 4px;
}

.tipLabel {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 2px 5px;
	float: left;
	/*width: 130px;*/
}

.errorTip {
	position: absolute;
	padding: 2px 2px 10px 2px;
	/* margin-top: -18px;*/
	width: 150px;
	max-width: 150px;
	margin-left: -35px;
	margin-top: -35px;
	display: block;
	font-size: 10px;
	background: url("../images/pictures/errortip-bg.gif") bottom left no-repeat;
}

.errorP {
	padding: 2px 5px;
	font-size: 11px;
	margin-right: 10px;
	color: #ff0000;
	z-index: 1000;
	/*background-color: #aa0000;
	position: absolute;
	//margin-top:-10px;*/
}

.errorTipMark {
	display: inline;
	position: absolute;
	padding: 0 0 0 20px;
	height: 16px;
	/*max-width: 150px;*/
	margin-left: -18px;
	margin-top: 4px;
	background: url("../images/pictures/icons/info-red.png ") 0 0 no-repeat;
}

* html .errorTip {
	margin-top: -30px;
	margin-left: -42px;
}
#error_message_div {
	background: #ffd9d9 url("../images/pictures/bg-fade-top1.png") repeat-x top left;
	border: 1px solid #ff9898;
	margin-bottom: 10px;
	padding: 10px;
}

#error_message_div .closeButton {
	float: right;
	width: 16px;
	height: 16px;
	padding: 2px;
}

.error_message_div {
	margin: 0pt  !important;
}

.Box {
	padding: 10px;
}

.inlet {
	/* padding: 1px !important;*/
	background: transparent url("../images/pictures/form-input-bg.gif") repeat-x top left;
	border-top:    1px solid #b9b9b9 ;
	border-right:  1px solid #ffffff;
	border-bottom: 1px solid #ffffff ;
	border-left:   1px solid #b9b9b9;
	background-color: #ffffff;
}

.inlet2 {
	/* padding: 1px !important;*/
	
	border-top:    1px solid #b9b9b9 !important;
	border-right:  1px solid #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
	border-left:   1px solid #b9b9b9 !important;
	background-color: #ffffff;
}

.outlet {
	padding: 1px;

	border-top:    1px solid #ffffff !important;
	border-right:  1px solid #b9b9b9 !important;
	border-bottom: 1px solid #b9b9b9 !important;
	border-left:   1px solid #ffffff !important;

	background-color: #f6f3f0;
}

.xFrame {
	background: #f6f3f0 url("../images/pictures/bgfade3.png") repeat-x 0 0;
	border: 1px solid #b9babf;
}

td.underline {
	padding-top: 0px;
	background: url("../images/pictures/underline.gif") repeat-x 0 -16px;
}


/**
 ---------------------------------------------------------------------------------> BUTTON
*/


table.xBtn tr td, table.xBtnGreen tr td  {
	border: 0 none !important;
	border-bottom: 0 none !important;
	padding: 0;
	font:normal 11px sans-serif, tahoma, verdana, helvetica ;
	height: 21px;
	min-height: 21px;
}

table.xBtn, table.xBtnGreen {
	cursor:pointer;
	border-collapse: collapse;
	white-space: nowrap;
	display: inline;
	width: auto;
}


body:nth-of-type(1) .xBtn {
	display: table;
	float:left;
	margin-right:4px;
}

table.xBtn button, table.xBtnGreen button {
	border:0 none;
	background: none;
	font:normal 11px "sans-serif", Arial, Verdana, Helvetica;
	height: 21px;
	cursor:pointer;
	margin:0;
	overflow:visible;
   width:auto;
	-moz-outline:0 none;
	outline:0 none;
}

table.xBtnGreen button {
	color: #000;
}

*+html .xBtn button, *+html .xBtnGreen button, * html .xBtn button, * html .xBtnGreen button {
		width: 1px;
}

.xBtn button, .xBtnGreen button, x:-moz-any-link {
	padding-left:0;
	padding-right:0;
}

*+html .xBtn button, *+html .xBtnGreen button {
	padding-top:3px;
}

.xBtn .xBtn-text-ico, .xBtnGreen .xBtn-text-ico {
	background-position: 0 0px;
	background-repeat: no-repeat;
	height: 16px;
	padding-left:18px;
	padding-top:0px;
	padding-bottom:2px;
   padding-right:0;
	margin-top: 1px;
}

.xBtn .xBtn-text, .xBtnGreen .xBtn-text {
	background-position: 0 0px;
	background-repeat: no-repeat;
	height: 16px;
	padding-top:0px;
	padding-bottom:2px;
   padding-right:0;
	margin-top: 1px;
}

*+html .xBtn .xBtn-text-ico, *+html .xBtnGreen .xBtn-text-ico {
	padding-bottom:2px;
}

*+html .xBtn .xBtn-text, *+html .xBtnGreen .xBtn-text {
	background-position: 0 0px;
	padding-top:1px;
	margin-top: 2px;
}

.xBtn-Left, .xBtn-Right {
	font-size:1px;
	line-height:1px;
}

.xBtn .xBtn-Left {
	width:3px;
	height:21px;
	background:url(../images/pictures/btn-sprite.png) no-repeat 0 0;
}

.xBtnGreen .xBtn-Left {
	width:3px;
	height:21px;
	background:url(../images/pictures/btn-sprite-green.png) no-repeat 0 0;
}

.xBtn .xBtn-Right {
	width:3px;
	height:21px;
	background:url(../images/pictures/btn-sprite.png) no-repeat 0 -21px;
}

.xBtnGreen .xBtn-Right {
	width:3px;
	height:21px;
	background:url(../images/pictures/btn-sprite-green.png) no-repeat 0 -21px;
}

.xBtn .xBtn-Left i, .xBtn .xBtn-Right i, .xBtnGreen .xBtn-Left i, .xBtnGreen .xBtn-Right i {
	display:block;
	width:3px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}

.xBtn .xBtn-Center{
	background-image:url(../images/pictures/btn-sprite.png);
	background-color: #f6f3f0;
	background-repeat: repeat-x !important;
	background-position: 0 -42px; /* For IE 7 scrolling */
	z-index: 10;
	vertical-align: middle;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}

.xBtnGreen .xBtn-Center {
	background-image:url(../images/pictures/btn-sprite-green.png);
	background-color: #f6f3f0;
	background-repeat: repeat-x !important;
	background-position: 0 -42px; /* For IE 7 scrolling */
	z-index: 10;
	vertical-align: middle;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}

.xBtn-over .xBtn-Left{
	background:url(../images/pictures/btn-sprite.png) repeat-x 0 -63px !important;
}
.xBtn-over .xBtn-Right{
	background:url(../images/pictures/btn-sprite.png) repeat-x 0 -84px !important;
}
.xBtn-over .xBtn-Center {
	background:url(../images/pictures/btn-sprite.png) repeat-x 0 -105px !important;
}
.xBtn-click .xBtn-Left {
	background:url(../images/pictures/btn-sprite.png) repeat-x 0 -126px !important;
}
.xBtn-click .xBtn-Right {
	background:url(../images/pictures/btn-sprite.png) repeat-x 0 -147px !important;
}

.xBtn-click .xBtn-Center {
	background:url(../images/pictures/btn-sprite.png) repeat-x 0 -168px !important;
}

/*          --------------- Green ------------- */
.xBtnGreen-over .xBtn-Left{
	background:url(../images/pictures/btn-sprite-green.png) repeat-x 0 -63px !important;
}
.xBtnGreen-over .xBtn-Right{
	background:url(../images/pictures/btn-sprite-green.png) repeat-x 0 -84px !important;
}
.xBtnGreen-over .xBtn-Center {
	background:url(../images/pictures/btn-sprite-green.png) repeat-x 0 -105px !important;
}
.xBtnGreen-click .xBtn-Left {
	background:url(../images/pictures/btn-sprite-green.png) repeat-x 0 -126px !important;
}
.xBtnGreen-click .xBtn-Right {
	background:url(../images/pictures/btn-sprite-green.png) repeat-x 0 -147px !important;
}

.xBtnGreen-click .xBtn-Center {
	background:url(../images/pictures/btn-sprite-green.png) repeat-x 0 -168px !important;
}

.xBtn em, .xBtnGreen em {
	font-style:normal;
	font-weight:normal;
	height: 16px;
}

.xTbar {
	padding-top: 2px;
	min-height: 28px;

}

.xTbar .vsplitter {
	display: inline-block;
	width: 2px;
	padding: 0px;
	margin: 0 5px;
	height: 16px;
	background: #f6f3f0 url("../images/pictures/vertical-splitter.gif") repeat-y 0 0;
}

* html .xTbar .vsplitter {
	display: inline;
}

*+html .xTbar .vsplitter {
	display: inline;
}


.xTbar .xBtn .xBtn-Center,.xTbar .xBtn .xBtn-Left,.xTbar .xBtn .xBtn-Right {
	background-image: none;
}

.ad-edit-handle .xBtn .xBtn-Center, .ad-edit-handle .xBtn .xBtn-Left, .ad-edit-handle .xBtn .xBtn-Right {
	background-image: none;
} 

#color_picker_div {
	position: absolute;
	z-index: 1000;
	margin-top: -297px;
}

/* radio */

.option {
	position: relative;
}
.option input {
	position: absolute;
	left: 0;
}
.option label {
	margin-left: 18px;
}
.option input {
}
html:first-child .option input {
	margin: -4px 0 0 -3px;
}

/*
*  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;
}

.paginator {
	height: 22px;
}

.paginator td {
	font-size: 11px;
	height: 22px;
}


.paginator td input {
	height: 18px;
	padding: 4px 0 0 0;
}

/*  selectors */

.selector { 
	clear: left; 
}

*+html .selector {
	height: 1%; 
}

.selector input {
	float: left; 
	margin-right: -20px 
}
.selector label { 
	margin-left: 20px; 
	display: block; 
}
.percent{
	position: relative;
	top: 0px;
	left: 0pt;
}  

optgroup{
	background-color: #fff;
	color:#000;
}

/*------.createReportButton for opera, mozilla, safari ---------*/
.opera .createReportButton {
	 padding-top: 11px;
}
.mozilla .createReportButton {
	 padding-top: 0px;	
} 
.safari .createReportButton {
	 padding-top: 0px;	
} 
/*------/.createReportButton for opera, mozilla, safari ---------*/

/*------.xBtn .xBtn-text-ico for opera, mozilla, safari ---------*/
	.opera input.button, button.button {
		padding: 6px 5px;
	}
	
	.opera input.createReportButton {
		padding-top: 15px;
	}

	.opera .xBtn .xBtn-text-ico {
		height:15px;
		margin-top:3px;
		padding:0 0 2px 18px;
	}
/*------.xBtn .xBtn-text-ico for opera, mozilla, safari ---------*/


.default_value {
	color: #aaa;
	
}