/* Main - CSS Document */

@import url(rte.css);
@import url(mailform.css);

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body
{
    background-color: #0a3469;
    background-image: url("../gfx/header-background-inv.png");
    background-repeat: repeat-x;	
}

#wrapper
{
    position: relative;
    z-index: 2;
    margin: auto;
    height: 610px;
    width: 790px;
    overflow: hidden;
}

#logo {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 17px;
}

#logo img {
    border: 0;
}

#header {
    background-image: url("../gfx/header-background.png");
    height: 137px;
    width: 774px;
    overflow: hidden;
}

#searches {
    float: left;
    margin: 75px 18px 0 0;
    height: 58px;
    width: 243px;
    padding-left: 185px;
    overflow: hidden;
}

#searches input {
    font-size: 12px;
}

#searches #inputbox {
    font-size: 12px;
    width: 176px;
}

*:lang(en) #searches #inputbox {
    width: 180px;
}

#dogpilesearch img {
    float: left;
    display: block;
    margin: 3px 4px 0 0;
}

#dpinputbox {
    float: left;
    font-size: 12px;
    display: block;
    margin: 1px 4px 0 0;
    padding: 0;
    width: 108px;
}

*:lang(en) #dpinputbox {
    margin: 2px 4px 0 0;
    padding: 1px 0;
    width: 114px;
}

#dpsubmit {
    display: block;
    font-size: 12px;
}

#navigation-top #webmail {
    float: left;
    margin: 78px 15px 0 0;
}   

#navigation-top #webmail a {
    background-image: url("../gfx/button-green-up.png");
    color: black;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    height: 34px;
    width: 135px;
    padding: 12px 0 0 10px;
}

#navigation-top #webmail a:active {
    background-image: url("../gfx/button-green-down.png");
    padding-top: 14px;
    height: 32px;
}

#navigation-top #howto {
    float: left;
    margin-top: 78px;
    text-align: center;
} 

#navigation-top #howto a {
    background-image: url("../gfx/button-red-up.png");
    color: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    height: 42px;
    width: 150px;
    padding-top: 4px;
}

#navigation-top #howto a:active {
    background-image: url("../gfx/button-red-down.png");
    padding-top: 6px;
    height: 40px;
}

#banner {
    background-color: white;
    height: 23px;
    width: 774px;
    overflow: hidden;
}

#content-wrapper {
    background-color: #9ec9f5;
    height: 502px;
    width: 740px;
    padding: 17px;
    overflow: hidden;
}

#navigation-left {
    float: left;
    width: 150px;
    margin: 44px 17px 0 0; 
    overflow: hidden;
}

#navigation-left ul {
    list-style: none;
}

#navigation-left .normal,#navigation-left .normal1,#navigation-left .normal2 {
    margin-top: 10px;
    text-align: center;
}

#navigation-left .ppv {
    margin-top: 10px;
    text-align: center;
}

#navigation-left .help {
    margin-top: 10px;
    text-align: center;
}

#navigation-left .normal a {
    background-image: url("../gfx/button-purple-up.png");
    background-color: #f8e02b;
    color: white;
    display: list-item;
    font-size: 14px;
    text-decoration: none;
    height: 60px;
    width: 150px;
    padding-top: 15px;
}

#navigation-left .normal a:active {
    background-image: url("../gfx/button-purple-down.png");
    padding-top: 17px;
    height: 58px;
}

#navigation-left .normal1 a {
    background-image: url("../gfx/button-green-up-lg.png");
    background-color: #f8e02b;
    color: black;
    display: list-item;
    font-size: 14px;
    text-decoration: none;
    height: 60px;
    width: 150px;
    padding-top: 15px;
}

#navigation-left .normal1 a:active {
    background-image: url("../gfx/button-green-down-lg.png");
    padding-top: 17px;
    height: 58px;
}

#navigation-left .normal2 a {
    background-image: url("../gfx/button-blue-up.png");
    background-color: #f8e02b;
    color: white;
    display: list-item;
    font-size: 14px;
    text-decoration: none;
    height: 60px;
    width: 150px;
    padding-top: 15px;
}

#navigation-left .normal2 a:active {
    background-image: url("../gfx/button-blue-down.png");
    padding-top: 17px;
    height: 58px;
}

#navigation-left .ppv a {
    background-image: url("../gfx/button-orange-up.png");
    background-color: #ff8444;
    color: black;
    display: list-item;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    width: 150px;
    padding-top: 15px;
}

#navigation-left .ppv a:active {
    background-image: url("../gfx/button-orange-down.png");
    padding-top: 17px;
    height: 28px;
}

#navigation-left .help a {
    background-image: url("../gfx/button-pink-up.png");
    background-color: #f3c5c5;
    color: black;
    display: list-item;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 37px;
    width: 150px;
    padding-top: 8px;
}

#navigation-left .help a:active {
    background-image: url("../gfx/button-pink-down.png");
    padding-top: 10px;
    height: 35px;
}

#content {
    float: left;
    background-color: white;
    border: solid #0a3469 2px;
    height: 405px;
    width: 569px;
}

#content-main {
    float: left;
    height: 385px;
    width: 549px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
}

#footer {
    margin-left: 166px;
    text-align: center;
    width: 573px;
}

#navigation-bottom {
    margin-top: 5px;
    float: left;
    font-weight: bold;
}

#navigation-bottom a {
    color: black;
    font-weight: bold;
}

#navigation-bottom a:hover, #navigation-bottom a:active {
    color: red;
}

#copyright {
    float: right;
    font-size: 8px;
    margin-top: 7px;
    text-align: center;
    line-height: 12px;
}


/* Navigation */
/*************************************************************/

#howtobody #navigation-top #howto a {
    background-image: url("../gfx/button-red-down.png");
    padding-top: 6px;
    height: 40px;
}

#DCT #navigation-left #dctbutton a {
    background-image: url("../gfx/button-purple-down.png");
    padding-top: 17px;
    height: 58px;
}

#hsic #navigation-left #hsicbutton a {
    background-image: url("../gfx/button-green-down-lg.png");
    padding-top: 17px;
    height: 58px;
}

#hsiw #navigation-left #hsiwbutton a {
    background-image: url("../gfx/button-blue-down.png");
    padding-top: 17px;
    height: 58px;
}

#help #navigation-left .help a {
    background-image: url("../gfx/button-pink-down.png");
    padding-top: 10px;
    height: 35px;
}

#ppvpg #navigation-left .ppv a {
    background-image: url("../gfx/button-orange-down.png");
    padding-top: 17px;
    height: 28px;
}



/* Content*/
/*************************************************************/

#content-main h1 {
    background-image: url("../gfx/header-529.png");
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

#content-main h2 {
    border-bottom: solid black 2px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#content-main h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

#content-main .tx-thmailformplus-pi1 h2 {
	border: 0;
}

#content-main ul {
	margin: 5px 0 0 15px;
}

/* Tables */
/*************************************************************/
#tb-register {
	margin-top: 100px;
	
	width: 532px;
}

#tb-register td {
	text-align: center;
	width: 50%;
}

#tb-register a {
    background-image: url("../gfx/ppv-button-up.png");
    background-color: #f8e02b;
    color: black;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    height: 60px;
    width: 150px;
    padding-top: 15px;
    margin: auto;
}

#tb-register a:active {
    background-image: url("../gfx/ppv-button-down.png");
    padding-top: 17px;
    height: 58px;
}

.tb-packages-features {
	border-collapse: collapse;
	width: 532px;
}

.tb-packages-features th {
	background-color: #052e64;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	height: 18px;
	padding: 0 5px;
}

.tb-packages-features td {
	border-top: solid 1px white;
	padding: 1px 5px;
}

.tb-packages-features .td-0 {
	text-align: left;
	width: 90%;
}

.tb-packages-features .td-1 {
	text-align: right;
	widht: 10%;
}

.tb-packages-features .tr-odd {
	background-color: #cce2f8;
}

.tb-packages-features .tr-even {
	background-color: #9ec9f5;
}

.tb-address {
	width: 532px;
}

.tb-address td {
	vertical-align: top;
}

.tb-address .td-0 {
	width: 51%;
}

.tb-channel-list {
	border-collapse: seperate;
	width: 532px;
}

.tb-channel-list th {
	background-color: #052e64;
	border-right: solid white 10px;
	color: white;
	font-weight: bold;
	vertical-align: middle;
	height: 18px;
	width: 30%;
	padding: 0 5px;
}

.tb-channel-list td {
	border-right: solid white 10px;
	padding: 1px 5px;
}

.tb-channel-list .td-last {
	border-right: 0;
}

.tb-channel-list .tr-odd {
	background-color: #cce2f8;
}

.tb-channel-list .tr-even {
	background-color: #9ec9f5;
}
