body {
	font-family: verdana,ariel,tahoma,sans-serif;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/images/background.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000000;
	font-size: 12px;
}

p, div {
	font-family: Verdana,Geneva,Ariel,Helvetica,sans-serif;
	font-size: 12px;
}

/* Start Framed Div Items */
.outerFrame {
	border: 1px solid #D3D3D3;
	padding: 1px;
}

.innerFrame {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #EAEAEA;
	margin: 1px;
	background-color: #F2F2F2;
}

.question {
	height: 35px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 35px;
	background-image: url( "/images/q.png" );
	background-repeat: no-repeat;
}

* > .question {
	min-height: 35px;
	height: 100%;
}

.answer {
	height: 15px;
    padding-top: 10px;
    padding-right: 2px;
    padding-bottom: 0;
    padding-left: 35px;
    background-image: url( "/images/a.png" );
    background-repeat: no-repeat;
}

* > .answer {
	min-height: 30px;
	height: 100%;
}

h1.frameTitle {
	font-family: Verdana,Geneva,Arial,Helvetica,san-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
	margin-bottom: 13px;
	margin-top: 3px;
}

.frameDetails {
	padding: 1px;
}

.frameFooter {
	padding: 2px;
	margin-top: 12px;
	margin-left: 35px;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #D3D3D3;
}

/* End Framed Div Items */

table {
	font-size: 12px;
}

label { 
	font-size: 12px;
}

a {
	color: #F20000;
	font-weight: normal;
}

h1, h3  {
    color: #000000;
	font-size: 13px;
	font-weight: bold;
}

hr {
	height: 1px;
	color: #000000;
}

input select {
	color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    background-color: #efefef;
	margin: 2px;
    border: solid 1px #000000;
}

.floatright {
	float: right;
	padding: 2px;
}

img.floatleft {
    float: left;
    padding: 2px;
    margin-right: 5px;
    border: 1px solid #999999;
}


div#maincolumn {
	width: 780px;
	margin: 5px auto;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #000000;
	clear: both;
}

div#headlogo {
	width: 790px;
	height: 97px;
	margin: 5px auto;
	border: 1px solid #000000;
	background: url("/images/logo.gif") no-repeat;
}

span#content {
	color: #000000;
	text-align: justify;
}

div#mainmenu {
	text-align: center;
	width: 790px;
	height: 25px;
	margin: -5px auto;
	background-color: #F20000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

ul.mainmenu {
	list-style: none;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 170px;
	margin: 0;
	text-align: left;
}

div#mainmenu > ul.mainmenu {
	padding-top: 3px;
}

	ul.mainmenu li {
		vertical-align: middle;
        font-weight: bold;
		display: inline;
		font-size: 12px;
		color: #ffffff;
	}

		ul.mainmenu li a {
			color: #ffffff;
			margin: 0 4px 0 4px;
			text-decoration: none;
			font-weight: bold;
		}
		
		ul.mainmenu li a:hover {
			text-decoration: underline;
		}
		
div.usermenu {
        background-color: #E7E5E5;
        border-bottom: 1px solid #000000;
}

ul.usermenu {
        list-style: none;
        padding: 4px 5px;
        margin: 0px;
        text-align: left;
}

        ul.usermenu li {
                padding: 0px;
                margin: 0px;
                font-size: 11px;
                color: #000000;
                text-align: left;
        }
        
                ul.usermenu li a {
                        color: #F20000;
						font-size: 12px;
                }
                
                ul.usermenu li a:hover {
                        text-decoration: underline;
                }

ul.leftmenu {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: left;
}

ul.leftmenu a {
	line-height: 1.2em;
	display: block;
	background-image: url("/images/background-rollover.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

	ul.leftmenu li {
		padding: 0;
		margin: 0;
		display: block;
		font-size: 12px;
		color: #000000;
	}

		ul.leftmenu li a:link, ul.leftmenu li a:visited {
			display: block;
			vertical-align: middle;
			background-color: #F20000;
			font-weight: bold;
			color: #FFFFFF;
			text-align: left;
			padding-top: 5px;
			padding-left: 23px;
			height: 20px !important;
			text-decoration: none;
		}

		ul.leftmenu li a:hover {
			background-position: 0px -25px;
			text-decoration: none;
			color: #FFFFFF;
		}

div.leftmenu {
	background: url("/images/title.png") repeat-x;
	padding-top: 5px;
	height: 16px;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	text-align: center;
}

div#leftcolumn {
	padding: 0px;
	width: 158px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float: left;
}

div#rightcolumn {
	padding: 5px;
	width: 600px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 164px;
}

div#maincolumn > div#rightcolumn { 
	width: 604px;
}

div.fixfloat {
	height: 1px;
	margin: 0px;
	clear: both;
}

div.bandwidth {
	margin: 5px auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
	width: 780px;
}

div.bandwidth img{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

div.center {
	text-align: center;
}

div#footer {
	margin: 10px auto;
	background-color: #eeeeee;
	text-align: right;
	margin: 5px auto;
	padding: 5px;
	width: 780px;
	border: 1px solid #000000;
}

div#footer a {
	color: #000000;
	font-weight: normal;
}

.p-shadow {
    width: 175px;
    float:left;
    background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;
    margin: 20px 0 0 20px !important;
    margin: 20px 0 0 15px;
}

.p-shadow div {
    background: none !important;
    background: url(/images/shadow2.gif) no-repeat left top;
    padding: 0 !important;
    padding: 0 6px 6px 0;
}

.p-shadow p {
    color: #FFFFFF;
    background-color: #F20000;
    border: 1px solid #999999;
    padding: 4px;
    margin: -6px 6px 6px -6px !important;
    margin: 0;
}

.img-shadow {
    float:left;
    background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.justify {
    text-align: justify;
}

div#contact {
    padding: 3px;
}

span.small {
    font-size: 10px;
}

div.domainlisting {
     font-family: verdana, helvetica, arial, sans-serif, geneva;
     font-size: 12px;
}

div.domainlisting tr.domainheading {
     border: 1px solid #000000;
     background-color: #F20000;
     color: #ffffff;
     font-weight: bold;
}

div.domainlisting tr.domainroweven {
     background-color: #eeeeee;
}

div.domainlisting tr.domainrowodd {
     background-color: #ffffff;
}

a.unlocked {
     color: #F20000;
     font-weight: normal;
}

a.locked {
     color: #00900F;
     font-weight: normal;
}

.red {
	 color: #F20000;
}

.green {
	 color: #00900F;
}

div.domainlisting td {
     text-align: center;
}

div.loginform {
     font-family: verdana, helvetica, arial, sans-serif, geneva;
     font-size: 12px;
}

div.loginform div.header {
     color: #000000;
     margin: 2px;
}

div.loginform div.name {
     border-bottom: 1px solid #000000;
     font-weight: bold;
}

div.loginform table {
	margin-top: 15px;
	margin-left: 155px;
}

.right {
     text-align: right;
}

div.form {
     font-family: verdana, helvetica, arial, sans-serif, geneva;
     font-size: 12px;
     padding: 5px;
}

span.req {
     color: #F20000;
}

div.reqtext {
     text-align: right;
}

div.error {
     font-family: verdana, helvetica, arial, sans-serif, geneva;
     font-size: 11px;
     border: 1px solid #F20000;
	 margin-top: 5px;
     margin-left: 120px;
	 margin-right: 120px;
	 margin-bottom: -10px;

}

div.error .errortitle {
     background-color: #F20000;
     padding-left: 5px;
     color: #FFFFFF;
     font-weight: bold;
}

div.error .errorbody {
     color: #000000;
	 background-color: #cccccc;
     text-align: center;
     padding: 5px;
}

div.info {
     font-family: verdana, helvetica, arial, sans-serif, geneva;
     font-size: 11px;
     border: 1px solid #0000F2;
	 margin-top: 5px;
     margin-left: 120px;
	 margin-right: 120px;
	 margin-bottom: 0px;

}

div.info .infotitle {
     background-color: #0000F2;
     padding-left: 5px;
     color: #FFFFFF;
     font-weight: bold;
}

div.info .infobody {
     color: #000000;
	 background-color: #cccccc;
     text-align: center;
     padding: 5px;
}
.key-point:before {
	line-height: 0.1;
	font-size: 1px;
	background: transparent url("/images/key-point_tr.gif") no-repeat top right;
	margin: -15px -15px -15px -15px;
	height: 15px;
	display: block;
	border: none;
	content: url("/images/key-point_tl.gif");
}
div.key-point {
	background-color: #E0E9E9;
	padding: 5px;
	margin-bottom: 0.5em;
}
div > .key-point {
	background: #E0E9E9 url("/images/key-point_back.gif") right repeat-y;
	padding: 15px 15px 15px 15px;
	margin-bottom: 0.5em;
}
.key-point:after {
	display: block;
	padding-top: 15px;
	line-height: 0.1;
	font-size: 1px;
	content:  url("/images/key-point_bl.gif");
	margin: -10px -15px -15px -15px;
	height: 8px;
	background: transparent url("/images/key-point_br.gif") scroll no-repeat bottom right ;
}

div.managetop {
	width: 250px;
}

div.domainmenu:before {
    line-height: 0.1;
    font-size: 1px;
    background: transparent url("/images/key-point_tr.gif") no-repeat top right;
    margin: -15px -15px -15px -15px;
    height: 15px;
    display: block;
    border: none;
    content: url("/images/key-point_tl.gif");
}
div.domainmenu {
	margin-top: 10px;
    background-color: #FFFFCC;
	width: 140px;
	float: left;
    padding: 5px;
    margin-bottom: 0.5em;
}
div > div.domainmenu {
    background: #FFFFCC url("/images/key-point_back.gif") right repeat-y;
    padding: 15px 15px 15px 15px;
    margin-bottom: 0.5em;
}
div.domainmenu:after {
    display: block;
    padding-top: 15px;
    line-height: 0.1;
    font-size: 1px;
    content:  url("/images/key-point_bl.gif");
    margin: -10px -15px -15px -15px;
    height: 8px;
    background: transparent url("/images/key-point_br.gif") scroll no-repeat bottom right ;
}

div.keypointtitle {
	padding-top: 10px;
	font-weight: bold;
	font-size: 13px;
}

div.keypointbody {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

div.header {
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

div.title {
    color: #000000;
    margin: 2px;
	font-weight: bold;
}

ul.domainmenu {
    list-style: none;
    padding: 5px 5px 4px 5px;
    margin: 0px;
    text-align: left;
}

        ul.domainmenu li {
            padding: 2px;
            margin: 0px;
            font-size: 11px;
            color: #000000;
            text-align: left;
        }

        ul.domainmenu li a {
            color: #000000;
        }

.managedomaininfo:before {
    line-height: 0.1;
    font-size: 1px;
    background: transparent url("/images/key-point_tr.gif") no-repeat top right;
    margin: -15px -15px -15px -15px;
    height: 15px;
    display: block;
    border: none;
    content: url("/images/key-point_tl.gif");
}

div.managedomaininfo {
	margin-top: 10px;
    background-color: #FDF5E6;
    width: 435px;
	float: right;
    padding: 5px;
    margin-bottom: 0.5em;
}

div > .managedomaininfo {
    background: #FDF5E6 url("/images/key-point_back.gif") right repeat-y;
	width: 400px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 0.5em;
}

.managedomaininfo:after {
    display: block;
    padding-top: 15px;
    line-height: 0.1;
    font-size: 1px;
    content:  url("/images/key-point_bl.gif");
    margin: -10px -15px -15px -15px;
    height: 8px;
	background: transparent url("/images/key-point_br.gif") scroll no-repeat bottom right ;
}

div.domaininfobody {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

table.contactitem {
	width: 100%;
	font-size: 12px;
}

table.nameservers {
	font-size: 12px;
	text-align: center;
	border: 1px solid #ffffff;
}

table.nameservers th {
	font-weight: bold;
	background-color: #cccccc;
	border: 1px solid #ffffff;
}

table.nameservers td {
	background-color: #f9f9f9;
	border: 1px solid #ffffff;
}

table.checkout {
	font-size: 12px;
	text-align: center;
	border: 1px solid #cccccc;
}

table.checkout th {
	font-weight: bold;
	background-color: #efefef;
	border: 1px solid #cccccc;
}

table.checkout td {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

table.compare {
	width: 100%;
	border: 1px dashed #eeeeee;
}

td.column {
	font-weight: bold;
	background-color: #cccccc;
	border: 1px solid #ffffff;
	padding: 5px;
}

td.row {
	font-weight: bold;
	background-color: #dddddd;
	border: 1px solid #ffffff;
	padding: 5px;
}

td.data {
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	padding: 5px;
}
	

div.register {
	display: inline;
}

div.register#select {
	padding-top: 0;
}
