/* Take2Hosting.com CSS3 */

/* whole page */

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

body {
    background-color: #fff;
    color: #333;
    font-family: tahoma, arial, sans-serif;
    font-size: 0.8em;
    height: 100%;
}

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

a:hover {
    color: #F00x;
}

img {
    border: none;
}

p {
    margin: 10px 0px 5px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: justify;
    text-indent: 1em;
}

b {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
}


/* Page Container */
.container {
    border-color: #9e9ec3;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    margin: auto;
    margin-bottom: 1em;
    width: 1200px;
}


/*
   Specific Pages 
*/

.page-body {
    margin: auto;
    width: 98%;
}

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


/*
  Tables
*/

table {
    width: 100%;
}

td {
    vertical-align: top;
}

td.cols2 {
    width: 50%;
}

td.cols3 {
    width: 33%;
}

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

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

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

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

td.dis {
    text-align: left;
}


/* 
   Table Module
*/

.data table {
    border: none;
}

.data th {
    color: #000;
    font-weight: bolder;
    padding: 1px;
    text-align: right;
    width: 25%;
}

.data td {
    font-weight: normal;
    padding: 1px;
    text-align: left;
}





/*
  Basic text manipulation
*/
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lefter {
    text-align: left;
}

.righter {
    text-align: right;
}

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



/*
  Page Layouts
*/

.cols2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.cols3 {
    display: inline-block;
    width: 33%;
}




/* 
   Text treatments 
*/

.subSpecial1 {
    color: #f00;
    font: bolder 1.8em 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: +1px;
    text-align: center;
}

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

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

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

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

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

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

.textWhite {
    color: #fff;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
}

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

.textYellow {
    color: #ff0;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
}

.textPink {
    color: #ffc0cb;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
}

pre {
    font-family: monospace;
    font-size: 1.2em;
}


/* 
   Alert Messages 
*/

/* DEP */
.important {
    border-color: #f00;
    border-style: solid;
    color: #000;
    font-weight: bold;
    margin: 3em;
    padding: 1em 1em 1em 1em;
    text-align: center;
}

/* Black border */
.notify {
    border-color: #000;
    border-style: solid;
    color: #000;
    font-weight: bold;
    margin: 3em;
    padding: 1em 1em 1em 1em;
    text-align: center;
}

/* Green border */
.importantPass {
    border-color: #090;
    border-style: solid;
    color: #000;
    font-weight: bold;
    margin: 3em;
    padding: 1em 1em 1em 1em;
    text-align: center;
}

/* Red border */
.importantFail {
    border-color: #f00;
    border-style: solid;
    color: #000;
    font-weight: bold;
    margin: 3em;
    padding: 1em 1em 1em 1em;
    text-align: center;
}







/*
  Page Header
*/

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

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


/*
  Page Header Title
*/

.page-header-title {
    display: inline-block;
    float: left;
}

.page-header-title h1 {
    font: 3em 'Trebuchet MS', Arial, Sans-serif;
    font-weight: bolder;
    left: 0.5em;
    position: relative;
    top: 0.3em;
}

.page-header-title a {
    color: #000;
    text-decoration: none;
}

.page-header-title h2 {
    position: relative;
    left: 2em;
}


/*
  Header Quick Nav Links
*/

.page-header-links {
    display: inline-block;
    float: right;
    padding-right: 1em;
    padding-top: 1em;
    text-align: right;
}

.page-header-links ul {
    list-style-type: none;	
}

.page-header-links li {
    background: url('/img/header_toplinks_div.gif') no-repeat 100% 2px;
    float: left;
    padding: 0px 10px 0px 9px;
}

.page-header-links li.last {
    background: none;
}


/* login form */

.login-form {
    clear: right;
    font-weight: bold;
    float: right;
    margin: 1em;
    text-align: right;
    vertical-align: bottom;
}

form.login-form input.textbox { 
    border: 1px solid #ccc;
}


/*
  Menu Bar
*/

.page-menu {
    height: 2em;
}

.page-menu ul {
    list-style-type: none;
    overflow: hidden;
}

.page-menu li {
    background-color: #9393c0;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 1px;
    overflow: hidden;
    text-align: center;
    width: 8.2em;
}

.page-menu li.red {
    background-color: #f00;
}


.page-menu a {
    color: #fff;
    display: block;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    text-decoration: none;
}

.page-menu a:hover {
    color: #00f;
}


/*
  Home Page Banner
*/

.page-banner-home {
    color: #000;
    font-size: 2em;
    margin: 1.5em;
    text-align: center;
    width: 80%;
}

.page-banner-home a {
    color: #555;
    text-decoration: none;
}

.page-banner-home img {
    float: left;
    vertical-align: middle;
}


/*
  T2 Logo and Page Banner
*/

.page-banner {
    color: #000;
//    float: left;
    font-weight: bold; 
    font-size: 2em;
    margin-top: 1em;
//    text-indent: 0.6em;
}

.page-banner-tag {
    font-size: 0.5em;
    margin-left: 80px;
    vertical-align: top;
}

.page-banner img {
//    float: left;
    vertical-align: middle;
}


/*
  Search Boxen
*/

.searchBox {
    color: #000;
    float: right;
    font-weight: bold;
    padding-bottom: 1.5em;
    padding-top: 0.5em;
    text-align: right;
}


/* DEP LEGACY */

.module th {
    background-color: #ddd;
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
}

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

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



/*
  Modules LEGACY DEP
*/

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

.mod_tier1 ul {
    margin: 1.5em;
    padding: 8px;
}

.mod_Title1 {
    background-color: #9393c0;
    color: #000;
    font-family: Georgia, 'MS Serif', 'New York', sans-serif;
    font-size: 1.3em;
    text-align: center;
    width: 99%;
}

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

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

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








/*
  Modules
*/

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

.mod-title {
    background-color: #ddd;
    color: #000;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
}

.mod-header {
    background-color: #eee;
    border: solid;
    border-width: 1px;
    font-size: 1em;
    font-weight: bold;
    padding: 1em;
}

.mod-body {
    padding: 0.8em 0.8em 1.5em 0.6em;
}


/* home page mods */

.mod-home {
    background-color: #e1e1e1;
    color: #000;
    width: 99%;
//    vertical-align: top;

}

.mod-home ul {
    margin: 0.5em 0em 0.5em 2em;
}

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


.mod-home-title {
    background-color: #9393c0;
    color: #fff;
    font-family: Georgia, 'MS Serif', 'New York', sans-serif;
    font-size: 1.4em;
    font-weight: bolder;
    text-align: center;
}


.mod-home-pricing  {
    font-size: 1.5em;
    text-align: center;
}

.mod-home-pricing a {
    color: #00f;
    font-weight: bold;
}

.mod-home img {
    float: right;
    width: 55px;
}



.mod-oses {
    text-align: center;
}

.mod-oses img {
    height: 50px;
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 1em;
}


/* Ticket Mods */

.mod-ticket-title {
    background-color: #ddd;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    text-indent: 1em;
}

.mod-ticket-title-control {
    display: inline-block;
    font-size: 0.9em;
    text-align: right;
}

.mod-ticket-header {
    background-color: #eee;
    border: solid;
    border-width: 1px;
    font-size: 1em;
    font-weight: bold;
    padding: 1em;
}


/*
  Traffic Graphs
*/

.traffic {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    margin: auto;
    text-align: center;
}

.traffic-title {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1em;
    padding: 0.1em;
    text-align: center;
}


.order-server-title {
    background-color: #9e9ec3;
    color: #fff;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
}


/*
   Page Footer
*/

.page-footer {
    color: #000;
    margin: 1em;
    padding-bottom: 1.5em;
    padding-top: 1em;
}

.footer-links {
    float: left;
    font-weight: bold;
}

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

.footer-links a:hover {
    color: #00f;
}

.footer-copyright {
    float: right;
}



/*
   Tickets
*/

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

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

.ticket-new-reply {
    border: solid;
    border-color: #f00;
    border-style: solid;
    border-width: 2px;
}

.data table {
    background-color: #feedd5;
    font-family: monospace;
    font-size: 1.2em;
}


/*
  Forms 
*/

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


/* Nice Forms */

.niceform {
    margin-left: auto; 
    margin-right: auto;
}


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

.niceform td {
    font-size: 0.9em;
    text-align: left;
}


/* Nice Mods */

.nicemod {
    text-align: left;
    padding: 0.8em 0.8em 1.5em 0.6em;
}