@charset "utf-8";

	/* PRIMARY BLUE COLOR THEME */

	.theme_blue_primary {background-color:#03244d; color:#fff;}
	.theme_blue_primary li {color:#fff;}
	.theme_blue_primary p a {color:#fff; border-bottom:1px dashed #fff;}
	.theme_blue_primary li a {border:none;}
	.theme_blue_primary button {background-color:#dd550c; color:#fff;}
	.theme_blue_primary .content_row_title {color:#eaeaea;}
	.theme_blue_primary .panel-group .panel {border:1px solid #fff; color:#03244d;}
	.theme_blue_primary .panel-group .panel a {color:#496e9c; border-bottom:1px dashed #496e9c;}
	.theme_blue_primary .panel-group .panel-heading {background-color:#496e9C; color:#fff;}
	.theme_blue_primary .panel-group .panel-heading a {color:#fff; border:0px;}
	.theme_blue_primary .breadcrumb {background:none;}
	.theme_blue_primary .breadcrumb li {color:#fff;}

	/* SECONDARY BLUE COLOR THEME */
	
	.theme_blue_secondary {background-color:#496e9c;color:#fff;}
	.theme_blue_secondary p a {color:#fff;border-bottom:1px dashed #fff;}
	.theme_blue_secondary li a{color:#fff;border:none;}
	.theme_blue_secondary .sidebar-nav button{background-color:#b9b9b9}
	.theme_blue_secondary .content_row_title{color:#eaeaea}
	.theme_blue_secondary .panel-group .panel{border:1px solid #fff;color:#03244d;background-color:#eaeaea}
	.theme_blue_secondary .panel-group .panel a{color:#496e9c;border-bottom:1px dashed #496e9c}
	.theme_blue_secondary .panel-group .panel-heading{background-color:#03244d;color:#fff}
	.theme_blue_secondary .panel-group .panel-heading a{color:#fff;border:0}
	.theme_blue_secondary .breadcrumb{background:0}
	.theme_blue_secondary .breadcrumb li{color:#fff}

	/* PRIMARY ORANGE COLOR THEME */
	
	.theme_orange_primary{background-color:#cc4e0b;color:#fff;}
	.theme_orange_primary p a {color:#fff; border-bottom:1px dashed #fff;}
	.theme_orange_primary li a{border:none;}
	.theme_orange_primary .content_row_title {color:#fff}
	.theme_orange_primary .panel-group .panel {border:1px solid #fff;color:#03244d;background-color:#eaeaea}
	.theme_orange_primary .panel-group .panel a{color:#496e9c;border-bottom:1px dashed #496e9c}
	.theme_orange_primary .panel-group .panel-heading{background-color:#f68029;color:#fff}
	.theme_orange_primary .panel-group .panel-heading a{color:#fff;border:0}
	.theme_orange_primary .breadcrumb{background:0}
	.theme_orange_primary .breadcrumb li{color:#000}
	
	/* SECONDARY ORANGE COLOR THEME */
	
	.theme_orange_secondary {background-color:#f68029;color:#000;}
	.theme_orange_secondary p a {color:#000; border-bottom:1px dashed #000;}
	.theme_orange_secondary li a {border:none;}
	.theme_orange_secondary .content_row_title{color:#000}
	.theme_orange_secondary .panel-group .panel{border:1px solid #fff;color:#03244d;background-color:#eaeaea}
	.theme_orange_secondary .panel-group .panel a{color:#496e9c;border-bottom:1px dashed #496e9c}
	.theme_orange_secondary .panel-group .panel-heading{background-color:#dd550c;color:#fff}
	.theme_orange_secondary .panel-group .panel-heading a{color:#fff;border:0}
	.theme_orange_primary .breadcrumb{background:0}
	.theme_orange_secondary .breadcrumb li{color:#000}
	
	/* NEUTRAL COLOR THEME */
	
	.theme_neutral{background-color:#aa9c8f;color:#000;}
	.theme_neutral p a {color:#000; border-bottom:1px dashed #000;}
	.theme_neutral li a {border:none;}
	.theme_neutral .sidebar-nav button{background-color:#b9b9b9}
	.theme_neutral .content_row_title{color:#03244d}
	.theme_neutral .breadcrumb{background:0}
	.theme_neutral .breadcrumb li{color:#000}
	
	/* Default Color Theme*/
	
	.theme_default{background-color:#fff;color:#000}
	.theme_default .content_container{border-bottom:1px solid #a1a1a1}
	.theme_default .content_row_info{font-size:20px}
	.theme_default p a {color:#496e9c; border-bottom:1px dashed #466e9c;}
	.theme_default h2{color:#03244d}
	.theme_default h3{color:#03244d}
	.theme_default .sidebar-nav button{background-color:#b9b9b9}
	.theme_default ul li a{color:#496e9c; border-bottom:none;}
	.theme_default .content_row_title{color:#03244d}
	.theme_blank {background:0;border:0;color:#000}
	
	/* MISC Items */
	
	a.btn, a.btn-default {}

