body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#fff;
	color:#000;
}
img {
	border:0;
}
a {
	text-decoration: none;
}
a:hover {
	color:red;
}
p {
	text-align:justify;
}
h1.title {
	 background-color:#00FF00;
	 text-align:center;
	 font-family:impact,sans-serif;
}
h2 {
	color:#8d5a07;
}
h3 {
	color:#0e3966;
}
br {
	clear:both;
}
h4,.main-text {
	color:#ff0066;
	font-weight:bold;
}
pre {
	padding:0 0 15px 5px;
	width:90%;
	border-left:#666 1px solid; 
	line-height:110%;
	color:#00f;
	overflow:auto;
	display:block;
	font-size:large;
}
.source-code {
	overflow:auto;
}
/* Formating */
img.intro {
	float:right;
	margin-left:10px;
}
pre .special {
	color:red;
}
pre .highlight {
	color:green;
}

hr.line {
	width:70%;
	text-align:center;
	color:#74bff6;
}
/*Forms*/
.form-area label {
	width:100px;
	display:block;
	float:left;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
.form-area inupt,.form-area  select {
	float:left;

}

/*Layout*/
body {
	background:#b1f3bb;
	/* An Option * / min-width: 550px; /**/
}
#header {
}
#main {
	float:left;
	width:74%;
	margin-left:10%;
	background:#fff url(images/joints/curve_left.gif) no-repeat top left;
}
#side-bar {
	float:left;
	width:10%;
	left:0;
	position:absolute;
}
#advertisment-bar {
	float:right;
	width:16%;
	vertical-align:top;
	text-align:left;
}
#content {
	background:url(images/joints/curve_right.gif) no-repeat top right;
	padding:5px;
	min-height:500px;
}
#footer {
	text-align:center;
	background:#fff;
	margin-left:100px;
	margin-right:16%;
	clear:both;
}
#branding {
	float:left;
}
#search-box {
	float:right;
}
#header-extra {
	height:60px;
}


/*Appearence*/
/*Navigator in tutorial pages */
.multi-page-navigator-top {
	border-bottom:1px solid #333;
}
.multi-page-navigator-bottom {
	border-top:1px solid #333;
}
.mpn-previous {
	width:30%;
	float:left;
	height:30px;
}
.mpn-title {
	text-align:center;
}
.mpn-next {
	width:30%;
	float:right;
	text-align:right;
	height:30px;
}

#tagline {
	font-family:system,monospace,sans-serif;
	font-size:10px;
}

/* Menu */
#side-bar ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
#side-bar ul ul {
	margin-top:-20px;
	position:absolute;
	display:none;
}
#side-bar li > ul { /*Firefox Only */
	margin-left:100%;
	width:100px;
}
#side-bar li.over ul { /*IE Only */
	top: auto;
	margin-left:100%;
}
#side-bar li:hover ul, #side-bar li.over ul {
	display: block;
}
#side-bar ul li a {
	font:12px verdana,sans-serif;
	text-decoration:none;
	padding-left:5px;
	display:block;
	color:blue;

	border-right:1px solid #666;
	border-bottom:1px solid #333;
	border-left:1px solid #f1fcef;
	border-top:1px solid #f1fcef;
}
#side-bar ul li.menu-head {
	background-color:#03bd1f;
	color:#000000;
	text-align:center;
	display:block;
	font:bold 12px verdana,sans-serif;
	text-decoration:none;
	margin-bottom:-1px;

	border-right:1px solid #666;
	border-bottom:1px solid #333;
	border-left:1px solid #f1fcef;
	border-top:1px solid #f1fcef;
}
#side-bar ul li {
	background-color:#bbf3b1;
	color:#0000ff;
	display:block;
	white-space:nowrap;
}
#side-bar ul li a:hover {
	border-left:#666 1px solid;
	border-top:#333 1px solid;
	border-right:#dbf8d6 1px solid;
	border-bottom:#dbf8d6 1px solid;
}
#side-bar ul ul li a {
	background-color:#d2f4df;
	color:#00f;
	white-space:nowrap;
}
#side-bar ul ul li a:hover {
	background-color:#d2f4df;
	color:#5b97f9;
	border-left:#666 1px solid;
	border-top:#333 1px solid;
	border-right:#dbf8d6 1px solid;
	border-bottom:#dbf8d6 1px solid;
}

/*Tables*/
.data {
	font-family:arial;
	font-size:12px;
	background-color:#a5f3b1;
}
.data_head {
	font-family:arial;
	font-size:12px;
	background-color:#03bd11;
}
.data_table {
	background-color:#009933;
}
.script_table {
	border-collapse: collapse;
	width:100%;
}
.script_name {
	background-color:#01d761;
}
.script_info {
	background-color:#8df5a2;
}
.script_link {
	font-weight:bold;
}

/*Decrypt Email */
.email-encrypt {
	unicode-bidi:bidi-override;
	direction: rtl;
}
.email-encrypt .email-decrypt-message {
	display:none;
}

/*Comments*/
#comment_text {
	width:99%;
}
#comments-area .field-row {
	display:inline;
}
.comment {
	background-color:#ddf0fc;
	border:1px solid #85a3fc;
	margin:5px;
}
.my-comment {
	background-color:#b6bdff;
	border:1px solid #85a3fc;
}
.comment-poster {
	font-weight:bold;
}
#comments-area #replyto-message {
	display:none;
}
#comment-pot{display:none;}

/*Nulifying the BR's inserted by the code inside <pre> element*/
#comments-area pre br {
	display:none;
}

/*Formating*/
.message-success {
	color:green;
	font-weight:bold;
}
.message-error {
	color:red;
	font-weight:bold;
}
.message-info {
	font-weight:bold;
}
.highlight {
	font-weight:normal;
	background-color:#ddd;
}
img.mini-logo-1 {
	float:right;
}


@media(min-width: 0px) and (max-width: 649px ){
	pre {
		tab-size: 2;
		-moz-tab-size: 2;
	}
	#advertisment-bar {
		display: none;
	}
	#side-bar {
		display: none;
	}
	#main {
		margin-left: 0;
		width: 100%;
	}
}
