/*SUB NAVIGATION UNDER EACH APP*/
#tabs{text-align: left;padding:8px 5px 5px 5px;border-bottom: 1px solid #d8dfea; background:#ffffff; margin-bottom:5px;}
#tabs div{display:inline;padding:0px;margin: 1;}
* html #tabs div{margin:0 3px;}
#tabs a{margin:0px;padding: 5px 5px 5px 5px;}
#tabs .activetab a{color:white;background-color:#D6D6BE; text-decoration:none; position: relative; padding: 5px 5px 5px 5px;}
#tabs .activetab a:hover{text-decoration:none; padding: 5px 5px 5px 5px;}
#tabs .inactivetab a:hover{background-color: #ECECE1; padding: 5px 5px 5px 5px;}
#tabs .disabled{color:#c0c0c0;margin:0px;padding:4px;text-decoration:none;}
.tabs{padding:3px 0;border-bottom:1px solid #898989;}
.tabs.top{background:#f7f7f7;}
.tabs .left_tabs{padding-left:10px;float:left;}
.tabs .right_tabs{padding-right:10px;float:right;}
.tabs .back_links{padding-right:20px;float:right;}

.rightside{
padding: 8px 5px 5px 5px;
border-bottom: 1px solid #d8dfea;
background:#ffffff;
text-align: right; /*set to left, center, or right to align the menu as desired*/
margin-bottom:5px;
font-weight:bold;
}

.subnavbar{
padding: 8px 5px 5px 5px;
border-bottom: 1px solid #d8dfea;
background:#ffffff;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin-bottom:5px;
}

.subnavbar{
padding: 8px 5px 5px 5px;
border-bottom: 1px solid #d8dfea;
background:#ffffff;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin-bottom:5px;
}

.subnavbar li{
display: inline;
margin: 1;
}

.subnavbar li a{
text-decoration: underline;
position: relative;
padding: 5px 5px 6px 5px;
}

.subnavbar li a:hover{
background-color: #ECECE1;
}

.subnavbar li a.active{ /*selected main tab style */
position: relative;
}

.subnavbar li a.active{ /*selected main tab style */
color: red;
background-color:#FFCC00;
}

.subnavbar li a.active:hover{ /*selected main tab style */
text-decoration: none;
}




.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

.titlebar{
background:#BEBE9E;
color:#ffffff;
font-weight:bold;
padding: 5px 5px 5px 5px;
}
.subtitlebar{
background:#BEBE9E;
color:#ffffff;
font-weight:bold;
padding: 3px 3px 3x 3px;
}
.desbar{
background:#fafafa;
border-top: 1px solid #d8dfea;
border-bottom: 1px solid #d8dfea;
padding: 3px 5px 3px 5px;
}
.subnavbar_old{
background:#fafafa;
border-top: 1px solid #d8dfea;
border-bottom: 1px solid #d8dfea;
padding: 5px 5px 5px 5px;
}

.editbox
{
padding: 3px 3px 3px 3px;
border: 1px solid #d8dfea;
}
.edit_titlefont
{
padding: 3px 3px 3px 3px;
font-weight:bold;
}

.bigone
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #90B4B6;
}
.bigone2
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
	color: #90B4B6;
}

/*FACE PLACE NAVIGATION /////////////////////////////////////////*/
.bluetabs{
border-bottom: 1px solid #d8dfea;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #d8dfea;
background: white url(images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
text-decoration: underline;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #d8dfea; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #d8dfea; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

/* END - FACE PLACE NAVIGATION */