﻿html
{
    height: 100%;
}


body
{
    height: 100%;
    background-color: #b2caf0;
}

body form
{
    height: 100%;
}

#layout_background
{
    /*min-height: 100%;*/
    height: auto;
}

/* IE Hack */

* html #layout_background
{
    /*height: 100%;*/
}

/* IE Hack konec */



#layout_background
{
    background-color: #b2caf0;
    background-image: url(images/bgline.png);
    background-repeat: repeat-y;
    background-position: center top; 
    width: 1060px;
    margin: 0px auto;    
}

#layout_cframe0
{
    background-color: #ddeafc;
    width: 1000px;
    margin: 0px auto;
}

#layout_head
{
    background-color: #8E99D3;
    height: 80px;
    position: relative; 
}

#layout_logoarea
{
    position: absolute;
    top: 0px;
    left: 10px;
}

#layout_banner
{
    position: relative;
}

#layout_banner > DIV
{
    position: absolute;
    left: 1008px;
    width: 120px;
    top: 38px;
    height: 600px;
    border: 1px solid #83ace0;
}

#layout_topmenu
{
 /*   padding-bottom: 4px;
    background-image: url(images/tabblend.png);
    background-repeat: repeat-x;
    background-position: left bottom; */    
    font-size: 12px;
}

#layout_inrframe 
{
    /*
    margin: 5px;
    background-color: White;
    padding: 5px;
    border: solid 1px #83ace0;
*/
    min-height: 650px;    
}

#layout_footer
{
    margin-top: 20px;
    border-bottom: solid 2px #8697e7;
    border-top: solid 3px #8E99D3;
    padding: 10px 0px;
    text-align: center;
    background-color: #F7DC9A;
}

#layout_subfooter
{
    margin: 10px 0;
    text-align: center;
}

#layout_userinfo
{
    width: 480px;
    height: 60px;
    padding: 11px 14px 6px 10px;
    background-image: url(images/header_relief.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: -2px;
    overflow: hidden;    
}

#currentuserinfo_table
{
}

#currentuserinfo_table TD.tdImage
{
    height: 60px; 
    width: 80px;
    vertical-align: middle;
    text-align: center;
    
}

#currentuserinfo_table TD.tdUserName
{
    color: Navy;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    width: 200px;
}

#currentuserinfo_table TD.tdControls
{
    vertical-align: bottom;
    padding-bottom: 5px;
    text-align: center;    
}

#currentuserinfo_table TD.tdStats
{    
    padding: 5px 0px 5px 10px;
    color: blue;    
}

#currentuserinfo_table TD.tdStats TABLE TD, #currentuserinfo_table TD.tdStats TABLE TH
{
    padding: 1px;
}

#currentuserinfo_table TD.tdStats .statval
{
    font-weight: 700;
    color: blue;
    font-size: 13px;
}


/* elements */

A.textRunLink
{
    color: Navy;
    text-decoration: underline;
}

A.textRunButton
{
    color: Navy;
    background-color: Orange;
    padding: 0px 2px;
    text-decoration: none;
}

A.textRunButton:hover
{
	background-color: Yellow;
}


cite.icoNavigation 
{
    background-image: url(images/icons/ad_small.png);
    padding-left: 24px;
}
