/* Main Style Sheet
 * Update by Thaniya W.
 * Timestamp : 19/3/2012
 */

#body {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    /*background: url('../images/bg_blue.png') repeat scroll 0 0;*/
    background-color: #FFFFFF;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 12px;
    color: #333333;
    min-width: 1024px;
}

.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}

#header {
    background: url('../images/header-bkg.png') repeat scroll 0 0;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: auto;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    /*font: Georgia,"Times New Roman","Bitstream Charter",Times,serif;*/
    /*background-color: #D6D6D6;*/
    /*background-color:#464646;*/
    /*background-color:#3B5998;*/
    min-width: 1024px;
}

#logo {
    background-image: url('../images/logo-webreg.png');
    background-repeat: no-repeat;
    width: 260px;
    height: 40px;
    margin-left: 10px;
    margin-top: 0px;
    padding: 0px;
    float: left;
}

#header-label {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 0px;
    float: right;
    font-size: 12px;
    width: auto;
    height: 10px;
    color: #21759B;
    /*
    margin-left:0px;
    margin-right:0px;
    height: 40px;
    width:auto;
    text-align: left;
    color: black;
    float: right;
    */
}

#header-logout {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 20px;
    padding: 0px;
    float: right;
    font-size: 12px;
    width: auto;
    height: 10px;
    /*color:#FFFFFF;*/
}

#header-label-user {
    text-align: left;
    height: 40px;
    padding-top: 0px;
    padding-right: 0px;
}

#header-label-user a {
    text-decoration: none !important;
}

.change-lang {
    float: right;
    margin-top: 3px;
    margin-right: 20px;
}

#backtoweb a {
    top: 10px;
    left: 15px;
    position: absolute;
    text-decoration: none;
    color: #333333;
    height: 40px;
    margin-left: 0px;
    margin-top: 0px;
}

table {
    border-collapse: collapse;
}

table tr.main {
    background: url("../images/gray-grad.png") repeat-x scroll left top #DFDFDF;
    border: 1px solid #C0C0C0;
}

table td.header {
    font-weight: bold;
    /*text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);*/
    line-height: 1.3em;
    padding: 7px 7px 8px;
    text-align: center;
    font-size: 11px;
}

table tr.hilightEven {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
}

table td.detail {
    line-height: 1.3em;
    padding: 7px 7px 8px;
    text-align: left;
    color: #21759B;
}

table tr.hilightOdd {
    background-color: #F6F6F6;
    border: 1px solid #C0C0C0;
}

table td a.submenu {
    font-size: 11px;
}

#login {
    -webkit-box-shadow: #C8C8C8 0px 4px 18px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    -moz-border-radius: 7px 7px 7px 7px;
    -moz-box-shadow: 0 4px 18px #C8C8C8;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    padding: 20px 16px 10px;
    margin: 2em auto;
    width: 300px;
}

label {
    color: #777777;
    font-size: 13px;
}

#user_pass,
#user_login,
#user_email {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 18px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 3px;
    width: 97%;
}

input {
    color: #555555;
}

input.button-primary,
button.button-primary,
a.button-primary {
    border-color: #298cba;
    font-weight: bold;
    color: #fff;
    background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}

input.button-primary:active,
button.button-primary:active,
a.button-primary:active {
    background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
    color: #eaf2fa;
}

input.button-primary:hover,
button.button-primary:hover,
a.button-primary:hover,
a.button-primary:focus,
a.button-primary:active {
    border-color: #13455b;
    color: #eaf2fa;
}

.button-primary {
    border: 1px solid;
    border-radius: 11px 11px 11px 11px;
    cursor: pointer;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 12px;
    margin-top: -3px;
    padding: 3px 10px;
    text-decoration: none;
}

input.logout {
    /*background:url("../images/logout.png") no-repeat scroll left top;*/
    padding: 0px 0px;
    width: 124px;
    height: 40px;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
}

input.logout:hover,
button.logout:hover,
a.logout:hover,
a.logout:focus,
a.logout:active {
    /*border-color:#13455B;
	color:#EAF2FA;*/
    /*background:url("../images/h_logout.png") no-repeat scroll left top;*/
    padding: 0px 0px;
    width: 124px;
    height: 40px;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
}

#forgetpass {
    margin: 2em auto;
    width: 300px;
}

#forgetpass a {
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    color: #21759B !important;
}

#forgetpass a:hover {
    color: #D51E21 !important;
}


#cpanel div.icon {
    text-align: center;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

#cpanel div.icon a {
    display: block;
    float: left;
    border: 1px solid #f0f0f0;
    height: 97px;
    width: 108px;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
}

#cpanel div.icon a:hover {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    color: #0B55C4;
}

#cpanel img {
    padding: 10px 0;
    margin: 0 auto;
    border: 0px;
}

#cpanel span {
    display: block;
    text-align: center;
}

#statpane {
    padding: 10px 10px 10px 10px;
    border: 1px solid #c0c0c0;

}

/*Toolbar box Sub Header Menu*/
div#toolbar-box {
    background: #f7f7f7;
}

div.t,
div.b {
    height: 6px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div.m {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 8px;
}

div#toolbar-box div.m {
    padding: 0;
}

div#toolbar-box {
    background: #fbfbfb;
}

div#toolbar-box div.t {
    background: url("../images/j_border.png") 0 0 repeat-x;
}

div#toolbar-box div.t div.t {
    background: url("../images/j_crn_tr_med.png") 100% 0 no-repeat;
}

div#toolbar-box div.t div.t div.t {
    background: url("../images/j_crn_tl_med.png") 0 0 no-repeat;
}

div#toolbar-box div.b {
    background: url("../images/j_border.png") 0 100% repeat-x;
}

div#toolbar-box div.b div.b {
    background: url("../images/j_crn_br_med.png") 100% 0 no-repeat;
}

div#toolbar-box div.b div.b div.b {
    background: url("../images/j_crn_bl_med.png") 0 0 no-repeat;
}

/*Sub Menu*/
#submenu-box {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 10px;
    margin-top: 10px;
}

#submenu-box .padding {
    padding: 0;
}

div#submenu-box div.t {
    background: url("../images/j_border.png") repeat-x scroll 0 0 transparent;
}

div#submenu-box div.t div.t {
    background: url("../images/j_crn_tr_dark.png") no-repeat scroll 100% 0 transparent;
}

div#submenu-box div.t div.t div.t {
    background: url("../images/j_crn_tl_dark.png") no-repeat scroll 0 0 transparent;
}

div#submenu-box div.b {
    background: url("../images/j_border.png") repeat-x scroll 0 100% transparent;
}

div#submenu-box div.b div.b {
    background: url("../images/j_crn_br_dark.png") no-repeat scroll 100% 0 transparent;
}

div#submenu-box div.b div.b div.b {
    background: url("../images/j_crn_bl_dark.png") no-repeat scroll 0 0 transparent;
}

#submenu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#submenu li {
    float: left;
    margin: 0;
    padding: 0;
}

#submenu li a,
#submenu span.nolink {
    border-right: 1px solid #CCCCCC;
    color: #0B55C4;
    cursor: pointer;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    padding: 0 15px;
}

#submenu span.nolink {
    color: #999999;
}

#submenu a.active,
#submenu span.nolink.active {
    color: #000000;
    text-decoration: underline;
}

.icon32 {
    float: left;
    padding-left: 20px;
    height: 36px;
    margin: 14px 6px 0 0;
    width: 36px;
}

.htxt h2 {
    font: italic 24px/35px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    margin: 0;
    padding: 14px 15px 13px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

h3 {
    line-height: 5px;
    color: #777777;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    font-size: 13px;
    font-style: italic;
    padding: 0px 0px 0px 10px;
}

hr {
    border: 1px solid #ECECEC;
}

hr.red {
    border: 1px solid #FFCC99;
}

hr.red2 {
    border: 2px solid #FFCC99;
}

fieldset {
    border-bottom-left-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    margin: 15px 0px 0px;
    border: 1px solid #CCCCCC;
}

fieldset table {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

legend {
    color: #0B55C4;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

legend a {
    color: #0B55C4;
    font-size: 13px;
    font-weight: bold;
}

img {
    border: 0 none;
}

input.domainlookup {
    font-size: 16px;
    height: 30px;
    width: 250px;
}

input.search {
    font-size: 14px;
    height: 20px;
    width: 250px;
}

select.tld {
    height: 38px;
    width: 150px;
    background: none repeat scroll 0 0 #C6DDE7;
    border: 1px solid #B5CAD0;
    color: #435266;
    font-size: 16px;
    margin: 0px 10px 5px 0;
    padding: 5px;
}

select.main {
    height: 30px;
    background: none repeat scroll 0 0 #C6DDE7;
    border: 1px solid #B5CAD0;
    color: #435266;
    font-size: 12px;
    margin: 0px 10px 5px 0;
    padding: 5px;

}

input.lookupbutton {
    height: 38px;
}

input.buttonmain {
    height: 38px;
}

input.buttonsub {
    height: 30px;
}

hr.sep {
    border: 1px solid #B9C4DA;
}

#footer {
    padding: 25px 30px 10px 10px;
    text-align: right;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #333333;
    width: auto;
}

#menu {
    /* you must set it to relative, so that you can use absolute position for children elements */
    position: relative;
    text-align: center;
    width: 180px;
    height: 40px;
}

#menu ul {
    /* remove the list style and spaces*/
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;

    /* position absolute so that z-index can be defined */
    position: absolute;

    /* center the menu, depend on the width of you menu*/
    left: 110px;
    top: 0;

}

#menu ul li {

    /* give some spaces between the list items */
    margin: 0 5px;

    /* display the list item in single row */
    float: left;
}

#menu #box {

    /* position absolute so that z-index can be defined and able to move this item using javascript */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;

    /* image of the right rounded corner */
    background: url(../images/tail.png) no-repeat right center;
    height: 35px;

    /* add padding 8px so that the tail would appear */
    padding-right: 8px;

    /* set the box position manually */
    margin-left: 5px;

}

#menu #box .head {
    /* image of the left rounded corner */
    background: url(../images/head.png) no-repeat 0 0;
    height: 35px;
    color: #eee;

    /* force text display in one line */
    white-space: nowrap;

    /* set the text position manually */
    padding-left: 8px;
    padding-top: 12px;
}

.loadButton {
    background: none repeat scroll 0 0 #C1DAE4;
    border: 1px solid darkgray;
    color: #303030;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 25%;
}

.loadButton:hover {
    background: none repeat scroll 0 0 azure;
}

input[type=submit]:disabled {
    opacity: 0.4;
}

.img-h30 {
    width: 1px;
    height: 30px;
    border: 0;
}

.img-h20 {
    width: 1px;
    height: 20px;
    border: 0;
}


.img-h15 {
    width: 1px;
    height: 15px;
    border: 0;
}

.img-h10 {
    width: 1px;
    height: 10px;
    border: 0;
}
.img-h8 {
    width: 1px;
    height: 8px;
    border: 0;
}

.img-h5 {
    width: 1px;
    height: 5px;
    border: 0;
}

.img-h4 {
    width: 1px;
    height: 4px;
    border: 0;
}



