/* Take2Hosting General CSS */



/* whole page */

* {
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    background-color: #ffffff;
    font-family: tahoma, arial, sans-serif;
    font-size: 13px;
    color: #555;
}

a {
    color: #555;
    text-decoration: underline;
}

a:hover {
    color: #f00;
}

img {
    border: none;
}

p {
    margin: 10px 0px 5px;
    text-align: justify;
}


/*
table {
    border-collapse: collapse;
}
*/

/* table display */
th.dishead {
    background-color: #ddd;
    text-align: center;
    color: #000;
    font-weight: bold;
}

th.dishead a {
    color: #000;
    font-weight: bold;
}


tr.dishead {
    background-color: #ddd;
    text-align: center;
    color: #000;
    font-weight: bold;
}


th.dis {
    text-align: right;
    color: #000;
}

td.dis {
    text-align: left;
}








.normal ul {
    padding: 8px;
    margin: 5px;
}

.clearthis {
    margin : 0px;
    height : 1px;
    clear : both;
    float : none;
    font-size : 1px;
    line-height : 0px;
}

.container {
    margin: 0px auto;
    width: 1200px;
    border-color: #9e9ec3;
    border-width: 0px 1px 1px;
    border-style: solid;
}

#faqImage {
    padding: 15px 15px 15px 15px;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}


/* Alerts */

.important {
    border-style: solid;
    padding: auto;
    border-color: #f00;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.notify {
    border-style: solid;
    padding: auto;
    border-color: #000;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.importantPass {
    border-style: solid;
    padding: auto;
    border-color: #090;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.importantFail {
    border-style: solid;
    padding: auto;
    border-color: #f00;
    color: #000;
    text-align: center;
    font-weight: bold;
}



/* Text treatments */

.subTitle1 {
    font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: +1px;
    font-weight: bold;
}

.subTitle2 {
    font: bolder 1em 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: +1px;
    font-weight: bold;
}

.textRed {
    font: 'Trebuchet MS', Arial, Sans-serif;
    color: #f00;
}

.textBlue {
    font: 'Trebuchet MS', Arial, Sans-serif;
    color: #00f;
}

.textGreen {
    font: 'Trebuchet MS', Arial, Sans-serif;
    color: #0f0;
}

.textBlack {
    font: 'Trebuchet MS', Arial, Sans-serif;
    color: #000;
}

.textOrange {
    font: 'Trebuchet MS', Arial, Sans-serif;
    color: #f90;
}



/* tickets */

.tickets {
    padding: auto;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    color: #000;
    font-weight: bold;
}

.tickets a {
    color: #000;
    font-weight: bold;
}




/* forms */

input {
    padding-left: 2px;
    background-color: #fff;
    color: #555;
    font-size: 12px;
}



/* Page Header */

.page_header {
    width: 100%;
    height: 110px;
    background: url('/img/header_background.gif') repeat-x 0px 0px;
    overflow: hidden;
    color: #fff;
}

.page_header a {
    color: #fff;
    text-decoration: none;
}


/* Logo Title upper left */

.page_heading {
    float: left;
}

.page_heading h1 {
    position: relative;
    top: 6px; left: 12px;

    font: bolder 3em 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: -1px;
    color: #000;
}

.page_heading a {
    color: #000;
    text-decoration: none;
}

.page_heading h2 {
    position: relative;
    float: left;
    clear: both;
    top: 3px; left: 30px;
}



/* Header Links upper right */

.page_headerlinks {
    float: right;
    width: 275px;
    padding-right: 5px;
    padding-top: 15px;
    text-align: left;
    word-spacing: -1px;
}

.page_headerlinks ul {
    list-style-type: none;	
}

.page_headerlinks li {
    padding: 0px 10px 0px 9px;
    float: left;
    list-style-type: none;
    background: url('/img/header_toplinks_div.gif') no-repeat 100% 2px;
}

.page_headerlinks li.last {
    padding-right: 0px;
    background: none;
}


/* Main Navigation Menu */

.page_menu {
    margin-bottom: 1px;
    width: 100%;
    height: 21px;
}

.page_menu ul {
    width: 100%;
    height: 21px;
    list-style-type: none;
    overflow: hidden;
}

.page_menu li {
    margin-right: 1px;
    width: 96px;
    height: 21px;
    float: left;
    background: url('/img/menu_background.gif') repeat-x 0px 0px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.page_menu li.red {
    background: url('/img/redSquare.gif') repeat-x 0px 0px;
}

.page_menu li.last {
    margin-right: 0px;
    width: 96px;
}

.page_menu a {
    padding-top: 3px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.page_menu a:hover {
    color: #e1e1e1;
}





/* login form */

#loginform {
    position: relative;
    float: right;
    text-align: right;
    background: transparent;
    border: none;
    margin: 0; padding: 1px;	
    vertical-align: bottom;
    top: 35px; right: -270px;
}

form.loginform input.textbox { 
    margin: 0; 
    width: 80px;
    border: 1px solid #CCC; 
    background: #FFF;
    color: #333; 
}


/* Banner */

.page_banner_home {
    width: 99%;
    height: 100px;
    color: #000;
}

.page_banner_home a {
    text-decoration: none;
    color: #555;
}


/* T2 Logo and Page Banner */

.page_banner {
    text-align: left;
    color: #000;
    font-weight: bold; 
    font-size: 25px;
    vertical-align: middle;
}

.page_banner img {
    vertical-align: middle;
}

.page_banner a {
    color: #000;
    text-decoration: none;
}



/* Modules */

.mod_tier1 {
    width: 99%;
    background-color: #e1e1e1;
    border-color: #00000;
    border-width: 0px 0px 0px;
    border-style: solid;
    font-size: 14px;
    color: #000;
}

.mod_tier1 ul {
    padding: 8px;
    margin: 7px;
}

.mod_Title1 {
    width: 99%;
    text-align: center;
    background: url('/img/menu_background.gif') repeat-x 0px 0px;
    font-family: Georgia, 'MS Serif', 'New York', sans-serif;
    color: #000;
    font-size: 18px;
}

.mod_Title1 a {
    text-decoration: none;
    color: #fff;
}


.mod_tier2 {
    width: 99%;
    background-color: #e1e1e1;
    border-color: #000000;
    border-width: 0px 0px 0px;
    border-style: solid;
    color: #000;
}

.mod_tier2 ul {
    padding: 8px;
    margin: 7px;
}


.mod_Title2 {
    background: url('/img/menu_background.gif') repeat-x 0px 0px;
    width: 99%;
    text-align: center;
    background-color: #c1c1c1; 
    font-family: Georgia, 'MS Serif', 'New York', sans-serif;
    color: #fff;
    font-size: 18px;
}


.mod_os_choice {
    width: 100%;
    border-color: #000000;
    border-width: 0px 0px 0px;
    border-style: solid;
}



.mod_tier3 {
    width: 99%;
    border-color: #9e9ec3;
    border-width: 1px 1px 1px;
    border-style: solid;
    color: #000;
    border-spacing: 0px;
}


/* Standard module */
.module {
    width: 99%;
    border-color: #9e9ec3;
    border-width: 1px 1px 1px;
    border-style: solid;
    color: #000;
    border-spacing: 0px;

}

.module th {
    background-color: #ddd;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.module td {
//    background-color: #ddd;
    text-align: left;
    color: #000;
}



.module p {
    margin: 10px 20px 10px 10px;
    text-align: justify;
}


/* Standard Forms */
.niceform {
    margin-left: auto; 
    margin-right: auto;
}


.niceform th {
    background-color: #fff;
    text-align: right;
    color: #000;
    font-weight: bold;
}

.niceform td {
    text-align: left;
    color: #000;
}


/* Page Footer */

.page_footer {
    font-family: arial, tahoma, sans-serif;
    width: 100%;
    float: center
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.container_footer {
    margin: 0px auto;
    width: 100%;
    color: #000;
}

.container_footer a {
    color: #000;
    text-decoration: none;
}

.container_footer a:hover {
    color: #f00;
    text-decoration: none;
}





/* Pages */


.p_allpages {
    width: 98%;
    margin: 0 auto;
}

.p_home {
    width: 97%;
    margin: 0 auto;
}

.p_home ul {
    list-style-type: circle;
    padding: 0px;
    margin: 20px;
}


.p_regserver {
    width: 90%;
    margin: 0 auto;
}



.p_profile {
    width: 98%;
    margin: 0 auto;
}


.p_status {
    width: 98%;
    margin: 0 auto;
}


.p_tickets {
    width: 98%;
    margin: 0 auto;
}


.p_billing {
    width: 98%;
    margin: 0 auto;
}


.p_control {
    width: 98%;
    margin: 0 auto;
}


.p_traffic {
    width: 40%;
    margin: 0 auto;
}


.p_faq {
    width: 98%;
    margin: 0 auto;
}


.p_validate {
    width: 98%;
    margin: 0 auto;
}





















