/** GENERAL LINKS **/
.orangeLink { color: #ff8400; text-decoration: none; }
.orangeLink:hover { text-decoration: underline; }
.headLink { color: #1e4280; text-decoration: none; }
.headLink:hover { text-decoration: underline; }
.speclnk { color: #007dc9; text-decoration: none; }
.speclnkred { color: #a00; text-decoration: none; }
.speclnk:hover { text-decoration: underline; }

/** MAIN MENU **/
.menuMain { width: 100%; height: 29px; background: url( '/corpadmin/images/small/menubg.gif' ) left bottom no-repeat #fff;  }
.menuMain .separator { float: left; width: 1px; height: 1px; overflow: hidden; }
.menuMain .mainmenu, .mainmenuactive  { float: left; width: 89px; height: 27px; text-align: center; text-transform: uppercase; text-decoration: none; line-height: 27px; }
.menuMain .mainmenu { background: url( '/corpadmin/images/buttons/menu.gif' ) no-repeat; color: #3978b7; }
.menuMain .mainmenuactive { background: url( '/corpadmin/images/buttons/menuactive.gif' ) no-repeat; position: relative; height: 29px; color: #fff; }
.menuMain .DDover,
.menuMain .mainmenu:hover { background: url( '/corpadmin/images/buttons/menuOver.gif' ) no-repeat; color: #1e4280; }

.menuMain .languages { position: relative; float: right; margin-top: 3px; }
.menuMain .date { color: #8fa9d0; font-weight: bolder; margin-top: 7px; font-size: 10px; }

/** INTERNAL MENU **/
.internal_menu { background-color: #1e4280; padding: 5px; height: 15px; overflow: hidden; width: 962px; }
.internal_menu .menu_l2 { float: left; color: #fff; text-decoration: none; }
.internal_menu .menu_l2_active { float: left; color: #fff; font-weight: bolder; text-decoration:none; }
.internal_menu .menu_l2:hover { text-decoration:underline; }
.internal_menu .separator,
.pinternal_menu .separator { float: left; padding-left: 5px; padding-right: 5px; color: #ccc; }

.pinternal_menu { margin-top: 5px; }
.pinternal_menu .menu_l3 { float: left; color: #1e4280; text-decoration: none }
.pinternal_menu .menu_l3:hover { text-decoration: underline }
.pinternal_menu .menu_l3_active { float: left; color: #1e4280; font-weight: bolder; text-decoration: none }
.pinternal_menu .separator { color: #ccc; }

/** PREVIEW MENU **/
.preview_menu {border-left: 2px #1e4280 solid; background-color: #DFE7F2; display:none; position:absolute; width: 1000px; z-index:500; background: url( '/corpadmin/images/small/internalmenubg.gif' ) repeat-y; }
.preview_menu .sinternal_menu .separator { width: 10px; color: #fff; margin-top: 3px; text-align: center; float: left; overflow: hidden; }
.preview_menu .sinternal_menu a { float: left; color: #fff; text-decoration: none; padding: 5px; }
.preview_menu .sinternal_menu a:hover { color: #fff; text-decoration: underline; }
.preview_menu .sinternal_menu { background: url( '/corpadmin/images/small/menubg.gif' ) left bottom no-repeat; }

.pinternal_menu .compare_form { width: 214px; float: right; }
.pinternal_menu .compare_form .editbox  {float: left; width: 130px; border: 1px #88a5d0 solid; font-size: 9px; }
.pinternal_menu .compare_form .submit { float:right; margin-top: 1px; }

/** FILTER TABS **/
/** PAGED CONTENT CLASS **/
.content .paged .header { height: 28px; }
.content .paged .header a { width: 133px; height: 28px; text-decoration: none; background: url('/corpadmin/images/small/tab.gif') no-repeat right top; display: block; float: left; line-height: 28px; text-align: center; color: #3978b7; font-weight: normal; font-size: 11px; font-family: Arial; margin-right: 1px; }
.content .paged .header a:hover { background: url('/corpadmin/images/small/tab_active.gif') no-repeat; text-decoration: underline;  }
.content .paged .header a.active { position: relative; z-index: 1; width: 133px; height: 29px; background: url('/corpadmin/images/small/tab_active.gif') no-repeat right top #fff; display: block; float: left; line-height: 28px; text-align: center; color: #3978b7; font-weight: normal; font-size: 11px; font-family: Arial; margin-right: 1px; }
.content .paged .header a.active:hover { text-decoration: none; }
.content .paged .body { border: 1px #1e4280 solid; } 