/*
	Amal Krishna Bakali	
	Date: 06 November, 2007
	Title: ebizzsol.com
*/
html,body{
	margin:0;
	font-family: Trebuchet MS, Verdana, Lucida, Arial,Helvetica, sans-serif;
	font-size:12px;
	color:#2C2C2C;
	color:#84A7D1;
	padding:0;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	background:#272B30;
}
*{
	padding:0;	margin:0;	border:0;
}
ul,li,dl,dt,dd{
	list-style:none;
}
h4{
	font-weight:bold;
	font-size:12px;
	color:#FF8000;
	line-height:20px;
	padding-left:10px;
	margin-bottom:14px;
}
h4 span{
	display:block;
	background:url(images/move.gif) no-repeat left center;
	height:23px;
	padding-left:20px;
	letter-spacing:3px;
}
h4 a{
	font-size:12px;
	color:#FF8000;
	text-decoration:none;
}
h4 a:hover{
	text-decoration:underline;
	color:#E79A0B;
}
		
.hide,
#headerleft h1 span,
a em,
a strong,
h3 strong,
a b
{
	position:absolute;
	left:-9999px;
}
/*
--------------------------------------Page Structure
*/	
#wrap{
	margin:0 auto;
	width:100%;
	height:100%;
	display:block;
	text-align:left;
	background:#31353A;
}

#previewPanel{
	background:#000;
	padding:10px;
	}
#pNav{
	overflow:hidden;
	}
#pNav li{
	float:left;
	height:30px;
	line-height:30px;
	padding:0 12px;
	font-size:16px;
	background:#333;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
	font-weight:bold;
	}
#pNav .active{
	background:#686d74;
	}
#previewCont{
	background:#686d74;
	padding:10px;
	color:#fff;
	font-size:12px;
	height:700px;
	}

#htmlPreview, #cssCode, #htmlMarkup{
	background:#fff;
	color:#000;
	height:700px;
	display:block;
	width:100%;
	overflow:auto;
	border:none;
	display:none;
	}
/*#cssCode p, #htmlMarkup p{
	margin:0;
	padding:5px;
	overflow:hidden;
	height:auto;
	line-height:16px;
	background:#000;
	}
#cssCode i, #htmlMarkup i{
	color:#FF8000;
	float:left;
	margin:0;
	padding:0;
	height:auto;
	}
#cssCode span, #htmlMarkup span{
	float:right;
	width:95%;
	margin:0;
	padding:0;
	height:auto;
	}*/
#cssCode{
	color:#FF00FF;
	}
.html .keyword, .css .keyword{
	color:#009;
	}
.html .comment{
	color:#999;
	}
.html .doctype{
	color:#0bb;
	}
.html .attribute{
	color:#082;
	}
.html .value, .css .value{
	color:#05f;
	}
.css .comment{
	color:#090;
	}
.html .id, .css .id{
	color:#099;
	}
.html .string, .css .string{
	color:#00a;
	}
