#wrapperContent{
	background: #fff;
}

#content > p[align="center"]:last-of-type {
	display: none;

}

#content .errorbox {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	
    border: 1px #c00 solid;
    width: auto;
    border-radius: 3px;
    font-size: 11px;
    margin: 15px 0 -10px;
}

#content .breadcrumbs {
    border: 1px #e1e1e1 solid;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    border-radius: 3px;
    margin-bottom: 10px;
}

#content .breadcrumbs h2{
    font-size: 20px;
    background: #fff;
    margin: 0;
    width: auto;
    font-size: 11px;
    font-weight: normal;
    height: 29px;
}

#content .breadcrumbs h2 a:first-child {
	background: none;
	color: #494b58;
	padding:  0 10px;
}

#content .breadcrumbs h2 a{
	float: left;
	text-indent: 0;
	height: 29px;
	line-height: 29px;
	background: url(images/panel/breadrumbs.png) 0 0 no-repeat;
	padding: 0 10px 0 18px;
	color: #5981c6;
}

#content .breadcrumbs h2 a:hover, #content .breadcrumbs h2 a:focus, #content .breadcrumbs h2 a:active{
	text-decoration: underline;
}

#content .section {
    position: relative;
}

#content .contentbox {
    width: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    border: 0;
    background: none;
    font-size: 10px;
    padding: 0;
    text-align: right;
    position: absolute;
    top: -40px;
    right: -225px;
    float: right;
    height: 29px;
    line-height: 29px;
}

#content .heading2, #content .section h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 -7px;
	padding: 4px 0;
	color: #0e0e14;
}

#content .heading2 + p {
	font-size: 11px;
	color: #a2a3ab;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

#content .aside h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0e0e14;
	border: 0;
	height: 32px;
	line-height: 24px;
}

#content table.frame{
    border: 1px #E1E1E1 solid;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    border-radius: 3px;
    margin: 20px 0;
}

#content table.frame + br {
	display: none;
}

#content table.frame table{
	margin: 5px 0 0;
}

#content .main td {
	color: #494b58;
	font-weight: bold;
	font-size: 11px;
}

#content .main td.light{
	font-weight: normal;
	color: #7c7e8b;
}

#content .frame input[type="password"], #content .frame input[type="text"], input.field, 
#content .frame-3 form input[type="text"], input.field, #content .frame-4 form input[type="text"] {
    border: 1px #E1E1E1 solid;
    color: #7c7e8b;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
    width: 285px;
    padding: 5px;
}

#content .frame textarea {
    border: 1px #E1E1E1 solid;
    color: #7c7e8b;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
    width: 650px;
    padding: 5px;
}

#content .frame select {
	width: 295px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: #7c7e8b;
}

#content .main .buttongo, #content .main .button, #content form button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    color: #5981c6 !important;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    border: 1px #E1E1E1 solid;
    white-space: nowrap;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
;
    padding: 5px 10px;
    cursor: pointer;
}

#content .main .buttongo:hover, #content .main .button:hover, #content form button:hover {
	background: #eee;
	text-decoration: none;
}

#content .main .buttongo:active, #content .main .button:active,
#content .main .buttongo:focus, #content .main .button:focus {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}

#content form button:active, #content form button:focus {
    background-color: #e0e0e0; 
}

#content .aside .related ul {
    border: 1px #e1e1e1 solid;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 3px 0 0;
    margin-bottom: 50px;
}


#content .aside .related li:first-child {
	border: none;
}

#content .aside .related li {
    border-top: 1px #e1e1e1 solid;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
}

#content .aside .related li a {
    padding: 0 0 0 17px;
    color: #5981c6;
	
    background: url(images/panel/arrow.png) 6px 12px no-repeat;
}

#content .aside .related li:hover, #content .aside .related li:active {
	background: #f4f4f4;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
 	background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
}

#content .aside .related li a:hover, #content .aside .related li a:active {
	text-decoration: none;
	color: #494b58;
}

#content .frame-2, #content .frame-3, #content .frame-4{
    border: 1px #e1e1e1 solid;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;	
    border-radius: 3px;
   	background: url(images/panel/table_bg.png) 15px 1px no-repeat;
}
#content .frame-3{
	background: none;
}

#content .frame-2 thead th {
    white-space: nowrap;
}

#content .frame-2 thead th, #content .frame-3 thead th, #content .frame-4 thead th{
    border-bottom: 1px #e1e1e1 solid;
    background: none;
    margin: 1px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: bold;
    font-size: 11px;
	color: #494b58;
}

#content .frame-2 thead th a, #content .frame-4 thead th a{ 
	color: #494b58;
}

#content .frame-2 thead th a.asc:after,
#content .frame-2 thead th a.desc:after{
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    position: relative;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #5981C6;
    top: -2px;
    left: 2px;
}

#content .frame-2 thead th a.desc:after{
    border-width: 4px 4px 0;

    border-top: 4px solid #5981C6;
}

#content .frame-2 thead th span{
	font-weight: normal;
	color: #7c7e8b;
}

#content .frame-2 .rows td, #content .frame-3 .rows td, #content .frame-4 .rows td {
    border-top: 1px #e1e1e1 solid;
}

#content .frame-3 .rows tr:first-child td, #content .frame-2 .rows tr:first-child td, #content .frame-4 .rows tr:first-child td{
	border-top: none;
}

#content .frame-3 .rows td:first-child, #content .frame-4 .rows td:first-child{ 
	border-right: 1px #e1e1e1 solid;
}

#content .frame-2 .rows td {
    padding: 2px 0 2px 13px;
    font-weight: normal;
    color: #7c7e8b;
}

#content .frame-2 .rows td:first-child{ 
    padding: 0;
}

#content .frame-2 .rows td .date {
    display: block;
    border-left: 6px #ccc solid;
    height: 31px;
    margin: 1px;
    line-height:27px;
    font-weight: normal;
    color: #7c7e8b;
    background: url(images/panel/arrow2.png) 8px 10px no-repeat;
    padding: 0 0 0 24px;
}

#content .frame-2 .rows.more td .date {
    line-height: 12px;
    padding-top: 4px;
}

#content .frame-2 .rows td a.ticket {
    background: url(images/panel/arrow2.png) 0px 3px no-repeat;
    padding: 0 0 0 14px;
}

#content .frame-2 .rows td a.ticket span{
    font-weight: normal;
    border-bottom: 1px #acc0e2 solid;
    color: #5981c6;
}

#content .frame-2 .rows td a.ticket.unread span{
    font-weight: bold;
}

#content .frame-2 .rows tr.pending .date, #content .frame-2 .rows tr.Pending .date { border-color: #ffd559; }
#content .frame-2 .rows tr.suspended .date , #content .frame-2 .rows tr.Suspended .date { border-color: #e0dccc; }
#content .frame-2 .rows tr.active .date, #content .frame-2 .rows tr.Active .date{ border-color: #91FF95; }

#content .frame-2 .rows td a{
    color: #494b58;
}

#content .frame-2 tfoot td, #content .frame-3 tfoot td, #content .frame-4 tfoot td {
    border-top: 1px #e1e1e1 solid;
    font-weight: normal;
    color: #a2a3ab;
}

#content .frame-2 tfoot td a, #content .frame-3 tfoot td a, #content .frame-4 tfoot td a{
    font-weight: normal;
    color: #494b58;
   	border-bottom: 1px #a2a3aa solid;
}

#content .frame-2 tfoot td table, #content .frame-2 tfoot td table td {
    margin: 0;
    padding: 0;
    border: 0;
}

#content .agenda {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    list-style: none;
    padding: 0;
}

#content .agenda li {
    float: left;
    color: #a2a3ab;
    margin-bottom: 10px;
}

#content .agenda li:before{
    width: 10px;
    height: 10px;
    content: " ";
    float: left;
    border: 1px #a4a4a4 solid;
    background: #b6b6b6;
    margin: 1px 10px 0;
}

#content .agenda li.pending:before { background-color: #ffd559; }
#content .agenda li.suspended:before { background-color: #e0dccc; }
#content .agenda li.active:before { background-color: #91FF95; }

#content .frame-3 form, #content .frame-4 form {
    padding: 10px 0;
    overflow: hidden;
}

#content .frame-3 label, #content .frame-4 label {
    float: left;
    padding-right: 10px;
    line-height: 28px;
}

#content .frame-3 label + input, #content .frame-4 label + input {
    float: left;
    height: 13px;
}

#content .frame-3 button,  #content .frame-4 button {
    float: left;
    border-radius: 0 3px 3px 0;
    position: relative;
    /*margin-top: 2px;*/
    left: -1px;
    width: 70px;
    text-transform: uppercase;
    height: 25px;
}

#content .frame-2 .rows td.unpaid {color: #f00;}

#content .main .box {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
}

#content .main .box > p {
    line-height: 18px;
    width: 300px;
    padding: 20px 30px;
}

#content .main .box > p > strong:first-child {
   background: url(images/panel/arrow2.png) 2px 3px no-repeat;

   padding: 0 0 0 15px;
   margin-left: -15px;
}

#content .main .box .actions {
    clear: both;
    
    border-top: 1px #d9d9d9 solid;
}

#content .main .box .update {
    background: url(images/panel/icon-1.png) 0 0 no-repeat;
    padding: 0 0 0 30px;
    line-height: 25px;
    height: 25px;
    margin: 10px 0 10px 10px;
}

#content .main .box .funds {
    background: url(images/panel/icon-2.png) 0 0 no-repeat;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 30px;
    margin: 10px;
}

#content .main .box a span {
    color: #5981c6;
    
    font-size: 10px;
    border-bottom: 1px #acc0e2 solid;
}


#content .main .radio h3, #content .main .hosting h3, #content .main .other h3, 
#content .main .tickets h3, #content .main .invoices h3 , #content .main .domains h3  {
    background: url(images/panel/icon-3.png) 0 0 no-repeat;
    padding: 0 0 10px 35px;
    line-height: 30px;
    border: 0;
}

#content .main .hosting h3 {
    background: url(images/panel/icon-4.png) 0 0 no-repeat;
}

#content .main .other h3 {
    background: url(images/panel/icon-5.png) 0 0 no-repeat;
}

#content .main .invoices h3 {
    background: url(images/panel/icon-6.png) 0 5px no-repeat;
}

#content .main .domains h3 {
    background: url(images/panel/icon-8.png) 0 0 no-repeat;
}

#content .main .tickets h3 {
    background: url(images/panel/icon-9.png) 0 0 no-repeat;
}

#content .main .tickets h3 strong, #content .main .domains h3 strong, #content .main .invoices h3 strong {
    color: #5981c6;
}