/* Copyright (c) 2008-2009 Developing Solutions, Inc.
 * All rights reserved.
 *
 * This product is distributed under licenses restricting its use,
 * copying, distribution, and decompilation. No part of this product may
 * be reproduced in any form by any means without prior written
 * authorization of Developing Solutions, Inc. and its licensors, if any.
 * 
 */

/*-------------------Begin the color css that you will need to change to give the sites new colors, etc------------------------*/
/*-------------------Begin the color css that you will need to change to give the sites new colors, etc------------------------*/

/*---For each site, just change the colors of these fonts and backgrounds and these images---*/

/* background for devsol content area */
div.devsol_container {
	background: white none;
        }
div.devsol_nav_bar ul.nav_list a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;/*sets the font color for the nav_nav_bar*/
	text-decoration: none;
	}
div.devsol_nav_bar ul.nav_list a:hover {
	color: #FFFFFF;/*sets the font color for a link when the mouse hovers over it for the nav_nav_bar*/
	font-weight: bold;
	}
div.devsol_nav_bar ul.nav_list li a.current {
	font-weight: normal;
   	}
div.devsol_nav_bar ul.nav_list li a:hover.current {
   	color: #000000;
 	font-weight: normal;
	}
div.devsol_nav_bar ul.sections_list li a {
	text-decoration: none;
	color: black;/*sets the font color for links in sections_list*/
 	font-weight: normal;
	}
div.devsol_nav_bar ul.sections_list li a:hover {
	text-decoration: none;
	color: white;/*sets the font color for a link when the mouse hovers over it for the sections_list*/
	}
div.devsol_nav_bar ul.sections_list li a.current {
	font-weight: bold;
   	}
div.devsol_nav_bar ul.sections_list li a:hover.current {
	color: black;/*sets the font color for links in sections_list*/
 	font-weight: bold;
	}

div.devsol_nav_bar ul.nav_list li.not-first {	
	border-left: solid 1px #e5e29b;
	}
/*div.devsol_nav_bar div.nav_bar_40 {
	border-right: solid 1px #e5e29b;
	}*/
ul.devsol_page_nav {
	color: #000000;
	}

/* nav bar in upper right */
#devsol_nav_main a {
	color: #000000;
	border-right:  #CCCCCC solid 1px;
        }
#devsol_nav_main a.current {
        color: #999999;
        }
#devsol_nav_main a.current:hover {
        color:#999999;
        text-decoration:none;
        }

table.devsol_table {
	color: #000000;
	background-color: #e6e6e6;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;	
	}
table.devsol_table th {
	background-color: #999999;
	border-bottom: 1px solid #b5b5b5;
	}
table.devsol_table td {
	border-bottom: 1px solid #b5b5b5;
	}
table.devsol_table tr.alt {
	background-color: #ffffff;
	}

p.devsol_register {
	font-size:120%;
	}
/*
p.devsol_password {
	font-size:100%;
	}
*/


/*-------------------End the color css that you will need to change to give the sites new colors, etc------------------------*/

