/*************** ADMIN PAGE ****************/
.myDomainListAdminHeader h3 {
	background: #DFDFDF repeat-x left top;
	padding: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 12px;
	border: solid 1px #E3E3E3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* Header toggle button */
.myDomainListAdminHeader h3 a:link,h3 a:visited,h3 a:active {
	text-shadow: none;
	background-color: #999;
	cursor: pointer;
	display: block;
	float: left;
	color: #eee;
	padding: 0px 4px;
	width: 10px;
	text-align: center;
	font-size: 10px;
	margin-right: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	box-shadow: inset 2px 0 10px #000000;
	-moz-box-shadow: inset 1px 1px 0px #464646;
}

.myDomainListAdminHeader h3 a:hover {
	background-color: #464646;
	color: #eee;
}

.myDomainTableLabel {
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

div.myDomainTableOfferCountBackground {
	float: right;
	position: relative;
	text-align: center;
	font-size: 0.8em;
	bottom: 1px;
	right: 5px;
	background-color: #98c93c;
	height: 17px;
	width: 17px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
border-radius: 75px;
}
div.myDomainTableExpiredBackground {
	float: right;
	position: relative;
	text-align: center;
        color: #fff;
        font-weight: bold;
	font-size: 0.8em;
	
	background-color: #CC0033;
	height: 17px;
	width: 17px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
border-radius: 75px;
}
div.myDomainTableExpired10Background {
	float: right;
	position: relative;
	text-align: center;
        color: #fff;
        font-weight: bold;
	font-size: 0.8em;
	background-color: #CC0099;
	height: 17px;
	width: 17px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
border-radius: 75px;
}
div.myDomainTableExpired30Background {
	float: right;
	position: relative;
	text-align: center;
        color: #fff;
        font-weight: bold;
	font-size: 0.8em;
	
	background-color: #CC9900;
	height: 17px;
	width: 17px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
border-radius: 75px;
}

.widefat td.myDomainListTD {
	
	padding-left: 2px;
       
}

div.myDomainListCategoryList{
  white-space:normal;
  max-width:150px;
  padding-left: 2px;
  padding-right: 2px;
}

.widefat td.myDomainListTD:first-child {
	padding-right: 2px;
padding-left: 2px;
text-align: left;
}


a.myDomainListUpdateInfo {
	background-image: url(../img/info_button_16.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 16px;
	float: right;
}

.myDomainListLabelMessage {
	background-color: #98c93c;
	color: white;
	margin: 2px 0;
	padding: 5px;
	width: 100%;
}

div.myDomainListTagChecklist{
width: 300px;
height: 57px;
word-wrap: break-word;
}

.myDomainTableInput {
	vertical-align: top;
	border-bottom: 1px solid #eee;
	padding: 10px 0px 10px 0px;
}

.myDomainListLabelExtraSmall {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #6B6B6B;
}

.myDomainListEachSelectedCategory{
  display: block;
}

/************** USER TABLE ***************/
#my_domain_list_user_table_content {
	position: relative;
	table-layout: fixed;
	font-family: Montserrat,sans-serif;
}

#my-domain-list-select-letter-page{
display: none;
}

td.myDomainListTD {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: left;
	padding: 10px 12px 14px 12px;
}

td.myDomainListTD:last-child {
	border-right: 0;
}

th.myDomainListTH {
	text-align: center;
	vertical-align: middle;
	cursor: hand; 
	cursor: pointer;
       
}

#my_domain_list_user_table_content thead th {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background-repeat: repeat-x;
	padding: 10px 15px 10px 15px;
}
/*
th.myDomainListTH:last-child {
	-moz-border-radius-topright: 20px; /* Firefox up to version 3.6 */
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	
}*/

tr.myDomainListTR:hover {
	background-color: #F9F9F9;
}

br.myDomainListClear {
	clear: both;
}
/************** LARGE TABLE ***************/
.myDomainListTablelarge {
	width: 100%;
	position: relative;
}
/************** MEDIUMTABLE ***************/
.myDomainListTablemedium {
	width: 70%;
	font-size: 0.8em;
	position: relative;
}
/************** SMALL TABLE ***************/
.myDomainListTablesmall {
	width: 50%;
	font-size: 0.7em;
	position: relative;
}

/*************** PAGINATION *******************/
.myDomainPageMenu {
	clear: both;
	display: block;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 10px;
	width: auto;
	font-family: Montserrat,sans-serif;
}

.myDomainPageMenu .myDomainListPaging {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #dddddd;
	padding: 3px;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.myDomainPageMenu .myDomainListPaging:hover {
	font-size: 10px;
	color: #ff0000;
	border: 1px solid #A7A7A7;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: hand; 
	cursor: pointer;
}

.myDomainPageMenu .myDomainListPagingDisabled {
	color: #eee;
	background-color: #ddd;
}

.myDomainPageMenu .myDomainListPagingDisabled:hover {
	font-size: 10px;
	color: #ccc;
	border: 1px solid #A7A7A7;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
border-radius: 3px;
}

.myDomainPageMenu .myDomainListPagingActive {
	text-decoration: none;
	color: #000000;
	border: 1px solid #336699;
	background-color: #F5F7FA;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#my_domain_list-page-loading {
	float: left;
	display: block;
	vertical-align: text-center;
	padding-top: 10px;
}

/******** DASHBOARD **********************/
table.myDomainListOfferDetails {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

table.myDomainListOfferDetails thead td {
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	color: #21759B;
	text-indent: -5px;
}

table.widefat thead th:nth-of-type(2) {
	text-align: center;
}

table.myDomainListOfferDetails thead td:nth-of-type(2) {
	text-align: center;
}

table.myDomainListOfferDetails tbody {
	border-bottom: 1px;
	border-color: #ddd;
	border-bottom-style: solid;
}

td.myDomainListOfferEmailButton a {
	cursor: hand;
	cursor: pointer;
	display: block;
	color: #21759B;
	text-align: right;
}

td.myDomainListOfferDismissButton span {
	cursor: hand;
	cursor: pointer;
	display: block;
	font-size: 11px;
	color: red;
}

td.myDomainListOfferCommentsButton span {
	cursor: hand;
	cursor: pointer;
	display: block;
	color: green;
	text-align: center;
}

td.myDomainListMakeOfferButton { 
	position: absolute;
	clear: both;
	display: block;
}

/*************/