/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #3C86D6;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #3C86D6;
	height: 10em;
	padding-left: 2em;
}

#header h1
{
	color: #fff;
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 4.2em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0;
	padding-left: 0;
	margin-left: 0;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content .center
{
	display: block;
	text-align: center;
}

#content .center img
{
	width: 30%;
	border-radius:5px;
}

#content span.center img
{
    width: 50%;
}

#content p.center img:hover
{
	cursor: zoom-in;
}

#content p.small
{
	font-size: 11pt;
	margin-bottom: 0;
}

#content span.smalldecor
{
	font-size: 11pt;
	color: #006192;
	font-weight: bold;
	display: block;
}

#content  div#scroll
{
	float: left;
	width: 100%;
	margin: 20px 0 30px 0;
}

#content  div#scroll > span
{
	display: table;
}

#content  div#scroll > span > span
{
	display:table-cell;
	vertical-align:middle;
	padding: 0px 3px 0px 0px;
}

#content  div#scroll > span > span#download
{
	padding: 0 0 0 12px;
	background: url('/images/arrowleft.png') left no-repeat;
}

#content  div#scroll > span > span img#control
{
	cursor: pointer;
}

#content #download_wrap
{
    float: left;
    margin: 2px 30px 10px 0;
}

#content #download
{
	color: #FFFFFF;
    display: block;
	text-decoration: none;
	border-radius: 8px;
	background-color: #CFCFCF;
	padding: 10px 20px 10px 20px;
	box-shadow: 0 1px 3px #999;
}

#content #download:hover
{
	background-color: #3C86D6;
}

#content #download #download_description
{
	font-size: 9pt;
	display: block;
}

#content #download #download_description #meta
{
    display: inherit;
}

#content #version_selector_wrapper
{
	width: 100%;
	height: 350px;
	background-color: rgba(0, 70, 120, 0.9);
	position: absolute;
	z-index: 9999;
	display: none;
}

#content #version_selector_wrapper > span
{
	text-align: center;
	margin-top: 0;
	display: block;
}

#content #version_selector_wrapper > div
{
	height: 25px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	margin: -5px;
	padding: 5px 0 0 0;
}

#content h2,h3,h4,h5,h6
{
	color: #005082;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	font-size: 1em;
}

#content h5
{
	font-size: 0.9em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}
#content ul li p{
	margin-bottom: 0;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('/images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #3C86D6;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('/images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
	cursor: pointer;
}

#content table tr.rowB
{
	background: #FDFDFD url('/images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
	cursor: pointer;
}

#content table tr.rowC
{
	background: #FDFDFD url('/images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
	display: none;
}

#content table tr.rowC td
{
	border: 1px solid #CFCFCF;
}

#content table tr.rowC span
{
	display: block;
}

#content table tr.rowC span.header
{
	background: #006192 url('/images/a8.gif') top left repeat-x;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: left;
	width: 100%;
}

#primaryContent
{
	margin: 30px 5% 30px 5%;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	text-align: left;
	font-size: 11pt;
	background: #3C86D6 url('/images/a5.gif') bottom left repeat-x;
	padding:0.5em 2em 2em 2em;
	margin:0;
	color: #FFFFFF;
	min-height: 1em;
}

#footer > span
{
	display: block;
	padding: 0 0 2px 0;
}

#footer #emaillink
{
	float: right;
}


#footer span.extlink 
{
	text-align: center;
	margin: 5px 0 5px 0;
}

#footer span a
{
	color: #CCCCCC;
	text-decoration: none;
}

.clear
{
	clear: both;
}

#socialbutton {
	float: left;
	width: 100%;
	text-align: center;
}

#donate {
	float: left;
}

#warning
{
	width: 100%;
	float: left;
	margin: 0em 0em 1em 0em;
	display: table-row;

}

#warning span {
	width: 100%;
	display: block;
	text-align: center;
	color: #005082;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 0;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#warning div
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}

#modal_container {
	z-index: 99999;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

#notice {
	top: 0;
	left:0;
	position: fixed;
	width: 100%;
	padding: 10px 20px 10px 20px;
	background-color: #3C86D6;
	text-align: center;
	line-height: 20px;
}

#notice span {
	color: #fff;
	text-align: center;
}

#notice span img {
	cursor: pointer;
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

.ads_horizontal {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	text-align: center;
	margin: 0 0.3em 0.5em 0.3em;
}

.ads_vertical {
	max-height: 350px;
	overflow: hidden;
	display: table;
	margin: 0.5em auto 0.5em auto;
}

.ads_vertical div {
	width: 336px;
	text-align: center;
	display: table-cell;
	float: left;
	padding: 10px;
}

@media(max-width:800px){

    #content table td {
        word-break: break-all;
    }

}

@media(max-width:640px){

    #menu {
		top: 1.5em;
		left: 2em;
		right: 0;
	}

}

@media(max-width:480px){

	#menu {
		left: 0.5em;
	}

	#menu li {
		padding-left: 0.4em;
		margin-left: 0.3em;
	}

	#header {
		padding-left: 0.5em;
	}

	#header h1 {
		top: 2.2em;
		font-size: 1.7em;
	}

	#donate {
		display: none;
	}

	#content #download_wrap {
		width:100%;
	}

	#content #download {
		padding: 0;
	}

	#content #download > span {
		padding: 0 20px 0 20px;
	}

	#content #download #version {
		display: block;
	}

}

@media(max-width:370px){

	#menu li {
		padding-left: 0.2em;
		margin-left: 0.1em;
	}

	#menu li.nomargin {
		border: 0;
		margin-left: 0;
		padding-left: 0;
	}

}