﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.inputbox, .button, .login-fields input { 
	border: 1px solid #616161;
	background:#b4b4b4;
	color:#000; 
}
.inputbox:hover, .button:hover, .login-fields input:hover { background:#3f3f3f; color:#fff; }

a:link, a:visited {color: #7c0101;}
a:hover, a:active, a:focus {color: #3d5113;}

body {background: #898989;}
#wrapper1 {background: #fff url(../images/bkg_body1.jpg) top center repeat-x;}
#wrapper2 {background: #898989 url(../images/bkg_body2.jpg) top center repeat-x;}
body, td, div, p {color: #000;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#header{background: url(../images/bkg_top.jpg) top left no-repeat;}
#title {color: #000; text-shadow:1px 1px #616161;}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {background: url(../images/bkg_topnavi.png) top left no-repeat;}
#topnavi ul {background: url(../images/bkg_but_separator.gif) top left no-repeat;}
#topnavi ul li {background: url(../images/bkg_but_separator.gif) top right no-repeat;}
#topnavi ul li a {background: url(../images/bkg_but_l.jpg) top left no-repeat;}
#topnavi ul li a span{color: #fff; background: transparent url(../images/bkg_but_r.jpg) top right no-repeat;}
#topnavi ul li a:hover, #topnavi li#current a {background: url(../images/bkg_but_l.jpg) bottom left no-repeat;}
#topnavi ul li a:hover span, #topnavi li#current a span{color: #000; text-shadow:1px 1px #585858; background: transparent url(../images/bkg_but_r.jpg) bottom right no-repeat;}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search {background: url(../images/bkg_search.png) top left no-repeat;}
#search div.search .inputbox{
	border: none;
	background:transparent;
	color:#fff;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/
/**********************/
/*** Main Body ***/
/**********************/
#main{}
/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #000;
	background: url(../images/bkg_sidetitle.jpg) top right no-repeat; 
}

#leftcol div.module_menu div div, #leftcol div.module div div, #leftcol div.moduletable_menu div div, #leftcol div.moduletable div div{
	background: url(../images/bkg_side_top.gif) top right no-repeat; 
}
#leftcol div.module_menu div div div, #leftcol div.module div div div, #leftcol div.moduletable_menu div div div, #leftcol div.moduletable div div div{
	background: url(../images/bkg_side_bot.gif) bottom right no-repeat; 
}
#leftcol div.module_menu div div div div, #leftcol div.module div div div div, #leftcol div.moduletable_menu div div div div, #leftcol div.moduletable div div div div {background: transparent;}
#leftcol div.module_menu , #leftcol div.module, #leftcol div.moduletable, #leftcol div.moduletable_menu {
	background: url(../images/bkg_side.gif) top right repeat-y; 
} 

#leftcol a:link, #leftcol a:visited {color:#7c0101;}
#leftcol a:hover, #leftcol a:active {color:#3d5113;}

/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
	color: #000;
	background: url(../images/bkg_sidetitle.jpg) top right no-repeat; 
}

#rightcol div.module_menu div div, #rightcol div.module div div, #rightcol div.moduletable_menu div div, #rightcol div.moduletable div div{
	background: url(../images/bkg_side_top.gif) top right no-repeat; 
}
#rightcol div.module_menu div div div, #rightcol div.module div div div, #rightcol div.moduletable_menu div div div, #rightcol div.moduletable div div div{
	background: url(../images/bkg_side_bot.gif) bottom right no-repeat; 
}
#rightcol div.module_menu div div div div, #rightcol div.module div div div div, #rightcol div.moduletable_menu div div div div, #rightcol div.moduletable div div div div {background: transparent;}
#rightcol div.module_menu , #rightcol div.module, #rightcol div.moduletable, #rightcol div.moduletable_menu {
	background: url(../images/bkg_side.gif) top right repeat-y; 
} 

#rightcol a:link, #rightcol a:visited {color:#7c0101;}
#rightcol a:hover, #rightcol a:active {color:#3d5113;}

/******************************************************************/
/* Controls Link Icon appearance in side modules */
/******************************************************************/
#leftcol ul.menu li a,
#leftcol ul.menu li ul li a,
#rightcol ul.menu li a,
#rightcol ul.menu li ul li a,
#leftcol ul#mainlevel li a,
#leftcol ul#mainlevel li ul li a,
#leftcol ul.mostread li a,
#rightcol ul.mostread li a,
#leftcol ul.latestnews li a,
#rightcol ul.latestnews li a,
#leftcol .moduletable ul li a,
#rightcol .moduletable ul li a {
	border-bottom:1px solid #e6e6e6;
}

#leftcol ul.menu li a:hover,
#leftcol ul.menu li.current a,
#leftcol ul.menu li ul li a:hover,
#rightcol ul.menu li a:hover,
#rightcol ul.menu li.current a,
#rightcol ul.menu li ul li a:hover,
#leftcol ul#mainlevel li a:hover,
#leftcol ul#mainlevel li a#active_menu,
#leftcol ul#mainlevel li ul li a:hover,
#leftcol ul.mostread li a:hover,
#rightcol ul.mostread li a:hover,
#leftcol ul.latestnews li a:hover,
#rightcol ul.latestnews li a:hover,
#leftcol .moduletable ul li a:hover,
#rightcol .moduletable ul li a:hover {
	border-bottom:1px solid #616161;
	background:#e6e6e6;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
#maincol_body h2 {color: #6a6666;}
#maincol_body h3 {color: #3d5113;}

#pathway div.breadcrumbs{}
#pathway div.breadcrumbs a{}

/*** Controls publishing information: date, writer and hits ***/
.article-info {color:#616161;}

/*** Controls page navigation***/
div.pagenavcounter{color:#616161;}

.readmore a {
	color:#fff;
	background: url(../images/bkg_readmore.gif) left no-repeat; 
}

/******************/
/***  Footer  ***/
/******************/
#footer{}
#footer h3{
	color:#000;
}
#footer p {
	color:#383838;
}

#footer a:link, #footer a:visited {color:#7c0101;}
#footer a:hover, #footer a:active {color:#233106;}
/******************/
/***  Copyright  ***/
/******************/

#copyright {}
#copyright, #copyright div {
	color:#303030;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color:#7c0101;
}