

/* #########  Header and Tabbed Menu Styles for on the money portal ######### */


input.floatRight{
float: right;
padding: 2px 10px 2px 10px;
}

.portalheader {
background:url(/portal_header.gif) top left repeat-x;
width: 825px;
border: 1px solid gray;
margin-top: 15px;
height: 150px;

}

.tabs {
padding:0;
margin: 2em 0 0 0em;
color: #2d2b2b;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float: none;
width: 100%;
}

.tabs li{
display: inline;
font-size: 1em;
}

#middlecontent .tabs ul {
margin:0;


}

#middlecontent .tabs li a {
text-decoration: none;
margin-right: 2px;
font-weight: bold;
padding: 7px;
border: 1px solid #a5a7a8;
color: #2d2b2b;
background:url(/tab_backer_gray.gif) top left repeat-x;
border-bottom: none;
}

#middlecontent .tabs li a:visited{
color: #2d2b2b;
}


#middlecontent .tabs li a:hover{
background:url(/tab_backer_litegray.gif) top left repeat-x;
border: 1px solid #a5a7a8;
border-bottom: #4d657e;
}

#middlecontent .tabs li a.selected:hover { /*selected main tab style */
text-decoration: none;
background:url(/portal_tab_backer.gif) top left repeat-x;
border-bottom-color: #4d657e;

}

#middlecontent .tabs li a.selected{ /*selected main tab style */
position: relative;
background:url(/portal_tab_backer.gif) top left repeat-x;
border: 1px solid #4d657e;
text-decoration: none;
border-bottom-color: #4d657e;
color: #ffffff;
}


.tabs img {
float: left;
margin: .5em;}


#tabcontainer  {
text-align:left;
width: 100%;
min-height: 261px;
border-top: 5px solid #4d657e;
margin: 5px 0 0 0;
padding: 0;
}


