/**********************************************************/
/* alaja css framework: _reset.css + _960.css + _typo.css */
/**********************************************************/

/**********************************************************/
/* alaja css reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, button, textarea { margin: 0; padding: 0; border: 1; outline: 0; font-size: 100%; vertical-align: baseline; background: Transparent; text-decoration: none; font-weight: normal; }
html { display: table; width: 100%; height: 100%; overflow-x: hidden !iefix; }
img { vertical-align: middle; -ms-interpolation-mode: bicubic; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
label { cursor: pointer; display: inline-block; }
::selection { background-color: #444; color: White; }

/* dirty little helpers */

.wrapper { margin-left: auto; margin-right: auto; width: 940px; }
.left { float: left; }
.right { float: right; }
.centered { text-align: center; }
.automargin { margin: 0px auto; }
.hidden { display: none !important; }
.watch { background-color: fuchsia !important; }
.rounded { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.ghosted { opacity: 0.65; filter: alpha(opacity = 65); }
.double.ghosted { opacity: 0.45; filter: alpha(opacity = 45); }

.filled { width: 100%; padding-left: 0px !important; padding-right: 0px !important; }

/* widths */

.s { width: 140px !important; }
.m { width: 300px !important; }
.l { width: 460px !important; }
.xl { width: 620px !important; }


/**********************************************************/
/* alaja 960 grid system, based on 960.gs */

.container_12 { margin-left: auto; margin-right: auto; width: 960px; }
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display: inline; float: left; padding: 0px 10px; }
.container_12 .grid_3 { width: 220px; }
.container_12 .grid_6 { width: 460px; }
.container_12 .grid_9 { width: 700px; }
.container_12 .grid_12 { width: 940px; }
.alpha { padding-left: 0; }
.omega { padding-right: 0; }
.container_12 .grid_1 { width: 60px; }
.container_12 .grid_2 { width: 140px; }
.container_12 .grid_4 { width: 300px; }
.container_12 .grid_5 { width: 380px; }
.container_12 .grid_7 { width: 540px; }
.container_12 .grid_8 { width: 620px; }
.container_12 .grid_10 { width: 780px; }
.container_12 .grid_11 { width: 860px; }
.container_12 .prefix_3 { padding-left: 240px; }
.container_12 .prefix_6 { padding-left: 480px; }
.container_12 .prefix_9 { padding-left: 720px; }
.container_12 .prefix_1 { padding-left: 80px; }
.container_12 .prefix_2 { padding-left: 160px; }
.container_12 .prefix_4 { padding-left: 320px; }
.container_12 .prefix_5 { padding-left: 400px; }
.container_12 .prefix_7 { padding-left: 560px; }
.container_12 .prefix_8 { padding-left: 640px; }
.container_12 .prefix_10 { padding-left: 800px; }
.container_12 .prefix_11 { padding-left: 880px; }
.container_12 .suffix_3 { padding-right: 240px; }
.container_12 .suffix_6 { padding-right: 480px; }
.container_12 .suffix_9 { padding-right: 720px; }
.container_12 .suffix_1 { padding-right: 80px; }
.container_12 .suffix_2 { padding-right: 160px; }
.container_12 .suffix_4 { padding-right: 320px; }
.container_12 .suffix_5 { padding-right: 400px; }
.container_12 .suffix_7 { padding-right: 560px; }
.container_12 .suffix_8 { padding-right: 640px; }
.container_12 .suffix_10 { padding-right: 800px; }
.container_12 .suffix_11 { padding-right: 880px; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/**********************************************************/
/* alaja web typography */

body { font-family: Helvetica, Arial, Sans-Serif; font-size: 84%; line-height: 1.8em; }

/* static core */

body { font-style: normal; text-transform: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 0.8em; font-weight: bold; }
p { margin: 0 0 1.5em; }
p img.left { margin: 0.5em 1.5em 1.5em 0; }
p img.right { margin: 0.5em 0 1.5em 1.5em; }
blockquote { padding: 1.5em 1.5em 0px 3em; margin: 0 0 1.5em; border-left: outset 5px; display: inline-block; }
strong { font-weight: 800; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }
address { margin: 0 0 1.5em; font-style: italic; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt, input { font: 1em/1.5em Consolas, Lucida Console , 'andale mono' , Courier , Monospace; }
li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 2em; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table { margin-bottom: 1.4em; width: 100%; }
th { font-weight: bold; }
th, td, caption { padding: 4px 10px 4px 5px; }
tfoot { font-style: italic; }

sup { vertical-align: top; }
sub { vertical-align: bottom; }

.small, sub, sup { font-size: .8em; margin-bottom: 1.875em; line-height: 1.66em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

ul.square { list-style-type: square; }
ul.circle { list-style-type: circle; }
ul.disc { list-style-type: disc; }
ul.empty, ol.empty { list-style-type: none; list-style-position: outside; }

ol.cjk { list-style-type: cjk-ideographic; }
ol.hebrew { list-style-type: hebrew; }
ol.hiragana { list-style-type: hiragana; }
ol.katakana { list-style-type: katakana; }
ol.greek { list-style-type: lower-greek; }
ol.latin { list-style-type: lower-latin; }
ol.roman { list-style-type: lower-roman; }
ol.Latin { list-style-type: upper-latin; }
ol.Roman { list-style-type: upper-roman; }
ol.zero { list-style-type: decimal-leading-zero; }

cite:before { content: "“"; }
cite:after { content: "”"; }

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


