/*
	************************************************************************************************
	MAIN FRAME
	************************************************************************************************
*/

html
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

body
{
	background-position:top left;
	background-repeat:no-repeat;
}

#menu
{
	display:none;
}

#content
{
	text-align:justify;
	white-space:normal;
	padding:0 1em;
}

#blocmenu
{
	border-right:1px solid #78A4BE;
	border-bottom:1px solid #78A4BE;
}

#top
{
	text-align:center;
}

#footer
{
	display:none;
}

/*
	************************************************************************************************
	PAGE CONTENT
	************************************************************************************************
*/
.previous_page_link
{
	list-style-type:none;
	float:left;
	width:auto;
}

.next_page_link
{
	list-style-type:none;
	float:right;
	width:auto;
}

.pub /* google pub */
{
	display:none;
}

.collapse
{
	width:15px;
	height:15px;
	position:relative;
	top:1em;
	background-color:#FF0000;
	float:right;
}

#content #horizontal_links li
{
	list-style-type:none;
	float:left;
	width:15%;
	text-align:center;
	border:1px solid #009;
}

/*
	************************************************************************************************
	HTML DISPLAY
	************************************************************************************************
*/

a:link, a:active, a:visited
{
	/*color:#0C9AD4;*/
	color:#009;
	font-weight:normal;
	text-decoration:underline;
	padding:0 3px;
}

a:hover
{
	color:#FF6600;
}

a img
{
	border:0;
}

pre
{
	width:100%;
	margin:2em auto;
	font-size:1em;
	background-color:#FFFFDD;
	background-image:url(images/img_code.png);
	background-position:top right;
	background-repeat:no-repeat;
	border:1px dotted #FD9191;
	color:#009;
	font-family:Courier New;
	page-break-inside:avoid;
}

blockquote
{
	background-color:#E5F6DF;
	background-image:url(images/img_quote.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:50px;
	border:1px dotted #7c8eae;

}
h1
{
	color:#FF6600;
	font-size:150%;
}

h2
{
	color:#FF0066;
	font-size:1.2em;
	margin-top:2em;
	border-bottom:1px dotted #FF0066;
}

h3
{
	color:#000099;
	text-decoration:underline;
	text-align:center;
	margin-top:2em;
}

p
{
	text-indent:1.5em;
}

#content ul li
{
	margin-bottom:1em;
}

/* ----- Big links ----- */
.big_links
{
	margin:1em 10%;
	padding:0;
}

.big_links a, .big_links a:active, .big_links a:visited
{
	background-position:center left;
	background-repeat:no-repeat;
	border:1px dashed #FFFFFF;
	padding:25px 10px 10px 60px;
	height:50px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	color:#009;
}

.big_links a:hover
{
	border:1px dashed #FF6600;
	color:#FF6600;
}

.big_links a span, .big_links a:active span, .big_links a:visited span
{
	color:#009;
	text-decoration:none;
	font-weight:normal;
}

.big_links a:hover span
{
	color:#009;
	font-weight:normal;
}
/* ----- EO big links ----- */


/* FAQ and Changelog display */
dl.border-around
{
	margin:2em 2em 2em 0;
	padding: 0;
}

.border-around dt
{
	background-color:#78A4BE;
	color: #FFFFFF;
	padding: .5em .5em;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;
}

.border-around dt a
{
	color:#FFF;
	text-decoration:underline;
}

.border-around dd
{
	margin: 0 0 1em 0;
	background:#DFE9EF;
	padding: 1em .5em;
	font-style: italic;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-bottom: 1px solid #131210;
}

/* Table styling */
thead
{
	background-color:#78A4BE;
	color: #FFFFFF;
	padding: .5em .5em;
	font-weight: bold;
	border:1px solid #131210;
}

tbody tr
{
	border:1px solid #DFE9EF;
}

/* Forms display */
.formhead
{
	background-color:#78A4BE;
	margin:0;
	padding:.5em;
}

.formbody
{
	background-color:#DFE9EF;
	margin:0;
	padding:1em;
	border-left:1px solid #407d97;
	border-right:1px solid #407d97;
}

.formfoot
{
	background-color:#78A4BE;
	margin:0;
	padding:1em;
	text-align:right;
}
fieldset
{
	border:0;
	border-left:1px dotted #78A4BE;
	border-right:1px dotted #78A4BE;
	border-bottom:1px dotted #78A4BE;
}

fieldset label
{
	float:left;
	width:40%;
	text-align:right;
	margin:0;
	padding:0 .5em 0 0;
	line-height:1.8;
}

.focus {
	background-color:#F5F5DC;
	color:#000000;
}

.normal {
	background-color:#FFFFFF;
	color:#000000;
}

#sectionbuttons
{
	margin:1em auto;
}
ul#sectionbuttons li
{
	list-style-type:none;
	float:left;
}

ul#sectionbuttons li a
{
	width: 100px;
	display: block;
	height: 2em;
	padding-top:70px;
	text-align:center;
	border:1px solid #DFE9EF;
	margin-left:1em;
}

ul#sectionbuttons li a:hover
{
	border:1px solid #FF6600;
}

li#dl_zip
{
	background: url(images/zip.png) no-repeat;
	background-position:top center;
}

li#dl_targz
{
	background: url(images/tar_gz.png) no-repeat;
	background-position:top center;
}
