/** BASIC
dark blue - 152f47
light blue - 3c80bf
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

pre {
	font-size: 12px;
	font-family: Courier, Arial;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #152f47;
}

p,ol,ul {
	line-height: 160%;
}

a {
	color: #152f47;
}

a:hover {
	text-decoration: none;
	color: #3c80bf;
}

/** HEADER */
#header {
	float: left;
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */
#menu {
	padding: 2.2em 0em 0em 2em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #152f47;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #3c80bf;
}

/** adbox **/
#adbox {
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	text-align: center;
	border-top: 3px dotted #CCCCCC;
}

/** CONTENT */
#content {
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	border-top: 3px dotted #CCCCCC;
	min-height: 850px;
}

#left {
	float: left;
	width: 70%;
	padding-right: 4%;
	border-right: 1px dashed #CCCCCC;
	min-height: 850px;
}

#right {
	float: left;
	width: 20%;
	margin-left: 10px;
	padding: 5px;
}

/** FOOTER */
#footer {
	clear: both;
	padding-top: 10px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: x-small;
}

/** wb table */
.wb_table {
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.header {
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #746D12;
	text-align: center;
}

td.tddata {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .9em;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

/** sidebox */
table.sidebox {
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 200px;
	background-color: #FAFAFA;
	border: 1px #3c80bf solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 15px;
}

.sideboxHeader {
	border-bottom: 2px solid #3c80bf;
	background-color: #3c80bf;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.sideboxBody p {
	font-family: Verdana, sans-serif, Arial;
	margin-top: 5px;
	margin-bottom: 5px;
}

#right li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d9c4;
	font-family: verdana;
	font-size: 10px;
}

#search {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

.searchbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999;
	color: #3c80bf;
	font-weight: bold;
	padding: 1px 2px;
	background: url(images/formbg.gif) repeat-x left top;
}

.rightdiv {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 10px;
}

.accordionBox {
	border: 1px solid #3c80bf;
	width: 90%;
	float: left;
	margin: 10px;
}

div.selected,div.hover {
	background-color: #3c80bf;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding-left: 5px;
	cursor: pointer;
}

.dbTitle  , .swtmlTitle  , .pdftoolsTitle,.s3b2Title,.wbTitle  ,
	.tabTitle {
	background-color: #152f47;
	color: #ffffff;
	height: 22px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #182052;
	border-style: solid none;
	border-top: 1px solid #BDC7E7;
	border-width: 1px 0px;
	font-size: 12px;
}

.dbContent  , .swtmlContent  , .pdftoolsContent  , .s3b2Content,.wbContent,.tabContent
	{
	font-size: 110%;
	padding: 5px;
	overflow: auto;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

#paypalbutton {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}


pre.code {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #2f6fab;
	border-right-color: #2f6fab;
	border-bottom-color: #2f6fab;
	border-left-color: #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	font-family: Courier, Arial;
}