/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
p{
	/*margin:5px;*/
	margin-bottom:10px;
	line-height:150%;
}
a{
	color:#963;
	text-decoration:none;
}

.emp{
 color:#1db5e1; /*636*/;
 font-weight: bold;
 text-align: justify;;
}
.err{
	/*font-weight: bold;*/
	color: red;
}
.apex{
vertical-align:super; 
font-size:smaller;
}



/*  BODY -----------------------------------------------------------------------------------------*/
.body-content{
	text-align:center;
	margin-bottom:20px;
}
.page-content{
	width:800px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}


/* PAGE TITLE -----------------------------------------------------------------------------------------*/
.page-title{
	font-size:12px;
	color:#FFF;
	background-color:#1db5e1; /*636*/
	font-weight:bold;
	padding: 10px;
	padding-top: 20px;
	text-align:left;
}
.page-title p{
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}

/* BOXES -----------------------------------------------------------------------------------------*/
.box{
	margin-top:5px;
	margin-bottom:10px;
	text-align:justify;
	padding:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.box-title{
	font-size:18px;
	font-weight:bold;
	color:#1db5e1; /*636*/;
	margin-bottom:10px;
}

.subsection-title{
	font-size:14px;
	font-weight:bold;
	color:#699;
	margin-top:40px;
}

/* CMD -----------------------------------------------------------------------------------------*/
.console-div{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	padding:5px;
	/*color:#963;*/
	/*color:  #369;*/
	background-color:#FFF;
	font-family: "Courier New", Courier, monospace;
	border-left: solid medium #CCC;
}
.cmd{
	font-family: "Courier New", Courier, monospace;
	margin-left:2px;
	margin-right:2px;
	/* [disabled]margin-right:2px; */
	/*color:#963;*/
}

/* TOP MENU -----------------------------------------------------------------------------------------*/
.top-menu{
	text-align:left;
}
.top-menu a{
	color:#1db5e1; /*606*/
	/*color:#960;*/
	/*color:#699;*/
	margin-right:10px;
	font-weight:bold;
} 


/* DESCRIPTION -----------------------------------------------------------------------------------------*/

ul.parag{
	list-style:disc;
	line-height:150%;
}

/* LICENSE -----------------------------------------------------------------------------------------*/
.license{
padding:10px;
margin-left:50px;
margin-right:50px;
font-family: "Courier New", Courier, monospace;
/*background-color:#FFB;*/
border-top:thin dashed #CCC;
border-bottom:thin dashed #CCC;
}


/* USAGE -----------------------------------------------------------------------------------------*/
/*.parameters{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	padding:5px;
}
.parameters dl{
	overflow:hidden;
}
.parameters dt{
	font-family: "Courier New", Courier, monospace;
	float: left;
	margin-right: 10px;
}*/
div.parameters{
	margin-left: 20px;
	padding-bottom: 10px;
	
}
div.parameter{
	text-align:left;
	/*border-top:thin dashed #CCC;*/
	padding:1px;
}
div.parameter-dt{
	width:150px;
	float: left;
	clear: both;
	font-family: "Courier New", Courier, monospace;
}
div.parameter-dd .parameter-dt{
	width:75px;
}
div.parameter-dd{
	overflow: hidden;
	 
}


/* DOWNLOADS -----------------------------------------------------------------------------------------*/
div.download{
	text-align:left;
	border-top:thin dashed #CCC;
	padding:5px;
	padding-bottom:20px;
}
div.download-dt{
	width:170px;
	float: left;
	clear: both;
}
div.download-dd{
	overflow: hidden;
}



table.download{
/*border-bottom:thin solid #999;*/
margin-bottom:30px;
}
table.download a{
	color:#960;
}
table.download th{
font-weight:normal;
color:#333;
padding:5px;
width:150px;
text-align:left;
border-top:thin dashed #CCC;
}
table.download td{
padding:5px;
padding-bottom:30px;
border-top:thin dashed #CCC;
}


/* REFERENCES -----------------------------------------------------------------------------------------*/
.reference{
font-family: "Times New Roman", Times, serif;	
}




/* MODAL BOX ---------------------------------*/
a:hover { text-decoration: underline; }

h2 { font-size: 1.8em; line-height: 1.9em; margin-bottom: 15px;  }

#inline { display: none; width: 510px; }

label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 380px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 380px; 
height: 100px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
background: -o-linear-gradient(top, #284f9d, #0c2b6b);
background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
background: linear-gradient(top, #284f9d, #0c2b6b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}



/* 
Recaptcha Style Captcha 
=======================
 re-Captcha Style Captcha with php and jQuery 
 
 Created By: Zeeshan Rasool 
 URL : http://www.99Points.info 
 
 Get JQuery, PHP, AJAX, Codeigniter and MYSQL Tutorials and Demos on Blog
 */
 
#captcha-wrap{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:100px;
	margin-left:80px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:140px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
	float:right; width:117px; 
	background:url(../libs/reCaptcha/logos.jpg) top right no-repeat; 
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

