<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #333333;
	background: #F2F2F2;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}


th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}



hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

#myImg {
/*position:absolute;
	border: none;
	top:0px;
	left:0px;*/
	float:left;
	
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
	margin: 0;
	background: #F2F2F2;
}

#ja-containerwrap {
min-width:1250px;
	background: url(../../images/cw-bg1.gif) repeat-y 50% 0;
	
	
}

#ja-containerwrap2 {
	background: url(../../images/cw-bg2.gif) no-repeat 50% 0;
	
}

#ja-container {
	background: url(../../images/c-bg1.gif) repeat-y 18% 0;
	
}

#ja-container2 {
	padding: 20px 0;
	background: url(../../images/c-bg2.gif) no-repeat 18% 0;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 75%;
}

#ja-mainbody, 
#ja-mainbody-fl {
	float: left;
	width: 1000px;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 730px;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	width: 100%;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
	float: left;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 80%;
}

#ja-content {
	padding: 0 20px 0 40px;
}
#ja-contentwrap {

	min-height: 300px;
	height: auto;
	border-right-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;
	
}
* html #ja-contentwrap {
	height: 300px;
}
#ja-mainbody-fl #ja-content {
	padding-left: 0;
}

#ja-mainbody-f #ja-content {
	padding: 0;
}

/* Full */
#ja-containerwrap-f {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#ja-containerwrap-f #ja-containerwrap2 {
	background: none;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

/* Full left */
#ja-containerwrap-fl {
	background: url(../images/cwf-bg.gif) repeat-x top left #F6F6F6;
}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
	background: none;
}

/* Full right */
#ja-containerwrap-fr {
	background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #333333;
	color: #CCCCCC;
	line-height: normal;
	height: 80px;
	
}

#ja-header {
	position: relative;
	height: 80px;
}

.ja-headermask {
	width: 602px;
	display: block;
	/*background: url(../images/header-mask_1.jpg) no-repeat top right;*/
	height: 80px;
	position: absolute;
	top: 0;
	right: -1px;
	
}

#ja-header a {
	color: #CCCCCC;
}

h1.logo, h1.logo-text {
float:left;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {

	width: 250px;
	display: block;
	/*background: url(../images/logo_kino_7.gif) no-repeat;*/
	height: 80px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}


/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
float:left;
	padding: 0 0 20px;
	margin-bottom: 0px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 0 0 8px;
	margin: 0;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}


/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {

	float: left;
	width: 250px;
	padding-top: 10px;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 200px;
	
	
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	/*background: url(../images/bullet.gif) no-repeat 5px 50%;*/
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable,
.ja-box-full div.moduletable {
	padding-right: 30px;
	background: none;
}

.ja-box-right div.moduletable {
	padding-left: 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

.ja-box-center div.moduletable {
	padding: 0 30px;
	background: url(../images/vdot2.gif) repeat-y left;
}

#ja-botsl h3 {
	background: none;
}

#ja-botslwrap {
	border-top: 5px solid #CCCCCC;
	background: #444444;
	color: #CCCCCC;
	height:100px;
}

#ja-botsl {

	padding: 15px 0;
}

#ja-botsl div.moduletable {
	padding-bottom: 0;
	margin-top: 40px;
}

#ja-botsl h3 {

	margin: 0 0 12px;
	padding: 0;
	color: #fff;
	
	font-size:22px;
}

#ja-botsl a {
	color: #CCCCCC;
}

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #FFFFFF;
}

#ja-botsl ul, #ja-botsl p, #ja-botsl ol {
	padding: 0;
	margin: 0 !important;
}

#ja-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	/*background: url(../images/bullet2.gif) no-repeat 3px 8px;*/
}

#ja-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_separator {
	display: none;
}

#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background: url(../../images/grad3.gif) repeat-x bottom #F6F6F6;
	margin-top:0;
}

#ja-footer {
	padding: 0;
	color: #666666;
	background: url(../../images/vdot.gif) repeat-y 22% 0;
	position: relative;
}

#ja-footer .copyright {
	clear: both;
	display: block;
	padding-left: 25%;
	color: #666666;
	font-style: normal;
	font-size: 92%;
}

#ja-footnav {
	padding-left: 25%;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html &gt; body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

div#tabarea {
	background: #f7f7f7 url(../../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}



td.pill_m {
	padding: 0;
	margin: 0;
	width: auto;
	background-color:#4279AA;
	background-image: url(../../images/77bg.gif);
	background-repeat: repeat;
	
}


#pillmenu {
	display:inline-block;
	min-width:1100px;
/*width:1100px;*/
height: 28px;
float: left;
width:1170px;
  
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu li.last {
	background-image:none;

			}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
	float:left;
  display:block;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}


#pillmenu a:focus, #pillmenu a:hover  {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Times New Roman, Times, serif;
	/*font-size: 12px;  */
}

#pillmenu a:link, #pillmenu a:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
/*	font-size: 12px;*/
}
#masthead-search {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
	background:#EAEAEA none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	line-height:25px;
	margin:2px 0 0;
	padding:2px 2px;
	white-space:nowrap;
	position: absolute;
	z-index: 1000;
	left: 380px;
	width:395px;
	top: 20px;
	margin-right:20px;
}

#masthead-search input{
	width:320px;
	margin-left:5px;
}


#masthead .search-term {
/*border:1px solid #999999;
font-size:100% !important;
height:1.38462em;
padding:4px 1px 1px;
vertical-align:top;
width:25em;*/
}
a.yt-button-primary {
background:#C6D7F3 url(../../images/master.png) repeat-x scroll center -1602px;
border-color:#A0B1DC;
color:#003399;
font-weight:bold;
}

.yt-button, a.yt-button {
/*background:#D8D8D8 url(../images/master.png) repeat-x scroll center -802px;*/
border:1px solid #999999;
color:#000000;
cursor:pointer;
display:inline-block;
margin:0 0.25em;
padding:0 0.8333em;
text-decoration:none;
white-space:nowrap;
}

#masthead .search-term {
border:1px solid #999999;
font-size:100% !important;
height:1.38462em;
padding:4px 1px 1px;
vertical-align:top;
width:25em;
}

form.search-form span {
	color:#0000FF;
	text-decoration: underline;
}

/*added by me*/

#list {
clear:both;
width:100%;


}
</pre></body></html>