/* CSS Style Sheet */

.quick_links a.blue {
  font-size: 10px;
  text-decoration: none;
  color:#777777;
}
.quick_links a.blue:visited {
  font-size: 10px;
  text-decoration: none;
  color:#777777;
}
.quick_links a.blue:hover {
  font-size: 10px;
  color:#BAA306;
  text-decoration: none;
}

.continue_blue {
	color: #BAA306 !important;
}
.section_header_blue_high {
  width: 316px;
  height: 293px;
  vertical-align: top;
  font-weight:normal;
  text-align: center;
  background-color: #FFFBDD;
  border-top: thin solid white;
  border-bottom: thin solid white;
}
.section_header_blue_high a:link {
  color: #BAA306;
  font-weight: normal;
  text-decoration: none;
}
.section_header_blue_high a:visited {
  color: #BAA306;
   font-weight:normal;
  text-decoration: none;
}
.section_header_blue_high a:hover {
  color: #BAA306;
   font-weight:normal;
  text-decoration: underline;
}


.section_header_blue {
  width: 316px;
  height: 89px;
  vertical-align: top;
   font-weight:normal;
 text-align: center;
  background-color: #FFFBDD;
  border-bottom: thin solid white;
}
.section_header_blue a:link {
  color: #BAA306;
  font-weight: normal;
  text-decoration: none;
}
.section_header_blue a:visited {
  color: #BAA306;
   font-weight:normal;
  text-decoration: none;
}
.section_header_blue a:hover {
  color: #BAA306;
   font-weight:normal;
  text-decoration: underline;
}

option.blue {
	background-color: #9889DC;
	color: white;
}
/* menu level 0 - location path -------------------------------------------------------------------------------- */
.menu_blue_0 {
  background-image: url(../img/background/menu/blue/0.jpg);
  color: white;
  padding-left: 15px;
  height: 24px;
  vertical-align: middle;
}
.menu_blue_0 a:link {
  color: white;
  text-decoration: none;
}
.menu_blue_0 a:visited {
  color: white;
  text-decoration: none;
}
.menu_blue_0 a:hover {
  color: white;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------- tabs on top of page */
.tab_blue {
   height: 23px;
   float: right;
   vertical-align: middle;
	background-color:white;
	background-image: url(../img/background/menu/blue/tab.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
}
.tab_blue a {
	color: #A8A8A8;
	text-decoration: none;
}
.tab_blue a:visited {
	color: #A8A8A8;
	text-decoration: none;
}
.tab_blue a:hover {
	color: #A8A8A8;
	text-decoration: none;
}

.tab_blue_back {
   height: 23px;
   float: right;
   vertical-align: middle;
	color: white;
	background-color:#A8A8A8;
	background-image: url(../img/background/menu/blue/tab_back.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
}
.tab_blue_back a {
	color: white;
	text-decoration: none;
}
.tab_blue_back a:visited {
	color: white;
	text-decoration: none;
}
.tab_blue_back a:hover {
	color: white;
	text-decoration: none;
}


/* ---------------------------------------------------------------- tabs ------------------ */
/*

.tab div.blue_left_open td.left {
	background-image: url(../img/background/menu/blue/tab/left/left_open.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
}
.tab div.blue_left_open td.middle {
	background-image: url(../img/background/menu/blue/tab/left/open.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	height: 24px;
}

.tab a.blue_right_closed:link td.left {
	background-image: url(../img/background/menu/blue/tab/right/closed_left.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}
.tab a.blue_right_closed:link td.middle {
	background-image: url(../img/background/menu/blue/tab/right/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 24px;
	padding-right: 8px;
	cursor: pointer;
}

.tab a.blue_right_closed:visited td.left {
	background-image: url(../img/background/menu/blue/tab/right/closed_left.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}
.tab a.blue_right_closed:visited td.middle {
	background-image: url(../img/background/menu/blue/tab/right/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 24px;
	padding-right: 8px;
	cursor: pointer;
}

.tab a.blue_right_closed:hover td.left {
	background-image: url(../img/background/menu/blue/tab/right/active_left.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}
.tab a.blue_right_closed:hover td.middle {
	background-image: url(../img/background/menu/blue/tab/right/active.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 24px;
	padding-right: 8px;
	cursor: pointer;
}


.tab a.blue_left_closed:link td.left {
	background-image: url(../img/background/menu/blue/tab/left/left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}
.tab a.blue_left_closed:link td.middle {
	background-image: url(../img/background/menu/blue/tab/left/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 24px;
	cursor: pointer;
}
.tab a.blue_left_closed:link td.right {
	background-image: url(../img/background/menu/blue/tab/right/open_left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}

.tab a.blue_left_closed:visited td.left {
	background-image: url(../img/background/menu/blue/tab/left/left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}
.tab a.blue_left_closed:visited td.middle {
	background-image: url(../img/background/menu/blue/tab/left/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 24px;
	cursor: pointer;
}
.tab a.blue_left_closed:visited td.right {
	background-image: url(../img/background/menu/blue/tab/right/open_left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}

.tab a.blue_left_closed:hover td.left {
	background-image: url(../img/background/menu/blue/tab/left/left_active.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}
.tab a.blue_left_closed:hover td.middle {
	background-image: url(../img/background/menu/blue/tab/left/active.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 24px;
	cursor: pointer;
}
.tab a.blue_left_closed:hover td.right {
	background-image: url(../img/background/menu/blue/tab/right/open_left_active.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 24px;
	cursor: pointer;
}


.tab div.blue_right_open td.middle {
	background-image: url(../img/background/menu/blue/tab/right/open.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	height: 24px;
	padding-right: 8px;
}

*/

/* ---------------------------------------------------------------- subtabs ------------------ */


.subtab div.blue_left_open td.left {
	background-image: url(../img/background/menu/blue/subtab/left/left_open.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
}
.subtab div.blue_left_open td.middle {
	background-image: url(../img/background/menu/blue/subtab/left/open.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	height: 23px;
}

.subtab a.blue_right_closed:link td.left {
	background-image: url(../img/background/menu/blue/subtab/right/closed_left.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_right_closed:link td.middle {
	background-image: url(../img/background/menu/blue/subtab/right/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	padding-right: 8px;
	cursor: pointer;
}

.subtab a.blue_right_closed:visited td.left {
	background-image: url(../img/background/menu/blue/subtab/right/closed_left.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_right_closed:visited td.middle {
	background-image: url(../img/background/menu/blue/subtab/right/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	padding-right: 8px;
	cursor: pointer;
}

.subtab a.blue_right_closed:hover td.left {
	background-image: url(../img/background/menu/blue/subtab/right/active_left.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_right_closed:hover td.middle {
	background-image: url(../img/background/menu/blue/subtab/right/active.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	padding-right: 8px;
	cursor: pointer;
}


.subtab a.blue_left_closed:link td.left {
	background-image: url(../img/background/menu/blue/subtab/left/left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_left_closed:link td.middle {
	background-image: url(../img/background/menu/blue/subtab/left/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_left_closed:link td.right {
	background-image: url(../img/background/menu/blue/subtab/right/open_left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}

.subtab a.blue_left_closed:visited td.left {
	background-image: url(../img/background/menu/blue/subtab/left/left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_left_closed:visited td.middle {
	background-image: url(../img/background/menu/blue/subtab/left/closed.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_left_closed:visited td.right {
	background-image: url(../img/background/menu/blue/subtab/right/open_left_closed.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}

.subtab a.blue_left_closed:hover td.left {
	background-image: url(../img/background/menu/blue/subtab/left/left_active.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_left_closed:hover td.middle {
	background-image: url(../img/background/menu/blue/subtab/left/active.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	cursor: pointer;
}
.subtab a.blue_left_closed:hover td.right {
	background-image: url(../img/background/menu/blue/subtab/right/open_left_active.jpg);
	background-repeat: no-repeat;
	width: 13px;	
	height: 23px;
	cursor: pointer;
}


.subtab div.blue_right_open td.middle {
	background-image: url(../img/background/menu/blue/subtab/right/open.jpg);
	background-repeat: repeat-x;
	color: #747474;
	font-weight: bold;
	font-size: 10px;
	height: 23px;
	padding-right: 8px;
}






/* menu level 1 ----------------------------------------------------------------------------------------- */
.menu_blue_1_open {
  display: list-item;
  list-style: none;
  background-image: url(../img/background/menu/blue/1/open.jpg);
  background-repeat: repeat-x;
  padding-left: 15px;
  height: 23px;
  color: white;
  text-decoration: none;
  width: 200px;
}
.menu_blue_1_hilite {
  display: list-item;
  list-style: none;
  background-image: url(../img/background/menu/blue/1/open.jpg);
  background-repeat: repeat-x;
  padding-left: 15px;
  height: 23px;
  color: white;
  text-decoration: none;
  width: 200px;
}
.menu_blue_1_closed {
  display: list-item;
  list-style: none;
  background-image: url(../img/background/menu/blue/1/closed.jpg);
  background-repeat: repeat-x;
  padding-left: 15px;
  height: 23px;
  color: #747474;
  text-decoration: none;
  width: 200px;
}

/* menu level 2 ----------------------------------------------------------------------------------------- */
.menu_blue_2_open {
  display: list-item;
  list-style: url(../img/background/menu/blue/2/point.gif);
  list-style-position: inside;
  background-image: url(../img/background/menu/blue/2/open.jpg);
  background-repeat: repeat-x;
  color: #F4D609;
  font-size: 10px;
  text-decoration: none;
  width: 193px;
  height: 23px;
  padding-left: 22px;
}
.menu_blue_2_hilite {
  display: list-item;
  list-style: url(../img/background/menu/blue/2/point.gif);
  list-style-position: inside;
  background-image: url(../img/background/menu/blue/2/open.jpg);
  background-repeat: repeat-x;
  color: #F4D609;
  font-size: 10px;
  text-decoration: none;
  width: 193px;
  height: 23px;
  padding-left: 22px;
}
.menu_blue_2_closed {
  display: list-item;
  list-style: none;
  background-image: url(../img/background/menu/blue/2/closed.jpg);
  background-repeat: repeat-x;
  color: #747474;
  font-size: 10px;
  text-decoration: none;
  height: 23px;
  width: 180px;
  padding-left: 35px;
}

/* submenu ------------------------------------------------------------------------------------------------------- */
.submenu_blue_open {
  background-image: url(../img/background/menu/blue/submenu/open.jpg);
  background-repeat: repeat-x;
  display: list-item;
  list-style: none;
  height: 23px;
  font-size: 10px;
  text-align: center;
  border-left-color: white;
  border-left-width: thin;
  border-left-style: solid;
  color: white;
  text-decoration: none;
}
.submenu_blue_hilite {
  background-image: url(../img/background/menu/blue/submenu/open.jpg);
  background-repeat: repeat-x;
  display: list-item;
  list-style: none;
  height: 23px;
  font-size: 10px;
  text-align: center;
  border-left-color: white;
  border-left-width: thin;
  border-left-style: solid;
  color: white;
  text-decoration: none;
}
.submenu_blue_closed {
  background-image: url(../img/background/menu/blue/submenu/closed.jpg);
  background-repeat: repeat-x;
  display: list-item;
  list-style: none;
  height: 23px;
  font-size: 10px; 
  text-align: center;
  border-left-color: white;
  border-left-width: thin;
  border-left-style: solid;
  color: #747474;
  text-decoration: none;
}

.section_blue {
   text-align: left;
   padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 15px;
}
.section_blue a:link {
  color: #BAA306;
  font-weight: normal;
  text-decoration: none;
}
.section_blue a:visited {
  color: #BAA306;
  font-weight: normal;
  text-decoration: none;
}
.section_blue a:hover {
  color: #BAA306;
  font-weight: normal;
  text-decoration: underline;
}
.section_blue h3 {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  padding: 0px 0px 0px 5px;
  margin: 5px 5px 5px 5px;
}
.section_blue h4 {
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  padding: 0px 0px 0px 5px;
  margin: 5px 5px 5px 5px;
}
.section_blue h5 {
  font-size: 12px;
  font-style: italic;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
}


/* main page content - aricle/section ---------------------------------------------------------------------------  */
h1.section_title_blue {
	border: none;
	color: #BAA306;
	font-size: 17px;
	font-weight: normal;
	background-image: url(../img/background/title/blue.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 24px;
	margin: 0px 0px 0px 0px;
	height: 47px;
}
h2.section_title_blue {
  border: none;
  background-image: url(../img/background/title/gray.jpg);
  height: 23px;
  vertical-align: middle;
	padding-left: 3px;
	padding-right: 4px;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0px 0px 17px;
}
h2.section_title_blue a:link {
   font-weight: normal;
	text-decoration:none;
	color: #A8A8A8;
}
h2.section_title_blue a:visited {
   font-weight: normal;
	text-decoration:none;
	color: #A8A8A8;
}
h2.section_title_blue a:hover {
   font-weight: normal;
	text-decoration:none;
	color: #BAA306;
}
h2.article_title_blue {
	border: none;
	color: #777777;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 26px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}
h2.article_title_blue a:link {
   font-weight: normal;
	text-decoration:none;
	color: #A8A8A8;
}
h2.article_title_blue a:visited {
   font-weight: normal;
	text-decoration:none;
	color: #A8A8A8;
}
h2.article_title_blue a:hover {
   font-weight: normal;
	text-decoration:none;
	color: #BAA306;
}
h2.part_title_blue {
  border: none;
  background-image: url(../img/background/title/gray.jpg);
  height: 23px;
  vertical-align: middle;
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
h2.sheet_title_blue {
  border: none;
  background-image: url(../img/background/title/gray.jpg);
  height: 23px;
  vertical-align: middle;
	padding-left: 3px;
	padding-right: 4px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px -10px 0px 0px;
}
h2.board_title_blue {
  border: none;
  background-image: url(../img/background/subtitle/blue.jpg); 
  height: 23px;
  vertical-align: middle;
	padding-left: 3px;
	padding-right: 4px;
  font-size: 10px;
  font-weight: normal;
	margin: 0px 0px 0px 0px;
}
h2.board_title_blue td {
  vertical-align: middle;
}
h2.board_title_blue a:link {
  color:#9889DC;
  text-decoration: none; 
}
h2.board_title_blue a:visited {
  color:#9889DC;
  text-decoration: none; 
}
h2.board_title_blue a:hover {
  color:#9889DC;
  text-decoration: underline; 
}

.section_blue a.theme_link:link {
	color: #9889DC;
}
.section_blue a.theme_link:visited {
	color: #9889DC;
}
.section_blue a.theme_link:hover {
	color: #9889DC;
}

.reply_blue {
	background-color: #FFFBDD;
}

.page_navigator_blue {
	font-weight: bold;
	color: #9889DC;
}
.page_navigator_blue a:link {
	color: #A8A8A8;
	font-weight: bold;
	text-decoration: none;
}
.page_navigator_blue a:visited {
	color: #A8A8A8;
	font-weight: bold;
	text-decoration: none;
}
.page_navigator_blue a:hover {
	color: #9889DC;
	font-weight: bold;
	text-decoration: none;
}


/* terminus technicus - used word and caption panel --------------------------------------------------------- */
.tt_blue {
	border-bottom: 1px dashed #9889DC;
}
.tt_caption_blue {
  font-size: 9px;
  font-weight: normal;
  line-height: 10px;
  text-align: justify;
   position: absolute;
	display: none;
	background-color: white;
	padding: 5px 5px 5px 5px;
	border: thin solid #9889DC;
  height: 120px;
  width: 220px;
}
.tt_caption_blue h1 {
  font-size: 10px;
	margin: 3px 0px 5px 0px;
  color: #9889DC;
  font-weight: bolder;
}

/* eframe element frame - draw button around link ----------------------------------------------------------- */
.eframe_blue {
  vertical-align: middle;
  height:19px;
  line-height: 19px;
	width: auto;
	margin-bottom: 2px;
	margin-top: 2px;
	
}

.eframe_blue .left {
  line-height: 20px;
	background-image: url(../img/background/eframe/blue/left.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.eframe_blue .middle {
  text-align: center;
  text-transform: lowercase;
  vertical-align: middle;
  line-height: 17px;
  width: auto;
	background-image: url(../img/background/eframe/blue/middle.gif);
	background-repeat: repeat-x;
}
.eframe_blue .middle a:link {
	font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  color: white;
}
.eframe_blue .middle a:visited {
  text-decoration: none;
  color: white;
}
.eframe_blue .middle a:hover {
  text-decoration: none;
  color: #474747;
}
.eframe_blue .right {
  line-height: 20px;
	background-image: url(../img/background/eframe/blue/right.gif);
	background-repeat: no-repeat;
	width: 11px;
}


