@CHARSET "UTF-8";

body {
	background-color: #e5e5e5;
	color: #222;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

html,body {
	background: #e5e5e5 none repeat scroll 0 0;
}

td {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

td,th {
	padding: 3px;
	text-align: left;
}

input,button {
	padding: 3px;
}

dl {
	margin:0;
	padding:0;
}

a {
	padding: 1px;
	text-decoration: underline;
}

a:link {
	color: #0033CC;
}

a:visited {
	color: #0033CC;
}

a:hover {
	background-color: #3300CC;
	color: #FFFFFF;
	text-decoration: none;
}

a.image:link,a.image:visited,a.image:hover {
	background: transparent none repeat scroll 0 0;
	padding: 0;
}

a.image img {
	border: medium none;
}

form {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
}

small {
	font-size: 10px;
	line-height: 13px;
}

blockquote {
	color: #666;
	font-size: 12px;
	margin: 20px;
}

ol,ul,li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

li {
	font-size: 11px;
	line-height: 13px;
	padding: 3px 0;
}

h1 {
	border-bottom: 0 none;
	color: #333;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: #333;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding: 0;
}

h3 {
	color: #666;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 0;
	padding: 0;
}

#Header {
	background: #036 none repeat scroll 0 0;
	margin: 0;
	padding: 1px 0 0;
	position: relative;
	text-align: left;
}

#Header h1 {
	color: #fc0;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0 30px;
	padding: 0 0 10px;
	text-align: left;
}

#Header.global h1 {
	margin-top: 7px;
}

#Header h1 span {
	border: medium none;
	color: #fff;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#Header h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0pt;
	padding: 7px 20px 7px 25px;
	text-align: left;
}

#Header h3 a {
	padding: 7px;
}

#Header.global h3 {
	float: right;
	position: relative;
	text-align: right;
	width: 300px;
}

#Header h3 span#floatright {
	float: right;
	position: relative;
	text-align: right;
	width: 300px;
}

#Header h3 span#floatright,#Header.global h3 {
	font-family: verdana;
	font-size: 10px;
}

#Header h3 span#floatright a,#Header.global h3 a {
	padding: 7px 4px;
}

#Header h3 span.pipe {
	opacity: 0.6;
}

#Header h3 a.current {
	font-weight: bold;
	text-decoration: none;
}

#Header h3 a.free_pitch {
	font-size: 10px;
	text-decoration: none !important;
}

#Header h3 a.free_pitch span {
	font-size: 12px;
	text-decoration: underline;
}

#Header h3 a.free_pitch:hover span {
	text-decoration: none;
}

#Tabs {
	height: 25px;
	margin: 0 25px 0 30px;
	padding: 0;
}

#Tabs ul {
	margin: 0;
	padding: 0;
}

#Tabs li {
	border: medium none;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Tabs li.orange a:link,
#Tabs li.orange a:visited,
#Tabs li.orange a:hover {
    background:#ff8000;
    border-color:#003366 #003366 #ff8000;
    color:#fff;
}

#Tabs ul#MainTabs {
	
}

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

#Tabs a:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}

#Tabs ul#MainTabs a:link,#Tabs ul#MainTabs a:visited {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 4px 8px 6px;
}

#Tabs ul#MainTabs a.current:link,#Tabs ul#MainTabs a.current:visited {
	background: #e5e5e5 url(images/tab-bg.gif) repeat-x scroll center top;
	border-bottom: 1px solid #e5e5e5;
	color: #222;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

/* Wrapper */
div#Wrapper {
	margin: 0 auto;
	padding: 12px 23px 0 30px;
}

.container {
	margin: 0 auto;
	min-width: 750px;
	text-align: center;
}

table.layout {
	border-collapse: collapse;
	clear: left;
	width: 100%;
}

table.layout td.left,table.layout td.right {
	padding: 0;
	vertical-align: top;
}

table.layout td.left {
	width: 70%;
}

table.layout td.right {
	width: 30%;
}

div.Left {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
}

div.Right {
	float: left;
	margin: 0px 0 0;
	padding: 0;
	text-align: left;
	width: 30%;
}

table.layout td.left div.Left,table.layout td.right div.Right {
	float: none;
	width: auto;
}

.Footer {
	clear: left;
	color: #666;
	font-size: 9px;
	margin: 4px 0 20px 20px;
	padding-bottom: 15px;
	text-align: left;
}

.Footer a:link,.Footer a:visited {
	color: #666;
}

.Footer a:hover {
	background: #666 none repeat scroll 0 0;
	color: #fff;
}

div.page_header {
	background: #edf3fe none repeat scroll 0 0;
	margin: 0 0 5px;
	padding: 13px 30px 13px 24px;
}

div.page_header h1 {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div.page_header h1 span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

.col {
	padding: 0 20px;
	text-align: left;
}

.Left .col,.Full .col {
	background: #fff url(images/right-bg.gif) repeat-y scroll right center;
	padding: 0 8px 0 0;
	position: relative;
}

.Left .innercol,.Full .innercol {
	padding: 15px 60px 20px 23px;
}

div.Left .bottom,div.Full .bottom {
	background: transparent url(images/bottom-bg.gif) no-repeat scroll right top;
	font-size: 8px;
}

div.Right .col {
	min-width: 200px;
	padding: 0 0 0 9px;
}

div.page_header_links {
	color: #ccc;
	float: right;
	font-size: 11px;
	margin-top: 0;
	text-align: right;
	width: 200px;
}

div.page_header_links strong {
	color: #000;
}

div.page_header_links a.active:link,div.page_header_links a.active:visited,div.page_header_links a.active:hover {
	background: #999 none repeat scroll 0 0;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div.page_header_links a.edit {
	color: #777;
	text-decoration: none;
}

div.page_header_links a.edit:hover {
	color: #fff;
}

a.admin:link,a.admin:visited {
	color: #f00;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.adminfull:link, a.adminfull:visited {
    color:#FF0000;
    font-weight:bold;
    text-decoration:underline;
}

a.admin:hover,a.adminfull:hover {
	background: #f00 none repeat scroll 0 0;
	color: #fff;
}

body .Right h1 {
	background-color: #edf3fe;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 6px 8px;
}

body .Right p {
	color: #222;
	font-size: 12px;
	line-height: 1.3em;
}

body .Right div.indent {
	padding-left: 8px;
}

p.submit,div.submit {
	color: #666;
	font-size: 11px;
}

p.submit input {
	vertical-align: middle;
}

div.submit {
	border-top: 2px solid #000;
	padding: 8px 0pt 12px;
	text-align: center;
}

div.submit input,
div.submit button {
	font-size: 14px;
}

/**
 * Widgets ------- 
 */
div.widget * {
	z-index: 1;
}

div.widget_content * {
	z-index: 2;
}

.items_list {
	margin-left: 0;
}

div.widget div.nubbin {
	display: none;
	height: 0pt;
	left: 0pt;
	position: relative;
	top: -6px;
	width: 0pt;
}

div.widget div.nubbin,div.widget div.nubbin * {
	z-index: 0;
}

div.widget .items_list .item {
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
}

div.widget .items_list .item:hover div.nubbin {
	display: block;
}

div.widget .items_list .item span {
	display: block;
}

div.widget .items_list div.nubbin div.wrapper {
	background: #fff url(images/nubbin.gif) no-repeat scroll left top;
	font-size: 10px;
	height: 19px;
	line-height: 10px;
	margin: 1px 0 0;
	padding: 7px 0pt 0pt 7px;
	position: absolute;
	right: 0pt;
	width: 35px;
}

div.level {
    float:left;
    height:1em;
}

div.margin-1 {
	width:2em;
}

div.margin-2 {
    width:4em;
}

div.margin-3 {
    width:6em;
}

div.margin-4 {
    width:8em;
}

div.margin-5 {
    width:10em;
}

div.margin-6 {
    width:12em;
}

div.margin-7 {
    width:14em;
}

div.widget div.nubbin.level-1 {
    margin-left:2em;
}

div.widget div.nubbin.level-2 {
    margin-left:4em;
}

div.widget div.nubbin.level-3 {
    margin-left:6em;
}

div.widget div.nubbin.level-4 {
    margin-left:8em;
}

div.widget div.nubbin.level-5 {
    margin-left:10em;
}

div.widget div.nubbin.level-6 {
    margin-left:12em;
}

div.widget div.nubbin.level-7 {
    margin-left:14em;
}

div.widget .items_list div.nubbin.no-corners div.wrapper {
    background-image:none;
}

div.no-corners .items_list div.nubbin div.wrapper {
	background: #fff;
}

body.pages .items_list {
	margin-left: 10px;
}

body.pages div.widget .items_list div.nubbin div.wrapper {
	width: 45px;
}

div.widget div.nubbin ul {
	margin: 0;
	padding: 0;
}

div.widget div.nubbin li {
	float: left;
	list-style-type: none;
	margin: 0pt 4px 0pt 0pt;
}

div.widget div.nubbin ul li a {
	background: transparent none repeat scroll 0% 0%;
	color: #ff0000;
	font-size: 10px;
	text-decoration: underline;
}

div.widget div.busy {
	display: block;
}

div.widget div.busy div.wrapper ul {
	background: transparent url(images/dots-white.gif) no-repeat scroll 8px center;
	height: 12px;
}

div.widget div.busy div.wrapper li {
	visibility: hidden;
}

div.widget li {
	font-size: inherit;
	line-height: inherit;
	padding: 0pt;
}

div.section {
	margin-bottom: 20px;
}

h2.section {
	font-size: 10px;
	font-weight: normal;
	margin: 0pt 0pt 15px -23px;
	text-transform: uppercase;
}

h2.section a.admin {
    font-size: 10px;
}

h2.section span {
	padding: 0 0 0 23px;
	color: #666;
	border-bottom: 1px solid #666;
}

h2.section span.second {
    padding: 0 0 0 10px;
    margin: 0 0 0 13px;
}

h2.section span.asis {
	margin:0;
	padding:0;
	color:#333;
	border:none;
	text-transform:none;
}

h2.section span.actions {
    margin:0 0 0 23px;
    padding:0;
    color:#333;
    border: none;
}

h2.info {
	font-weight:normal;
}

h2.info span {
	font-weight:bold;
	text-transform:uppercase;
}

div.actions {
	background: #efefef none repeat scroll 0% 0%;
	margin: 6px 0 0;
	padding: 5px;
	clear: left;
	height: 1%;
}

div.actions p {
	margin: 0 0 5px;
	color: #333333;
	font-size: 11px;
}

div.actions p.submit {
	margin: 5px 0pt 0pt;
	border-top: 1px solid #CCCCCC;
	padding-top: 3px;
}

div.section_actions {
	margin:20px 0 5px 0;
	padding:0 0 2px;
	border-bottom:1px solid #aaa;
}

div.section_actions h2 {
	float:left;
	margin:0;
}

div.section_actions .links {
	float:right;
}

div.busy form p.submit {
    background:transparent url(images/dots-white.gif) no-repeat scroll 5px center;
}

div.busy form p.submit * {
    visibility:hidden;
}

div.links {
    font-size:11px;
}


/** hostings */
table.hostings {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
	width:100%;
}

table.hostings td {
	border-bottom:1px solid #EFEFEF;
	padding-left:3px;
	padding-top:3px;
	font-size:12px;
}

table.hostings th {
	background:#E9E9E9 none repeat scroll 0 0;
	border-bottom:2px solid #FFFFFF;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
}

div.submit.busy div.buttons {
    background: transparent url(images/dots-white.gif) no-repeat scroll 8px center;
}
div.submit.busy div.buttons * {
	visibility:hidden;
}

ul.overview {
}

ul.overview li {
    font-size:12px;
}


div.button_to_add_new {
    margin: 0pt 0pt 15px;
}

div.button_to_add_new img {
    height: 31px;
}

div.button_to_add_new {
	height:35px;
}
	
div.button_to_add_new a.pressed img {
    visibility: hidden;
}

div.button_to_add_new a.pressed {
    display: block;
    width: 176px;
    height: 31px;
}

body div.button_to_add_new img {
    width: 176px;
}

body.sites div.button_to_add_new a.pressed {
    background-image: url(images/buttons/add_a_site-pressed.png);
}

body.hostings div.button_to_add_new a.pressed {
    background-image: url(images/buttons/add_a_new_hosting-pressed.png);
}

body.domains div.button_to_add_new a.pressed {
    background-image: url(images/buttons/add_a_new_domain-pressed.png);
}

body.pages div.button_to_add_new a.pressed {
    background-image: url(images/buttons/add_a_new_page-pressed.png);
}

body.theme div.button_to_add_new a.pressed {
    background-image: url(images/buttons/upload_theme-pressed.png);
}


table.overview {
    border-collapse:collapse;
    border-spacing:0;
    margin:0;
    padding:0;
    width:100%;
}

table.overview tr:hover {
	background-color:#f0f8ff;
}

table.overview tr.upload:hover {
	background-color:transparent;
}

table.overview tr.upload td {
	padding:0;
}

table.overview tr.upload div {
	margin-top:0;
}

table.overview td {
    border-bottom:1px solid #EFEFEF;
    padding-left:3px;
    padding-top:3px;
    font-size:12px;
}

table.overview th {
    background:#E9E9E9 none repeat scroll 0 0;
    border-bottom:2px solid #FFFFFF;
    color:#666;
    font-size:13px;
    font-weight:normal;
    margin-bottom:10px;
    padding:5px;
}

table.overview .lastmodified {
	text-align:right;
	color:#888;
	font-weight:normal;
	width:100px;
}

table.overview td.lastmodified {
    font-size:9px;
}

table.overview .size,
table.overview .dimension {
    text-align:right;
    font-weight:normal;
    width:90px;
}

table.overview .sites_num {
	width:90px;
	text-align:center;
}

div.clearer {
	clear:both;
	height:0;
	font-size:0;
}

p.hint {
	margin:0;
	padding:0 2px 0;
	font-style:italic;
}

#status_information {
	height:400px;
	overflow:auto;
} 

p.error {
	color: #ffffff;
	background-color: #800000;
	padding: 2px 5px;
}

dl.builds {
	font-size:10pt;
}

#Flash.flash_notice {
	background:#E2F9E3 url(images/alertgood_icon.gif) no-repeat scroll left center;
	border-color:#99CC99;
	color:#006600;
}
#Flash {
	border:1px solid #CCCCCC;
	font-size:14px;
	margin-bottom:12px;
	padding:5px 5px 5px 30px;
	text-align:left;
}

div.blankBar {
	background-color:#FFFFCC;
	border-bottom:1px solid orange;
	border-top:1px solid orange;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}

div.blankBar h1, div.blankExample h1 {
	font-size:20px;
	margin:0 0 5px;
}

/*
 * Cools dialogs styles
 */
.popup_dialog {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	top: 150px;
	left: 0;
	width: 500px;
	background-color: #F4F7FD;
	padding: 10px;
	border: dotted 2px #036;
	z-index: 100;
	text-align: center;
}

body > div.popup_dialog {
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
position: fixed;
}

div.popup_dialog {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
top: expression( ( 150 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.popup_control {
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
}

.popup_headerbar {
	text-align: right;
}

.popup_buttons {
	margin: 10px 0 0 0;
	text-align: center;
}

/*.popup_buttons input {
	float: left;
}*/

.popup_content {
	display: block;
	padding: 10px;
	font-size: 13px;
}
