/*///////////////////////////////////////////////////////////////////
// VSTW Bluestyle Site CSS Definitions
// by sgr192; last changed 2010/07/07
////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////
// CSS Definitions for General Page Layout
///////////////////////////////////////////////////////////////////*/
A {
	text-decoration: none;
	color: #333333;
}

A:hover {
	text-decoration: underline;
	color: #003799;
}


div#iebg_site_header {
	_position: absolute;
	_top: 0px;
	_left: 0px;
	_background-color: #003799;
	_height: 135px;
	_width: 1125px;
	_z-index:0;
}

div#site_header {
	position: fixed;
	_position: absolute;
	top: 0px;
	/* _top:expression(eval(document.body.scrollTop)); */
	left: 0px;
	background-color: #003799;
	background-image: url("../images/blue_style/header_bg.gif");
	background-repeat: no-repeat;
	height: 135px;
	width: 1125px;
	_width:1125px;
	color: white;
	z-index:5;

}

div#top_logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 155px;
	height: 90px;
	cursor:hand;
}

div#top_menu {
	position: absolute;
	top: 98px;
	left: 212px;
	font-family : Verdana;
	font-size : 11px;
	color: white;	
}

div#top_menu A {
	font-family : Verdana;
	font-size : 11px;
	color: white;	
	text-decoration: none;
}

div#top_menu A:HOVER{
	font-family : Verdana;
	font-size : 11px;
	color: white;		
	text-decoration: underline;
}

div#top_menu A#active {
	font-family : Verdana;
	font-size : 11px;
	color: white;	
	font-weight : bold;
}

div#top_menu A:HOVER#active {
	font-family : Verdana;
	font-size : 11px;
	color: white;	
	font-weight : bold;
}

div#scrolling_area {

}

div#left_box {
	position: fixed;
	_position: absolute;
	top: 135px;
	width: 194px;
	height: 100%;
	background-color: #DFDEDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;

}

/*///////////////////////////////////////////////////////////////////
// CSS Definitions for NewStyle Dynamic Menu
///////////////////////////////////////////////////////////////////*/

#site_header #mainmenu{
  font-family : Verdana;
  font-size : 11px;
  color:white;
  /*background:#003799 url(/img/web.headerbkg.png) no-repeat scroll top left;*/
   /*height:84px;
  position:relative;
  top: 125px;
  left: 212px; */
  border-bottom:1px solid #bbbbbb;
  z-index:10;
}

#site_header #mainmenu ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#site_header #mainmenu ul#menu {
  position:absolute;
  top:96px;
  left:206px;
}
#site_header #mainmenu ul#menu li {
  float:left;
  text-align:left;
  padding:0px;
  margin:0px 0px 0px -1px;
  position:relative;
  }
#site_header #mainmenu ul#menu li.selected {
  /*background:#003799 url(/images/blue_style/menu_icon_selected.png) repeat-x scroll left top;*/
  font-weight : bold; 
}
#site_header #mainmenu ul#menu li *.main {
  display:block;
  margin:0px;
  padding:2px 10px 0px 18px;
  height:18px;
  font-size:11px;
  background:transparent url(/images/blue_style/menu_icon_norm.png) no-repeat scroll 2px 2px;
  white-space:nowrap;
  text-align:center;
  color:white;
  text-decoration:none;
  text-align:left;
  float:left;
}
#site_header #mainmenu ul#menu li ul {
  visibility:hidden;
  position:absolute;
  top:20px;
  left:0px;
  font-weight:normal;
  /* overflow:visible; */
  background:#003799 url(/images/blue_style/menu_dropdown.png) no-repeat scroll right bottom;
  border:1px solid #bbbbbb;
  border-top:0px none;
  -webkit-box-shadow:0px 3px 10px #333333;
  -moz-box-shadow:0px 3px 10px #333333;
  box-shadow:0px 3px 10px #333333;
  opacity:0;

  -webkit-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  -moz-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  -ms-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  -o-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
}
#site_header #mainmenu ul#menu li ul li {
  float:none;
  width:auto;
  margin:0px;
  position:relative;
  z-index:8;
  line-height:1.3em;
}
#site_header #mainmenu ul#menu li ul li a,
#site_header #mainmenu ul#menu li ul li span {
  display:block;
  margin:0px;
  padding:3px 19px 2px 19px; /* Changing this requires changing the IE js width fix */
  height:16px;
  font-size:11px;
  background:transparent none no-repeat scroll 2px center;
  white-space:nowrap;
  text-align:left;
  color:white;
  text-decoration:none;
  float:none;
}
#site_header #mainmenu ul#menu li ul li span {
  color:#FFFFFFf;
  background-image:url(/images/blue_style/menu_icon_selected.png);
  font-weight : bold;  
}
}
#site_header #mainmenu ul#menu li ul li.div {
  background-image:none;
  font-weight:bold;
  margin:1px;
  padding:2px 5px 0px 5px;
  font-size:11px;
  white-space:nowrap;
}
#site_header #mainmenu ul#menu li ul li.parent,
#site_header #mainmenu ul#menu li ul li.parent a {
  background:transparent url(/images/blue_style/menu_icon_norm.png) no-repeat scroll right center;
}
#site_header #mainmenu ul#menu li ul li.parent ul li a {
  background-image:none;
}

#site_header #mainmenu ul#menu li:hover *.main,
#site_header #mainmenu ul#menu li.hover *.main {
  background:transparent url(/images/blue_style/menu_icon_down.png) no-repeat scroll 2px 2px;
  text-decoration: underline;
}
#site_header #mainmenu ul#menu li:hover ul,
#site_header #mainmenu ul#menu li.hover ul {
  visibility:visible;
  opacity:1.0;
  -webkit-transition-delay:0.1s;
  -moz-transition-delay:0.1s;
  -ms-transition-delay:0.1s;
  -o-transition-delay:0.1s;
  transition-delay:0.1s;
}
#site_header #mainmenu ul#menu li ul li a:hover {
  background-color:rgba(255,255,255,0.2) !important;
  background-color:#666666;
  text-decoration: underline;
}

#site_header #mainmenu ul#menu li:hover ul li ul,
#site_header #mainmenu ul#menu li.hover ul li ul {
  visibility:hidden;
  top:4px;
  left:93%;
  border-top:1px solid #cccccc;
  opacity:0;
  -webkit-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  -moz-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  -ms-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  -o-transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
}
#site_header #mainmenu ul#menu li:hover ul li:hover,
#site_header #mainmenu ul#menu li.hover ul li.hover {
  position:relative;
  z-index:9;
  text-decoration: underline;
}
#site_header #mainmenu ul#menu li:hover ul li:hover ul,
#site_header #mainmenu ul#menu li.hover ul li.hover ul {
  visibility:visible;
  opacity:1.0;
  -webkit-transition-delay:0.1s;
  -moz-transition-delay:0.1s;
  -ms-transition-delay:0.1s;
  -o-transition-delay:0.1s;
  transition-delay:0.1s;
}


#site_header #mainmenu ul#lang {
  position:absolute;
  top:0px;
  right:4px;
  z-index:50;
  font-size:10px;
}
#site_header #mainmenu ul#lang li {
  display:inline;
  padding:0px 0px 0px 4px;
  border-left:1px solid #aaaaaa;
}
#site_header #mainmenu ul#lang li a {
  color:#ffffff;
  text-decoration:none;
}
#site_header #mainmenu ul#lang li a:hover {
  color:#555522;
}

/*///////////////////////////////////////////////////////////////////
// CSS Definitions for Menu
///////////////////////////////////////////////////////////////////*/


div#left_menu {
	background-color: #DFDEDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F3F2;	
}

div#left_menu_item {
	height: 11px; 
	#height: 19px;
	_height: 19px; 
	background-color: #FFFFFF;
	background-image: url("../images/blue_style/menu_bg_l1.gif");
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F3F2;
	text-align: left;
	vertical-align:middle;
	padding: 4px 0px 4px 10px;
	#padding: 0px 0px 0px 10px;
	_padding: 0px 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

div#left_menu_item A {
	font-family : Verdana;
	font-size : 10px;
	text-decoration: none;
	color: #333333;
}

div#left_menu_item A:Hover {
	font-family : Verdana;
	font-size : 10px;
	text-decoration: underline;
	color: #003799;
}


div#left_menu_item_active {
	height: 11px;
	#height: 19px;
	_height: 19px; 
	background-color: #FFFFFF;
	background-image: url("../images/blue_style/menu_bg_l1.gif");
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F3F2;
	padding: 4px 0px 4px 10px;
	#padding: 0px 0px 0px 10px;
	_padding: 0px 0px 0px 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

div#left_menu_item_active A {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003799;
}

div#left_menu_item_active A:Hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;	
	text-decoration: underline;
	color: #003799;
}


div#left_menu_item_sublevel {
	height: 11px;
	#height: 19px;
	_height: 19px; 
	background-color: #FFFFFF;
	background-image: url("../images/blue_style/menu_bg_l2.gif");
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F3F2;
	padding: 4px 0px 4px 14px;
	#padding: 0px 0px 0px 10px;
	_padding: 0px 0px 0px 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

div#left_menu_item_sublevel A {
	font-family : Verdana;
	font-size : 10px;
	text-decoration: none;
	color: #333333;
}

div#left_menu_item_sublevel A:Hover {
	font-family : Verdana;
	font-size : 10px;
	text-decoration: underline;
	color: #003799;
}


div#left_menu_item_sublevel_active {
	height: 11px;
	#height: 19px;
	_height: 19px; 
	background-color: #FFFFFF;
	background-image: url("../images/blue_style/menu_bg_l2.gif");
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F3F2;
	padding: 4px 0px 4px 14px;
	#padding: 0px 0px 0px 10px;
	_padding: 0px 0px 0px 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

div#left_menu_item_sublevel_active A {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003799;
}

div#left_menu_item_sublevel_active A:Hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;	
	text-decoration: underline;
	color: #003799;
}


div#fixed_common_links {
	position: absolute;
	bottom: 0px;
	vertical-align: bottom;
	background-color: #DFDEDD;
	font-family : Verdana;
	font-size : 8px;
	color: white;	
}

div#fixed_common_links A {
	position: absolute;
	bottom: 0px;
	vertical-align: bottom;
	background-color: #DFDEDD;
	font-family : Verdana;
	font-size : 8px;
	color: white;	
}

div#fixed_common_links A:Hover{
	position: absolute;
	bottom: 0px;
	vertical-align: bottom;
	background-color: #DFDEDD;
	font-family : Verdana;
	font-size : 8px;
	color: white;	
}


/*///////////////////////////////////////////////////////////////////
// General CSS Definitions for Main Content Area
///////////////////////////////////////////////////////////////////*/


div#popup_text {
	vertical-align: top;
	background-color: white;
	text-align: left;
	line-height: 15px;
	font-family : Verdana;
	color : #333333;
	font-size : 10px;
}

div.debug_info {
	/*position: fixed;
	top: 155px;
	left: 450px;
	width: 100px;
	font-family : Verdana;*/
	color : green;
	/*font-size : 10px;*/
}


div#content_area {
	/* position: absolute;
	top: 135px;
	left: 194px; */
	_float: left;
	width: 388px;
	_margin-left: 98px;
	_margin-top: 135px; 
	padding: 20px 20px 20px 20px;
	vertical-align: top;
	background-color: white;
	text-align: left;
	line-height: 15px;
	font-family : Verdana;
	color : #333333;
	_background: white;
	font-size : 10px;
	z-index: 1;
}

html>body div#content_area {
	position: absolute;
	top: 135px;
	left: 194px; 
	}

div#content_area A {
	color: #003799;
	font-weight: bold;
	text-decoration: none;
}

div#content_area A:Hover {
	color: #003799;
	font-weight: bold;
	text-decoration: underline;
}

div#content_area A#invisible {
	color: white;
	font-size : 0;
	text-decoration: none;
}

div#content_area A:Hover#invisible {
	color: white;
	font-size : 0;
	text-decoration: none;
}

div#content_area H1 {
	text-align: left;
	font-family : Verdana;
	font-size : 16px;
	font-weight: bold;
	color: #003799;
}

div#content_area H2 {
	text-align: left;
	font-family : Verdana;
	font-size : 12px;
	color: #003799;
}


div#content_area H3 {
	text-align: left;
	line-height: 15px;
	font-family : Verdana;
	color : #333333;
	font-size : 10px;
	margin-bottom: 5px;
}

div#content_area H4 {
	text-align: left;
	line-height: 15px;
	font-family : Verdana;
	font-weight : 500;
	color : #000000;
	font-size : 11px;
	margin-bottom: 3px;
}

div#content_area H5 {
	width: 388px;
	text-align: left;
	font-family : Verdana;
	color : #333333;
	font-size : 10px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
}

FONT#attention {
	color: red;
}

FONT#attention_bold {
	color: red;
	font-weight: bold;
}

FONT#valid{
	color: green;
}


div#content_area A#color_brightblue {
	color: #3399FF;
}

div#content_area A#color_orange {
	color: #CC6600;
}

div#content_area A#color_redN48 {
	color: #DD2222;
}

div#content_area A#cal_resrequest {
	color: #333333;
	font-weight: normal;
}

div#content_area A:Hover#cal_resrequest {
	color: #003799;
	font-weight: normal;
}


FONT#marked_bold {
	font-weight: bold;
}

FONT#marked_italic {
	font-style: italic;
}


FONT#footnote {
	font-style: italic;
}

FONT#footnote_small {
	font-style: italic;
	font-size : 9px;
	line-height: 12px;
}

HR#light {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	height: 1px;
}

/*///////////////////////////////////////////////////////////////////
// General CSS Definitions for Outline items
///////////////////////////////////////////////////////////////////*/

div#outline_element {
	text-align: left;
	height: 182px;

}


div#outline_element H1 {
	text-align: left;
	font-family : Verdana;
	font-size : 15px;
	font-weight: bold;
	color: #003799;
}

div#outline_element H2 {
	text-align: left;
	font-family : Verdana;
	font-weight: bold;
	font-variant: small-caps;
	font-size : 11px;
	color: #333333;
	background-color: #F4F3F2;
	width: 388px;
}

div#outline_element IMG {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #C3C3C3;	
}

div#outline_text {
	/* position:relative; */
	float: right;
	width: 268px;
	height: 108px;
	text-align: left;
	font-family : Verdana;
	line-height: 14px;
	font-size : 10px;
	overflow: hidden;
}


div#outline_text P#lead {
	font-weight: bold;
	color: #003799;
	margin-top: 0px;
	margin-bottom: 0px;
	height:28px;
	overflow: hidden;
	font-size : 10px;
	line-height: 14px;	
}


div#outline_text P#text {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;	
	height:56px;
	overflow: hidden;
	font-size : 10px;
	line-height: 14px;	
}

div#outline_text P#text_lang {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;	
	height:70px;
	overflow: hidden;
	font-size : 10px;
	line-height: 14px;	
}

div#outline_more {
	margin-top: 5px;
	margin-bottom: 0px;
}

div#outline_more A {
	font-weight: bold;
	text-decoration: none;
}

div#outline_more A:Hover {
	font-weight: bold;
	text-decoration: underline;
}

div#outline_clear {
	clear: both;
	margin-bottom : 20px;
}

/*///////////////////////////////////////////////////////////////////
// General CSS Definitions for Social Netwrok Links
///////////////////////////////////////////////////////////////////*/

div#socialNet hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	height: 1px;
}

div#socialNet img {
	border: 1px solid #CCCCCC;
	vertical-align:bottom;
}

div#socialNet {
	font-family : Verdana;
	line-height: 14px;
	font-size : 10px;
	color: #BBBBBB;
}

/*///////////////////////////////////////////////////////////////////
// General CSS Definitions for Sterngucker Q&A items
///////////////////////////////////////////////////////////////////*/

div#qa_element {
	text-align: left;
}


div#qa_element H1 {
	text-align: left;
	font-family : Verdana;
	font-size : 15px;
	font-weight: bold;
	color: #003799;
}

div#qa_element H2 {
	text-align: left;
	font-family : Verdana;
	font-weight: bold;
	font-variant: small-caps;
	font-size : 11px;
	color: #333333;
	background-color: #F4F3F2;
	width: 388px;
}

div#qa_element IMG {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #C3C3C3;	
}

div#qa_text {
	/* position:relative; */
	float: right;
	width: 216px;
	height: 120px;
	text-align: left;
	font-family : Verdana;
	line-height: 14px;
	font-size : 10px;
	overflow: hidden;
}


div#qa_text P#lead {
	font-weight: bold;
	color: #003799;
	margin-top: 0px;
	margin-bottom: 0px;
	height:28px;
	overflow: hidden;
	font-size : 11px;
	line-height: 14px;	
}


div#qa_text P#text {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;	
	height:70px;
	overflow: hidden;
	font-size : 10px;
	line-height: 14px;	
}

div#qa_more {
	margin-top: 5px;
	margin-bottom: 0px;
}

div#qa_more A {
	font-weight: bold;
	text-decoration: none;
}

div#qa_more A:Hover {
	font-weight: bold;
	text-decoration: underline;
}

div#qa_clear {
	clear: both;
	margin-bottom : 20px;
}


/*///////////////////////////////////////////////////////////////////
// General CSS Definitions for Forms
///////////////////////////////////////////////////////////////////*/

INPUT, TEXTAREA, SELECT, OPTION {
	background-color: #FFFFFF;
	border-color: #CBCBCB;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}



/*///////////////////////////////////////////////////////////////////
// General CSS Definitions for Infobox Area
///////////////////////////////////////////////////////////////////*/

div#right_box {
	/* position: absolute;
	top: 135px;
	left: 622px;*/ 
	_margin-top: 135px;
	_margin-left: 622px;
	width: 141px;
	padding-top: 19px;
	background-color: white;
	font-family : Verdana;
	font-size : 10px;
}

html>body div#right_box {
	position: absolute;
	top: 135px;
	left: 622px;
}

div#quicknav {
	width : 141px;
	margin-bottom : 19px;
	background-color: #FFFFFF;
}

div#quicknav_header {
	height : 11px;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
	vertical-align:bottom;
	text-align:left;
	padding: 4px 0px 4px 9px;
	color: #FFFFFF;
	background-color: #003799;
}

div#quicknav_item {
	height: 11px;
	background-color: #FFFFFF;
	background-image: url("../images/blue_style/menu_bg_l2.gif");
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F3F2;
	text-align: left;
	padding: 4px 0px 4px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

div#quicknav_item A {
	font-family : Verdana;
	font-size : 10px;
	text-decoration: none;
	color: #333333;
}

div#quicknav_item A:Hover {
	font-family : Verdana;
	font-size : 10px;
	text-decoration: underline;
	color: #003799;
}

img#poster {
	border: 0px;
}

FONT#imenu {
	font-family : Verdana;
	font-size : 9px;
	color: #333333;
}

FONT#imenu_dk {
	font-family : Verdana;
	font-size : 9px;
	color: #333333;
}

div#imenu_header {
	font-family : Verdana;
	font-weight : bold;
	font-size : 9px;
	color: #003799;
}

TD#imenu_header {
	width : 141px;
	height : 19px;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
	vertical-align:middle;
	text-align:left;
	padding-left: 9px;
	color: #FFFFFF;
	background-color: #003799;
}

TD#ibox_content {
	width : 141px;
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	vertical-align:middle;
	text-decoration: none;
	text-align:center;
	padding: 7px;
	color: #333333;
	background-color: #F4F3F2;
	border-width: 1px;
	border-style: solid;
	border-color: #C3C3C3;
}

A#imenu {
	font-family : Verdana;
	font-size : 9px;
	text-decoration: none;
	color: #333333;
}

A#imenu_dk {
	font-family : Verdana;
	font-size : 9px;
	text-decoration: none;
	color: #717070;
}

A#imenu_header {
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
	text-decoration: none;
	color: #FFFFFF;
}


/*///////////////////////////////////////////////////////////////////
// sideinfo styles
///////////////////////////////////////////////////////////////////*/


div#side_info {
	position: fixed;
	_position: absolute;
	top: 154px;
	left: 788px;
	background-color: #FFFFFF;
	height: 305px;
	width: 163px;
	_width: 63px;
	color: white;
	z-index:0;

}

/*///////////////////////////////////////////////////////////////////
// sterngucker styles
///////////////////////////////////////////////////////////////////*/

.yt_thumbnail_wrap {
display: inline-block;
padding-top: 8px;
padding-right: 5px;
padding-bottom: 8px;
padding-left: 5px;
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
overflow-x: hidden;
overflow-y: hidden;
border-width: 1px;
border-width-value: 1px;
border-style: solid;
border-style-value: solid;
border-color: #D2D2D2;
border-radius: 5px;
}

.yt_thumbnail_wrap{
	width: 120px;
	height: 68px;
	background-color: white;
}

.yt_thumbnail_clip{
	width: 120px;
	height: 68px;
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-radius: 5px;
}

.yt_thumbnail{
	position:relative;
	top: -11px;
}


/*///////////////////////////////////////////////////////////////////
// pluto styles
///////////////////////////////////////////////////////////////////*/


TABLE#tbl_resrequest  TD{
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	vertical-align:top;
	text-decoration: none;
	text-align:left;
	padding:0px;
	
}

.button_yellow {
	background : gold;
	
}

.button_green {
	background : palegreen;
	
}

.button_blue {
	color: white;
	background: #003799;
}

/*///////////////////////////////////////////////////////////////////
// Patenschaft AJAX Veil & (Modal) Dialog Div Styles
///////////////////////////////////////////////////////////////////*/

div#right_veil {
    position: fixed;
	_position: absolute;
	top:135px;
	left:600px;
	width:100%;
	height:100%;
	z-index:10;
	text-align:left;
	display:none;
	background: white;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}


div#right_dialog {
	position: fixed;
	_position: absolute;
	width:375px;
	height:330px; 
	z-index:20; 
	border:5px solid #003799; 
	background: #FFF; 
	top: 255px; 
	left: 602px; 
	display:none;
	overflow:auto;
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	}
	


div#right_control {
	position: fixed;
	_position: absolute;
	width:375px;
	height:110px; 
	z-index:20; 
	border:5px solid #003799; 
	background: #FFF; 
	top: 140px; 
	left: 602px; 
	display:none;
	overflow:hidden;
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	}
	
div#sky_map {
	overflow: hidden;
	width:160px;
	height:103px; 
	}

/* green items  */
table tr.greenrow th,
.greenrow {
    background: palegreen;
}	
	
/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: #F5F5FF;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #E5E5EE;
}
	
/* marked table rows */
table tr.marked th,
table tr.marked {
    background:   #99CCFF;
    color:   #000000;
}

/* sold table rows */
table tr.sold th,
table tr.sold {
    background:   #FFEEEE;
    color:   #AAAAAA;
}

/* hovered items */
.odd:hover,
.even:hover,
.hover {
    background: #CCCCFF;
    color: #000000;
}

.greenrow:hover {
    background:   #006600;
    color:   #FFFFFF;
}

/* hovered table rows */
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background:   #CCFFCC;
    color:   #000000;
}

table tr.greenrow:hover th {
    background:   #006600;
    color:   #FFFFFF;
}
	

/*///////////////////////////////////////////////////////////////////
// Patenschaft AJAX Veil & (Modal) Dialog Div Styles
///////////////////////////////////////////////////////////////////*/

div#resiRight_veil {
    position: fixed;
	_position: absolute;
	top:135px;
	left:600px;
	width:100%;
	height:100%;
	z-index:10;
	text-align:left;
	display:inline;
	background: white;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}


div#resiRight_dialog {
	position: fixed;
	_position: absolute;
	width:375px;
	height:330px; 
	z-index:20; 
	border:5px solid #003799; 
	background: #FFF; 
	top: 255px; 
	left: 602px; 
	display:inline;
	overflow:auto;
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	}
	


div#resiRight_control {
	position: fixed;
	_position: absolute;
	width:375px;
	height:60px; 
	z-index:20; 
	border:5px solid #003799; 
	background: #FFF; 
	top: 190px; 
	left: 602px; 
	display:inline;
	overflow:hidden;
	font-size : 10px;
	font-family : Verdana;
	font-weight : normal;
	}

	
	
/*///////////////////////////////////////////////////////////////////
// AJAX Veil & (Modal) Dialog Div Styles
///////////////////////////////////////////////////////////////////*/

div#global_veil {
    position: fixed;
	_position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	text-align:left;
	display:none;
	background: white;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

/*background: url('fuzz.gif'); */

div#ajax_dialog {
	position: fixed;
	_position: absolute;
	width:535px;
	height:350px; 
	z-index:200; 
	border:5px solid #003799; 
	background: #FFF; 
	top: 192px; 
	left: 200px; 
	display:none;
	overflow:hidden;
	font-size : 12px;
	font-family : Verdana;
	font-weight : normal;
	}
	
div#ajax_dialog_shadow {
	position: fixed;
	_position: absolute;
	width:535px;
	height:350px; 
	top: 207px;
	left: 215px; 
	z-index:199; 
	background: #000;
	display:none;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.50;
	}

TD.pevt_header {
	color: white;
	background: #003799;
	font-weight : bold;
	font-size : 14px;
}
	
TD.pevt_rhdr{
	color: white;
	background: black;
	width: 120px;
}

TD.pevt_rhdr_grey{
	color: white;
	background: dimgrey;
	width: 120px;
}

TD.pevt_chdr{
	color: white;
	background: black;
	text-align:center;
}

TD.pevt_chdr_grey{
	color: white;
	background: dimgrey;
	text-align:center;
}

TD.pevt_black{
	background: black;
}

TD.pevt_grey{
	background: grey;
}

TD.pevt_ipbox INPUT{
	width: 40px;
	text-align:center;
}

TD.pevt_ipboxa INPUT{
	width: 80px;
	text-align:right;
}

TD.pevt_rres{
	color: black;
	background: lightgrey;
	width:80px;
	text-align:right;
	font-weight : bold;
}

TD.pevt_rvis{
	color: black;
	background: lightgrey;
	width:40px;
	text-align:center;
}

