html {
width:100%;
height:100%;
}
body {
height:100%;
min-height:100%;
width:100%;
padding:0;
margin:0;
background:url(../img/bodyBG.jpg) repeat-y center;
background-color:#CCCCCC;
color:#000000;
text-align:center;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
#container {
width:738px;
padding:0 10px 10px 10px;
margin:0 auto;
}
#header {
margin:0 auto;
width:758px;
height:100px;
background:url(../img/header.jpg) no-repeat center top;
padding-bottom:5px;
}
#content {
padding-left:175px;
}
#menuLeft {
width:150px;
float:left;
margin:5px 0 5px 0;
text-align:left;
}
.menu {
width:150px;
margin:0 0 10px 0;
padding:0;
}
.menuTop {
width:120px;
height:18px;
background:url(../img/menuTop.jpg) no-repeat top;
margin:0;
padding:4px 0 0 30px;
font-weight:bold;
color:#003399;
background-color:inherit;
}
.menuContent {
background:url(../img/menuBG.jpg) repeat-y center;
width:140px;
margin:0;
padding:5px;
}
.menuBottom {
width:150px;
height:13px;
background:url(../img/menuBottom.jpg) no-repeat top;
margin:0;
padding:0;
}
.menu a:link, .menu a:visited {
text-decoration:none;
}
.menu a:hover, .menu a:active {
text-decoration:underline;
color:#003399;
background-color:inherit;
}
#domaindetail {
height:300px;
overflow:auto;
text-align:left;
padding:10px;
}
p {
text-align:justify;
margin:0 auto;
padding:5px 0 10px 0;
}
h1 {
color:#003399;
text-align:left;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
border-bottom:1px solid #666666;
}
h2 {
color:#003399;
text-align:center;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0 0 5px;
}
h3 {
color:#003399;
text-align:center;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0 0 5px;
}
fieldset {
background:url(../img/fieldsetBG.jpg) repeat-x bottom;
padding:10px;
}
legend {
color:#003399;
font-weight:bold;
}
img {
border:0;
}
#flags {
text-align:center;
padding:1px;
}
#flags img {
border:0;
}
.icon {
vertical-align:middle;
border:0;
}

/* FOOTER */
#footer {
margin:10px 0 10px 0;
padding-top:5px;
border-top:1px dotted #999999;
}

/* Forms */
.input {
width:280px;
height:18px;
background-color:#FFFFCC;
color:#003399;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
.inputIP {
width:150px;
height:18px;
background-color:#FFFFCC;
color:#003399;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
button {
color:#003399;
background-color:inherit;
height:26px;
width:140px;
background:url(../img/button140.gif) no-repeat;
border:0;
}
.button120 {
color:#003399;
background-color:inherit;
height:26px;
width:120px;
background:url(../img/button120.gif) no-repeat;
border:0;
}
form {
padding:0;
margin:0;
}
select {
background-color:#FFFFCC;
color:#000000;
}
.tldSelect {
width:70px;
height:22px;
font-weight:bold;
}

/* LINKS */
a:link, a:visited {
color:#003399;
background-color:inherit;
text-decoration:none;
}
a:hover, a:active {
color:#003399;
background-color:inherit;
text-decoration:underline;
}
#domRes td {
text-align:left;
}
#popRes {
margin:0;
padding:5px;
width:480px;
height:280px;
overflow:auto;
text-align:left;
border:1px solid #333333;
}
.clear {
clear:both;
}
