/*====================*/
/*                    */
/*       Common       */
/*                    */
/*====================*/

BODY
{
  font-family:        trebuchet ms, arial, helvetica, sans-serif;
  font-size:          12px;
  color:              #000000;
  text-decoration:    none;
  margin:             0px;
  padding:            0px; 
  background:         #CFE3FF  url('images/background.gif');  
  background-repeat:  repeat-x;    
}

/*jmk*/
TD
{
 background: #ffffff
}

TD.leftBar
{
  background:         #CFE3FF
}

A, P, TD
{
  font-family:        trebuchet ms, arial, helvetica, sans-serif;
  font-size:          12px;
  color:              #000000;
}

A
{
  text-decoration: underline;
}

H1
{ 
  font:               20px trebuchet ms,arial,helvetica,sans-serif;
}

TD.contentTitle
{
  font:               14px trebuchet ms,arial,helvetica,sans-serif;
}

/*====================*/
/*                    */
/*  BackgroundImages  */
/*                    */
/*====================*/

TD.headerRight
{
  background-image:   url(../images/leisku_02.gif);
  background-repeat:  no-repeat;
}

TD.headerRightLower
{
  background-image:   url(../images/leisku_05.gif);
  background-repeat:  no-repeat;
}

TD.yellowLineBeveled
{
  background-image:   url(../images/yellowLineBeveled.gif);
}

TD.naviBackground
{
  background-image:   url(../images/naviBackground.gif);
}

TD.dottedLineLeft
{
  background-image:   url(../images/leisku_08.gif);
  background-repeat:  repeat-y;
}

TD.dottedLineRight
{
  background-image:   url(../images/leisku_09.gif);
  background-repeat:  repeat-y;
}

TD.subLine
{
  background:         FFFBD1;
  background-image:   url(../images/dottedLine.gif);
  background-repeat:  repeat-x;  
}

/*====================*/
/*                    */
/*      FontSize      */
/*                    */
/*====================*/

A.mainMenu, TD.mainMenu, TD.contentAreaBottom, TD.bottomInfo, A.netorek 
{
  font-size:          10px;
}

TD.sideInfo, TD.path, TD.subTitle
{
  font-size:          11px;
}

TD.subTitle, TD.contentText
{
  font-size:          12px;
}

/*====================*/
/*                    */
/*     FontWeight     */
/*                    */
/*====================*/

TD.contentTitle, TD.subTitle
{
  font-weight:        bold;
}




/*====================*/
/*                    */
/*     FontColor      */
/*                    */
/*====================*/

TD.mainMenu
{
  color:              #003B8B;
}

TD.mainMenuSelected
{
  color:              #B5A704;
}

TD.path, TD.bottomInfo
{
  color:              #3873E8;
}

TD.sideInfo
{
  color:              #000000;
}

TD.contentTitle, H1, TD.subMenu, B, TD.subTitle
{
  color:              #003ACC;
}

TD.subTitle, B.sideInfo
{
  color:              #000000;
}


/*====================*/
/*                    */
/*     LinkColors     */
/*                    */
/*====================*/

A.netorek            { color: #2651A8; }
A.netorek:hover      { color: #B5A704; }

A.mainMenu            
{ 
  color: #003B8B; 
  text-decoration: none;

}
A.mainMenu:hover      
{ 
  color: #B5A704; 
  text-decoration: none;
}

A.subMenu             
{ 
  color: #00278A; 
  text-decoration: none;
}

A.subMenu:hover       
{ 
  color: #B5A704; 
  text-decoration: none;
}


/*======================*/
/*                      */
/*  BackgroundColors  */
/*                      */
/*======================*/

TD.contentArea, TD.mainMenuSelected, TD.contentAreaBottom, TABLE.contentAreaBottom
{
  background:         #ffffff;
}

TABLE.contentAreaBottom
{
  border-top:         1px dashed #3873E8;     
}

TD.subTitle
{
  background:         #fff798;
  border-bottom:      1px solid #dcd259;    
}

TD.yellowLine, TD.yellowLineSideBar
{
  background:         #FFF798;
}

TABLE.subMenu
{
  background:         #FFFBD1;
  border-top:         1px solid #DCD259;  
  border-bottom:      1px solid #DCD259;    
}

TABLE.sideTable
{
  background:         #FFFBD1;
  border-top:         1px solid #DCD259;  
  border-bottom:      1px solid #DCD259;  
}

TD.subMenu
{
  background:         #FFFBD1;
}

TD.mainMenu
{
  background:         #FFF798;
}

