﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.button, .inputbox { 
	border: 1px solid #000;
	background:#fff;
	color:#454545; 
}
.button:hover, .inputbox:hover { background:#87d1ff; color:#000; }

a:link, a:visited {color: #15731C;}
a:hover {color: #9edaff;}

body {background: #242424;}
body, td, div, p {color: #fff;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#header{background: url(../images/bkg_top.jpg) top left no-repeat;}
#header2{background: url(../images/bkg_header.jpg) top left no-repeat;}
#title {color: #838383; text-shadow:1px 1px #000;}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {background: url(../images/bkg_topnavi.jpg) top left no-repeat;}
#topnavi ul {background: url(../images/bkg_butseparator.gif) top left no-repeat;}
#topnavi ul li {background: url(../images/bkg_butseparator.gif) top right no-repeat;}
#topnavi ul li a {}
#topnavi ul li a span{color: #fff;}
#topnavi ul li a:hover, #topnavi li#current a {}
#topnavi ul li a:hover span, #topnavi li#current a span{color: #15731C;}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search div.search .inputbox{
	border: none;
	background:transparent;
	color:#000;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/
#header_text table.contentpaneopen,
#header_text table.contentpaneopen td,
#header_text table.contentpaneopen td p  {
	color:#0770c5;
}

#header_text table.contentpaneopen a {
	color:#464646;
	text-decoration: underline;
}
/**********************/
/*** Main Body ***/
/**********************/
#main{}
/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #15731C;
	text-shadow:1px 1px #000;
	background: url(../images/bkg_sidetitle.gif) top right no-repeat; 
}

#leftcol div.module_menu div div, #leftcol div.module div div, #leftcol div.module_text 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.module_text 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.module_text div div div div {background: transparent;}

#leftcol div.module_menu , #leftcol div.module, #leftcol div.moduletable, #leftcol div.module_text {
	background: url(../images/bkg_side.gif) top right repeat-y; 
} 

#leftcol a:link, #leftcol a:visited {color:#15731C;}
#leftcol a:hover, #leftcol a:active {color:#9edaff;}
/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
	color: #15731C;
	text-shadow:1px 1px #000;
	background: url(../images/bkg_sidetitle.gif) top right no-repeat; 
}
#rightcol div.module_menu div div, #rightcol div.module div div, #rightcol div.module_text div div{
	background: url(../images/bkg_side_top.gif) top left no-repeat; 
}
#rightcol div.module_menu div div div, #rightcol div.module div div div, #rightcol div.module_text div div div{
	background: url(../images/bkg_side_bot.gif) bottom left no-repeat; 
}
#rightcol div.module_menu div div div div, #rightcol div.module div div div div, #rightcol div.module_text div div div div {background: transparent;}
#rightcol div.module_menu , #rightcol div.module, #rightcol div.moduletable, #rightcol div.module_text {
	background: url(../images/bkg_side.gif) top left repeat-y; 
} 
#rightcol a:link, #rightcol a:visited {color:#15731C;}
#rightcol a:hover, #rightcol a:active {color:#9edaff;}
/**********************/
/*** Top Column ***/
/**********************/

/******************************************************************/
/* 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,
ul.mostread li a,
ul.latestnews li a,
.moduletable ul li a {
	border-bottom:1px solid #000; 
}

#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,
ul.mostread li a:hover,
ul.latestnews li a:hover,
.moduletable ul li a:hover {
	background: #000; 
	border-bottom:1px solid #000; 
}

/**********************/
/*** Main Content Menu ***/
/**********************/
.componentheading {color: #4b4b4b;}
.contentheading {color: #fff;}
.contentpaneopen h3  {color: #fff;}
#pathway {color:#fff;}
.small, .createdate, .modifydate {color:#828282;}
a.readon, a.readon:hover, a.readon:visited{
	color:#15731C;
}

/**************************/
/*** Advertisement Menu ***/
/**************************/

/*******************/
/***  Login Form  ***/
/*******************/

/*************/
/***  Polls  ***/
/*************/
td.sectiontableheader {
  border-right: 1px solid #242424;
  color: #fff;
  background: #313131;
}

/******************/
/***  Copyright  ***/
/******************/
#copyright {
	color:#626262;
	background: url(../images/bkg_copy.gif) top left no-repeat;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color:#0a5d91;
}