/* CSS Document */
/* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
    border: 1px solid #cccccc;
}

a {
	color: #369;
}

a:hover {
	color: #fff;
	background: #369;
	text-decoration: none;
}

h1,h2,h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}

table {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

th {
	border-bottom: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	background: #f6f6f6;
	padding: 5px;
}

td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding: 5px;
}

h1 {
	font-size: 130%;
	color: #006699;
}

h2 {
	font-size: 115%;
	color: #006699;
}

.emphasize {
	font-style: italic;
}

.mandatory {
	color: #006699;
}

/* Container */
#container {
	width: 100%;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
}

#header {
	border-bottom: 0px solid #000;
}

#header #logo {
	float: left;
}

#header #userTools {
	float: right;
	margin-top: 30px;
}

#userTools table {
	border-left: 0px;
	border-top: 0px;
}

#userTools td {
	border-right: 0px;
	border-bottom: 0px;
	text-align: left;
	padding: 5px;
	line-height: 9px;
}

#header p,#header h1,#header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}

#header #navigation ul {
	clear: left;
	float: right;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#header #navigation ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #navigation ul li a {
	display: block;
	float: right;
	margin: 0 0 0 0px;
	padding: 3px 20px;
	text-align: center;
	background: #006699;
	color: #FFF;
	text-decoration: none;
	position: relative;
	line-height: 1.3em;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
}

#header #navigation ul li a:hover {
	background: #003366;
	color: #fff;
}

#header #navigation ul li a.active,#header ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}

#header #navigation ul li a span {
	display: block;
}

/* 'widths' sub menu */
#layoutDims {
	clear: both;
	background: #006699;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 0px 5px !important;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	height: 24px;
}

#layoutDimsPublic {
	clear: both;
	background: #006699;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 3px 5px 0px !important;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	font-weight: bold;
	height: 24px;
}

#layoutDimsPublic a,#layoutDimsPublic a:hover,#layoutDimsPublic a:visited
	{
	color: #FFF;
}

#layoutDimsHTML {
	clear: both;
	background: #006699;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 3px 5px 0px !important;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	height: 21px;
}

#layoutDimsHTML a,#layoutDimsHTML a:hover,#layoutDimsHTML a:visited {
	color: #FFF;
}

/* column container */
.colMask {
	position: relative;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column right menu settings */
.rightMenu {
	background: #FFF;
}

.rightMenu .colLeft {
	float: left;
	width: 200%;
	margin-left: -250px;
	position: relative;
	right: 100%;
	background: #fff;
}

.rightMenu .col1Wrap {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
	padding-bottom: 1em;
}

.rightMenu .col1 {
	margin: 0 15px 0 265px;
	overflow: hidden;
}

.rightMenu .col2 {
	float: right;
	width: 220px;
	position: relative;
	left: 235px;
}

/* single column layout */
.singleCol .colLeft {
	position: relative;
	background: #fff;
}

.singleCol .col1Wrap {
	position: relative;
	padding-bottom: 1em;
}

.singleCol .col1 {
	margin: 0 15px 0 15px;
	overflow: hidden;
}

/* Page Styles */
#disputativeDomainsBox {
	background: #DDD;
	margin-top: 10px;
	border: 1px solid #000;
}

#disputativeDomainsBox p {
	padding: 5px;
}

#disputativeDomainsBox table {
	border-left: 0px solid #e6e6e6;
	border-top: 0px solid #e6e6e6;
}

#disputativeDomainsBox th {
	border-right: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	text-align: left;
	padding: 5px;
	font-size: 120%;
	background: #6699CC;
	color: #FFF;
}

#disputativeDomainsBox td {
	border-right: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	text-align: left;
	padding: 5px;
	line-height: 9px;
}

#container2 {
	
}

#title {
	color: #006699;
}

#title2 h1,#title2 h2,#title2 h3 {
	text-align: left;
	margin-bottom: 10px;
}

#content {
	
}

#content ol ul li {
	list-style-type: disc;
}

#content h4 {
	color: #006699;
	border-bottom: 1px dotted #006699;
}

#content2 h1,#content2 h2,#content2 h3,#content2 h4 {
	text-align: left;
}

#content2 p,#content2 ol li,#content2 ol ul li {
	text-align: justify;
	font-size: 100%;
	line-height: 120%;
}

.chi #content2 p,#content2 ol li,#content2 ol ul li {
	text-align: justify;
	font-size: 100%;
	line-height: 140%;
}

#content2 ol ul li {
	list-style-type: disc;
}

#content-center {
	width: 700px;
	margin: 0 auto;
}

#preamble {
	
}

#terms {
	margin: 30px 0;
}

#terms ol {
	list-style-type: lower-alpha;
	line-height: 200%;
}

#result {
	color: #666666;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 10px 0 0 0;
}

#form {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #666;
}

#errorText {
	color: #990000;
}

#sucessText {
	color: #66CC33;
}

/* Disputative Domain tables */
/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}

#footer p {
	padding-top: 10px;
	padding-right:10px;
	margin: 0;
}

#footer #left {
	float: left;
}

#footer #right {
	float: right;
}

.clear {
	clear: both;
}

#recommend {
	clear: both;
	float: left;
	width: 100%;
}

#recommend p {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0;
}

#recommend #left {
	float: left;
}

#recommend #right {
	float: right;
}

/* Forms */
.whois table,.whois td {
	border: 0px;
}

#content .buttons {
	margin: 0;
	float: right;
}

.formError {
	margin-left: 10px;
	font-size: 85%;
	color: #990000;
	vertical-align: middle;
}

.formSuccess {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 100%;
	color: #339900;
}

.formHint {
	margin-left: 10px;
	font-size: 70%;
	color: #666666;
}

#check_domain_msg {
	text-align: right;
	color: #666666;
}

#resetPassword table {
	border: 0;
	width: 350px;
	font-size: 95%;
}

#resetPassword td {
	border: 0;
	padding: 5px;
}

/* Apps - end user */
#myProfile table {
	border: 0;
	width: 750px;
}

#myProfile td {
	border: 0;
	padding: 5px;
}

#registerDomain table {
	border: 0;
	width: 750px;
}

#registerDomain td {
	border: 0;
	padding: 5px;
}

#HostDns input {
	margin: 5px;
}

#HostDns a {
	text-decoration: underline;
	color: #0099FF;
}

#HostDns a:hover {
	text-decoration: none;
}

#HostDns input {
	margin-right: 5px;
}

.addIp {
	margin: 0 5px 5px 10px;
}

#attachments table {
	border: 1px;
	width: 600px;
}

#attachments td {
	border: 0;
	padding: 5px;
}

#file table {
	border: 0;
	width: 100%;
}

#file td {
	border: 0;
	padding: 5px;
}

#checkDomain table {
	border: 0;
	width: 500px;
}

#checkDomain td {
	border: 0;
	padding: 5px;
}

#requestDomain table {
	border: 0;
	width: 750px;
}

#requestDomain td {
	border: 0;
	padding: 5px;
}

#requestSuccessful table {
	border: 0;
	width: 100%;
}

#requestSuccessful td {
	border: 0;
	padding: 5px;
}

/* Apps - Admin */
.textButton {
	width: 85px;
	background-color: #e6e6e6;
	border: 1px outset #999;
	padding: 5px;
	font-size: 86%;
	margin: 3px;
	text-align: center;
	text-decoration: none;
}

.textButton {
	text-decoration: none;
}

.textButton:hover {
	background-color: #CCCCCC;
	color: #FFF;
}

.tightSpacing {
	margin: 0;
}

.tightSpacingStd {
	margin: 0;
	width: 100px;
}

#submitDocuments table {
	border: 0;
	width: 750px;
}

#submitDocuments td {
	border: 0;
	width: 750px;
}

#manageApplication {
	
}

#manageApplication .button input {
	width: 100px;
}

#manageDomain {
	
}

#manageRenew {
	
}

#searchHeader {
	margin: 0px 0px 20px 0px;
}

#searchHeader table {
	border: 0;
}

#searchHeader td {
	border: 0;
	vertical-align: middle;
}

#listNav {
	width: 100%;
	margin: 0;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
}

#listNavLeft {
	float: left;
}

#listNavRight {
	float: right;
}

#signupProfile table {
	border: 0;
	width: 750px;
}

#signupProfile td {
	border: 0;
	padding: 5px;
}

#login table {
	border: 0;
	width: 750px;
}

#login td {
	border: 0;
	padding: 5px;
}

#changePassword table {
	border: 0;
	width: 750px;
}

#changePassword td {
	border: 0;
	padding: 5px;
}

#reservedDomains table {
	border: 0;
	width: 750px;
}

#reservedDomains td {
	border: 0;
	padding: 5px;
}

#mergeAccounts table {
	border: 0;
	width: 750px;
}

#mergeAccounts td {
	border: 0;
	padding: 5px;
}

#renewDomain table {
	border: 0;
	width: 750px;
}

#renewDomain td {
	border: 0;
	padding: 5px;
}

#confirmation table {
	border: 0;
	width: 750px;
}

#confirmation td {
	border: 0;
	padding: 5px;
}

/* html pages */
#extraDiv1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#extraDiv1 span {
	background: transparent url(../guide/images/monic_logo.jpg) no-repeat
		89px top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 68px;
}
