/* -------------------------------------------
UnityJDBC
Theme URI: http://www.unityJDBC.com/
Description: UnityJDBC is a JDBC Java driver that allows querying multiple databases without requiring a data warehouse or database server.
Version: 2.1
Author: Brant Hardy
Author URI: http://design.branthardy.com/
--------------------------------------------*/

body {
	line-height: 24px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fcfcfc;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	}

img {
	display: block;
	border: none;
	margin: 0 auto;	 
}

p {
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	color: #393939;
	margin: 10px 0 15px 0;
	line-height: 24px;
	}
	
h1 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #393939;
	margin: 0 0 15px;
	line-height: 23px;
	text-align: left;
	}

h2 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #393939;
	font-weight: bold;
	margin: 0 0 5px; 
	font-style: normal;
	text-align: left;
}

h3 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #393939;
	font-weight: bold;
	margin: 0 0 5px; 
	font-style: normal;
	text-align: left;
	}
	

a {
	color: #3aa6d0; text-decoration: underline;}
	
a:hover {
	color: #0776a1; text-decoration: underline;}
	
	
/* --------   hover underline links
a {
	color: #3aa6d0; text-decoration: none;}
	
a:hover {
	color: #3aa6d0; text-decoration: underline;}
*/
	
span.italics {font-style: italic;}
span.bold {font-weight: bold;}
span.emph {font-style: italic; font-weight: bold;}

span.var {font-style: italic;}

#wrapper {
	width: 952px;
	margin: 0 auto;
	padding: 0px;
	}
	
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}	
	
#logotext {
	width: 900px;
	height: 56px;
	margin: 35px auto 32px;
	}
	
#logotext img {
	float: left;
	}
	
#logotext p{
	float: right;
	padding-top: 27px;
	font-size: 12px;
	}
	
#logotext a {text-decoration: none;}
#logotext a:hover {text-decoration: underline;}

/*-------------------------------------------------------------------------------------*/

#navigation {			/*be very careful editing anything that starts with "#nav..."*/

	margin: 0;
	width: 952px;
	height: 43px;
	}

#navigation ul {

	margin: 0;
	width: 952px;
	height: 43px;
	list-style: none;
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	}


#navigation li {
	float: left;
	padding: 0;
	}

#navigation li a {
	display: block;
	height: 43px;
	width: 120px;
	outline: none;
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	}
	
	#nav_home a {background-position: -26px 0; width: 118px !important;} 
	#nav_home a:hover, #nav_home a.hover, #home #nav_home a {background-position: -26px -43px;}
	#home #nav_home a {background-position: -26px -86px;}
	
	#nav_download a {background-position: -144px 0; width: 159px !important;}  
	#nav_download a:hover, #nav_download a.hover, #download #nav_download a {background-position: -144px -43px;}
	#download #nav_download a {background-position: -144px -86px;}
	
	#nav_features a {background-position: -303px 0; width: 149px !important;}  
	#nav_features a:hover, #nav_features a.hover, #features #nav_features a {background-position: -303px -43px;}
	#features #nav_features a {background-position: -303px -86px;}
	
	#nav_documentation a {background-position: -452px 0; width: 203px !important;}
	#nav_documentation a:hover, #nav_documentation a.hover, #documentation #nav_documentation a {background-position: -452px -43px;}
	#documentation #nav_documentation a {background-position: -452px -86px;}
	
	#nav_purchase a {background-position: -655px 0; width: 152px !important;}
	#nav_purchase a:hover, #nav_purchase a.hover, #purchase #nav_purchase a {background-position: -655px -43px;}
	#purchase #nav_purchase a {background-position: -655px -86px;}
	
	#nav_about a {background-position: -807px 0; width: 122px !important;} 
	#nav_about a:hover, #nav_about a.hover, #about #nav_about a {background-position: -807px -43px;}
	#about #nav_about a {background-position: -807px -86px;}

#navshadow{
	clear: both;
	}
	
/*-------------------------------------------------------------------------------------*/


#body {
	margin: 10px auto 0;
	width: 1200px;
	}

#divall {
	position:relative;
	}
	
#leftpart {
	float: left;
	margin: 10px auto 0;
	width: 200px;
	border: 1px solid;	
	top: 100px;
	left:-230px;
	position: absolute;
	}

#mainpart {
	float: left;	
	width: 800px;	
	}

#rightpart2 {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 200px;
	border: 1px solid;	
	top: 300px;
	left:820px;
	position: absolute;	
}

#rightpart {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 200px;
	border: 1px solid;	
	top: 100px;
	left:820px;
	position: absolute;	
}

#body img {
	border: 1px solid;
	border-color: #9e9e9e;
	}
	
.noborder img{
	margin-top: 10px;
	display: block;
	border: none !important;
	float: left;
	}
	
.fullcol {
	width: 900px;
	float: left;
	margin: 20px 0 20px;
	}

.leftcol {
	width: 450px;
	float: left;
	margin: 0;
	}
	
.rightcol {
	width: 400px;
	float: right;
	margin: 0;
	}
	
.leftbigcol {
	width: 650px;
	float: left;
	margin: 0;
	}
	
.rightsmallcol {
	width: 200px;
	float: right;
	margin: 0;
	}
	
.totop {
	float: right;
	font-size: 12px;
	margin-top: 25px;
	}
	
.rightsmallcol p {
	padding-bottom: 10px;
	}	

#content p {
	}
	
ul {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #393939;
	list-style-type: square;
	padding-left: 50px;
	}
	
li {
font-family: proxima-nova, sans-serif;
	}

ol {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #393939;
	padding-left: 50px;
	list-style-type: decimal;
	}
	
.fullcol ul{
	margin-bottom: 15px;
	}
	
.fullcol ol {
	margin-bottom: 15px;
	}

#biglist {
	line-height: 24px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#biglist li {
	width: 100%;
	padding-bottom: 35px;
	}
	
#smalllist {
	line-height: 24px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#smalllist li {
	width: 100%;
	padding-bottom: 2px;
	}	
	
#footer {
	clear: both;
	width: 900px;
	height: 35px;
	margin: 0 auto;
	}
	
#footer p {
	font-style: normal;
	font-size: 12px;
	line-height: 35px;
	}

#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
	
#copyright {float: right}
#footerlinks {float: left;}

#copyright p {font-style: italic;}
	
	
hr {
	clear: both;
	border: 0;
	width: 100%;
	height: 1px;
	color: #b0b0b0;
	background-color: #b0b0b0;
	margin: 0;
	}

/*-------------------------------------------------------------------------------------*/

#dl {			/*be very careful editing anything that starts with "#dl..."*/

	margin: 0;
	width: 198px;
	height: 198px;
	}

#dl ul {

	margin: 0;
	padding: 0;
	width: 198px; 
	height: 198px;
	list-style: none;
	background-image: url(../img/dl_sq.jpg);
	background-repeat: no-repeat;
	}


#dl li {
	float: left;
	padding: 0;
	margin: 0;
	}

#dl li a {
	display: block;
	height: 198px;
	width: 198px;
	outline: none;
	background-image: url(../img/dl_sq.jpg);
	background-repeat: no-repeat;
	}
	
	#dl_dl a {background-position: 0 0;} 
	#dl_dl a:hover, #dl_dl a.hover {background-position: 0 -198px;}

/*-------------------------------------------------------------------------------------*/

div.ex {
	background-color: #f6f6f6;
	text-align: left;
	font-family:"Courier New", Monospace;
}
	
table.func {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px;
	vertical-align: middle;
	}
	
th.func {
	background-color: #f6f6f6;
	height: 8px;
	font-weight: bold;
	}
	
td.func {
	text-align: center;	
	height: 8px;
	}
	
th.funcl {
	background-color: #f6f6f6;
	height: 8px;
	font-weight: bold;
	text-align: left;	
}

td.funcl {
	text-align: left;	
	height: 8px;
	}

table.db {
	width: 700px;
	margin: 0px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 1px;	
	}
	
tbody.db {	
	height: 8px;	
	margin: 0 auto;
	}	

tr.db {	
	height: 8px;	
	margin: 0 auto;
	}
	
th.db {
	background-color: #f6f6f6;
	height: 8px;
	font-weight: bold;
	}
	
td.db {
	text-align: left;	
	height: 8px;
	}
	
table.dblist {
	width: 700px;
	margin: 0px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 1px;	
}
	
th.dblist {
	background-color: #f6f6f6;
	height: 8px;
	font-weight: bold;
}
	
tr.dblist {	
	height: 8px;	
	margin: 0 auto;
	vertical-align: middle;
	}

td.dblist {
	text-align: center;	
	height: 8px;
}

table.flist {
	width: 700px;
	margin: 0px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 1px;	
}
	
th.flist {
	background-color: #CACDE0;
	height: 8px;
	font-weight: bold;
}

th.flist2 {
	text-align: left;
	background-color: #E1E4F5 ;
	height: 8px;
	font-weight: bold;
}

	
tr.flist {	
	height: 8px;	
	margin: 0 auto;
	vertical-align: middle;
	}

td.flist {
	text-align: center;	
	height: 8px;
}

td.flistl {
	text-align: left;	
	height: 8px;
}

table.mq {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 1px;	
}
	
th.mq {
	background-color: #CACDE0;
	height: 8px;
	font-weight: bold;
}
	
tr.mq {	
	height: 8px;	
	margin: 0 auto;
	vertical-align: middle;
}


td.mq {
	text-align: left;	
	height: 8px;
}


table, td, th {
	border: 1px solid #dddddd;
	color: #393939;
	font-size: 14px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	vertical-align: middle;
	}

table {
	/*width: 400px;*/
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px;
	}

th {
	background-color: #f6f6f6;
	height: 35px;
	font-weight: bold;
	}

td {
	text-align: center;
	height: 55px;
	}

td img {
	margin: auto auto;
}

/* FAQ Styles*/

#faqList ol {padding: 0}
#faqList li {}
#faqList .question {
  padding-left: 10px;
  color: #3aa6d0;
  margin-bottom: 0;
  text-decoration: underline;
}
#faqList li.simpleFAQShowing .question {
}
#faqList .simpleFAQHover { color: #0776a1; text-decoration: underline; }
#faqList .answer {
  border: 1px solid #fcfcfc;
  padding-left: 10px;
  display: none;

}
	