﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/
.button, .inputbox { 
	border: 1px solid #cdcdcd;
	background:#fff;
	color:#979797;
}
.button:hover, .inputbox:hover { background:#efefef; }

a:link, a:visited {color: #2e93ea;}
a:hover, a:active, a:focus {color: #0072d5;}

body {background: #fff;}
body, td, div, p {color: #3b3b3b;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper1 {background: url(../images/bkg_body_top.gif) top left repeat-x;}
#wrapper2 {background: url(../images/bkg_body_mid.gif) top left repeat;}
#wrapper3 {background: url(../images/bkg_body_footer.gif) top left repeat;}
#wrapper4 {background: url(../images/bkg_body_mid.gif) top left repeat;}

#header{background: url(../images/bkg_header.jpg) top left no-repeat;}

#title {	color: #7aa833;}

/**********************/
/*** Top Navigation ***/
/**********************/
#topnavi {}
#topnavi ul li {}
#topnavi ul li a {}
#topnavi ul li a span{color: #388cd5; }
#topnavi ul li a:hover, #topnavi li#current a {background:#67b2f2;}
#topnavi ul li a:hover span, #topnavi li#current a span{color: #fff;}

/**********************/
/*** User 4 (Search menu) ***/
/**********************/
#search {
	/*background: url(../images/bkg_search.gif) top left no-repeat;*/
}

#search div.search .inputbox{
	border: none;
	background: transparent;
	color:#979797;
}

/**********************/
/*** Top (Newsflash) ***/
/**********************/

/**********************/
/*** Main Body ***/
/**********************/
#main{}

/**********************/
/*** Left Column ***/
/**********************/
#leftcol h3{
	color: #fff;
	background: url(../images/bkg_sideheader.gif) top left no-repeat; 
}

#leftcol div.module_menu div div, #leftcol div.module div div, #leftcol div.module_text div div{
}

#leftcol div.module_menu div div div, #leftcol div.module div div div, #leftcol div.module_text div div div{
}

#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 {
} 

#leftcol a:link, #leftcol a:visited {color:#2e93ea;}
#leftcol a:hover, #leftcol a:active {color:#0072d5;}

/**********************/
/*** Right Column ***/
/**********************/
#rightcol h3{
	color: #fff;
	background: url(../images/bkg_sideheader.gif) top left no-repeat; 
}

#rightcol div.module_menu div div, #rightcol div.module div div, #rightcol div.module_text div div{
}

#rightcol div.module_menu div div div, #rightcol div.module div div div, #rightcol div.module_text div div div{
}

#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 {
} 

#rightcol a:link, #rightcol a:visited {color:#2e93ea;}
#rightcol a:hover, #rightcol a:active {color:#0072d5;}

/******************************************************************/
/* 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 #cdcdcd;
}

#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 {
	color: #0072d5;
	background: #efefef;
	border-bottom: 1px solid #cdcdcd;
}

/**********************/
/*** Main Content Menu ***/
/**********************/
.componentheading {color: #5fa418; border-bottom: 1px solid #cdcdcd}
.contentheading {color: #000;}
.contentpaneopen h3  {color: #000;}

#pathway {color:#3b3b3b;}

.small, .createdate, .modifydate {color:#6e6e6e;}

a.readon, a.readon:hover, a.readon:visited{
	background: url(../images/bkg_readmore.png) top left no-repeat;
}

/**************************/
/*** Advertisement Menu ***/
/**************************/

/*******************/
/***  Login Form  ***/
/*******************/

/*************/
/***  Polls  ***/
/*************/
td.sectiontableheader {
  border-right: 1px solid #dddddd;
  color: #000;
  background: #fff;
}

/******************/
/***  Copyright  ***/
/******************/
#copyright {
}

#copyright a:link, #copyright a:active, #copyright a:visited {
}