﻿/**********************************/
/*begin body formatting*/
/**********************************/


/**********************************/
/*end body formatting*/
/**********************************/

/**********************************/
/*begin normal link formatting*/
/**********************************/


/**********************************/
/*end normal link formatting      */
/**********************************/

/**********************************/
/*begin fonts formatting*/
/**********************************/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text_greyed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
}
.text_small_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

/**********************************/
/*end fonts formatting*/
/**********************************/

/**********************************/
/*begin page navigation formatting*/
/**********************************/

TABLE.pagenav_table
{
	background-color : #e7f5f0;
	border: 1px solid #cccccc;	
}

.pagenav_pagelink:link, .pagenav_pagelink:hover, .pagenav_pagelink:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}
.pagenav_currentpage {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; 
}

/**********************************/
/*end normal link formatting      */
/**********************************/

/***************************/
/* begin button formatting */
/***************************/

INPUT.Button_s, TD.Button_s, span.Button_s
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 100px; 
	HEIGHT: 22px; 
	BACKGROUND-image: url(../Images/Buttons/button_100.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:1px;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
}

INPUT.Button, TD.Button, span.Button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 120px; 
	HEIGHT: 22px; 
	BACKGROUND-image: url(../Images/Buttons/button_120.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:1px;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
}

INPUT.Button_l, TD.Button_l, span.Button_l
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 140px; 
	HEIGHT: 22px; 
	BACKGROUND-image: url(../Images/Buttons/button_140.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:1px;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
}

/*************************/
/* end button formatting */
/*************************/

/***************************/
/*begin web menu formatting*/
/***************************/

.nav_webmenu_root 
{
	
}
.nav_webmenu_rootitem  
{
	margin-left:3px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color:#2e2e2e;
	
	
}
.nav_webmenu_rootitem_selected  
{
	margin-left:3px;
	text-align: left;
	font-size: 9pt;
	color:#2e2e2e;
	font-weight: bold;
	
		
}
.nav_webmenu_sub
 
{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #2e2e2e;
	border-bottom-color: #2e2e2e;
	border-left-color: #CCCCCC;
	
}
.nav_webmenu_subitem  
{
	text-align:left;
	font-size: 9pt;
	color:#2e2e2e; 
	margin-top:1px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	
	
}
.nav_webmenu_subitem_selected  
{
	text-align:left;
	font-size: 9pt; 
	color:#2e2e2e;
	margin-top:1px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	background:#ebebeb
	
}
/*************************/
/*end web menu formatting*/
/*************************/

/*********************************************/
/*begin horizontal list navigation formatting*/
/*********************************************/

TABLE.nav_listh
{

 }

.nav_listh
{
	text-align: right;
}

.nav_listh_selected
{
	font-weight:bold;
	text-align: right;
}

.nav_listh_alt
{
	text-align: right;
}

.nav_listh_alt_selected
{
	font-weight:bold;
	text-align: right;
}

.nav_listh_sep 
{
  color: #ffffff;
}

.nav_listh a:link,  .nav_listh a:visited {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-decoration: underline;
  cursor: hand;
}

.nav_listh a:hover, .nav_listh a:active {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;
  cursor: hand;
}

.nav_listh_alt a:link, .nav_listh_alt a:visited {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
 text-decoration: underline;
  cursor: hand;
}
.nav_listh_alt a:hover, .nav_listh_alt a:active {
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
  font-weight:bold;
  cursor: hand;
}

/**********************************/
/*end horizontal list formatting*/
/**********************************/

/*********************************************/
/*begin tree navigation formatting*/
/*********************************************/

.nav_tree a:link, .nav_tree a:visited {
	font-weight: bold;
	color: #00448a;
	text-decoration: underline;
  cursor: hand;
}

.nav_tree a:hover, .nav_tree a:active {
 font-weight: bold;
	color: #53789F;
	text-decoration: underline;
  cursor: hand;
 } 
 
.nav_tree_sub a:link, .nav_tree_sub a:visited {

	color: #00448a;
	text-decoration: underline;
  cursor: hand;
   font-weight:normal;
}

.nav_tree_sub a:hover, .nav_tree_sub a:active {

	color: #53789F;
	text-decoration: underline;
  cursor: hand;
  font-weight:normal;
 }  

/*********************************************/
/*end tree navigation formatting*/
/*********************************************/

/*******************************************/
/*begin vertical list navigation formatting*/
/*******************************************/





TABLE.nav_listv
{
	width:100%;
}

.nav_listv
{
	text-align: left;
}

.nav_listv_selected
{
	font-weight: bold;
	text-align: left;
}

.nav_listv_alt
{
	text-align: left;
}

.nav_listv_sep 
{

}

A.nav_listv:link, A.nav_listv:visited {
  color: #2e2e2e;
  font-family: Arial, Helvetica, sans-serif;
 text-decoration: underline;
  cursor: hand;
}

A.nav_listv:hover, A.nav_listv:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listv_alt:link, A.nav_listv_alt:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}
A.nav_listv_alt:hover, A.nav_listv_alt:active {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

/******************************/
/*end vertical list formatting*/
/******************************/

/*******************************/
/*begin small basket formatting */
/*******************************/

.sbasket_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}

.sbasket_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/******************************/
/*end small basket formatting*/
/******************************/

/*******************************/
/*begin list element formatting */
/*******************************/

.list_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3C3C3C;
}

.list_item_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C3C3C;
}

.list_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}

.list_item_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C3C3C;
}

.list_sep 
{
	
}

/*****************************/
/*end  list element formatting */
/*****************************/

/**********************************/
/*begin module formatting  */
/**********************************/

TABLE.module_title
{
	width:100%;
	background-color:;
	
}

.module_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2e2e2e;
	background-color:;
}

TABLE.module
{
	width:100%;
}

/**********************************/
/*end module formatting  */
/**********************************/



/**********************************/
/*begin sitemap formatting link*/
/**********************************/
TABLE.sitemap_module
{
	background-color:;
}

.sitemap_td_titel
{
	background-color:;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2e2e;
	background-color: #F4F4F4;	
}
.sitemap_td_subtitel
{
	background-color:;
	background-color:;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2e2e;
}

A.sitemap_module_title:link, A.sitemap_module_title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:;
}
A.sitemap_module_title:hover, A.sitemap_module_title:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:;
}
A.sitemap_module_subtitle:link, A.sitemap_module_subtitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:;
}
A.sitemap_module_subtitle:hover, A.sitemap_module_subtitle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:;
}


/**********************************/
/*end sitemap formatting*/
/**********************************/
  
.hand { 
	cursor: hand;
} 

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.textbox {	
}

.validationsummary 
{
	font-size: 12px;
	color:Red;	
}

.validationitem 
{
	font-size: 10px;
	color:Red;	
}

.highlight1
{
	background-color : #F7F5F0;
	border: 1px solid #2e2e2e;	
}
.highlight2
{
	background-color : #D4E5F5;	
}
.body_tbl_dotted_bottom {
	border-top: 1px none #ff0000;
	border-right: 1px none #ff0000;
	border-bottom: 1px dotted #ff0000;
	border-left: 1px none #ff0000;
}
.body_tbl_dotted {
	border: 1px dotted #ff0000;
}

.body_tbl_dotted_right {
	
	border-right: 1px dotted #cccccc;
}

/**********************************/
/*begin error validation box*/
/**********************************/

.errors {
	BORDER-RIGHT: #fc6 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #fc6 1px solid; 
	PADDING-LEFT: 35px; 
	BACKGROUND: url(/IMAGES/oops.png) #ffc no-repeat 5px 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #fc6 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #fc6 1px solid
}
.errors li {
	margin:0px;
	list-style-type:none;
	background-image: url(/IMAGES/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color:#ffc;
	padding:5px 0px 5px 25px;
}
.errorssmall {
	BORDER-RIGHT: #fc6 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #fc6 1px solid; 
	PADDING-LEFT: 35px; 
	BACKGROUND: url(/IMAGES/oops.png) #ffc no-repeat 5px 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #fc6 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #fc6 1px solid
}
.errorssmall li {
	margin:-5px;
	padding:0px;
	list-style-type:none;
	padding:5px 0px 5px 5px;
}

/**********************************/
/*end error validation box*/
/**********************************/


/**********************************/
/*begin Hybrid Publications formatting*/
/**********************************/
a:focus

{

-moz-outline-style: none;

}


td
{
	font-size:12px;
}
#wrapper {
	background-image: url(/Site/HybridPublications/Design/IMAGES/wrapper_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#topbar {
	background-image: url(/Site/HybridPublications/Design/IMAGES/topheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	height: 86px;
}
#bottombar {
	background-image: url(/Site/HybridPublications/Design/IMAGES/bottombar_red.gif);
	background-repeat: no-repeat;
	background-position: -3px top;
	margin: 0px auto 0px auto;
	width: 768px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#copyrightbar 
{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 5px;
	width: 755px;
	background-color: #BD2124;
	color: White;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#topbar img.logo {
	margin-top: 15px;
	margin-left: 20px;
}
#leftcolumn {
	margin: 0px;
	padding: 2px;
	width: 172px;
	float: left;
}
#maincontent {
	padding-left: 20px;
	padding-top: 5px;
}
#innermain {
	float: left;
	width: 540px;
	margin-right: 10px;
}
.imgfloat {
	float: right;
}
.leftlist li {
	background-image: url(/Site/HybridPublications/Design/IMAGES/topbuttonsgrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #e9e9e9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.leftlist li:hover {
	background-image: url(/Site/HybridPublications/Design/IMAGES/topbuttonsgrad_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #f0f0f0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.leftlist a {
	font-weight: bold;
	color: #00448a;
	text-decoration: underline;
	background-image: url(/Site/HybridPublications/Design/IMAGES/redarrow.gif);
	background-position: left center;
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 14px;
	background-repeat: no-repeat;
	width: 152px;
	font-size:12px;
}
.leftlist {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftlist ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#yourbooks h3 {
	background-image: url(/Site/HybridPublications/Design/IMAGES/header_yourbooks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:12px;
	
}
#yourbooks {
	background-color: #eaeaea;
	background-image: url(/Site/HybridPublications/Design/IMAGES/leftcolumnback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.yourbooksimg {
	padding-right: 10px;
	margin-left: 10px;
}
a {
	
	color: #00448a;
	font-weight: bold;
	font-size:12px;
}
a:hover {	
	color: #53789F;
	font-weight: bold;
	font-size:12px;
}
.cleardots {
	background-image: url(/Site/HybridPublications/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 4px;
}
.wrapperbottom {
	background-image: url(/Site/HybridPublications/Design/IMAGES/warpperbottom.gif);
	background-repeat: repeat-x;
	background-position: -5px bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	height:10px;
	width:766px;
	margin-left:auto;
	margin-right:auto;
}
.leftlistbooks {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.arrowlink {
	padding: 0px;
}
.leftlistbooks a {
	background-image: url(/Site/HybridPublications/Design/IMAGES/redarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:12px;
}
.leftlistbooks li {
	padding-bottom: 2px;
}

#newbook h3 {
	background-image: url(/Site/HybridPublications/Design/IMAGES/header_yourbooks2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-size:12px;
}
#newbook p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
#newbook{
	text-align:center;
	background-image: url(/Site/HybridPublications/Design/IMAGES/leftcolumnback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.clear {
	clear: both;
}
.nonlinkbreadcrumb {
	color: #686868;
	text-decoration: none;
}
.breadcrumbhome a {
	background-image: none;
	font-size:12px;
}
#maincontent a.arrow {
	background-image: url(/Site/HybridPublications/Design/IMAGES/redarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size:12px;
}
#maincontent h1 {
	background-image: url(/Site/HybridPublications/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 130%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	color: #3c3c3c;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#maincontent h1 div {
	background-image: url(/Site/HybridPublications/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
}
#maincontent h3 {
	background-image: url(/Site/HybridPublications/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	color: #3c3c3c;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#maincontent h3 div {
	background-image: url(/Site/HybridPublications/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
}
#maincontent p {
	
}
.bookpod {
	text-align: center;
	float: left;
	margin-right: 11px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bookpod p {
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/Site/HybridPublications/Design/IMAGES/background_diag.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.select_downloadtable {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
}
.select_downloadtabletd2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ececec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.select_downloadtable img {
	margin: 4px;
}
.select_downloadtable a {
	font-size: 16px;
	margin:10px;
}
.select_downloadtable a:hover {
	font-size: 16px;
	margin:10px;
}
.select_downloadtabletd {
	background-image: url(topbuttonsgrad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

.select_newstable {
	width: 100%;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
}
.select_newstabletd2 {
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #ececec;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ececec;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFFFFF;
}
/**********************************/
/*end Hybrid Publications formatting*/
/**********************************/