.clear {
	clear: both;
}

body {
	background:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
}

.cells {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	text-align:  left;
}

.celltiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   10px;
	text-align:  left;
}

.cellbanner {
	font-size:     11px;
	border-bottom: 2px solid #353535;
	text-align:    left;
}

.cellbannertiny {
	font-size:     10px;
	border-bottom: 2px solid #353535;
	text-align:    left;
}

.notesdiv {
	display:      block;
	padding:      2px;
	border:       1px;
	border-color: #353535;
	border-style: solid;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	background: #fff;
	margin:     0 auto;
	width:      1000px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   24px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   18px;
}

.h3-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   18px;
	color:       #bc0404;
}

.h3-bg-gray {
	background-color: #e8e8e8;
	padding-left:     10px;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        18px;
}

.h3-margined {
	margin-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   18px;
}

#float-h3 {
	float: left;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
}

#red {
	color: #d00000;
}

.text-description {
	margin-left: 10px;
}

.text-description-red-u {
	margin-left:     10px;
	color:           #d00000;
	text-decoration: underline;
}

.right-container p {
	text-align: justify;
}

.gray-line {
	border-bottom: 1px solid #e9e9e9;
	margin-top:    10px;
}

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

/*HEADER*/

#head {
	margin-top: 23px;
	width:      958px;
	height:     48px;
}

#head-left {
	width:             38px;
	height:            48px;
	background-image:  url(../img/head-left.png);
	background-repeat: no-repeat;
	float:             left;
}

#head-bg-rpt {
	width:             909px;
	height:            48px;
	background-image:  url(../img/head-bg-rpt.png);
	background-repeat: repeat-x;
	float:             left;
	position:          relative;
}

#head-right {
	width:             11px;
	height:            48px;
	background-image:  url(../img/head-right.png);
	background-repeat: no-repeat;
	float:             left;
}

.leaf-border {
	margin-left:  5px;
	margin-right: 5px;
}

/* HEAD LINKS STYLE */

/* MENU DROPDOWN STYLE */

#menu {
}

#menu table {
	border-collapse: collapse;
	width:           0;
	height:          0;
	margin:          -1px;
}

#menu ul {
	margin:      0;
	padding:     0;
	list-style:  none;
	white-space: nowrap;
	text-align:  left;
	position:    relative;
	z-index:     9999;
}

#menu ul {
	display: inline-block !important;
}

#menu ul.level1 {
	padding-right: 2px;
}

#menu li {
	float: left;
}

#menu ul div {
	position: absolute;
	left:     -9999px;
	top:      -32000px;
}

#menu a, #menu span {
	display:         block;
	font:            normal 14px/39px arial, sans-serif;
	color:           #fff;
	height:          39px;
	text-decoration: none;
	padding:         0 14px;
	text-align:      center;
}

#menu ul.level1 li.level1-li a.level1-a,
#menu ul.level1 li.level1-li span.level1-a {
	float:          left;
	margin-top:     5px;
	padding-bottom: 2px;
}

#menu ul.level1 li.level1-li span.level1-a:hover {
	border:            0;
	color:             #fff;
	background-image:  url(../img/head-link-hover-2.png);
	background-repeat: repeat-x;
}

#menu ul.level1 li.level1-li a.level1-a:hover {
	border:            0;
	margin-top:        5px;
	color:             #fff;
	position:          relative;
	background-image:  url(../img/head-link-hover-2.png);
	background-repeat: repeat-x;
}

#menu ul.level1 li.level1-li a.level1-a.drop:hover {
}

#menu ul.level1 li.level1-li:hover {
	position: relative;
}

#menu ul.level1 li.level1-li:hover > a {
	color: #fff;
}

#menu ul.level1 li.level1-li a.level1-a:hover b {
	display:    block;
	width:      1px;
	height:     1px;
	overflow:   hidden;
	position:   absolute;
	right:      -1px;
	top:        38px;
	background: transparent;
}

#menu ul.level1 li.level1-li:hover > a b {
	display:    block;
	width:      1px;
	height:     1px;
	overflow:   hidden;
	position:   absolute;
	right:      -1px;
	top:        38px;
	background: #111;
}

#menu ul :hover div {
	left:             0;
	top:              46px;
	background-color: #111;
	padding-top:      10px;
}

#menu ul :hover div ul {
	border: none;
	margin: 10px 0 5px 0;
}

#menu ul :hover div ul li {
	float:  none;
	height: 25px;
}

#menu ul :hover div ul li a {
	display:    block;
	text-align: left;
	font:       normal 13px/25px arial, sans-serif;
	color:      #818181;
}

#menu ul :hover div ul li a:hover {
	display:    block;
	text-align: left;
	font:       normal 13px/25px arial, sans-serif;
	color:      #fff;
}

/* /menu dropdown */

/* /head links style */

#slogan {
	line-height: 33px;
	padding-top: 15px;
	float:       right;
	position:    absolute;
	top:         0;
	right:       0;
}

#welcome-header .inner {
	padding: 10px;
	width:   940px;
}

/*
#head-welcome-span{
	float:left;
	width:60%;
	text-align:left;
	border-bottom:1px solid #cccccc;
	height:30px;
	line-height:30px;
}
*/
/*
#authorized-teamspeak{
	text-align:right;
	float:left;
	width:40%;
	border-bottom:1px solid #cccccc;
	height:30px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
*/

/*BODY*/

#body .inner {
	padding: 10px;
	width:   980px;
}

#body-login {
	width:             289px;
	height:            341px;
	background-image:  url(../img/body-login-bg-rpt.png);
	background-repeat: repeat-x;
	float:             left;
}

#body-presentation {
	/*background-image:url(../img/body-presentation.png);
	background-repeat:none;*/
	float:        left;
	height:       341px;
	padding-left: 2px;
	width:        629px;
}

.billing-black-border {
	border: 1px solid #8B8888;
}

.billing-snapshot {
	background:        #8d8d8d url(../img/body-billing-snapshot-rpt.png) repeat-x;
	border:            1px solid #fff;
}

.billing-ribbon {
	width:               100%;
	background-image:    url(../img/body-billing-ribbon.png);
	background-repeat:   no-repeat;
	background-position: top right;
}

.billing-information {
	width:         269px;
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     12px;
	color:         #000;
	padding-top:   25px;
	padding-left:  10px;
	padding-right: 10px;
}

.billing-information h5 {
	padding: 10px 0 5px 0;
	margin:  0;
}

.information-titles {
	float:       left;
	width:       40%;
	color:       #333;
	text-align:  left;
	line-height: 25px;
}

.p-red {
	color: #9b0000;
}

.p-green {
	color: #006633;
}

.billing-footer {
	float:          left;
	width:          50%;
	height:         50px;
	vertical-align: bottom;
}

.billing-history {
	margin-top: 10px;
	text-align: right;
}

.information-records {
	float:       left;
	width:       60%;
	color:       #000;
	text-align:  right;
	line-height: 25px;
}

.payment-table {
	float:      left;
	margin-top: 24px;
	width:      100%;
}

.left-container {
	float: left;
	width: 289px;
}

.left-container-inner {
  padding: 4px 0 14px 0;
}

.right-container {
	float:       left;
	margin-left: 16px;
	width:       660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
}

.white-bordered {
	/*
	background-image:  url(../img/body-right-container.png);
	background-repeat: repeat-x;
	background-color:  #8d8d8d;
	*/
	padding:           4px 14px 14px;
}

.information-container {
  padding-top: 20px;
}

.body-right-head-td {
	height:   24px;
	position: relative
}

.body-right-head-td-repeat {
	background: transparent url(../img/body-right-head-td-repeat.png) top left repeat-x;
	height:     24px;
	margin:     0 4px;
}

.body-right-body-td {
	background-color: #fff;
	/*padding:          0 15px 0 15px;*/
}

.body-right-foot-td {
	height:   9px;
	position: relative;
}

.body-right-foot-td-repeat {
	background: transparent url(../img/body-right-foot-td-repeat.png) top left repeat-x;
	height:     9px;
	margin:     0 5px;
}

.gray-bg-p {
	background-color: #e9e9e9;
	padding:          3px 5px 3px 5px;
}

.company-td {
	width:        45%;
	border:       1px solid #fff;
	padding-left: 10px;
}

.entry-details-table {
	width:       100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
}

.left-td-details {
	border:           1px solid #fff;
	background-color: #e9e9e9;
	font-weight:      bold;
	padding-left:     10px;
	width:            91px;
	height:           22px;
}

.right-td-details {
	border:           1px solid #fff;
	background-color: #e9e9e9;
	padding-left:     10px;
}

.left-upload-details {
	padding-left: 10px;
	line-height:  35px;
}

.right-upload-details {
	padding-left: 10px;
	line-height:  35px;
}

.select-hoster-form {
	width:  237px;
	height: 26px;
	border: 1px solid #e9e9e9;
}

.submit-hoster-form { }

.submit-area {
	padding-top: 70px;
}

.change-details-table {
	background-color: #e9e9e9;
	width:            451px;
	padding-bottom:   20px;
	padding-top:      20px;
}

.change-details-td {
	padding:   10px 0 10px 10px;
	min-width: 140px;
}

.change-details-input {
	border:           1px solid #dfdfdf;
	width:            234px;
	height:           26px;
	background-color: #fff;
	padding:          5px 25px 0 5px;
}

.locked-details-input {
	border:              1px solid #dfdfdf;
	width:               234px;
	height:              26px;
	background-color:    #e9e9e9;
	background-image:    url(../img/body-input-lock.png);
	background-position: right center;
	background-repeat:   no-repeat;
	padding:             5px 25px 0 5px;
}

.change-details-button {
	margin-top: 20px;
	cursor:     pointer;
}

.confirm-details-button {
	width:             75px;
	height:            29px;
	background-image:  url(../img/body-button-confirm.png);
	background-repeat: no-repeat;
	border:            none;
	background-color:  transparent;
	margin-top:        20px;
	cursor:            pointer;
}

.modify-details-button {
	width:             73px;
	height:            29px;
	background-image:  url(../img/body-button-modify.png);
	background-repeat: no-repeat;
	border:            none;
	background-color:  transparent;
	margin-top:        20px;
	cursor:            pointer;
}

.account-denied {
	text-align:     right;
	padding-right:  30px;
	padding-bottom: 40px;
}

.dashboard-table {
	background-color: #e8e8e8;
	width:            100%;
	padding-left:     18px;
	border:           none;
}

.right-td-red {
	background-color: #9b0000;
	color:            #fff;
	padding-left:     10px;
	font-weight:      bold;
}

.left-td-dashboard {
	width:        30%;
	border:       1px solid #fff;
	padding-left: 10px;
	line-height:  20px;
}

.right-td-dashboard {
	width:        70%;
	border:       1px solid #fff;
	padding-left: 10px;
	line-height:  20px;
}

.description-list {
	list-style-type:     disc;
	list-style-position: inside;
}

.description-list li {
	padding-left: 10px;
}

.invoice-details-table {
	width:  100%;
	border: none;
}

.body-td-invoice {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
}

.right-td-invoice {
	border-bottom:    1px solid #fff;
	text-align:       right;
	padding-right:    10px;
	background-color: #f1f1f1;
	line-height:      21px;
}

.right-td-invoice-red {
	border-bottom:    1px solid #fff;
	text-align:       right;
	padding-right:    10px;
	background-color: #a60c0b;
	line-height:      21px;
	color:            #fff;
}

.right-td-invoice-alt {
	border-bottom:    1px solid #fff;
	text-align:       right;
	padding-right:    10px;
	background-color: #e0e0e0;
	line-height:      21px;
}

.head-td-invoice {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
	color:             #fff;
	font-weight:       bold;
}

.type-td {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	color:             #fff;
	font-weight:       bold;
	height:            21px;
	padding-left:      3px;
}

.type-td-invoice {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
	color:             #fff;
	font-weight:       bold;
	width:             69px;
}

.id-td-invoice {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
	color:             #fff;
	font-weight:       bold;
	width:             111px;
}

.date-td-invoice {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
	color:             #fff;
	font-weight:       bold;
	width:             129px;
}

.due-td-invoice {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
	color:             #fff;
	font-weight:       bold;
	width:             119px;
}

.balance-td-invoice {
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
	color:             #fff;
	font-weight:       bold;
	text-align:        right;
	padding-right:     10px;
	width:             120px;
}

.type-td-invoice-gray {
	background-color: #bebebe;
	height:           21px;
	color:            #000;
	font-weight:      bold;
	width:            69px;
}

.id-td-invoice-gray {
	background-color: #bebebe;
	height:           21px;
	color:            #000;
	font-weight:      bold;
	width:            111px;
}

.date-td-invoice-gray {
	background-color: #bebebe;
	height:           21px;
	color:            #000;
	font-weight:      bold;
	width:            129px;
}

.due-td-invoice-gray {
	background-color: #bebebe;
	height:           21px;
	color:            #000;
	font-weight:      bold;
	width:            119px;
}

.balance-td-invoice-gray {
	background-color: #bebebe;
	height:           21px;
	color:            #000;
	font-weight:      bold;
	text-align:       right;
	padding-right:    10px;
	width:            120px;
}

.type-td-invoice-data {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
	width:            69px;
}

.td-data {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
}

.id-td-invoice-data {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
	width:            111px;
}

.date-td-invoice-data {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
	width:            129px;
}

.due-td-invoice-data {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
	width:            119px;
}

.balance-td-invoice-data {
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
	line-height:      21px;
	text-align:       right;
	padding-right:    10px;
	width:            120px;
}

.type-td-invoice-data-alt {
	border-bottom:    1px solid #fff;
	background-color: #e0e0e0;
	line-height:      21px;
	width:            69px;
}

.id-td-invoice-data-alt {
	border-bottom:    1px solid #fff;
	background-color: #e0e0e0;
	line-height:      21px;
	width:            111px;
}

.date-td-invoice-data-alt {
	border-bottom:    1px solid #fff;
	background-color: #e0e0e0;
	line-height:      21px;
	width:            129px;
}

.due-td-invoice-data-alt {
	border-bottom:    1px solid #fff;
	background-color: #e0e0e0;
	line-height:      21px;
	width:            119px;
}

.balance-td-invoice-data-alt {
	border-bottom:    1px solid #fff;
	background-color: #e0e0e0;
	line-height:      21px;
	text-align:       right;
	padding-right:    10px;
	width:            120px;
}

#void-td-invoice {
	width:             9px;
	background-image:  url(../img/body-bg-invoice.png);
	background-repeat: repeat-x;
	height:            21px;
}

#void-td-invoice-gray {
	width:             9px;
	background-color:  #bcbcbc;
	background-repeat: repeat-x;
	height:            21px;
}

.void-td-invoice {
	width:            9px;
	border-bottom:    1px solid #fff;
	background-color: #f1f1f1;
}

.void-td-invoice-alt {
	width:            9px;
	border-bottom:    1px solid #fff;
	background-color: #e0e0e0;
}

.invoice-links {
	color: #d00000;
}

.td-line {
	line-height: 18px;
}

#ip-td-left {
	width:            107px;
	padding-left:     5px;
	vertical-align:   top;
	padding-top:      5px;
	background-color: #e9e9e9;
	border-left:      1px solid #fff;
	border-top:       1px solid #fff;
}

.ip-td-center {
	width:            315px;
	background-color: #e9e9e9;
	padding-left:     10px;
	text-align:       left;
	border:           1px solid #fff;
}

a.red-links, a.red-links:link, a.red-links:visited {
	color:           #cc0000;
	text-decoration: none;
}

a.red-links:hover, a.red-links:active {
	color:           #cc0000;
	text-decoration: none;
}

a:link, a:visited {
	color:           #316394;
	text-decoration: none;
}

a:hover, a:active {
	color:           #316394;
	text-decoration: none;
}

.del-ip-td {
	width:            88px;
	padding-left:     10px;
	text-align:       left;
	border:           1px solid #fff;
	background-color: #e9e9e9;
}

#add-ip {
	margin-top:  20px;
	margin-left: 110px;
}

#payment-gray-table {
	width:       100%;
	border:      none;
	line-height: 50px;
}

.td-left-payment {
	width:            170px;
	height:           52px;
	line-height:      52px;
	border:           1px solid #fff;
	background-color: #e8e8e8;
	padding-left:     10px;
}

.td-center-payment {
	width:            77px;
	height:           52px;
	line-height:      52px;
	border:           1px solid #fff;
	background-color: #e8e8e8;
	text-align:       center;
}

.td-right-payment {
	width:            270px;
	height:           52px;
	line-height:      52px;
	border:           1px solid #fff;
	background-color: #e8e8e8;
	padding-left:     10px;
}

.method-text {
	background-image:    url(../img/body-arrow-indent.png);
	background-repeat:   no-repeat;
	background-position: left center;
	padding-left:        10px;
}

.method-details {
	background-image:    url(../img/body-double-arrows-indent.png);
	background-repeat:   no-repeat;
	background-position: left center;
	padding-left:        10px;
}

#company-table {
	width:       344px;
	border:      none;
	margin-left: 20px;

}

.company-td-left {
	width:            150px;
	height:           25px;
	line-height:      25px;
	border:           1px solid #fff;
	padding-left:     10px;
	background-color: #e9e9e9;
}

.company-td-right {
	height:           25px;
	line-height:      25px;
	border:           1px solid #fff;
	padding-left:     10px;
	background-color: #e9e9e9;
}

#modify-company-details {
	width:      364px;
	text-align: right;
}

.license-selection-type {
	width:            100%;
	height:           111px;
	background-color: #e9e9e9;
	text-align:       center;
}

#license-type-description {
	float:       left;
	margin-left: 50px;
	height:      25px;
	line-height: 25px;
}

#license-type {
	float:       left;
	margin-left: 10px;
	height:      25px;
	line-height: 25px;
	width:       400px;
}

.license-buttons {
	margin-top: 30px;
}

#confirm-license {
	border:            0;
	background-color:  transparent;
	background-image:  url(../img/body-button-continue.png);
	background-repeat: no-repeat;
	width:             77px;
	height:            23px;
	cursor:            pointer;
	margin-left:       20px;
}

.invoice-details-td-l {
	width:          100px;
	border:         none;
	padding-left:   10px;
	vertical-align: top;
}

.invoice-details-td-r {
	width:          220px;
	border:         none;
	padding-left:   10px;
	vertical-align: top;
}

.invoice-details-td-left {
	width:            100px;
	border:           none;
	padding-left:     10px;
	vertical-align:   top;
	background-color: #e9e9e9;
	height:           21px;
	line-height:      21px;
	border-bottom:    1px solid #fff;
}

.invoice-details-td-center {
	width:               220px;
	border:              none;
	padding-left:        10px;
	vertical-align:      top;
	background-color:    #e9e9e9;
	height:              21px;
	line-height:         21px;
	border-bottom:       1px solid #fff;
	background-image:    url(../img/body-invoice-disc.png);
	background-repeat:   no-repeat;
	background-position: right center;
}

.invoice-details-td-center-r {
	width:               220px;
	border:              none;
	padding-left:        10px;
	vertical-align:      top;
	background-color:    #e9e9e9;
	height:              21px;
	line-height:         21px;
	border-bottom:       1px solid #fff;
	background-image:    url(../img/body-account-disc.png);
	background-repeat:   no-repeat;
	background-position: right center;
}

.invoice-details-td-right {
	width:            220px;
	border:           none;
	padding-left:     10px;
	vertical-align:   top;
	background-color: #d1d1d1;
	height:           21px;
	line-height:      21px;
	border-bottom:    1px solid #fff;
}

.invoice-details-td-right-r {
	width:            220px;
	border:           none;
	padding-left:     10px;
	vertical-align:   top;
	background-color: #b90b0a;
	height:           21px;
	line-height:      21px;
	border-bottom:    1px solid #fff;
	color:            #fff;
}

.halved-div-td-l {
	float:      left;
	width:      100px;
	text-align: left;
}

.halved-div-td-r {
	float:          right;
	width:          100px;
	padding-right:  10px;
	text-align:     right;
	vertical-align: top;
}

#activity {
	width:         100%;
	border-bottom: 1px solid #E9E9E9;
	padding-top:   6px;
}

#left-activity {
	float: left;
}

#right-activity {
	float:     right;
	font-size: 18px;
}

.charges-table {
	width:  328px;
	float:  right;
	border: none
}

.charges-td-left {
	width:        151px;
	padding-left: 10px;
	text-align:   left;
	height:       21px;
	line-height:  21px;
}

.charges-td-right {
	width:         177px;
	padding-right: 10px;
	text-align:    right;
	height:        21px;
	line-height:   21px;
}

.charges-td-left-gray {
	width:            151px;
	background-color: #e9e9e9;
	border:           1px solid #fff;
	padding-left:     10px;
	text-align:       left;
	height:           21px;
	line-height:      21px;
}

.charges-td-right-gray {
	width:            177px;
	background-color: #e9e9e9;
	border:           1px solid #fff;
	padding-right:    10px;
	text-align:       right;
	height:           21px;
	line-height:      21px;
}

#gray-trouble-div {
	width:            536px;
	min-height:       45px;
	padding:          6px 0 0 10px;
	background-color: #e9e9e9;
}

.trouble-support {
	color:       #ab0707;
	font-size:   26px;
	font-weight: bold;
}

#spec-logged {
	margin-top:     50px;
	padding-bottom: 50px;
}

.red-bg {
	background-color: #c90000;
	color:            #fff;
	padding:          0 5px 2px 5px;
}

#athp-license-table {
	width:            544px;
	background-color: #e9e9e9;
	height:           74px;
	line-height:      74px;
}

#right-athp-td {
	font-size: 25px;
	color:     #b11010;
}

/*BODY-LOGIN*/

#body-globe {
	width:               289px;
	height:              341px;
	background-image:    url(../img/body-login-globe.png);
	background-repeat:   no-repeat;
	background-position: bottom right;
}

#login-form {
	padding-top:  12px;
	padding-left: 10px;
	width:        269px;
}

#login-lock {
	width:  29px;
	height: 32px;
	float:  right;
}

#form-login {
/*margin-top:18px;*/
}

.login-labels {
	color:       #F5F5F5;
	font-size:   12px;
	font-family: Arial, Helvetica, sans-serif;
        float: left;
}

.div-login-inputs {
        line-height: 21px;
        margin-bottom: 12px;
        width: 255px;
        height: 21px;
}

#inputs-delimiter {
	height: 14px;
}

.input-td-left {
	background-image: url(../img/body-login-td-left.png);
	width:            6px;
	height:           34px;
	float:            left;
}

.input-td-right {
	background-image: url(../img/body-login-td-right.png);
	width:            6px;
	height:           34px;
	float:            left;
}

.login-inputs {
        float: right;
}

.general-links {
	height:      100%;
	line-height: 100%;
}

a.general-links,
a.general-links:link,
a.general-links:visited {
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       12px;
	color:           #333333;
	text-decoration: none;
}

a.general-links:hover,
a.general-links:active {
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       12px;
	color:           #333333;
	text-decoration: underline;
}

a.password-link {
        font-size: 11px !important;
	height:      29px;
	line-height: 29px;
}

.login-hr {
	background-image:  url(../img/body-login-hr.png);
	background-repeat: repeat-x;
	width:             100%;
	height:            2px;
	margin-top:        10px;
}

.dashboard-hr {
	background-image:  url(../img/body-login-hr.png);
	background-repeat: repeat-x;
	width:             100%;
	height:            2px;
	margin:            0;
}

#login-button-td {

}

#search {
	padding-top: 12px;
	text-align:  center;
	width:       170px;
}

/*FOOTER*/

#footer .inner {

}

#left-footer {
	height:      66px;
	text-align:  center;
	padding-top: 24px;
	position:    relative;
}

#right-footer {
	position: absolute;
	top:      16px;
	right:    0;
}

a.footer-links,
a.footer-links:link,
a.footer-links:visited {
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       12px;
	color:           #316394;
	text-decoration: none;
}

a.footer-links:hover,
a.footer-links:active {
	font-family:     Arial, Helvetica, sans-serif;
	font-size:       12px;
	color:           #316394;
	text-decoration: underline;
}

#footer-copy {
	color:       #aeacac;
	display:     block;
	padding-top: 9px;
}

.footer-inter-links {
	color:        #aeacac;
	font-size:    10px;
	font-family:  Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left:  5px;
}

.login_form_buttons {
	margin-top: 12px;
}

.form_buttons {
	margin-top: 18px;
	width:      100%;
}

.form_buttons td {
	text-align: right;
}

/*
 * Misc
 */
.textarea_style {
	border:  1px solid #E9E9E9;
	padding: 3px;
}

a.highlight, a.highlight:link, a.highlight:visited {
	color:           #9B0000;
	text-decoration: none;
}

a.highlight:hover, a.highlight:active {
	text-decoration: underline;
}

#search-description {
	padding-top: 3px;
}

/*
 * ATHP page
 */
.company_name {
	border-bottom:  1px solid #ccc;
	font-size:      24px;
	margin-bottom:  9px;
	padding-bottom: 9px;
}

.company_name a {
	font-size: 18px;
}

.logo {
	float:         left;
	margin-right:  20px;
	margin-bottom: 20px;
	width:         300px;
}

.details {
	float:     left;
	font-size: 14px;
	width:     520px;
}

.details li {
	margin-bottom: 9px;
}

.details td {
	padding-bottom: 9px;
	padding-right:  9px;
}

.description {
	font-size:  14px;
	margin-top: 9px;
}

/*
 * Pagination
 */
div.pagination {
	padding: 3px 0;
	margin:  5px 0;
}

div.pagination a {
	padding:         2px 5px 2px 5px;
	margin:          2px;
	border:          1px solid #000;
	text-decoration: none; /* no underline */
	color:           #316394;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color:  #000;
}

div.pagination span.current {
	padding:          2px 5px 2px 5px;
	margin:           2px;
	border:           1px solid #000099;
	font-weight:      bold;
	background-color: #BC0404;
	color:            #fff;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin:  2px;
	border:  1px solid #EEE;
	color:   #DDD;
}

.highlight_unpaid_invoices td,
.highlight_unpaid_invoices td a {

	background-color: #BC0404;
	color:            #fff;
}

tr.highlight:hover {
	background-color: #f0f0f0;
}

tr.zebra td {
	background-color: #f0f0f0;
}

.admin_reports {
	width: 100%;
}

.admin_reports th {
	padding:     0 0 0 6px;
	font-weight: bold;
	white-space: nowrap;
}

.admin_reports td {
	padding:        2px 0 2px 6px;
	vertical-align: top;
}

.admin_reports th:first-child,
.admin_reports td:first-child {
	padding: 0;
}

/*
 * Front End Updates
 */
div.wrapper-shadow-l {
  background:           url('../img/wrapper_shadow_l.png') 0px 0px repeat-y;
  margin-left:          -20px;
  padding-left:         20px;
}

div.wrapper-shadow-r {
  background:           url('../img/wrapper_shadow_r.png') 100% 0px repeat-y;
  margin-right:         -20px;
  padding-right:        20px;
  zoom:                 1;
}

/*
 * Header
 */
#header {
  background:           url('../img/header.jpg') no-repeat;
  position:             relative;
}

div#header-logo {
  height:               104px;
  width:                270px;
  background:           url('../img/header_bg_logo.png') no-repeat;
}

div#header-bars {
  position:             absolute;
  width:                730px;
  left:                 270px;
  top:                  0px;
}

div#header-container {
  height:               72px;
  width:                730px;
}

div#header-toolbar {
  height:               34px;
  width:                730px;
}

/*
 * Top Menu
 */
ul#header-menubar {
  list-style:           none;
  text-shadow:          0px -1px 0px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.5);
  float:                left;
  padding:              0;
  margin:               0;
  height:               50px;
}

ul#header-menubar li.toplevel {
  display:              block;
  padding:              0;
  float:                left;
  margin-left:          -1px;
  white-space:          nowrap;
  position:             relative;
}

ul#header-menubar li.toplevel a,
ul#header-menubar li.toplevel a:link,
ul#header-menubar li.toplevel a:visited {
  color:                #FFF;
  display:              inline-block;
  font-family:          Tahoma, Verdana, Geneva,serif;
  font-weight:          bold;
  padding:              0 12px;
}

ul#header-menubar li.toplevel a:hover, ul#header-menubar li.toplevel a:active {
	cursor:               pointer;
	text-decoration:      underline;
}

ul#header-menubar ul {
  list-style:           none;
  position:             absolute;
  left:                 -1px;
  top:                  49px;
  margin:               0px;
  padding:              0px;
  visibility:           hidden;
  background:           #4d5969;
  z-index:              100;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

ul#header-menubar li.toplevel:hover ul, ul#header-menubar a:hover ul {
  visibility:           visible;
}

ul#header-menubar ul li.sublevel {
  line-height:          28px;
  margin:               -1px 0 0 0;
  /*font-size:            0.9em;*/
  white-space:          nowrap;
  clear:                both;
}

ul#header-menubar ul li.sublevel a:link, ul#header-menubar ul li.sublevel a:visited {
  color:                #FFF;
  font-family:          Arial,Tahoma,Helvetica,sans-serif;
  font-weight:          normal;
  display:              block;
}

ul#header-menubar ul li.sublevel a:hover, ul#header-menubar ul li.sublevel a:active {
  text-decoration:      none;
}

ul#header-menubar ul li.sublevel:hover {
  /*background:           #5e6778;*/
	text-decoration:        underline;
}

/*
 * Language
 */
div#languages_wrapper {
  float:                right;
  overflow:             hidden;
  width:                700px;
}

table#languages {
  float:                right;
  border-collapse:      collapse;
}

table#languages td {
  font-size:            11px;
  color:                #FFF;
  text-transform:       uppercase;
  padding:              8px 7px 9px 0;
}

table#languages td a {
  color:                #667692;
  text-decoration:      none;
}

/*
 * User Top
 */

#user-header-top {
	color:              #fff;
	font-size:          12px;
	height:             33px;
	line-height:        33px;
	padding:            0 10px 0 0;
	text-align:         right;
}

#user-header-top a {
	color:              #fff;
	display:            inline-block;
	font-weight:        bold;
	margin:             0 4px;
}

#current_session_username {
	padding-right:      6px;
}

/*
 * Global Menu
 */
ul#global-menubar {
  list-style:           none;
  text-shadow:          0px -1px 0px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.5);
  float:                right;
  padding:              0px 20px 0px 0;
  margin:               9px 0px -1px 0px;
}

ul#global-menubar li.toplevel {
  display:              block;
  padding:              6px 0px;
  float:                left;
  border-left:          1px solid #7686A8;
  border-right:         1px solid #7686A8;
  margin-left:          -1px;
  white-space:          nowrap;
  position:             relative;
}

ul#global-menubar li.toplevel a,
ul#global-menubar li.toplevel a:link,
ul#global-menubar li.toplevel a:visited {
  color:                #FFF;
  font-size:            13px;
  font-family:          Tahoma, Verdana, Geneva, serif;
  font-weight:          bold;
  padding:              6px 12px;
}

ul#global-menubar li.toplevel a:hover, ul#header-menubar li.toplevel a:active {
  text-decoration:      none;
}

ul#global-menubar li.toplevel:hover {
  background:           transparent url("../img/menubar_bg_hover.png") repeat-x;
}

ul#global-menubar ul {
  list-style:           none;
  position:             absolute;
  left:                 -1px;
  top:                  28px;
  margin:               0px;
  padding:              0px;
  visibility:           hidden;
  background:           transparent url("../img/menubar_bg_sublevel.png");
  z-index:              100;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

ul#global-menubar li.toplevel:hover ul,
ul#global-menubar a:hover ul {
  visibility:           visible;
}

ul#global-menubar ul li.sublevel {
  margin:               -1px 0px 0px 0px;
  font-size:            11px;
  white-space:          nowrap;
  clear:                both;
}

ul#global-menubar ul li.sublevel a:link,
ul#global-menubar ul li.sublevel a:visited {
  color:                #FFF;
  font-family:          Arial,Tahoma,Helvetica,sans-serif;
  font-weight:          normal;
  display:              block;
}

ul#global-menubar ul li.sublevel a:hover,
ul#global-menubar ul li.sublevel a:active {
  text-decoration:      none;
}

ul#global-menubar ul li.sublevel:hover {
  background:           transparent url("../img/menubar_bg_sublevel_hover.png") 0px 50% repeat-x;
}

/*
 * Misc
 */
#content-head {
	background:         url("../img/video_tutorials_top.png") repeat-x scroll left top transparent;
    color:              #FCFCFC;
    font-weight:		bold;
    height:				50px;
	line-height:        50px;
    padding: 			0 28px;
    text-shadow:		0 -1px 0 rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}

#content-head span {
    background:         url("../img/content_bg_divider.png") no-repeat scroll right center transparent;
	font-size:          18px;
	float:              left;
    margin:             0;
    padding-right: 		14px;
    text-shadow: 		0 -1px 0 rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}

/*
 * Footer
 */

div#footer {
	background: #B9B9BB;
	clear:      both;
}

div#footer-social {
	height:     66px;
	position:   relative;
	background: #000 url('../img/footer_bg_social.png') repeat-x;
	color:      #FFF;
}

div.footer-social-icon {
	background:          no-repeat 0 -48px;
	height:              40px;
	width:               40px;
	margin:              20px 5px 0 5px;
	float:               left;
	position:            relative;
	left:                95px;
}

div.footer-social-icon:hover {
	background-position: 0px -48px;
}

div#footer-social-youtube {
	position:   absolute;
	background: url('../img/social/youtube.png') 0px -38px no-repeat;
	height:     38px;
	width:      93px;
	left:       250px;
	top:        20px;
}

div#footer_awards {
	background: url('../img/footer_award.png') no-repeat;
	width:      176px;
	height:     84px;
	position:   absolute;
	left:       420px;
	top:        -8px;
	z-index:    10;
}

div#footer_compat {
	background: url('../img/footer_supported.png') no-repeat;
	width:      238px;
	height:     57px;
	position:   absolute;
	left:       680px;
	top:        5px;
}

div#footer_follow {
	background: url('../img/footer_followus.png') no-repeat;
	width:      115px;
	height:     11px;
	position:   absolute;
	left:       160px;
	top:        5px;
}

div#footer-social-youtube:hover {
	background-position: 0px -38px;
}

div#footer-bottom {
	height:     185px;
	background: url('../img/footer_bg_bottom.png') repeat-x;
	position:   relative;
}

div#footer-bottom-catchphrase {
	height:     68px;
	width:      249px;
	position:   absolute;
	background: url('../img/footer_bg_catchphrase.png') 0px 0px no-repeat;
	right:      20px;
	top:        10px;
}

div#footer-bottom-logo {
	height:     98px;
	width:      220px;
	bottom:     5px;
	position:   absolute;
	background: url('../img/footer_bg_logo.png') 0px 0px no-repeat;
	right:      30px;
}

div#footer-copyright {
	color:      #555;
	text-align: center;
	font-size:  0.7em;
	padding:    10px 0px 30px 0px;
}

ul#footer-menubar {
	color:      #23262b;
	list-style: none;
	font-size:  1.1em;
}

ul#footer-menubar li.toplevel {
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5), 0px 0px 2px rgba(255, 255, 255, 0.5);
	display:     block;
	float:       left;
	background:  url("../img/footer_bg_nav.png") top left no-repeat;
	white-space: nowrap;
	position:    relative;
	height:      160px;
	padding:     10px 12px;
}

ul#footer-menubar li.toplevel a,
ul#footer-menubar li.toplevel a:link,
ul#footer-menubar li.toplevel a:visited {
	color:          #333;
	text-transform: uppercase;
	font-weight:    bold;
}

ul#footer-menubar li.toplevel a:hover, ul#footer-menubar li.toplevel a:active {
	text-decoration: none;
}

ul#footer-menubar ul {
	list-style: none;
	font-size:  0.9em;
}

ul#footer-menubar ul li.sublevel {
	text-shadow: none;
	white-space: nowrap;
	padding:     3px 0px 0px 0px;
	font-size:   0.9em;
	clear:       both;
}

ul#footer-menubar ul li.sublevel a:link, ul#footer-menubar ul li.sublevel a:visited {
	text-transform: none;
	font-weight:    normal;
	display:        block;
}

ul#footer-menubar ul li.sublevel a:hover, ul#footer-menubar ul li.sublevel a:active {
	color:           #fff;
	text-decoration: none;
}


/*
 * Form Style
 */
.form-container td.cells {
	padding-bottom: 9px;
}

.form-container label {
	display: block;
	padding-top: 3px;
}

label.error {
	color: #f00;
}

input.error,
select.error,
textarea.error {
	background: #FFEEEE;
}

/*
 * Misc
 */
.error {
	color: #f00;
}

#search_hoster img {
	vertical-align: bottom;
}

#ts3_hoster_search {
	padding: 20px 0;
}

#fp_login_box {
  background: url('../img/bg_fp_login_box.png');
  height: 182px;
  padding: 40px 100px 0 100px;
  width: 300px;
}

#fp_login_box > form > div {
  overflow: hidden;
}

#fp_login_box .div-login-inputs {
  height: auto;
  margin-bottom: 9px;
  width: auto;
}

#fp_login_box input.login-inputs {
  background: #fff;
  border:  1px solid #000;
  color: #1c1c1c;
  float: left;
  font-size: 15px;
  padding: 3px 2px;
  width: 292px;
}

#fp_login_box label {
  color: #FFF;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

#fp_login_box .box {
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  text-align: right;
}

#fp_login_box a.password-link,
#fp_login_box a.password-link:link {
  color: #FFF;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
}

#fp_login_box .fp_login_button {
  float: left;
}

.fp_login_button {
  background: transparent url('../img/button_fb_login.png');
  border: 0;
  height: 35px;
  width: 103px;
}

.content_tabular {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
.content_tabular th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	background-color: #4e5876;
}

.content_tabular td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	color: #000000;
	font-size: 12px;
	text-align:center;
}
.content_tabular tr.zebra td {
	background-color: #c1c9da;
}


.content_tabular tr.tabular_footer th {
	font-size:11px;
	font-weight:bold;
}

.content_tabular tr.tabular_footer a {
	color: #ffff99;
	text-decoration: none;
}


.content_tabular_plain {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
.content_tabular_plain th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: black;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
	background-color: #4e5876;
}

.content_tabular_plain td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	color: #000000;
	font-size: 12px;
	text-align:left;
}
.content_tabular_plain tr.zebra td {
	background-color: #c1c9da;
}

.content_tabular_plain tr.tabular_footer th {
	font-size:11px;
	font-weight:bold;
}

.content_tabular_plain tr.tabular_footer a {
	color: #ffff99;
	text-decoration: none;
}

.content_tabular_plain label {
	display: block;
	padding-top: 3px;
}

.content_eula {
        border:  1px solid #ccc;
        height: 300px;
        overflow:  auto;
        margin-top: 12px;
        padding: 12px;
}
.content_eula p {
        margin:12px;
}
.content_eula h2 {
        font-size:1.5em;
        padding-bottom:10px;
}
.content_eula ul,ol {
        margin:0;
        list-style:inherit;
        padding-left: 25px;
        list-style-position: outside;
}
.content_eula li {
        padding:5px;
}

.checkbox_wrapper {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-family: Arial,Helvetica,sans-serif;
}
#register_alertstop {
  height: 300px;
  padding: 15px 25px 15px 25px;
  width: 450px;
  color: #000;
  font-size: 12px;
}
#npl_register_alertstop {
  height: 300px;
  padding: 15px 25px 15px 25px;
  width: 450px;
  color: #000;
  font-size: 12px;
}
#register_alertlinks {
  height: 300px;
  padding: 15px 25px 15px 25px;
  width: 450px;
}
#npl_register_alertlinks {
  height: 300px;
  padding: 15px 25px 15px 25px;
  width: 450px;
}
.register_label {
  color: #1e2d4a;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.register_linklabel {
  color: #1e2d4a;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.register_links {
  color: #1e2d4a;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../img/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../img/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../img/status-note.png) 10px 50% no-repeat;
}

span.alert,
span.info,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 0px 0px;
}

span.subheader_wrapper {
    background:url("../img/bg_content_subheader.png") repeat-x scroll left top transparent;
    display:inline-block;
    height:54px;
    left:-24px;
    padding-left:50px;
    position:relative;
}
span.subheader_wrapper span.subheader_title {
    background:url("../img/bg_content_subheader_left.png") no-repeat scroll right top transparent;
    color: #344361;
    display: inline-block;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 24px;
    padding-right: 80px;
}
