
h2 {
	margin-bottom: 0;
	margin-top: 0.75em;
}
a {color:#c62976;text-decoration:none;cursor:pointer; font-weight: bold;}
a.online, .payed_seo {color:#529214;}
a:hover {text-decoration:underline;cursor:pointer; font-weight: bold;}
.keyword {
	font-weight: bold;
}
input[type="text"], input[type="password"], textarea, select , button, button.negative, button.positive {margin-top: 0.1em}
div.wcr_small_form  input[type="text"] {width: 70px; padding: 2px 2px 2px 2px;}
div.wcr_small_form p {text-align: right;}
div.wcr_small_form label {font-weight: normal; font-size: 0.9em}
textarea.low {height: 125px;}
textarea.thin {height: 60px;}


table.grid
{
    border-color: #101010;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
}

table.grid tbody tr td, table.grid tbody tr th
{
    border-color: #101010;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    white-space: nowrap;
}

table.nobr td, td.nobr {
    white-space: nowrap;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


div.tooltip {
	background-color:#fff;
	border:1px solid #101010;
	padding:10px 15px;
	width:200px;
	display:none;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.tooltipheader
{
    color: #000;
	font-weight:bold;
}
.channel_nc {
	border:1px solid #101010;
	text-align: center;
}

.channel_c {
	border:1px solid #101010;
	text-align: center;
}

div.keyword {
	border:1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px; 
	margin-bottom: 5px;	
}
div.keyword:hover {
	cursor: pointer;
}
div.keyword > span {
	margin-left: 5px;
	font-weight: bold;
}
div.keyword > div {
	margin-left: 5px;
}

#col_chooser {
	display: none;
  height: 350px;
  width: 800px;
  border: solid 2px grey;
  background: #fff;
  position: absolute;
  padding: 10px;
  top: 350px;
  left: 150px;
  overflow: auto;
}
#col_chooser > label{
	display: block;
	float: left;
	min-width: 150px;
}
#col_close, .close {
	  position: absolute;
	  right: 3px;
	  top: 3px;
	  cursor: pointer;
}
table.tablesorter tr.even:hover td,
table.tablesorter tr.odd:hover td {
    background-color: #D3DFF0;
}

table#domain_table {
	width: auto;
}
.from_to {
	text-align: center;
}

#domain_gui_links {
	display: none;
	height: 350px;
	width: 700px;
	border: solid 2px grey;
	background: #fff;
	position: absolute;
	padding: 10px 10px 20px 10px;
	top: 100px;
	left: 350px;
}
#domain_gui_links_list {
	overflow: auto;
	height: 270px;
	margin-bottom: 10px;
}
#domain_gui_links_edit {
	display: none;
	height: 50px;
	width: 740px;
	border: solid 2px grey;
	background: #fff;
	position: absolute;
	padding: 10px;
	top: 180px;
	left: 330px;
}
img.delete_link, img.edit_link {
	cursor: pointer;
}

.mce-btn  button   {
	display: inline-block;
}
.bold-red {
	font-weight: bold;
	color: red;
}
.bold-green {
	font-weight: bold;
	color: green;
}
.popup {
	display: none;
  border: solid 2px grey;
  background: #fff;
  position: absolute;
  padding: 10px;
  overflow: auto;
}