@import url("mae.css");
@import url("ksh.css");
/*
  --------------------------------------------------------------
  typography.css
  * Sets up some sensible default typography.
  --------------------------------------------------------------
 */
* {
	font-family: Verdana,Arial,sans-serif;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
/*
  Default font settings.
  The font-size percentage is of 16px. (0.75 * 16px = 12px)
 */
body {
	font-size: 75%;
	color: #000;
	background: #e6e6e6;
	font-family: Verdana, Arial, sans-serif;
}
img {
	border:0 none;
}

/*
  Headings
  --------------------------------------------------------------
 */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #80414d;
	font-family: Verdana, Arial, sans-serif;
	text-transform:inherit;
	margin-bottom: 5px;
	padding-top: 2px;
}
h1 {
	font-size: 2.5em;
	line-height: 1;
	text-transform: uppercase;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
	margin: 0;
}
/*
  Text elements
  --------------------------------------------------------------
 */
p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

p.ingress{
    font-weight: 600;
    float: left;
}

.searchcontent p{
    margin:0;
}

.searchcontent h3{
    padding: 5px 0 5px 0;
    margin: 10px 0 0 0;
}

.newslist{
    margin-top: 20px;

}

.newslist p{
    margin:0px;
}

div.item.newslist{
    clear: left;
}

a:focus,
a:hover {
	color: #e30010;
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*
  Lists
  --------------------------------------------------------------
 */
li ul,
li ol {
	margin:0;
}
ul, ol {
	margin: 0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
ul li {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
ul li a {
	color:#000000;
	margin:0;
	padding:0;
}

.sitemap ul{
            padding: 0 0 0 10px;
}

dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
q:before, blockquote:before, q:after, blockquote:after {
    content:'';
    quotes: none;
}
q, blockquote {
    quotes: none;
}
/*
  Tables
  --------------------------------------------------------------
 */
table {
	border:0 none;
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th,td,caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
fieldset {
	border:0 none;
}
/*
  Misc classes
  --------------------------------------------------------------
 */
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* COMMON */
/*
  Markup
  --------------------------------------------------------------
 */
form select {
	border:1px solid #979797;
}
.outerframework {
	width:992px;
	margin:0 auto;
	min-height:760px;
}
.framework {
	width: 968px;
	margin:0;
	float:left;
	height:100%;
}
.redtop {
	float:right;
	clear:none;
	width:21px;
	background-color: #E30010;
	height:21px;
}
.header {
	height: 127px;
	width: 968px;
	float:left;
}
.container {
	height:100%;
	width: 940px;
	background:#FFFFFF url(../images/back3col.gif) repeat-y scroll 0 0;
	float:left;
	padding: 0px 14px 10px 14px;
}

#front.container{
            width: 968px;
            background: transparent url(../images/body_bg.gif) repeat-y scroll 0 0;
}

.container.one {
    padding-left: 14px;
    background: #e6e6e6 url(../images/back2col.gif) repeat-y 0 0;
}

.container.blank{
    background: transparent url(../images/body_bg.gif) repeat-y 0 0;
}

.colum {
	float:left;
	clear:none;
	height:100%;
}
.middle {
	width:566px;
    padding: 17px 0;
	min-height:480px;
	height:auto !important;
}

.middle a {
    color: #80414d;
    font-weight: bold;
}



.middle h1 {
    font-size: 1.6em;
    margin-bottom: 26px;
}

.full .middle{
    margin: 0;
    padding: 0;
    width: 940px;
}

.left {
	width:192px;
	min-height: 514px;
	margin: 0 0 0 0;
	background-color: #e6ebef;
	height: 100%;
}

#front .left{
    margin: 0px;
    background-color: #fff;
    display: none;
}

.right {
	width:158px;
	padding: 12px;
	background-color: #f5f5f5;
	min-height: 490px;    
}
.onecolum {
	width:730px;
	padding: 15px 0 0 17px;
	border:none;
}

#front .onecolum {
    padding: 0 !important;
}
.footer {

    background: transparent url(../images/footerbg.gif) no-repeat scroll 0 0;
    color:#797878;
    float:right;
    font-size:9px;
    height:37px;
    margin:0 0 0;
    padding-top:14px;
    text-align:center;
    width:968px;
}

.front .footer {

   
     background: none;
    padding-top:4px;
   
}


.footer a{
            color: #108dd1;
}

.content {
	height:100%;
	float:left;
	display:block;    
}

.middle a, .right a {
    color: #80414d;
}

#front .content {
    margin: 0;
}
.header a, .header a:focus, .header a:hover {
	text-decoration: none;
	color: #FFF;
}
.header a:hover {
	text-decoration: underline;
}
.header .header_inner {
             background: #ffffff url(../images/header_bg.gif) no-repeat left top;
	height: 127px;
	width:968px;
	float:left;
}

.header .sok {
	float:right;
	margin-top:10px;
	padding-right:41px;
	clear: both;
	text-align: right;
}
.header .header_inner .logo {
	height:16px;
	width: 94px;
	position: relative;
	top: 82px;   
	left: 35px;
}
.header .header_inner img#logo {
	float:left;
}

a.logoscreen{
    display: block;
    width: 94px;
    height: 16px;
}

.shortcuts{
    float: right;
    padding-right: 41px;
}

.shortcuts ul li{
    display: inline;
}

.shortcuts a{
    font-size: 10px;
    
}

.tools{
    margin-top: 47px;
}

.searchfield{
    background:url(../images/input_bg.gif) repeat-x left top;
    border: 1px solid #26668f;
    height: 18px;
    width: 150px;
    color: #666666;
    float: left;
}

.searchbutton{
    background:url(../images/searchbutton.gif) repeat-x left top;
    height: 20px;
    width: 23px;
    float: left;
}

/* Main Menu */
.headMenu{
    float: left;
    background: transparent url(../images/body_bg.gif) repeat-y scroll 0 0;
    padding: 10px 14px 10px 14px;
    width: 948px;
    height: 30px;
    
}

.headMenu ul{
    display: block;
    background-color: #2c516b;
    width: 940px;
    height: 30px;
}

.headMenu ul li{
    float: left;
    height: 30px;
}

.headMenu ul li.first{
    float: left;
    margin:  0;
    padding: 0;
    
}


.headMenu ul li.first a{
    width: 19px;
    height: 30px;
    padding: 0 14px 0 22px;
    line-height: 31px;
    background: transparent url(../images/home.gif) no-repeat 0 0;
}

.headMenu ul li a{
    color:#FFFFFF;
    display:block;
    font-size:14px;
    height:30px;
    line-height:28px;
    padding: 0 14px 0 12px;
}


#menu-horizontal{
    margin: 0;
    padding: 0;
}
	
#menu-horizontal li{
    list-style: none;
    float: left;
    display: block;
}

#menu-horizontal li:hover a{
        display: block;
    background: #2c516b;
    text-decoration: none;
    white-space: nowrap;
      color: #fff;
}

#menu-horizontal li a{
    display: block;
    background: #2c516b;
    text-decoration: none;
    white-space: nowrap;
      color: #fff;
}

#menu-horizontal li.first a{
      background: transparent url(../images/home.gif) no-repeat 22px 6px; 
}

#menu-horizontal li.first a:hover{
      background:  #e7eff4 url(../images/home_m.gif) no-repeat 22px 6px; 
      
}


#menu-horizontal li a:hover{
    background: #e7eff4;
    color: #4d84aa;
}

#menu-horizontal li:hover a{
    background: #e7eff4;
    color: #4d84aa;
}
	

#menu-horizontal li ul{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 0px solid white;
    width:    140px;
     color: #2C516B;
}

#menu-horizontal li ul li{
    float: none;
    display: inline;
   
}

#menu-horizontal li ul li a{
    width: 143px;
    background: #e7eff4;
    color: #4d84aa;
}

#menu-horizontal li ul li a:hover{
    background: #C8DAE4;
    color: #4d84aa;
}

ul.vertical{
    width: 176px;
    background-color: #e6ebef;
    height: 100%;
    margin: 8px;
}

ul.vertical li{
    width: 176px;
    background-color: #fff;
   /* height: 28px;*/
    border-bottom: 2px solid #e6ebef;
    display:table-row-group;
}

ul.submenu{
    display: block;
    float: left;
    clear: right;
}


ul.vertical li a{
    font-size: 11px;
    height: 28px;
    display: block;
    line-height: 27px;
    padding-left: 17px;
    width: 159px;
     background: transparent url(../images/dot.gif) no-repeat scroll 4px 11px;
}


ul.vertical li.path a{
    background-color: #ffffff;
}


ul.vertical li li a{
   
     background: none;
     background-color: #E7EFF4;
}

 ul.vertical  ul.submenu li.path a{
     background-color: #E7EFF4;
 }

 ul.vertical li.path ul.submenu li.path a{
     background-color: #f5f5f5;
 }

ul.vertical li a.active{
   background-color: #f5f5f5;
}

/* End Main Menu */


/*
  ********************
  ** XHTML-EDITOR     **
  ********************
 */
 .editor{
     clear: left;
 }
 
.editor p{
	margin: 1.0em 0;
}
.editor h2 {
	margin-bottom: 0;
}
.editor h3 {
	margin-bottom: 0;
}
.editor h4 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h5 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h6 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor ul {
	margin-left: 0;
}

.editor ul li {
	background: transparent url('../images/editor_bullet.gif') no-repeat 0 7px;
	display: block;
	padding: 0 0 0 10px;
}

.editor ul li ul li {
	background: transparent url('../images/editor_bullet_lvl2.gif') no-repeat 0 7px;
}

.editor a {
	color: #309CD6;
	text-decoration: none;
}
.editor a:hover {
	text-decoration: underline;
	color: #309CD6;
}
img.bordersize1 {
	border: 1px solid #ccc;
}
img.bordersize2 {
	border: 2px solid #ccc;
}
img.bordersize3 {
	border: 3px solid #ccc;
}
img.border {
	border: 1px solid #ccc;
}
/* tables */
table.bordersize0 {
	border-spacing:0;
	border: 0;
	border-collapse: collapse;
	width: auto;
}
table.bordersize0 td {
	border: 0;
}
table.bordersize1 {
	border-spacing:0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: auto;
}
table.bordersize1 td {
	border: 1px solid #ccc;
}
table.bordersize2 {
	border-spacing:0;
	border: 2px solid #ccc;
	border-collapse: collapse;
	width: auto;
}
table.bordersize2 td {
	border: 2px solid #ccc;
}
table.padding1 td {
	padding: 1px;
}
table.padding2 td {
	padding: 2px;
}
table.padding3 td {
	padding: 3px;
}
table.padding4 td {
	padding: 4px;
}
.editor table.padding5 td {
	padding: 5px;
}
table.padding6 td {
	padding: 6px;
}
table.padding7 td {
	padding: 7px;
}
table.padding8 td {
	padding: 8px;
}
table.padding9 td {
	padding: 9px;
}
table.padding10 td {
	padding: 10px;
}
.center-aligned {
	text-align: center;
}
.editor p.center-aligned {
	text-align: center;
}


/* Formbuilder */
.forms p {
	padding: 0;
	margin: 0;
}
.forms label {
	margin-top: 5px;
}
.forms .separator {
	padding-bottom: 10px;
}
.rightCol p label {
	display: inline;
}

input{
    border: 0;
}

/* tabs */
.tabs{
      float: left;
    margin: 0 25px 0 30px;
}

.producttabs{
  
    
}
.producttabs .ui-tabs-nav {
    background: white url(../images/tab_panel_top.png) bottom no-repeat;
    margin: 0 0 0 0px;
    width: 509px;
    
}

.producttabs .ui-tabs-nav .ui-tabs-selected  {
    background: url(../images/tab_selected_bg.png);
}


.producttabs .ui-tabs-nav li {
    background: url(../images/tab_bg.png);
    height: 45px;
    margin: 0px !important;
}

.producttabs .ui-tabs-nav .first {
    background: url(../images/tab_first_bg.png);
}

.producttabs .ui-tabs-nav .first.ui-tabs-selected {
    background: url(../images/tab_first_selected_bg.png);
}

.producttabs .ui-tabs-nav li a {
    margin: 7px 0px;
  /*  padding: 2px 12px 0 20px !important;*/
    padding: 10px 2px 0 9px !important;
    height: 38px;
    color: white;
}

.producttabs .ui-tabs-nav .navend {
    background: url(../images/tab_end.png) no-repeat !important;
    height: 45px;
    width: 7px;
    overflow: hidden;
    float: left;
}

.producttabs .ui-tabs-nav .ui-tabs-selected a {
    color: black;
}
.producttabs .ui-tabs-panel {
    clear: left;
    width: 470px;
    padding: 10px 21px;
    background: url(../images/tab_panel_bg.png) repeat-y;
}
.producttabs_bottom {
    padding: 0;
    margin: 0;
    width: 509px;
    height: 7px;
    overflow: hidden;
    background: url(../images/tab_panel_bottom.png) no-repeat;
}

.ui-tabs { padding: 10px 0 0 0;  zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style-type: none;position: relative; float: left; border-bottom-width: 0 !important; margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 0; font-size: 10px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { margin: 0; display: block; border-width: 0; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs ul li{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin:0;
    padding:0;

}

.ui-tabs ul{
    padding: 0 0 0 14px;
}

/* box */
.boxwide, .boxwide_top, .boxwide_bottom {
    width: 594px;
    padding: 0px 7px;
}

.boxwide_top, .boxwide_bottom {
    height: 7px;
    overflow: hidden;
}

.boxwide_top {
    background: url(../images/box600_top_bg.png) no-repeat;
}

.boxwide {
    background: url(../images/box600_bg.png) repeat-y;
}

.boxwide_bottom {
    background: url(../images/box600_bottom_bg.png) no-repeat;
}

/* employees */

.employees .employee {
    padding: 17px;
    border-bottom: 1px solid #e6e6e6;
}
.employees .name, .employees .email a, .employees .quote h4 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: #80414d;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}

.employees .quote h4, .employees .name {
	text-transform: uppercase;
}

.employees .email a {
}

.employees .photo {    
    width: 76px;
    float: left;
    margin: 0 17px 5px 0;
}

.employees .info {
    float: left;
    width: 200px;
}
.employees .info span {
    display: block;
}

.employees .info, .employees .quote {
    padding-top: 10px;
}
.employees .quote {
    float: left;
    width: 240px;
}

.employees .quote {
    font-style: italic;
}

.employees .photo .border, .employees .photo .image {
    border-color: #e6e6e6;
    border-style: solid;
    margin: 0;
}
.employees .photo .border {
    margin: 0 1px;
    border-width: 1px 0 0 0;
    height: 0px;
    overflow: hidden;
}

.employees .photo .image {
    padding: 3px 3px 1px 3px;
    border-width: 0 1px;
}

/* partner list */

.partners .partner {
    padding: 25px 17px;
    border-bottom: 1px solid #e6e6e6;
}

.partners .partner.first {
    padding-top: 17px !important;
}

.partners .image {
    width: 160px;
    float: left;
}

.partners .description {
    width: 446px;
    float: left;
}

.partners .link {
    margin-top: 1em;
}
.partners .link a {
    text-transform: none;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
/*  */

.related{
    padding: 0 27px 0 17px;
}

a.link:hover{
    color:#80414D;
    font-weight:bold;
}

.imagearticle{
    float: right;
}

.sitemap {
    display:inline;
    float:left;
    margin:0 20px 0 0;
}

.table{
    background-color: #eeeeee;
    margin-bottom:5px;
    padding:5px;
}

span.companytitle{
    display: block;
    text-align:center;
    font-size: 11px;
}

.partners table{
    width: 640px;
}

.nofull{
    display: block;
}
