﻿@charset "UTF-8";
@import url(../content.css);
@media all
{

body { padding: 10px 0; }

	h1,h2,h3{color:  #2074be} 
	
	a {color:#2074be; }
	a:focus,
	a:hover,
	a:active {color:#2074be;}
	
	#footer a, 
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {color:#2074be; }


	#header {
		background-image:none;
	
	}

	#themeImage {
		background-position: left;
	}
	
	.gen{
		border:1px solid red;
		margin:0.5em;
	}
	.introLink a:hover,
	.introLink a:active,
	.introLink a:focus{
		color:#0076BE;
	}
	
	#col3 table.fullwidthtable tbody{
	border:1px solid #CBBB83;
}
	
	#col3 table.fullwidthtable{
		margin:1px;
		border:1px solid #E5DDC1;
		margin-top:15px;
		width: 670px;
		margin-bottom:10px;
	}
	
	#col3 #newsListing table.fullwidthtable{
		border: none;
		border-collapse: separate;
		font-size:1.0em;
	} 
	
	
	#col3 table.fullwidthtablenoborder{
		margin:1px;
		border:none;
		margin-top:15px;
		width: 670px;
		margin-bottom:10px;
		border-collapse: separate;
	}
	
	#col3 table.fullwidthtablenoborder td{
		white-space:normal;
		border:none!important;
	}
	
	
#col1_navcontent{
	border-bottom:none;
} 
	
	
.nav_main.withSections #nav ul {
	border-bottom:1px solid #6C8CB3;
}
	
.nav_main.withSections #nav ul.sections {
	background: url(/demo/css/yaml/navigation/images/simple_buttons/secondtabfull_bl.png) no-repeat 0px -1px;
 }
.nav_main #nav ul li#current {
	background:   url(/demo/css/yaml/navigation/images/simple_buttons/maintabcurrt_bl.png) no-repeat right top;
 	border-bottom:1px solid #C8D4E2;
 }
.nav_main #nav ul li#current a{
	background:   url(/demo/css/yaml/navigation/images/simple_buttons/maintabcurlt_bl.png) no-repeat;
 }

.nav_main ul li#current a,
.nav_main ul li#current a:focus,
.nav_main ul li#current a:hover,
.nav_main ul li#current a:active {color:#2074be}
.menulefttitle a{color:  #2074be;}	
	
}

}


