 /* @override 
	http://tiger:8888/workspace/joomla/dec06/templates/rt_elixer2.0/css/style4.css
*/

/* blue/orange */

div.moduletable h3,
div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
.contentheading {
	color:  #01529e;
}

table.headlines div.moduletable h3,
.componentheading {
	color: #01529E;
}

a:link,
a:visited {
color: #01529E;
/* color: #ff6501; */
}

h2 {
	color: #01529e;
}

div.moduletable-hilite1 {
	border: 1px solid #ccdfee;
	background: #e8f0f7;
	padding-left: 10px;
}

div.moduletable-hilite2 {	
border: 1px solid #ccdfee;
	color: #CC3333;
/* 	background: #01529e;
	background: #95CF2A;
	color: #fff; */
}

table.moduletable-hilite3 {
	color: #fff;
}
table.moduletable-hilite3  a:link {
	color: #FF6501;
}
table.moduletable-hilite3 a:visited {
	color: #FF6501;
}

div.moduletable-hilite2 h3 {
	/* color: #fff;  */
}

#nav li.active_menu {
	background: url(../images/style4/tabs_active_l.png) 0 0 no-repeat;
}

#nav li.active_menu a:link,
#nav li.active_menu a:visited,
#nav li.active_menu a:hover {
	background: url(../images/style4/tabs_active_r.png) 100% 0 no-repeat;
	color: #fff;
}

#logo {
	background: url(../images/style4/janglologo1.PNG) no-repeat;
}

#menu_horiz {
	background: #01529e url(../images/style4/menu_div.png) 0 100% repeat-x;
}

#menu_divider {
	background: #01529e  0 0 repeat-x;
}

#showcase {
	border-top: 1px solid #c5d8e9;
	background: #e8f0f7 repeat-x;
	color: #01529e;
}

#showcase_bottom {
	background: #01529e;
}


#topmodule {
	border-top:  1px solid #c5d8e9; /*hack to stop float pushing down */
}

/* Content */


ul li {
	background: url(../images/style4/bullet_small.png) 0 5px no-repeat;
}


pre {
	background: #e8f0f7;
	border-top: 4px solid #e0e0e0;
	border-bottom: 4px solid #e0e0e0;
	color: #333;
}