@import url('yetti.css');
@import url('ddaccordion.css');
@import url('Formats.css');

/* 
added & changed by ykorotia
12.2009
*/
/*aligns */
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
/* - - - - - - - - - - - - - - - -  
                global  
 - - - - - - - - - - - - - - - - - */
 

body
{
    font-family: Tahoma, Verdana; 
    color: #333333; 
    background-color: #ffffff;
    font-size: 11px;
    padding: 0px; 
    margin: 0px;
    background-image: url(images/banner_bg.gif);
    background-repeat: repeat-x;
}

img { border-width:0px; vertical-align:top;  margin: 0px; padding: 0px;}
table {border-width:0px; vertical-align:top;  }
/*
table 
{
    border-width:0px;  
    border-collapse: collapse; 
    vertical-align:top; 
    background-color: #ffffff; 
}
*/
td { border: 1px solid #DDDDDD; background-color: #F0FAF1; vertical-align:top; font-size: 8pt; }
td.noborder
{
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
}
div.centered { text-align:center; background-color: transparent; }
	
 
/* - - - - - 
    logo style 
- - -  - - - */
table.Logo
{
    width:92%;
	border-width:0px;
	text-align:center;
    padding-left: 15px;
    height:129px;
	background-image:url(images/banner_bg.gif);
    background-repeat:repeat-x;
}

table.mainouter{ border-width:0px; width:100%; padding: 0px 0px 0px 0px; vertical-align: top;}

/* - - - - - 
left/right block style
- - - - -  -*/
td.leftmenu 
{ 
    border-width: 0px; width:221px; background-color: #ffffff; vertical-align: top; margin: 0px;
    padding-left:  20px; padding-top: 0px;
    padding-right:  5px;
}
table.block-l { border-width:0px; width:221px; background-color: #ffffff; padding-bottom: 10px;}
td.block-l { border-width:0px; font-size: 8pt; background-color: #ffffff;}

td.block-l-field_banner 
{
    border-width: 0px;
	color: #FFFFFF;background-color: #F0FAF1;
	background-image: url(images/field_banner.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 221px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

td.block-l-field_bg 
{
    border-width: 0px;
    background-color: #F0FAF1;
	background-image: url(images/field_bg.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
table.block-l-content
{
    border-width: 0px;
     background-color: #F0FAF1;
     vertical-align: middle;
}
/* - - - -- - 
center blocks
- - - - -- */
table.block-center { width:100%; padding-bottom:10px; }
table.block-c-content{ border-width:0px;   width:100%; background-color: #F0FAF1;}
td.center_content{ border-width:0px; text-align:center; padding:  0px 5px 5px 5px; background-color: #FfFfFf;}
td.block-c { border-width:0px; font-size: 8pt; background-color: #FfFfFf;}
td.btl, td.block-c-titlex-- { border-width:0px; width:32px; height:40px;background-image:url(images/news_cellpic_left.gif);}
td.btm, td.block-c-title-x- 
{
    border-width:0px;
	color:#FFFFFF;
	font-family: tahoma;
	font-size: 11px; font-weight:bold;
    text-align: center;
    vertical-align: middle;	
	height: 24px;
	background-image: url(images/news_cellpic.gif);
	background-repeat: repeat-x;
}
td.btr, td.block-c-title--x { background-color: #F0FAF1; border-width:0px; width:32px; height:40px; border:0px; background-image:url(images/news_cellpic_right.gif); }
td.btl_d, td.block-c-topx-- { background-color: #F0FAF1; border-width:0px; width:17px; height:17px; border:0px; background-image:url(images/news_cellpic_left_d.gif);}
td.btr_d, td.block-c-top--x{ background-color: #F0FAF1; border-width:0px;width:17px; height:17px;background-image:url(images/news_cellpic_right_d.gif);}
td.btm_d, td.block-c-top-x- { border-width:0px;  height:17px; background-image: url(images/news_cellpic_d.gif);background-repeat: repeat-x; }
td.block-c-content-x- { 

    border-width:0px; padding-left: 15px; padding-right: 15px; text-align: center; background-color: #F0FAF1;}
td.bol, td.block-c-contentx-- { border-width:0px; width:17px; background-image:url(images/bol.gif);background-repeat:repeat-y; }
td.bor, td.block-c-content--x { border-width:0px;width:17px; background-image:url(images/bor.gif);background-repeat:repeat-y; background-color: #F0FAF1;}
td.bbl, td.block-c-bottomx-- { border-width:0px; width:17px; height:17px; border:0px; background-image:url(images/bbl.gif);}
td.bbr, td.block-c-bottom--x { border-width:0px; width:17px; height:17px;background-image:url(images/bbr.gif);}
td.bbm, td.block-c-bottom-x- { border-width:0px; height:17px; background-image:url(images/bbm.gif);background-repeat:repeat-x;}

/* - - - - -
Bottom footer 
 - - - - - - */
div.footer
{
    text-align:center;
    vertical-align: middle;
    background-image: url(images/pageEnd.gif);
    height:100px;
    width:100%;
    background-repeat:repeat-x;
}

div.footer img
{
    /* firefox & chrome 0-1 */
    opacity:0.2;
    /* ie 0-100 */
    filter:alpha(opacity:20);    
}
div.footer img:hover
{
        /* firefox & chrome 0-1 */
    opacity:1;
    /* ie 0-100 */
    filter:alpha(opacity:100);    
}





.linked-image {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.resized-linked-image {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color: #000;
	border: 0px;
	color: #FFF;
	font-size: 10px;
	width: auto;/*
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;*/
}

.resized-linked-image-zoom {
	width: 200px;
	height: 30px;
	background-color: #FFF;
	padding-top: 6px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
}

#highlighted {
	background-color: #F5F5F5;
}

#highlighted tr:hover {
	background-color: #D9EDFA;
}

#tooltip{
	background: #ffffff;
	/*font: verdana;*/
	font-size: 10px;
	width:auto;
	border:1px solid #778899;
	border-left:5px solid #ff9f00;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	/*opacity: 0.91;
	filter: alpha(opacity="91");*/
	line-height:15px; 	z-index:100;
	margin:0px;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	border-collapse: separate;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error b {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}

.success b {
	color: #7BA813;
	background: inherit;
}

.editor {
	margin: 0px 0px 1px 0px;
	width: 400px;
	height: 21px;
	border: 1px #D1D8EC solid;
}

.editorinput {
	background: #FAFAFA;
	color: #000000;
	border: 1px #D1D8EC solid;
	font-size: 11px; font-family: Verdana, Helvetica; text-decoration: none;
}

.editorbutton {
	float: left;
	cursor: pointer;
	padding: 2px 1px 0px 5px;
}

code {
	background: none;
	color: #0000FF;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

.code {
	color: #0000BB;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	text-decoration: none;
	color: #5087AD;
	border-top: dashed 1px #5087AD;
	padding: 0px;
}

/*
table {
  border-collapse: collapse;
  border: none;
  background-color: #F5F5F5;
}
*/
table.main {
  background-color: #F5F5F5;
}
/*
table.mainouter {
  background-color: #FFFFFF;
  border: 0px;
}*/
table.bottom {
  background: transparent;
}
table.main2 {
  background-color: #F5F5F5;
  border: 0px;
}
table.blok {
  background-color: #F5F5F5;
}

h1 {
  font-size: 12pt;
text-align: center;
}

h2 {
background-image: url(images/header.gif);
font-size: 10pt;
margin-bottom: 0px;
margin-top: 5px;
height: 18px;
border-width: 0px;
border-style: solid solid none solid;  
text-align: center;
color: #FFFFFF;
}

.topnav {
	background-image: url(images/topnav.gif);
	padding: 5px;
}

h3 {
  font-size: 10pt;
  margin-bottom: 5px;
text-align: center;
}

p {
        font-size: 8pt;
}

p.sub {
  margin-bottom: 4pt;
}

td {
	font-size: 8pt;
	border: 1px solid #DDDDDD;
}

/*
.logo {
    height:129px;
	background-image:url(images/banner_bg.gif);
    background-repeat:repeat-x;
    border: none;
}
*/

td.menu_r {
    width:6px; height:24px;
	background-image:url(images/menu_r.gif);
    background-position: left top;
    border: none;
}

IMG.mid
{
padding-right: 10px;
float: right;
}

/*
td.menu_l {
    width:6px; height:24px;
	background-image:url(images/menu_l.gif);
    background-position: right top;
    border: none;
}

td.btl {
	width:32px; height:40px;
	background-image:url(images/news_cellpic_left.gif);
    border: none;
}

td.btr {
	width:32px; height:40px;
	background-image:url(images/news_cellpic_right.gif);
    border: none;
}

td.btm {
	font-family: tahoma;
	font-size: 11px; font-weight:bold;
    text-align: center;
	color:#FFFFFF;
	height: 24px;
	padding: 5px 2px 9px 2px;
	background-image: url(images/news_cellpic.gif);
	background-repeat: repeat-x;
    border: none;
}

td.btl_d {
	width:17px; height:17px;
	background-image:url(images/news_cellpic_left_d.gif);
    border: none;
}

td.btr_d {
	width:17px; height:17px;
	background-image:url(images/news_cellpic_right_d.gif);
    border: none;
}

td.btm_d {
    height:17px;
    background-image: url(images/news_cellpic_d.gif);
	background-repeat: repeat-x;
    border: none;
}

td.bol {
	width:17px; background-image:url(images/bol.gif);
	background-repeat:repeat-y;
    border: none;
}

td.bor {
	width:17px; background-image:url(images/bor.gif);
	background-repeat:repeat-y;
    border: none;
}

td.bbl {
	width:17px; height:17px;
	background-image:url(images/bbl.gif);
    border: none;
}

td.bbr {
	width:17px; height:17px;
	background-image:url(images/bbr.gif);
    border: none;
}

td.bbm {
	height:17px; background-image:url(images/bbm.gif);
	background-repeat:repeat-x;
    border: none;
}
*/
td.block {
   font-size: 8pt;
   border: 0px;
   background-color: #F5F5F5;
}

td.block2 {
   font-size: 8pt;
   border: none;
   text-align: left;
   background-color: #F5F5F5;
}

td.right_menu {
	border: 0px;
}

td.commenttable {
	background-color: #FFFEF2;
}

td.embedded {
	border: none;
	text-align: left;
background-color: #F0FAF1;
}
td.embedded2 {
	border: none;
	text-align: left;
    background-color: #2D333F;
}
/*
td.bottom {
	border: none;
}
*/
td.heading {
	font-weight: bold;
}

td.text {
	padding: 10pt;
	text-align: left;
background-color: #F0FAF1;
    border: none;
}

td.comment {
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
}

td.colhead {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/header.gif);
}

td.rowhead {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
	border: none;
}

td.pager {
	background-color: #F5F5F5;
	border: 1px solid #9CA4B0;
	padding: 2px;
}

td.pagebr {
	background-color: #F5F5F5;
	border: 0px;
	padding: 0px;
}

td.highlight {
	background-color: #F5F5F5;
	border: 1px solid #9CA4B0;
	padding: 2px;
}

td.tablea {
	border: 0px;
}

td.banner {
   font-size: 11px;
	border: solid #E2E2E2 0px;
	background-repeat: no-repeat;
	max-height: 24px;
    background-color: #5E6A83;
}

td.a {
background-color: #F0FAF1;
  padding : 6px;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : 8pt;
  border-style : solid;
  border-width : 1px 1px 1px;
}
td.b {
  background-color : #f7f7f7;
  padding : 6px;
  font-family : Verdana, Helvetica, sans-serif;
  font-size : 8pt;
  border-style : solid;
  border-width : 1px 1px 1px;
}

hr {
	height: 0px;
	border: solid #00314D 0px;
	border-top-width: 1px;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
        font-style: italic;
        font-size: 7pt;
        font-weight: normal;
}

a,a:link,a:active,a:visited {
	text-decoration: none;
	color : #667799;
}
a:hover	{
	text-decoration: none;
	color : #224466;
}

a.index {
        font-weight: bold;
}

a.biglink {
        font-weight: bold;
        font-size: 12pt;
}

a.online:link, a.online:visited {
        font-weight: normal;
        text-decoration: none;
}

/*a.online:active, a.online:hover {
        font-weight: normal;
        text-decoration: underline;
}*/

a.menu:link, a.menu:visited {
        font-weight: normal;
}

a.menu:active {
        color: #516A88;
}

a.menu:hover {
        border-left-width: 7px;
        border-left-style: solid;
        border-left-color: #F5F5F5;
		color: #224466;
        font-weight: bold;
}

a.menu {
        display:block;
        padding:3px;
        text-align:left;
        text-decoration:none;
        font-weight: normal;
        color: #667799;
}

a.altlink_white:link, a.altlink_white:visited {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
}

a.altlink_white:hover {
		text-decoration: none;
        color: #C5C5C5;
}

.important {
        font-weight: bold;
        font-size: 8pt;
}

div.popup {position:absolute; top:0px; left:0px; 
width:170px; height:85px; border:1px solid black; display:none; background-color:#ffffff;}

.red {
        color: #ee0000;
}

.yellow {
        color: #997700;
}

.green {
        color: #000000;
}

input, file, select, textarea {
	margin-top: 3px;
    background-color: #FFFFFF;
	margin-bottom: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
    border: solid #5E6A84 1px;

}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.hide {padding-bottom: 30px}


.startmenu{
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin: 0px;
	background-image: url(images/menu_head.gif);
}

.menutitle{
        font-weight:bold;
        text-align:center;
        color: #7E110E;
        margin: 2px;
        background-color: #FFC58C;
}

input:focus {
	border: 1px solid #FF8705;
	color: #4b4b4b;
}

textarea:focus {
	border: 1px solid #FF8705;
	color: #4b4b4b;
}

input.pass
{
    background: url(images/pass.gif) no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    color: #000;
    padding-left: 18px;
}

input.login
{
    background: url(images/login.gif) no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    color: #000;
    padding-left: 18px;
}

input.search
{
    background: url(images/search.gif) no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    color: #000;
    padding-left: 18px;
}

.pageEnd {
	padding: 10px;
	color: #FFFFFF;
	background-color: #689DD4;
}
.field_banner {
	color: #FFFFFF;
	background-image: url(images/field_banner.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	width: 221px;
    border: 0px;
    vertical-align: middle;
    text-align: center;
}

.field_bg {
	background-image: url(images/field_bg.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
    border: 0px;
}
.noborder {
border: none;
}

