/*
_Colours_
khaki = #F0E68C
Gold = #FFD700
L Blue = #146dbd
D Blue = #0E4E86
*/


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #146dbd;
	color: #F0E68C; /*khaki*/
}

h2
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	font-size: large;
}

h3
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: left;
	font-size: larger;
}

img
{
	border: none;
}

table
{
	background-color: #146dbd;
	width: 100%;
	border-collapse: collapse;
}

th
{
	background-color: #146dbd;
	border: 2px solid #0E4E86;
	padding: 5px;
	color: #FFD700; /*Gold*/
}

td
{
	background-color: #146dbd;
	border: 2px solid #0E4E86;
	padding: 5px;
}

#page
{
	width: 100%;
	height: 100%;
	background-color: #146dbd;
}

#head_l
{
	position: absolute;
	left: 0;
	background: url( "/images/head_l.jpg" ) top left no-repeat;
	height: 200px;
	width: 318px;
}

#head_c
{
	background: url( "/images/head_c.jpg" ) top left repeat-x;
	height: 200px;
}

#head_r
{
	position: absolute;
	right: 0;
	background: url( "/images/head_r.jpg" ) top left no-repeat;
	height: 200px;
	width: 178px;
}

#paginate_left
{
	float: left;
}

#paginate_center
{
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

#paginate_right
{
	float: right;
}

#menubar
{
	height: 20px;
	background-color: #0E4E86;
	padding: 10px;
}

#sidemenu
{
	position: absolute;
	left: 0;
	width: 10px;
	padding: 0px;
	background-color: #0E4E86;
}

#content
{
	background-color: #146dbd;
	margin-left: 20px;
	padding: 20px;
}

#bcot
{
	background-color: #0E4E86;
}

#footer
{
	clear: both;
	background-color: #0E4E86;
	padding: 10px;
	height: 31px;
}

#copywrite
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: center;
	font-size: smaller;
}

#validate
{
	text-align: right;
	float: right;
}

#result
{
	background: #0E4E86;
	color: #FFD700; /*Gold*/
	padding: 10px;
	text-align: left;
	width: 200px;
	margin: 0 auto;
}

.img_link
{
	float: right;
	margin-right: 10px;
}

.inline
{
	display: inline;
}

.center
{
	text-align: center;
}

.rtitle
{
	color: #F0E68C; /*khaki*/
	display: inline;
	margin: 0 auto;
}

.rvalue
{
	color: #FFD700; /*Gold*/
	display: inline;
	margin: 0 auto;
}

.timefs
{
	border: 1px solid #0E4E86;
	width: 600px;
	background: #0E4E86;
	margin-left: auto;
	margin-right: auto;
}

.timefs hr
{
	color: #FFD700; /*Gold*/
}

.binfs
{
	border: 1px solid #0E4E86;
	width: 620px; /*620px;*/ /*755px;*/
	background: #0E4E86;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: center;
}

.bsf
{
	border: 1px solid #0E4E86;
	width: 620px; /*620px;*/ /*755px;*/
	background: #0E4E86;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-align: center;
}

.xbox
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.highlited
{
	background-color: #0E4E86; /*#FFD17C;*/
	color: #BCFF3F;
}

.left_pane
{
	float: left;
	border: solid 2px #0E4E86;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right_pane
{
	float: right;
	border: solid 2px #0E4E86;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea
{
	margin: 0px;
	padding: 0px;
	left: 0;
	float: none;
}

legend
{
	padding: 3px;
	background: #0E4E86;
	color: #FFD700; /*Gold*/
	text-align: right;
}

/*****News*****/

.newscont
{
	background-color: #0E4E86;
	border-bottom: thin solid #FF8C00;
	margin-bottom: 30px;
}

.title
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: center;
	font-size: large;
	height: 20px;
	margin: 0;
	border: none;
	background: url( "/images/news_corn_l.jpg" ) top left no-repeat;
}

.innertitle
{
	background: url( "/images/news_corn_r.jpg" ) top right no-repeat;
	height: 20px;
	padding-top: 5px;
}

.outerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0E4E86;
	padding: 10px;
	text-align: center;
	color: #F0E68C; /*khaki*/
}

.innerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #146dbd;
	padding: 10px;
	margin-top: 5px;
	text-align: justify;
	color: #F0E68C; /*khaki*/
}

.diggimg
{
	float: left;
	margin-right: 10px;
}

/*****Codex*****/

.codex_cont
{
	background-color: #0E4E86;
	border-bottom: thin solid #FF8C00;
	margin-bottom: 30px;
}

.codex_title
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: center;
	font-size: large;
	height: 20px;
	margin: 0;
	border: none;
	background: url( "/images/news_corn_l.jpg" ) top left no-repeat;
}

.codex_innertitle
{
	background: url( "/images/news_corn_r.jpg" ) top right no-repeat;
	height: 20px;
	padding-top: 5px;
}

.codex_outerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0E4E86;
	padding: 10px;
	text-align: center;
	color: #F0E68C; /*khaki*/
}

.codex_innerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #146dbd;
	padding: 10px;
	margin-top: 5px;
	text-align: justify;
	color: #F0E68C; /*khaki*/
}

.codex_innerArticle pre
{
	border: 2px solid #0E4E86;
	color: #000000;
	font-size: larger;
	background-color: #ffffe1;
	padding: 10px;
}

/*****Programs*****/

.prog_cont
{
	background-color: #0E4E86;
	border-bottom: thin solid #FF8C00;
	margin-bottom: 30px;
	
}

.prog_leftcorner
{
	height: 20px;
	margin: 0;
	border: none;
	background: url( "/images/news_corn_l.jpg" ) top left no-repeat;
}

.prog_rightcorner
{
	background: url( "/images/news_corn_r.jpg" ) top right no-repeat;
	height: 20px;
	padding-top: 5px;
}

.prog_title
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: left;
	font-size: large;
	margin-left: 135px;
	/*border-bottom: thin solid #FF8C00;*/
}

.prog_outerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0E4E86;
	padding: 10px;
	text-align: center;
	color: #F0E68C; /*khaki*/
}

.prog_innerArticle
{
	background-color: #146dbd;
	
	margin-top: 5px;
	margin-left: 125px;
	
}

.prog_innerArticle_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: justify;
	color: #F0E68C; /*khaki*/
}

.prog_screenshot
{
	float: left;
	margin-top: 5px;
	display: inline-block;
	width: 120px;
	padding-top: 2px; 
	padding-right: 5px;
}

.prog_stats
{
	float: right;
	background-color: #146dbd;
	margin-left: 10px;
	margin-top: -1px;
	border-left: solid 5px #0E4E86;
	height:100%;
	
}

.prog_stats_title
{
	border-top: solid 1px #0E4E86;
	border-bottom: solid 1px #0E4E86;
	padding-left: 2px;
	padding-right: 2px;
}

.prog_stats_data
{
	border-bottom: solid 1px #0E4E86;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFD700; /*Gold*/
}

.prog_download_bar
{
	margin-left: 125px;
	color: #FFD700; /*Gold*/
	text-align: center;
	background-color: #0E4E86;
	padding: 2px;
}

.prog_download
{
	margin-left: 125px;
	background-color: #146dbd;
	text-align:left;
	padding: 10px;
}


/*****Quotes*****/

.quotes_header
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: center;
	font-size: large;
}

.quotes_header h1
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #FFD700; /*Gold*/
	text-align: center;
	font-size: large;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

.quotes_subheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #0E4E86;*/
	padding-left: 5px;
	text-align: center;
	color: #F0E68C; /*khaki*/
	font-size: 0.8em;
	float:right;
	border-left: thin solid #FF8C00;
	height:30px;
	margin-right:20px;
}

.quotes_subheader p
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.quotes_top_cont
{
	background-color: #0E4E86;
	border-bottom: thin solid #FF8C00;
	width: 50%;
	margin: 0 auto;
}

.quotes_top_top_left
{
	height: 30px;
	background: url( "/images/news_corn_l.jpg" ) top left no-repeat;
}

.quotes_top_top_right
{
	background: url( "/images/news_corn_r.jpg" ) top right no-repeat;
	height: 30px;
	/*padding-top: 5px;	*/
}


.quotes_cont
{
	background-color: #ffffff;
	margin-bottom: 30px;
}

.quotes_top_left
{
	height: 20px;
	margin: 0;
	border: none;
	background: url( "/images/quote_tl.jpg" ) top left no-repeat;
}

.quotes_top_right
{
	background: url( "/images/quote_tr.jpg" ) top right no-repeat;
	height: 20px;
	padding-top: 5px;
}

.quotes_outerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	color: #F0E68C; /*khaki*/
}

.quotes_innerArticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 5px;
	text-align: justify;
	color: #003399;
}

.quotes_bottom_left
{
	height: 20px;
	margin: 0;
	border: none;
	background: url( "/images/quote_bl.jpg" ) top left no-repeat;
}

.quotes_bottom_right
{
	background: url( "/images/quote_br.jpg" ) top right no-repeat;
	height: 20px;
	padding-top: 5px;
}

/*****Links*****/

.links_link
{
	font-size: medium; /*margin-bottom: 10px;*/
}

.links_desc
{
	border-top: 1px solid #0E4E86; /*margin-top: 10px;*/
}

.links_cat
{
}

.links_centerbox
{
	margin: 0 auto;
	width: 600px;
}

.menuhaut
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menuhaut li
{
	display: inline;
	float: right;
	background: url( "/images/bullet.gif" ) top left no-repeat;
	padding-left: 15px;
	margin-right: 5px;
	height: 100%;
}

.menuhaut li:hover
{
	background: url( "/images/bulletd.gif" ) top left no-repeat;
}

.menuhaut a
{
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menuhaut a:hover
{
	text-decoration: none;
}

.menugauche
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menugauche li
{
	margin-bottom: 5px;
}

.menugauche a
{
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}

.menugauche a:hover
{
	text-decoration: none;
}

.gallery
{
	width: auto;
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
}

.gallery td
{
	width: auto;
	border-collapse: collapse;
	border: none;
	padding: 5px;
}


.album
{
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #146dbd; /*#146dbd;*/
}

.album td
{
	background-color: #0E4E86;
	border: 2px solid #146dbd;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	/*width: 130px;
	height: 100px;*/
}

.album td:hover
{
	background-color: #f06000; /*#CC6600;*/ /*#FF6600;*/ /*#0E4E86;*//*#FF6600;*/
	color: #BCFF3F;
	border: 2px solid #146dbd;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	/*width: 130;
	height: 100;*/
}

.album a:hover
{
	text-decoration: none;
}

.exif
{
	width: auto;
	margin: 0 auto;
}

.exif td
{
	border: 2px solid #146dbd;
	background-color: #0E4E86;
}

.exif th
{
	border: 2px solid #146dbd;
	background-color: #0E4E86;
}

.exif_key
{
	color: #FFD700;
	text-align: right;
}

.exif_val
{
	color: #F0E68C;
	text-align: left;
}

p
{
	margin: 0 0 10px 0;
}

a:link, a:active
{
	color: #FACD73;
	text-decoration: none;
	border: none;
}

a:visited
{
	color: #F0A000;
	text-decoration: none;
	border: none;
}

a:hover
{
	color: #A0FA00;
	text-decoration: underline;
	border: none;
}

.shadow 
{
	display:block;
	padding:6px 9px 9px 6px;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
