﻿/* 
############################################################################################
Styledefinitionen AxCMS Controls LIBx
    kreis-soem.de
    Themes Orange
    
Fischer, Marco 2012
################################
    */

/***********************************************
    Content Facebook Like Button
*/
.fb-like {
    padding: 15px;
    margin: 15px;
}


/***********************************************
    Content IFrame
*/

iframe 
{
    font-family: Verdana, Tahoma, Lucida, sans-serif;
    font-size: 11px;
    text-decoration: none;
   }




/***********************************************
    Content LocatorControl
*/

.LocatorTable
{
    height:25px;
}

.LocatorTable td
{
    text-indent: 25px;
}


/***********************************************
    ContentFootNavigationContainer
*/


.ContentFootNavigationContainer
{
    width: 100%;
    position: relative;
}

.ContentFootNavigationContainer table
{
    width: 100%;
    margin-bottom: 20px;
    }

.ContentFootNavigationContainer td
{
    width: 25%;
    text-align: left;
    vertical-align: top;
}

.ContentFootNavigationContainer td, a, a:hover
{
    color: #f49b00;
}

/***********************************************
ContentNavigation 
*/

.ContentNavigationTable
{
    width: 100%;
    margin-bottom: 10px;
}

.ContentNavigationTableHeadline
{
    font-weight: bold;
    text-align: left;
    color: #f49b00;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f49b00;    
}

.ContentNavigationTableItem
{
    text-align: left;
    vertical-align: bottom;
    text-indent: 10px;
    padding-top: 5px;
}

.ContentNavigationTableItem_Active
{
    text-align: left;
    vertical-align: bottom;
    text-indent: 10px;
    padding-top: 5px;   
    
    }
    
.ContentNavigationTableItem_Active a
{
    color: #f49b00;
    }

.ContentNavigationTableItem a
{
    color: #808080;
}

.ContentNavigationTableItem a:hover
{
    color: #808080;
    text-decoration: underline;
    }

/***********************************************
    TopNavigation
*/

.TopNavigation td
{
    min-width: 100px;
    border-right-color: #F6F6F6;
    border-right-style: solid;
    border-right-width: 1px;
    text-align:center;
}

.TopNavigation a
{
    color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px; 
}

.TopNavigation a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}

.TopNavigation_FirstNavigationLink_active
{
    font-weight: bold;
    color: #FFFFFF;
}

/***********************************************
    Footer
*/
.PageFooter
{
    margin-top: 5px;
    margin-bottom: 25px;
}

.PageFooter a
{
    color: #f49b00;
    padding-right: 15px;
    text-decoration: none;
    }
    
.PageFooter a:hover
{
    color: #f49b00;
    padding-right: 15px;
    text-decoration: underline;
    }

/*  
    Headernavigation
*/
#headernavigation a
{
    color: #f49b00;
    padding-right: 10px;
    padding-left: 5px;
    text-decoration: none;
}

#headernavigation a:hover
{
    color: #f49b00;
    padding-right: 10px;
    padding-left: 5px;
    text-decoration: underline;
}


/* List */

.ListTable td
{
    color: #808080;
    padding-bottom: 5px;
    background-image: url('../../../AxImages/Homepage/Themes/Orange/CR03/LxList-Icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: 15px;
}

.ListTable a
{
    color: #f49b00;
}

.ListTable a:hover
{
    color: #f49b00;
    text-decoration: underline; 
}

  

/* DocumentList */

.DocumentListTable
{
    width: 100%;
    margin-bottom: 10px;
    }
 
.DocumentListTable td
{
    padding-top: 10px;
    vertical-align: top;
    }

.DocumentListTable a
{
     color: #f49b00;  
     }
     
.DocumentListTable a:hover
{
     color: #f49b00;
     text-decoration: underline;  
     }
     
.DocumentListTD2 span
{
    color: #808080;
    }     

/* LIBxPager Control */

.Pager_Table
{
    width: 100%;
    margin-top: 20px;
    color: #FFFFFF;
}

.Pager_TableCell
{
    border: 1px solid #F6F6F6;
    margin-top: 20px;
    background-color: #f49b00;
    color: #FFFFFF;
}

.Pager_TableCell a
{
    text-decoration:none;
    color: #FFFFFF;
    font-weight: normal;
    }

.Pager_Active
{
    font-weight:bold;
   }

.Pager_PrevButton
{
    margin-right: 20px;
}
    
.Pager_NextButton
{
    margin-left: 20px;
    }
        
/* PageSearchControl */

.PageSearchControl, PageSearchControl.TD, .PageSearchControl.a
{
    padding: 5px;
    text-align: left;
    text-decoration: none;
}

.SearchTextBox
{
   width: 170px;
   height: 20px;
   text-align: left;
   text-indent: 5px;
   border-color: #f49b00;
   border-style: solid;
   border-width: 1px;
   color: #f49b00;
   }
   
.SearchImageIcon
 {
   height: 18px;
   width: 18px;
 }

/* /PageSearchControl */