/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	color: #333;
}

/* HTML+BODY */
html{
	margin-bottom:1px;
}
body{
	background:white;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 80%;
}

/* HEADING */
h1{
	color:orange;
	font-size:200%;
	font-weight:bold;
	margin:20px 6px;
	font-style: oblique;
}
h2{
	color:green;
	font-size:150%;
	margin:15px 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3{
	color:#034aa6;
	font-size:135%;
	margin:10px 0 0 6px;
}
h4{
	color:#666;
	font-size:120%;
	text-transform: uppercase;
	margin:10px 0 0 6px;
}
h5{
	color:#666;
	font-size:100%;
	margin:10px 0 0 10px;	
}

/* LINKS */

a{
	text-decoration:none;
}
/*
a:hover,a:active{
	background:#034AA6;
	color:#FFF;
}
a img{
	border:none;
}
*/

/* HORIZONTAL */
hr{
	border-top:1px solid #ccc;
	border-right:0;
	border-left:0;
	border-bottom:0;
	height:1px;
}

/* LIST */
#maincol ol{
	margin:12px 30px;
}
#maincol ol li{
	margin-top:12px;
}
#spotlight ul,
#maincol ul,
#leftcol ul{
	list-style:none;
	margin:6px 6px 0;
	padding:0;
}
#spotlight ul li,
#maincol ul li,
#leftcol ul li{
	line-height: 150%;
	padding-left:12px;
	background:url(../images/bullet.png) no-repeat 0 6px;
}
#leftcol a{
	color:#1a5cb1;
	background: white;
}
#leftcol a:hover{
	color:#f5f5f5;
	background: #1a5cb1;
}

/* SMALL */
.small,
.modifydate,
.createdate,
.readon{
	color:#999;
	font-size:85%;
	font-style: italic;
}
.modifydate{
	text-align:right;
}
.createdate{
	text-align:right;
}
a.readon{
	display:block;
	text-align:right;
	/*
	color:#fff;
	background:url(../images/readon-bg.gif) no-repeat bottom right;
	text-align:right;
	text-transform:lowercase;
	display:block;
	font-size:80%;
	margin-bottom:0;
	border-bottom:none;
	padding:2px 10px 1px 1px;
	*/
}

span.article_separator{
	display: none;
}

.error{
	color:#B91919;
}
.message{
	color:orange;
}
.highlight{
	background-color:yellow;
	color:#034aa6;
}

/* PRE, CODE */
/*.code,pre{font-size:11px;font-family:"Courier New", Courier, monospace;overflow:auto;white-space:normal;background:#e1e1e1;border-bottom:solid #333 2px;border-top:solid #333 2px;margin:5px 5px 5px 10px;padding:5px 5px 5px 10px;}*/
.code,pre {
	font-size:90%;
	font-family:"Courier New", Courier, monospace;
	overflow:auto;
	white-space:pre-wrap;
	color: #333;
	background: #ebebeb;
	margin: 10px 0;
	padding: 10px;
	border-left: 5px solid #ccc;
}
pre{
	margin-left:6px;
}

/* COMPONENT HEADING */
.componentheading{
	color:#fff;
	background:url(../images/navbar-bg.gif) #034AA6;
	text-transform:uppercase;
	margin-bottom:12px;
	padding:3px 6px;
	font-weight:bold;
}
td.contentheading{
	font-size:150%;
	font-weight:bold;
	height: 40px;
	color:#034AA6;
}
a.contentpagetitle{
	color:#034aa6;
	border-bottom: 1px dotted;
}

td.contentheading a.contentpagetitle:hover{
	color:green;
	border-bottom:1px solid;
}

/* BUTTON HEADING */
td.buttonheading{
	border:none;
}
td.buttonheading a,
td.buttonheading a:link,
td.buttonheading a:visited,
td.buttonheading a:hover{
	background: none;
	border-bottom:none;
	text-decoration:none;
}
td.buttonheading a img{
	border:none;
}

/* LAYOUT */

body#bd{
	background:url(../images/body-bg.gif) repeat-x top left #999;
	margin:5px 0;
}
#container{
	width:990px;
	background:#f5f5f5;
	margin:0 auto;
	padding:0;
}

/* HEADER */
#header{
	color:#f5f5f5;
	background:url(../images/header_bg.jpg) #034AA6;
}
#logo{
	float: left;
}
#logo h3,
#logo a
#logo img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:normal;
	background: none;
}
#topmodule{
	float:right;
	max-width:468px;
	height:60px;
	background: #f5f5f5;
	margin:11px 6px;
	overflow: hidden;
}

/* TOP NAVIGATION */
#topnav{
	color:#f5f5f5;
	border-top:1px solid #1A5CB1;
	background:url(../images/navbar-bg.gif) repeat-x top #034AA6;
}
#topmenu{
	float:left;
	height: 25px;
	max-width:850px;
	color:#f5f5f5;
	overflow: hidden;
}

#searchbox{
}
#mod_search_searchword{
	float:right;
	width:120px;
	height: 15px;
	margin: 2px 6px;
	font-size: 90%;
}

/* PATHWAY */
#pathway{
	background:url(../images/subnav-bg.gif) #ebebeb;
}
#breadcrumb{
	float:left;
	width: 836px;
	height: 16px;
	padding:4px 6px 1px 6px;
	overflow: hidden;
	/* background:url(../images/subnav-bg.gif) #ebebeb; */
}
#breadcrumb a{
	color:#666666;
	padding-right:13px;
	background:url(../images/arrow-off.gif) no-repeat 100% 60%;
}
#breadcrumb a:hover,
#breadcrumb a:active{
	color:#333333;
	background:url(../images/arrow-on.gif) no-repeat 100% 60%;
}
#breadcrumb img{
	visibility: hidden;
	width:0;
}
#flags{
	float:right;
	text-align:right;
	width: 136px;
	height: 17px;
	padding: 3px 6px 1px 0;
	/* background:url(../images/subnav-bg.gif) #ebebeb; */
}
#flags a img{
	width:22px;
	height:16px;
	padding-left:5px;
	padding:0;
	border:none;
}
#flags a:hover{
	background:none;
}

/* --------------------------------- */
.barshadow{
	height:2px;
	background:url(../images/shadow.gif);
}

/* SPOTLIGHT */
#spotlight{
	height:165px;
	margin:6px;
}
#spotlight-left,#spotlight-middle{
	float:left;
	width:249px;
	margin-right:6px;
}
#spotlight-right{
	width:468px;
	margin-left:auto;
}
#spotlight .moduletable-orange,
#spotlight .moduletable-blue,
#spotlight .moduletable-green
{
	height:165px;
	overflow:hidden;
}


#spotlight-right a{
	color:#034aa6;
}
#spotlight-right a:hover{
	color: white;
	background:#034aa6;
}

/* MAIN */
#main{
	background:#ccc;
	margin:8px 0 0 0;
	padding-top: 6px;
	border-top:1px solid #999;
}

#leftcol{
	float:left;
	width:210px;
	height:auto;
	padding-left:6px;
}

#maincol{
	margin: 0 6px 0;
	padding-bottom: 6px;
}

/* LEFTCOL */
#leftcol .moduletable{
	border:1px solid #999;
	background: white;
	height:auto;
	margin-bottom:6px;
	padding:6px;
}
#leftcol .moduletable h3{
	font-size:100%;
	color:green;
	background:#f5f5f5;
	border-bottom:1px solid #ccc;
	margin:-6px -6px 6px -6px;
	padding:5px;
}
#leftcol ul.menu{
	margin:6px 6px 0;
}
#leftcol ul.menu span{
	color:#034aa6;
}
#leftcol ul.menu a:hover span{
	color: white;
	background:#034aa6;
}

/* BOTCOL */
#botcol{
	max-height:150px;
	background:#f5f5f5;
	border:1px solid #999;
	overflow:hidden;
}

#botcol .moduletable{
	background-color: white;
}

/* EXTRA */
.extra
{
	margin: 0 0 6px 6px;
	text-align:center;
}

.extra .moduletable
{
	float:left;
	border: 1px solid #ccc;
	margin-right:6px;
}

/* FOOTER */
#footer{
	color:#ebebeb;
	background:#034aa6;
	text-align:center;
}
#footer ul{
	padding: 10px;
}
#footer a{
	border-right:1px solid #1a5cb1;
	border-left:1px solid #1a5cb1;
}
#footer a:hover{
	color:#fff;
	background: #1a5cb1;
	border:1px solid #fff;
	padding: 1px 0;
}
#footer ul li{
	color:#ebebeb;
	display:inline;
	background:none;
	margin: 5px;
}
#footer span{
	color:#f5f5f5;
	line-height: 160%;
	margin:5px;
}

/* BOTTOM */
#bottom,
#debug{
	width:990px;
	background:#999;
	text-align:left;
	margin: 0 auto;
}
#debug{
	border: 1px solid #ccc;
}

/* MODULETABLE */
.moduletable-orange,
.moduletable-blue,
.moduletable-green
{
	border: 1px solid;
	background: white;
}

.moduletable-orange{
	border-color: orange;
}
.moduletable-blue{
	border-color: #1A5CB1;
}
.moduletable-green
{
	border-color: green;
}

.moduletable-orange h3,
.moduletable-blue h3,
.moduletable-green h3{
	color:#FFF;
	font-size: 100%;
	line-height:25px;
	margin:0;
	padding-left:5px;	
}
.moduletable-orange h3{
	background:orange;
}
.moduletable-blue h3{
	background:#1A5CB1;
}
.moduletable-green h3{
	background:green;
}

/* VNEWS */
#vnews{
	margin-bottom:6px;
}
#vnews-left{
	height:auto;
	margin-right:6px;
}
#vnews-right{
	height:auto;
}

#vnews-left .moduletable{
	width:284px;
	height:160px;
	border:1px solid #ccc;
	overflow:hidden;
	margin-bottom:6px;
}
#vnews-right .moduletable{
	float:right;
	width:468px;
	border:1px solid #ccc;
	height:160px;
	margin-bottom:6px;
}
#vnews .moduletable h3
{
	font-size:100%;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:3px 5px;
}
#vnews-left .moduletable h3,
#vnews-left .moduletable h3 a{
	color:#034aa6;
	background:#f5f5f5;
}
#vnews-right .moduletable h3,
#vnews-right .moduletable h3 a{
	color:green;
	background:#f5f5f5;
}
#vnews-left .moduletable h3 a:hover{
	color:#f5f5f5;
	background: #034aa6;
}
#vnews-right .moduletable h3 a:hover{
	color:#f5f5f5;
	background: green;	
}

/* ---------- */
#copyright{
	text-align: center;
	font-size: 100%;
	margin: 5px;
	border: none;
}

.inner10{
	margin:10px;
}

/* --- */
.left{
	float:left;
}
.right{
	float:right;
}
.clearfloat, .clearboth{
	clear:both;
}
.clearfix{
	width: 100%;
}
/* COMPONENT */
#component{
	border:1px solid #999;
	background:#fff;
	margin-bottom:6px;
	padding:6px;
	line-height: 140%;
}
#component p{
	margin-top:6px;
}

.blog tr{
	padding-bottom: 6px;
}
.blog a{
	color: #034aa6;
	border-bottom: 1px;
	border-bottom-style: dotted;
}
.blog a:hover{
	color: #034aa6;
	background:none;
	border-bottom-style: solid;
}

table.contentpaneopen{
	margin: 0 6px;
}

.contentpaneopen tr{
	margin-top:6px;
}

.contentpaneopen a{
	border-bottom: 1px dotted;
}
.contentpaneopen a:hover{
	color:#333333;
	background:none;
	border-bottom: 1px solid;
}

table.contentpane{
	line-height:150%;
	padding: 0 6px;
}
#component .contentpane ul li p{
	margin-top:0;
	margin-bottom:6px;
}

td.sectiontableheader{
	line-height:200%;
	padding:3px;
	font-weight: bold;	
}
.sectiontableheader a{
	border-bottom: 1px dotted;	
}
tr.sectiontableentry1,
tr.sectiontableentry2{
	line-height:200%;
}
.sectiontableentry1 td,
.sectiontableentry2 td{
	padding: 3px;
}

.sectiontableentry1 td{
	background: #ebebeb;
}
.sectiontableentry1 a,
.sectiontableentry2 a{
	background:url(../images/arrow-off.gif) no-repeat 100% 60%;
	padding-right:10px;
}
.sectiontableentry1 a:hover,
.sectiontableentry2 a:hover{
	background:url(../images/arrow-on.gif) no-repeat 100% 60%;
	border-bottom:1px solid;
}

/* CONTENTTOC */
table.contenttoc{
	float:right;
	margin-left:6px;
	padding: 6px;
	background:#ccc;
}
.pagenavbar,
.pagenavcounter{
	padding-left:6px;
}





/* -- */
span.pagenav{
	border: 1px solid #ccc;
	padding: 2px;	
}
a.pagenav{
	border: 1px solid #1a5cb1;
	padding: 2px;
}
a.pagenav:hover{
	background: #f5f5f5 ;
}


a.category{
	color: #034aa6;
	font-weight:bold;
}
a.category:hover{
	color: white;
	background:#034aa6;
}

#maincol p.tutflash{
	border: 1px solid #ccc; 
	margin: 6px auto; 
	text-align: center; 
	width: 640px; 
	height: auto;
}