/* CSS Document */

@font-face 		{ font-family: 'VAGRoundedStdLight';
	src: url('../fonts/vagroundedstd-light-webfont.eot');
	src: url('../fonts/vagroundedstd-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/vagroundedstd-light-webfont.woff') format('woff'),
	url('../fonts/vagroundedstd-light-webfont.ttf') format('truetype'),
	url('../fonts/vagroundedstd-light-webfont.svg#') format('svg');
	font-weight: normal; font-style: normal; }

*				{ margin: 0; padding: 0; outline:none}
body			{ background: #FFF url('../images/bg_main.gif') left top repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 0; margin: 0; }

#container	{ position: relative; width: 960px; margin: 0 auto; }

.container		{
	position: relative;
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}

h1				{ background: url('../images/h1_logo_bg_1.jpg') 0 0 no-repeat #414141; height: 130px; }
h1 a			{ display: block; height: 44px; width: 334px; position: absolute; top: 60px; left: 20px; }
h1 span			{ display: none; }
h2				{ font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #c00; margin: 0 0 7px 0; }
h3				{ font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #c00; margin: 0 0 7px 0; }
p, li				{ margin: 0 0 13px 0; font-size: 14px; color: #333; line-height: 21px; }


a:link {
	color: #B60E0A;
	text-decoration: underline;
}

a:visited {
	color: #870906;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #red;
}
#navigation {
	padding: 0px 20px;
	height:45px;
	background-color: #E1E1E1;
	background-image: url(../images/nav_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

ul.topnav {
	list-style: none;
	float: left;
	width: 920px;
}

ul.topnav li {
	float: left;
	font-weight: bold;
	position: relative;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	margin: 0px;
}


ul.topnav li.last {
	border-right-style: none;
}

ul.topnav li a:link,
ul.topnav li a:visited {
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
	text-shadow: 1px 1px #FFF;
}

ul.topnav li a:hover {
	color: red;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 20px; top: 40px;
	background: rgba(220, 220, 220, 0.9);
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 190px;
	border-top: 1px solid #FFF;
	z-index: 888;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
	width: 188px;
	z-index:999;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 15px;
	z-index:999;
}

ul.inside {
	list-style-position: inside;
}

#main {
	padding: 0;
	background-color: #FFF;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.front #main		{
	background-image: url(../images/front_header_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main .content {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C00;
	padding-top: 30px;
}

.front #main .content {
	border-top-style: none;
	padding-top: 0px;
}

.front #header {
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}
.front #header h2 {
	font-size: 54px;
}

#menu 			{ /* text-align: right; border-bottom: 5px solid #C00; padding: 10px 0 10px 0; margin: 0 0 20px 0;*/ display: none; }
#menu a			{ color:#C00 }

.left			{ margin: 0 20px 40px 0; }
.right			{ margin: 0 0 40px 0; }
.left,.right	{ float: left; width: 470px; }

#left_column {
	display: block;
	float: left;
	margin: 0 0 40px 0;
	padding: 0;
	width: 420px;
}

#right_column {
	display: block;
	float: left;
	margin: 0 0 40px 40px;
	width: 440px;
}

fieldset {
	background-color: #CCC;
	padding: 6px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 27px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:5px;
}

#searchbar {
	display: none;
	/* background-color: #CCC;
	padding: 6px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 27px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:5px;
	clear:both;
	overflow: hidden;
	height: 36px; */
}

/* #searchbar .selector {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	display: inline;
	float: left;
	margin-right: 10px;
	   padding-top: 11px;
}

#search1 {
	float: left;
	margin-right: 10px;
}

.front fieldset {
	background-color: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:0px;
}
#goto {
	float: left;
	margin-right: 0px;
} */
fieldset legend { display: none; }

.inputext,
select {
	font-family:VAGRoundedStdLight, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666;
	float:left;
	width:275px;
	height:36px;
	line-height:36px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:1px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:1px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.5);
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	vertical-align: baseline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.search_homepage {
	width: 450px;
}

p.search_simple, p.search_advanced {
	font-style: italic;
	margin-top: 12px;
	margin-left: 8px;
}

.butsearch		{
	font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-align: center;
	height: 36px;
	line-height: 19px;
	width: auto;
	background: #C00;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background: -moz-linear-gradient(top,#EEE 0%, #BBB);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#BBB));
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	text-shadow: 1px 1px #FFF;
}

.butsearch:hover {
	background:red;
	color: #FFF;
	text-shadow: 1px 1px #000;
 }

.table					{ clear: both; margin: 0 0 40px 0; width: 640px; color: #666; }
.table th				{ background: #e1e1e1; text-align: left; padding: 7px 10px 7px 10px; }
.table td				{ border-bottom: 1px solid #e1e1e1; padding: 7px 10px 7px 10px; }
.table td.action		{ border-bottom: 1px solid #e1e1e1; padding: 0; text-align: right; }
.table td.action a		{ display: block; width: 15px; height: 16px; background: url('../images/action.gif') no-repeat; }
.table td.action a span	{ display: none; }
.table .important1		{ color: #f00; }
.table .important2		{ color: #333; }
.table .possibilitie1	{ color: #0c0; }
.table .possibilitie2	{ color: #f60; }
.table .possibilitie3	{ color: #f00; }

#form			{ width: 372px; border: 1px solid #a2a2a2; padding: 16px 20px 0 20px; color: #666; position: relative;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5); }

#form .close	   { display: block; width: 16px; height: 16px; background: url(close.gif) no-repeat; position: absolute; top: 19px; right: 20px; }
#form .close span  { display: none; }

#form label		   { width: 110px; display: inline-block; height: 27px; }
#form label strong { color: #F00; }

.inputextform	{ font-size: 12px; color: #666; border: 1px solid #ccc; background: #f5f5f5;
	width: 240px; height: 27px; line-height: 27px; padding: 0 10px 0 10px; margin: 0 0 10px 0;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.5); }

.inputextarea { font-size: 12px; color: #666; border: 1px solid #ccc; background: #f5f5f5;
	width: 240px; height: 80px; padding: 3px 5px 0 10px; margin: 0 0 10px 0;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.1), inset 0px 1px 1px rgba(255,255,255,0.5); }

.butsubmit		{ font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif;; font-size: 18px; font-weight: normal; color: #fff; text-align: center; height: 38px; line-height: 19px; width: 100%;
	background: #C00; border: 1px solid #900; cursor: pointer; margin: 20px 0 0 0;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#d80000 0%, #cb0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#d80000), to(#cb0000));
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5); }

.message		{ border:1px #090 dotted; text-align: center; padding: 20px 0; color: #060; font-weight: bold; font-size: 14px; }

#footer			{ border-top: 5px solid #C00; clear: both; color: #999; font-size: 12px; padding: 16px 0 0 0; }
#result 		{ background:url(loading.gif) center center no-repeat; min-height: 50px; border: 1px #000 dotted; }


#res_info	{
	background-color: #EEE;
	padding: 0px;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.res_info_block	{
	width:266px;
	/*height:225px; */
	float:left;
	margin:10px;
	padding: 10px;
}

.res_info_block	.blockmain {
	height:225px;
}

a.details, a.download_pdf, a.download_export, a.form_pre_registration, a.form_follow_up {
	display:block;
	padding:5px;
	font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
	color: #fff;
	text-align: center;
	width: 80px;
	background: #C00;
	border: 1px solid #900;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#d80000 0%, #cb0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#d80000), to(#cb0000));
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
}

a.download_pdf, a.download_export, a.form_pre_registration, a.form_follow_up {
	margin-left: 10px;
	float: right;
	width: auto;
}

a.details:hover, a.download_pdf:hover, a.download_export:hover, a.form_pre_registration:hover, a.form_follow_up:hover{
	background:red;
}

a.disabled {
	border: 1px solid #dddddd;
	background-color: #ddd;
	color: #666666;
	background: -moz-linear-gradient(top,#dddddd 0%, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#f2f2f2));
}

a.disabled:hover {
	background: -moz-linear-gradient(top,#dddddd 0%, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#f2f2f2));
}

div#download_bar {
	float: right;
	padding-top: 15px;
	margin-bottom: 45px;
	width: 650px;
}

a.gmi {
	display:block;
	padding:7px;
	font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
	color: #000;
	text-align: center;
	width: 200px;
	background: #C00;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#EEE 0%, #BBB);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#BBB));
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	text-shadow: 1px 1px #FFF;
}

#goto a.gmi,
#headercontact a.gmi {
	display:block;
	padding:7px;
	font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-decoration:none;
	color: #fff;
	text-align: center;
	width: 280px;
	background: #C00;
	border: 1px solid #900;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#d80000 0%, #cb0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#d80000), to(#cb0000));
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
		text-shadow: none;
}

a.gmi:hover {
	background:#D80000;
	color: #FFF;
	text-shadow: none;
 }
 
#goto a.gmi:hover,
#headercontact a.gmi:hover {
	background: red;
	color: #FFF;
	text-shadow: none;
 }
 
.page-home #headercontact a.gmi {
	margin-bottom: 10px;
}


form.ajxSend,
#main fieldset p,
#main fieldset input#showAll {
	float: left;
	margin-right: 10px;
	display: block;
}

a.show {
	display:block;
	float:left;
	margin:5px;
	padding:5px;
	font-family: VAGRoundedStdLight, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
	color: #fff;
	text-align: center;
	width: 100px;
	background: #C00;
	border: 1px solid #900;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(top,#d80000 0%, #cb0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#d80000), to(#cb0000));
	-moz-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(000,000,000,0.2), inset 0px 1px 1px rgba(255,255,255,0.5);
}

a.show:hover {
	background:red; }

#buttons {
	display:block;
}

#test {
	clear:both;
}

#headertext {
	width:570px;
	margin-right:30px;
	float:left;
}

#headercontact {
	float:right;
}

.table td.tld {
	color:#C00;
	font-weight:bold;
}

.table td.large {
	font-size: 20px;
}

.table tr.clickable {
	cursor: pointer;
}

.table tr.clickable:hover {
	background-color:#E1E1E1;
}

.table td.details li {
	font-size:12px;
	color: #666666;
}

.table td.details {
	border-bottom:none;
	vertical-align:top;
}


/* FLOATING WINDOWS */

.tablepu					{ clear: both; margin: 0 0 40px 0; width: 600px; color: #666; }
.tablepu th				{ background: #e1e1e1; text-align: left; padding: 7px 10px 7px 10px; }
.tablepu td				{ border-bottom: 1px solid #e1e1e1; padding: 7px 10px 7px 10px; }

#MB_window form label,
#pre_cont form label {
	clear: both;
	width: 100px;
	display: inline-block;
}

#MB_window .inputextform {
	width: 485px;
}

#pre_cont .inputextform {
	width: 505px;
}

#pre_cont .tabs h3 {
	clear: both;
}

.form_success {
	color: #659e3d;
	font-weight: bold;
	text-align: center;
}

#form_follow_up_errors, #form_objection_errors, #form_pre_register_errors, #form_errors{
	color: #c00;
	font-weight: bold;
	margin: 10px 0 10px 15px;
}

.form_errors_title {
	font-size: 14px;
	font-weight: bolder;
}

label {
	display: inline-block;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 6px;
	vertical-align: top;
	width: 120px;
}

ol {
	list-style-type: none;
}

#search_keyword {
	margin-bottom: 40px;
}

#search_keyword input.keyword {
	border: 1px solid #999;
	margin-left: 150px;
	width: 350px;
}

#search_filters {
	display: block;
	float: left;
	margin-bottom: 35px;
	width: 220px;
}

#search_filters h2, #search_filters h3 {
	margin-top: 0px;
}
#search_filters h3 {
	font-size: 14px;
	margin-bottom: 0px;
}

#search_filters a {
	color: #c00;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}

#search_filters a:hover {
	text-decoration: underline;
}

#search_filters_applied li {
	color: #999;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 3px;
}

#all_filters li {
	color: #999;
	font-size: 11px;
	line-height: 12px;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 3px;
}

#search_filters li a:link,
#search_filters li a:visited {
	font-weight: normal;
	margin: 0;
	color: #666;
	text-decoration: none;
}

#search_filters li a:hover {
	color: #c00;
	text-decoration: underline;
}

#search_filters_applied {
	margin-bottom: 15px;
}

#search_filters_applied li {
	color: #666;
	/*line-height: 18px;*/
}

#search_results {
	display: block;
	float: left;
	margin-left: 50px;
	width: 640px;
}

.separator {
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin-left: 10px;
	padding-top: 10px;
	width: 85px;
	display: block;
}

div.search_results_left  {
	float: left;
	width: 280px;
}
div.search_results_right {
	float: left;
	width: 280px;
	margin-left: 20px;
}
#cal_results {
	overflow : auto;
	height : 800px;
}

.info_section {
	background-color: #c00;
	color:#FFF;
	font-weight: bold;
	height: 25px;
	text-align:center;
}

.info_value,
.info_key {
	height: 26px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
}

.info_key {
	background-color: #ccc;
	font-weight: bold;
	width: 140px;
	text-align: right;
	padding-left: 20px;
}
.info_value {
	width: 195px;
	padding-left: 7px;
}
.textlimiter {
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
	width: 185px;
}
table td.ebs {
	background-image: url(../images/ebs-logo_microsmall.png);
	background-repeat: no-repeat;
 	background-position: 6px center;
	background-color: #F6F6F6;
	color: #8C8C8C;
}

table td.icann {
	background-image: url(../images/icann-logo-supersmall.png);
	background-repeat: no-repeat;
 	background-position: 0 center;
	background-color: #ddd;
	color:#9D9D9D;
}

#form_tabs label {
	margin-left: 0;
}

.hidden {
	display: none;
}

/* 
CAL
*/


body.page-cal h2 {
	display: inline-block;
	color: #FFF;
	background-color: #C00;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

body.page-cal #search_results {
    display: block;
    float: left;
    width: 870px;
}
.dategroup.year  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear:both;
	overflow: hidden;
	display: block;
}

h2.dategroup.year  {
	font-size: 20px;
	font-weight: bold;
	background-color: #FFF;
	display: block;
	padding: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0;
	color: #000;
}

.dategroup.month  {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear:both;
	overflow: hidden;
	display: block;
}

h3.dategroup.month  {
	font-size: 16px;
	font-weight: bold;
	background-color: #E4E4E4;
	display: block;
	padding: 4px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.dategroup.month .views-row  {
	position: relative;
	border: 1px solid #C00;
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	overflow: hidden;
	padding: 8px;
	width: 260px;
	margin-right: 10px;
	height: 177px;
}
a.dotbrand {
	color: #999999;
}
.dategroup.month .views-row.dotbrand  {
	position: relative;
	border: 1px solid #999999;
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	overflow: hidden;
	padding: 8px;
	width: 260px;
	margin-right: 10px;
	height: 177px;
}

.dategroup .views-field-field-gtld-logo {
	float: right;
	margin-left: 10px;
}

.dategroup .views-field-field-gtld-logo a:hover {
	background-color: #FFF;
	cursor: pointer;	
}

.dategroup .views-field-field-name-of-gtld .field-content {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 26px;
}

.dategroup .view-field {
	clear: both;
}

.dategroup .views-label {
	color: #666666;
	display: inline-block;
	float: left;
	font-size: 10px;
	margin-right: 5px;
	padding-top: 0px;
	text-transform: uppercase;
	width: 120px;
	background-color: #EEEEEE;
	text-align: right;
    margin-top: 1px;
}

.dategroup .views-field-field-name-of-gtld {
	vertical-align: middle;
	display: block;
	height: 36px;
}

.dategroup .views-label-field-name-of-gtld {
	display: none;
}
/* .dategroup  .views-field .field-content {
    padding-left: 110px;
} */

.dategroup h3 {
	display: none;
}

.dategroup  .views-field.views-field-field-gtld-logo .field-content,
.dategroup .views-field.views-field-edit-node .field-content {
    padding-left: 0px;
}

.dategroup .views-field.views-field-field-sunrise-status .field-content {
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #3A97C5;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	text-align: center;
}

.dategroup .Now.accepting.registrations.in.Sunrise.Period .views-field.views-field-field-sunrise-status .field-content {
	background-color: #FF0;
	color: #000;
}

.dategroup .views-row.Awaiting.launch.Sunrise.Period .views-field.views-field-field-sunrise-status .field-content {
	background-color: #A3DE00;
}

.dategroup .views-row.Claims.Notifications.active .views-field.views-field-field-sunrise-status .field-content {
	background-color: #3A97C5;
}

.dategroup .views-row.Sunrise.and.Claims.Notifications.closed .views-field.views-field-field-sunrise-status .field-content {
	background-color: #DDD;
	color: #666;
}

.dategroup .views-row.tentative .views-field.views-field-field-sunrise-status .field-content {
	background-color: #C30;
}

.dategroup .views-field.views-field-field-gtld-description .field-content {
	padding-left: 0px;
	display: block;
	font-size: 13px;
	clear: both;
	margin-top: 6px;	/* padding: 4px;*/
}

/* .views-field-field-estimated-date-of-sunrise,
.views-field-field-sunrise-period {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #666;
} */

.views-field-field-estimated-date-of-sunrise .field-content {
	font-size: 13px;
	font-weight: bold;
}  

.views-field-field-name-of-gtld .field-content {
	text-align: center;
	display: block;	
}

.views-field-field-name-of-gtld .field-content a:link {
	text-decoration: none;	
}

.dategroup .views-field.remark {
	margin-bottom: 5px;
}

.dategroup .gtld-is-contested {
	display: block;
	color: #000;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 24px;
	background-image: url(../images/exclamation_1.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.dategroup .views-label.remark {
	background-color: transparent;
	color: #C00;
	display: block;
	float: none;
	font-size: 10px;
	margin-right: 0px;
	padding-top: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 5px;
}

.dategroup .field-content-extrainfo  {
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-size: .95em
	clear: both;
}

.dategroup .field-content-extrainfo a:link,
.dategroup .field-content-extrainfo a:visited {
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 11px;
}

.dategroup .field-content-extrainfo a:hover,
.dategroup .field-content-extrainfo a:focus {
	background-color: #FFD4C8;
}
a.calh2 {
	color: white;
	text-decoration: none;	
}
h2.calh2:hover, 
h2.calh2:focus {
	background-color: red;
}

img.calimg {
	vertical-align: bottom;
}
tr.even {
	background-color: rgb(228,228,228); 
}
h4.expandbutton {
	background-color: #C00; 
	font-size: 12px;
	text-decoration: none;
	float: left;
}
a.expandbutton {
	background-color: #C00; 
	color: white;
	font-size: 12px;
	text-decoration: none;
	padding: 7px;
}
.expandbutton:hover,
.expandbutton:focus {
	background-color: red;
}
table.calnews {
	width: 830px;
	padding-left: 5px;
}
.callinksinfo {
	float: none;
}
div.searchtld {
	padding: 5px;
	text-align: right;
	margin-right: 30px;
}
div.moreinfo,
div.callinksinfo {
	width: 830px;
	margin-left: 45px;
}
