/*

	PodiPodi.com (c)2008 Digitalfog s.r.l.

*/
* {
	margin:0px;
	padding:0px;
}
html,body {
	margin:0px;
	background:#fff url() top left repeat-x;
}
body {
	padding:0 20px;
	text-align:center;
}
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font-family:arial,helvetica,sans-serif;
	font-size:83%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
}
.off {
	font-weight:bold;
	color:#ff0000;
}
.on {
	font-weight:bold;
	color:#009906;
}
.spacer {
	clear:both;
}
input[type=text],
input[type=password] {
	border:1px solid #8497a2;
	font-size:1em;
	padding-left:0.5em;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	margin:5px auto;
	max-width:1200px;
	min-width:955px;
	position:relative;
	text-align:left;
	border-color:#bbb;
	border-style:solid;
	border-width:1px;
	min-height:502px;
}
#header {
	width:100%;
	height:70px;
	min-height:70px;
	background:#2893d0 url(../img/h_bg.jpg) repeat-x top left;
}
#mainheader {
	background:transparent url(../img/logo.png) 1em center no-repeat;
	height:50px;
	text-align:right;
}
#mainheader img {
	margin:2px 1em;
}
#subheader {
	background-color:#0066cf;
	height:1.8em;
	line-height:1.6em;
	color:#fff;
	padding:0 0.5em 0 0.5em;
	font-size:0.9em;
}
#subheader ul {
	float:right;
	list-style-image:none;
	list-style-type:none;
}
#subheader ul li {
	float:left;
	
	margin:0 0.25em;
}
#subheader a{
	color:#fff;
}
#contents {
	position:relative;
	min-height:550px;
	background:#fff url() repeat-x bottom left;
	color:#222;
	
}
#menubar {
	position:absolute;
	top:0px;
	bottom:0px;
	height:100%;
	float:left;
	min-height:550px;
	/*width:18%;*/
	width:180px;
	background-color:#ededed;
}
#mainbar {
	position:relative;
	margin-left:180px;
	margin-right:200px;
	min-height:550px;
}
#sidebar {
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	height:100%;
	clear:right;
	float:right;
	min-height:550px;
	/*width:25%;*/
	width:200px;
	background-color:#eaeeff;
}
#sidebar div {
	margin:0.3em;
}
#sidebar>div {
	margin:1em 0.1em;
}
#sidebar .title {
	background-color:#bdd8e5;
	font-weight:bold;
	padding:0.2em;
}
#sidebar #addsite input[type=text] {
	font-size:1em;
	width:144px;
}
#sidebar #mysites ul {
	list-style-image:none;
	list-style-type:none;
	margin:0 1em 0;
}
#sidebar #mysites ul li {
	line-height:1.4em;
	margin:0.2em 0;
	border-bottom:1px dotted #a5bdcb;
}
#sidebar #mysites ul li a {
	color:#333;
}
#main {
	min-height:550px;
	min-width:520px;
	
}
#main #mcontents {
	padding:1em;
}
#main #mcontents h1 {
	font-size:1.6em;
	color:#535353;
	letter-spacing: -0.025em;
}
.block {
	margin:1em 0;
}
.block .title {
	border-top:1px solid #70787c;
	background-color:#eee;
	line-height:1.6em;
	font-size:1em;
	font-weight:bold;
	color:#2f7da9;
	padding-left:1em;
}
.block .title .cmd_name {
	width:75%;
	float:left;
}
.block .title .cmd_status {
	color:#000;
	width:23%;
	float:right;
	text-align:right;
	padding-right:0.5em;
}
.block .title .cmd_status a.active {
	color:#009906;
	text-decoration:underline;
}
.block .title .cmd_status a.not_active {
	color:#ff0000;
	text-decoration:underline;
}
.block .title .cmd_status a:hover {
	color:#336699;
}
.block .title .cmd_status .notes {
	font-size:0.8em;
	line-height:0.8em;
	height:1.1em;
	text-align:right;
	color:#999;
}
.block .contents {
	padding:1em;
}
.block .contents .h{
	font-size:1.2em;
}
ul.news {
	font-size:1em;
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
	width:94%;
}
ul.news li {
	margin:1em;
}
#menu {
	width:86%;
	background-color:#fff;
	border:1px solid #eee;
	margin:1em auto;
	padding:0.3em;
}
#menu ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
}
#menu ul li {
	line-height:2em;
}
#menu a {
	color:#007cdb;
}
#menu ul ul {
	list-style-image:url(../img/menu/arrow1.gif);
	list-style-type:none;
	list-style-position:inside;
	margin:0 0.5em;
}
#menu ul ul li {
	font-size:0.9em;
	line-height:1.4em;
	margin:0.4em 0;
	border-bottom:1px dotted #a5bdcb;
}
#menu ul ul li a {
	color:#00456d;
}
#menu li.not_dummy a {
	color:#333;
	font-style:italic;
}
#menubar .notes {
	padding:0.5em;
	color:#666;
	font-size:90%;
	line-height:95%;
	font-style:italic;
}
.feedback {
	margin:0.5em;
	padding:0.5em;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
table td {
	vertical-align:top;
}
table.cmd {
	font-size:1.1em;
}
table.cmd td {
	padding:0.2em 0;
}
table.cmd td.l {
	padding-right:1em;
	text-align:left;
}
table.msg {
	border:1px solid #ccc;
	font-size:1.1em;
}
table.msg tr th{
	font-weight:bold;
	background-color:#eee;
	padding:0.8em;
	text-align:left;
	border-bottom:1px solid #ccc;
}
table.msg tr.m0 {
}
table.msg tr.m1 {
	background-color:#f4f4f4;
}
table.msg tr td{
	padding:0.25em 0.8em 0.25em 0.8em;
}
table.form {
	border:1px solid #eee;
	font-size:1.3em;
}
table.form input[type=text],
table.form input[type=password],
table.form select {
	width:80%;
	/*font-size:1.3em;*/
	padding:0.2em;
}
table.form input[type=submit] {
	/*font-size:1.3em;*/
	padding:0.25em;
}
table.form td {
	padding:0.5em;
	vertical-align: top;
	/*line-height:1.2em;*/
	text-align:left;
}
table.form td.label {
	width:20%;
	white-space: nowrap;
	/*line-height:1.8em;*/
	padding-top:0.75em;
}
table.form td span.notes {
	color:#666;
	font-size:90%;
}
table.info {
	border:1px solid #eee;
	font-size:130%;
}
table.info td {
	padding:0.25em;
}
table.gadgets {
	padding:0.25em;
	border:1px solid #eee;
	font-size:1.3em;
}
table.gadgets tr.tr0 {
	
}
table.gadgets tr.tr1 {
	background-color:#f4f4f4;
}
table.gadgets tr.tr_new {
	background-color:#fcfd82;
}
table.gadgets th {
	background-color:#3591e7;
	color:#fff;
	font-weight:bold;
	padding:0.3em;
}
table.gadgets td {
	padding:0.4em;
}
table.gadgets td.ops {
	text-align:center;
}

ul#sections,
ul#bookmarks {
	font-size:1.2em;
	list-style-image:none;
	list-style-type:none;
	list-style-position:inside;
}
ul#sections li,
ul#bookmarks li {
	background-color:#eee;
	padding:0.4em;
	margin:0.15em;
	cursor: move;
}
/* login page */
table#login {
	font-size:1em;
}
div#contents #ppadmin_pic {

}
div#contents #ppadmin_descr {

}
div#contents #ppadmin_descr p {
	margin:0 0 1em 0;

}
div#contents #ppadmin_descr p span.title{
	font-size:1.2em;
	letter-spacing: -0.02em;
	color:#33a6ff;
}
div#contents #sign_in {
	border:1px solid #adc9db;
	background-color:#e0edef;
	padding:1em;
}
div#contents #forgot {
	border:1px solid #c1c1c1;
	background-color:#eeeeee;
	padding:1em;
}
div#contents #sign_in input,
div#contents #forgot input,
div#contents #sign_in label,
div#contents #forgot label {
	font-size:1.3em;
}
.error {
	color:#ff0000;
}
#footer {
	margin-top:0;
	border-top:1px dotted #bbb;
	padding:1em;
	background:#fff url(../../img/f_bg.jpg) repeat-x left bottom;
}
#footer #subfooter {
	text-align:center;
	font-size:0.8em;
	line-height: 1.6em;
}
