html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0px;
	background-color: white;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button] {
	font-size: 10px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text], input[type=password], textarea {
	font-size: 11px;
	padding-left: 1px;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 30px;
}

.columnHeader:hover {
	color: #FF6600;
}


.messages ul {
	width: 77%;
	list-style: none;

	border: 1px solid #AABBFF;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 10pt;
}

.messages ul li {
	margin: 0;
}

.messages ul li {
	background-repeat: no-repeat;
	background-position: 2pt 25%;
	padding: 0.2em;
	padding-left: 40px;
	display: block;
	min-height: 24px;
}

/* .message { */
/* 	padding: 5px; */
/* 	list-style: none; */
/* 	border: 0; */
/* 	background: none; */
/* 	padding: 0; */
/* 	color: #000000; */
/* 	margin: 5px 0 8px 0; */
/* 	font-size: 12px; */
/* } */

/* .message li { */
/* 	background: no-repeat left center; */
/* 	padding-top: 1px; */
/* 	padding-left: 20px; */
/* 	margin-left: 3px; */
/* } */

.messages li.infomsg {
	background-image: url(../img/msginfo.png);
}

.messages li.errormsg {
	background-image: url(../img/msgerror.png);
}

.messages li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 160px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea {
	border: 1px solid red !important;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}


select {
	font-size: 12px;
}

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	margin-top: 1em;
	margin-left: 2em;
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}


div#body {
	margin-left: 20px;
	margin-right: 20px;
	
	clear: both;
}

div.actions a {
	display: block;
	float: left;
	border: 1px solid black;
	background-color: white;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	text-decoration: none;
	color: black;
}

.centered {
	text-align: center;
}

div.results table tr:hover {
	background-color: #EAEAEA;
	
}

div.results {
	width: 800px;
}	
div.results table {
	width: 100%;
}

div.bottomActions {
	margin-top: 15px;
	margin-left: 50px;
}

div.topActions {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}


.login {
	width: 600px;
}

.expired {
	color: red;	
}

.panel {
	margin-top: 6px;
}

.panel .rich-panel-body, .panel .rich-tabpanel-content {
	background-color: white;
}

.panel .rich-panel-header {
	font-size: 9pt;
}

.mainPanel {
	margin-top: 6px;
}

.mainPanel .rich-panel-header {
	font-size: 10pt;
}


.status {
	font-weight: bold;
}

.domainAvailable {
	color: green;
}

.domainNotAvailable {
	color: red;
}

.objectToolbar {
	background: #F0F0F0;
	margin-bottom: 2em;
	color: black;
	height: 1.5em;
}

.objectToolbar .rich-toolbar-item {
	color: black;
}

.objectToolbar .rich-toolbar-item a {
	color: #0090FF;
}

.objectTitle {
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 2px 0.2em;
	margin: 0 0 4px 0;
	display: block;
	border-bottom: 1px solid #4477aa;
	color: #4477aa;
}


.menuIcon {
	vertical-align: middle;
	padding-right: 5px;
}

#menu {
/* 	margin-top: 50px; */
	margin-bottom: 1em;
	font-size: 10pt;
}


#mcnHead {
	font-size: 28pt;
	color: 4477aa;
	margin: 5px 0px 15px 20px;
	display: block;
}

#quickSearchForm {
	position: absolute;
	right: 1em;
	top: 14px;	
}

#quickSearchForm label {
	padding-right: 0.5em;
	font-size: 9pt;
	font-weight: bold;
}

#quickSearchForm img {
	vertical-align: middle;
}

#quickSearchForm .searchErrorMsg {
	font-size: 8pt;
	color: red;
	padding-left: 6em;
}

.searchInfo {
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	display: block;
	font-size: 10pt;
}

.selected {
	color: red;
}


/* Informazioni mostrate all'interno di pannelli/form ecc... */
.panelInfo {
	font-size: 10pt;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}

div.quota {
	margin-bottom: 6px;
	width: 200px; /* default width */
}

div.quota .quotaText {
	top: 0;
	left: 0;
	
    margin-top: 2px;
    margin-bottom: 3px;
	
}

div.quotaEdit {
	margin-left: 10px;
	margin-right: 5px;
	float: left;
}

.quotaBar {
	height: 5px;
}
.quotaFree {
	width: 100%;
	background-color: #E0E0E0;
}
.quotaUsage {
	width: 0%;
}

.normal {
	background-color: #81C784;
}

.warning {
	background-color: #FFB74D;
}

.critical {
	background-color: #E57373;
}

ul.nameservers {
	list-style: none;
	padding: 0;
}

.tableControl {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
	
}

.tableControl .pageLink {
	margin-left: 10px;
}

.menuLink {
	color: black !important;
}

.quickSearchSubTitle {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	display: block;
	color: #0078d0;
	border-bottom: 1px solid #0078d0;
	font-size: 10pt;
}


input.search {
  background-repeat: no-repeat;
  background-position: 3px center;
  background-color: transparent;
  border-color: transparent;
  background-image: url(../img/searchSmall.png);
  padding: 4px 3px 4px 20px;
}

.ajaxLoader {
	position: absolute; 
	width: 100%; 
	top: 0;
	left: 0;
	height: 100%; 
	background: #E0E0F0; 
/* 	opacity: 0.6;  */
/* 	filter: alpha(opacity=60); */
/* 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; */
	background: rgba(200, 200, 200, 0.6);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	display: none; 
	z-index: 110;
}

.ajaxLoader img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	opacity: 1;
	z-index: 115;
}


