.buttonscontainer {width: 207px;}

.buttons a {
color: #ffFFFF;
background-image: url(images/menu1.gif);
padding: 5px;
padding-left: 3px;
display: block;
border-left: 10px solid #04A8DA;
text-decoration: none;
text-align: left;
/*margin-top: 1px;*/
font-weight:bold;
font-size:11px;
}

.buttons a:hover {
border-left: 10px solid #FF9933;
text-decoration: underline;
color: #ffffff;}

a.menuitem:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
a.menuitem:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;

}
a.menuitem:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}
a.menuitem:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
}

A.nrm {
font-size: 11px;
color: #336699;
}
A.nrm:hover {
text-decoration:underline;
}

A.nrm:visited {
font-size: 11px;
color: #336699;
}

#blueblock{
width: 170px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
/*font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;*/
font-size: 9px;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
font-weight:bold;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #FF6600;
}
td.topwin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/topwin.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
}
td.botwin {
	background-image: url(images/botwin.jpg);
}
td.logo {
	background-image: url(images/logo.jpg);
}
td.toppic {
	background-image: url(images/toppic.jpg);
}
td.flag {
	background-image: url(images/flag.jpg);
}
td.rtop {
	background-image: url(images/rtop_02.jpg);
}
td.mnubkg {
	background-image: url(images/frontpage_20.jpg);
}
td.title {
	background-image: url(images/frontpage_20.jpg);
	color: #ffffff;
	font-size:17px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
}
A.low {
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}
A.low:hover {
text-decoration:underline;
font-weight: bold;
}

A.low:visited {
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}
A.ttl {
color: #336699;
text-decoration: none;
font-weight: bold;
}
A.ttl:hover {
text-decoration:underline;
}

td.btmleft {
	background-image: url(images/btmleft.jpg);
}
td.btmtop {
	background-image: url(images/btmtop.jpg);
}
td.btmright {
	background-image: url(images/btmright.jpg);
}
td.btmbtm {
	background-image: url(images/btmbtm.jpg);
}
.main {
	background-color: #336699;
}
td.main {
	background-color: #336699;
}
tr.tbl {
	background-color: #336699;
}
td.tbl {
	background-color: #336699;
}
tr.row1 {
	background-color: #f8f8f8;
}
tr.row2 {
	background-color: #ededed;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #90bade;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
	you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
	scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
