@charset "utf-8";
.oneColFixCtrHdr {
	background-color: #7C90A7;
}
.oneColFixCtrHdr #nav {
	background-image:url(../images/prussian_white_bgs/nav_bg.gif)
}
.oneColFixCtrHdr #header {
	background-image:url(../images/prussian_white_bgs/header_bg.gif)
}
.oneColFixCtrHdr #container #innerwrapper {
	background-image: url(../images/prussian_white_bgs/inner_wrapper_bg.gif);
}
.oneColFixCtrHdr #container #footer {
	background-image: url(../images/prussian_white_bgs/footer_bg.gif);
}
.oneColFixCtrHdr #container #footer p {
	color: #586E9C;
}
.oneColFixCtrHdr #container #header h1 {
	color: #586E9C;
}
.oneColFixCtrHdr #container #mainContent {
	background-image: url(../images/prussian_white_bgs/inner_wrapper_bg.gif);
}
ul.MenuBarHorizontal ul
{
	border: 1px solid #586E9C;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
	color:#586E9C;
	background-color:#FFFFCC
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus,ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#FFFFCC;
	background-color:#586E9C


}
/*TabbedPannels*/
.TabbedPanelsTab {
	background-color:#204582;
	border-left: solid 1px #204582;
	border-top: solid 1px #204582;
	border-right: solid 1px #204582;
	color: #FFFFCC;
}

/* This selector is an example of how to change the appearnce of a tab button
  container as the mouse enters it. The class "TabbedPanelsTabHover*/
 .TabbedPanelsTabHover {
	background-color: #2045DD;
	color: #FFFFCC;
}
 /* As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #FFFFCC;
	border-bottom: none;
	color: #204582;
}
.TabbedPanelsTab a {
	color: black;
}
/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	border-left: solid 1px #204582;
	border-bottom: solid 1px #204582;
	border-top: solid 1px #204582;
	border-right: solid 1px #204582;
	background-color: #FFFFFF;
}
.TabbedPanelsContent {
	background-image: url(../images/logo_color_transparente.gif);
	background-color: #FFFFCC;
}
h1, h2, h3, h4 , h5, h6 {
	color:#556E9C;
}
.bold {
	color:#333388;
}
.twoColFixCtrHdr #container #innerwrapper {
	background-image: url(../images/prussian_white_bgs/inner_wrapper_bg.gif);
	background-repeat:  repeat-y;
}
.twoColFixCtrHdr #container #header {
	background-image: url(../images/prussian_white_bgs/header_bg.gif);
}
.twoColFixCtrHdr #container #nav {
	background-image: url(../images/prussian_white_bgs/nav_bg.gif);
	background-repeat: no-repeat;
}
.twoColFixCtrHdr #container #footer {
	background-image: url(../images/prussian_white_bgs/footer_bg.gif);
	background-repeat: no-repeat;
}
.twoColFixCtrHdr {
	background-color: #8C9DAC;
}
#container #footer a {
	color:#336699;
}
