@charset "utf-8";

/* CSS Document */



body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: center; color: #333; 

}

.supercontainer #container {

	position: relative; background: #fff; margin: 0 auto; border: 0px; text-align: left; overflow: hidden;

} 

.supercontainer #header { 

	height: 160px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 



.supercontainer #header p, h2 {

	display: none;

}



.supercontainer #header .search {

	display: none;

}



.supercontainer #header h5 {

	font-family: Arial, Verdana, Geneva, sans-serif;

	font-size: 12px;

	font-weight:bold;

	color: #0082b3;

	text-align: right;

	vertical-align: top;

	position: absolute;

	top: 3px;

	padding-top: 0px;

	padding-right: 20px;

}



.supercontainer #header a hover{ text-decoration:underline; color: #000000; }

.supercontainer #header a{ color: #000000; }



.supercontainer #sidebar1 {

	display: none;

}





.supercontainer #sidebar2 {

	display: none;

}





.supercontainer #sidebarRef {

	display: none;

}



.supercontainer #mainContent {

	margin: 0 0px 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



.supercontainer #mainContent  h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	color: #333;

	padding-top: 0px;

	padding-bottom: 15px;

	position: relative;

	top: 0px;

	margin-top: 30px;

}



.supercontainer #mainContent  h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1em;

	color: #0082b3;

	padding-top:0px;

	margin-top:0px;

	font-weight:bold;

	padding-top: 20px;

	padding-top: 10px;

}



.supercontainer #mainContent  hr {

	color:#ccc;

	width:inherit;

}



.supercontainer #mainContent  p {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

	line-height: 1.8;

}



.supercontainer #mainContent  ul, li, td, th, dt, dd, label {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

}



.supercontainer #footer {

	display: none;

}



.language {

	display: none;

}



.small {

	font-family: Verdana, Geneva, sans-serif;

	font-size: x-small;

	border: none;

}



.reference {

	font-family: Verdana, Geneva, sans-serif;;

	font-size: 0.6em;

	line-height:0.6em;

}



img 

{

	border: 0;

}



.imgmain 

{

	border: 0;

	padding-top: 20px;

}

.rightaligned {

	border: 0;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 10px;

	float:right;

}



.leftaligned {

	border: 0;

	padding: 3px;

	float: left;

}



.imagewithmarginright {

	border: 0;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 10px;

	float:right;

}



.imagewithmarginleft {

	border: 0;

	padding-top: 0px;

	padding-right: 15px;

	padding-bottom: 15px;

	padding-left: 5px;

	float:left;

}





.orange {

	color: #ff9900;

}

/* Link styles */

a { color: #0082b3;  text-decoration:none;}

a:hover { text-decoration:underline; }

a:link{ }

a:visited{ color: #003366; }

a:active {color: #0082b3; }





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal

{

	display: none;

}

/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li

{

	display: none;

}



/*******************************************************************************



 DESIGN INFORMATION: describes color scheme, borders, fonts



 *******************************************************************************/



/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarHorizontal a

{

	display: block;

	color: #ccc;

	width: auto;

	height: 31px;

	float: left;

	padding: 10px;

	height: 25px;

	text-decoration: none;



}



ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus

{

	text-decoration: underline;	

	background-image:url(/extra/countryaction/includes/images/bg_tab0.gif);

}



.TabbedPanels {

	margin: 0px;

	padding: 0px;

	float: left;

	clear: none;

	width: 630px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/

}



/* This is the selector for the TabGroup. The TabGroup container houses

 * all of the tab buttons for each tabbed panel in the widget. This container

 * does not contribute anything visually to the look of the widget for our

 * default style.

 *

 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not

 * necessary to make the widget function. You can use any class name you

 * want to style the TabGroup container.

 */

.TabbedPanelsTabGroup {

	margin: 0px;

	padding: 0px;

}



/* This is the selector for the TabbedPanelsTab. This container houses

 * the title for the panel. This is also the tab "button" that the user clicks

 * on to activate the corresponding content panel so that it appears on top

 * of the other tabbed panels contained in the widget.

 *

 * For our default style, each tab is positioned relatively 1 pixel down from

 * where it wold normally render. This allows each tab to overlap the content

 * panel that renders below it. Each tab is rendered with a 1 pixel bottom

 * border that has a color that matches the top border of the current content

 * panel. This gives the appearance that the tab is being drawn behind the

 * content panel.

 *

 * The name of the class ("TabbedPanelsTab") used in this selector is not

 * necessary to make the widget function. You can use any class name you want

 * to style this tab container.

 */

.TabbedPanelsTab {

	position: relative;

	top: 1px;

	float: left;

	padding: 4px 10px;

	margin: 0px 1px 0px 0px;

	font: bold 0.9em sans-serif;

	background-color: #DDD;

	list-style: none;

	border-left: solid 1px #CCC;

	border-bottom: solid 1px #999;

	border-top: solid 1px #999;

	border-right: solid 1px #999;

	cursor: pointer;

}



/* This selector is an example of how to change the appearnce of a tab button

 * container as the mouse enters it. The class "TabbedPanelsTabHover" is

 * programatically added and removed from the tab element as the mouse enters

 * and exits the container.

 */

.TabbedPanelsTabHover {

	background-color: #fff;

}



/* This selector is an example of how to change the appearance of a tab button

 * container after the user has clicked on it to activate a content panel.

 * The class "TabbedPanelsTabSelected" is programatically added and removed

 * from the tab element as the user clicks on the tab button containers in

 * the widget.

 *

 * 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: #fff;

	border-bottom: 1px solid #fff;

}



/* This selector is an example of how to make a link inside of a tab button

 * look like normal text. Users may want to use links inside of a tab button

 * so that when it gets focus, the text *inside* the tab button gets a focus

 * ring around it, instead of the focus ring around the entire tab.

 */

.TabbedPanelsTab a {

	color: black;

	text-decoration: none;

}



/* 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 {

	clear: both;

	border-left: solid 1px #CCC;

	border-bottom: solid 1px #CCC;

	border-top: solid 1px #ccc;

	border-right: solid 1px #ccc;

	background-color: #fff;

}



/* This is the selector for the Content panel. The Content panel holds the

 * content for a single tabbed panel. For our default style, this container

 * provides some padding, so that the content is not pushed up against the

 * widget borders.

 *

 * The name of the class ("TabbedPanelsContent") used in this selector is

 * not necessary to make the widget function. You can use any class name you

 * want to style the Content container.

 */

.TabbedPanelsContent {

	padding: 4px;

}



/* This selector is an example of how to change the appearnce of the currently

 * active container panel. The class "TabbedPanelsContentVisible" is

 * programatically added and removed from the content element as the panel

 * is activated/deactivated.

 */

.TabbedPanelsContentVisible {

}



/* Vertical Tabbed Panels

 *

 * The following rules override some of the default rules above so that the

 * TabbedPanels widget renders with its tab buttons along the left side of

 * the currently active content panel.

 *

 * With the rules defined below, the only change that will have to be made

 * to switch a horizontal tabbed panels widget to a vertical tabbed panels

 * widget, is to use the "VTabbedPanels" class on the top-level widget

 * container element, instead of "TabbedPanels".

 */



/* This selector floats the TabGroup so that the tab buttons it contains

 * render to the left of the active content panel. A border is drawn around

 * the group container to make it look like a list container.

 */



.TabbedPanelsContent td, th{

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

}




