/* ======================== */
/* LigaExperte Base CSS 2.0 */
/* copyright ligaexperte.de */
/* ------------------------ */

/* included in header.inc.php
@import url("ligaexp_base_v2.0.css");*/


/* ------------------------ */
/* Phorum CSS Definitions   */
/* ------------------------ */

    /* Element level classes */
/*
    body
    {
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        background-color: {bodybackground};
        margin: 8px;
    }
*/
/*
    td, th
    {
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
    }

    img
    {
        border-width: 0px;
        vertical-align: middle;
    }
*/
/*
    a
    {
        color: {linkcolor};
        text-decoration: none;
    }
    a:active
    {
        color: {activelinkcolor};
        text-decoration: none;
    }
    a:visited
    {
        color: {visitedlinkcolor};
        text-decoration: none;
    }        

    a:hover
    {
        color: {hoverlinkcolor};
    }
*/
/*
    input[type=text], input[type=password], input[type=file], select
    {
/*        border: 1px solid {tablebordercolor}; */
/*
        background-color: {backcolor};
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};

        vertical-align: middle;

    }
*/
/*
    textarea
    {
        background-color: {backcolor};
        color: {defaulttextcolor};
        font-size: {defaultfontsize};
        font-family: {fixedfont};
    }
    
	input[type=submit]
	{
        border: 1px dotted {tablebordercolor};
        background-color: {navbackcolor};
        font-size: {defaultfontsize};
        font-family: {defaultfont};
        vertical-align: middle;
	}

	input
	{
        vertical-align: middle;
	}
*/

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
     /*   width: 512px;
      margin-left:3px; margin-right:3px; */
		  margin-top: 5px;
		  margin-left: 3px; 
		  margin-right: 3px;
		  overflow: visible;
    }        
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit { 
	 	  color: #f0f0f0;
		  width: 140px; 
        background-image: url(../grafik/button_bg.gif); background-repeat: repeat-x;
        background-color: #ff6c00;
		  font-size:11px;
        vertical-align: middle; 
    }    
    
    .PhorumTitleText
    {
        /*float: right;*/
		  text-align:left; 
		  background-color:#f0f0f0; 
		  padding:2px; 
		  overflow: hidden;
    }

    .PhorumStdBlock
    {
	 	  text-align:left; 
		  background-color:#f0f0f0; 
		  padding:2px;
/*      width: {tablewidth}; */	
    }

    .PhorumStdBlockHeader
    {
	 text-align:left; 
	 margin-top:5px; 
	 padding-left:2px; 
	 padding-right:2px; 
	 border-width: 0px; 
	 border-style: solid; 
	 border-color: #ffffff; 
	 color:#ffffff; 
	 background-color:#7fb720; 
    background-image: url(../grafik/h3_bg.gif); background-repeat: repeat-x;
    padding: 2px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        padding: 4px;
      /*   margin: 8px 0;*/
        background-color: #f1e7df;
        border-color: #ff6c00; border-width: 0 0 0 1px; border-style: solid;
        text-align: left;
		 margin-top: 1px;
        margin-bottom: 1px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    a.PhorumNavLink
    {
        text-decoration: none;
        padding: 0px 4px 0px 4px;
    }
    
    a.PhorumNavLink:visited
    {
        color: #e36000;
    }
    
    a.PhorumNavLink:hover
    {
        color: #ff6c00;
        text-decoration: underline;
    }

    .PhorumFloatingText
    {
        padding: 10px;
		 /* background-color: #F9EFD0;*/
    }

    .PhorumHeadingLeft
    {
        padding-left: 2px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: #ff0000;
        font-size: 18px;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-size: 10px;
        font-weight: bold;
        color: #7FB720;
    }

    .PhorumNotificationArea
    {
        float: right;
 		  border-width: 1px; 
		  border-style: solid; 
		  border-color: #e0e0e0; 
		
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */    

    .PhorumColumnFloatXSmall
    {
        float: right; 
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
     	  float: right;
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right; 
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right;
        width: 180px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right; 
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: transparent;
 		  /*border-width: 1px; 
		  border-style: solid; 
		  border-color: #808080 #f5f5f5 #f5f5f5 #808080; */
        padding: 5px 1px 1px 1px;
		  margin: 0px 0px 2px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #e8e8e8;
        /*border-width: 1px; 
		  border-style: solid; 
		  border-color: #808080 #f5f5f5 #f5f5f5 #808080; */
        padding: 5px 1px 1px 1px;
		  margin: 0px 0px 2px 0px;
    }

    /************/
    

    /* All that is left of the tables */

    .PhorumStdTable
    {
	 /*
		  border-style: ridge;
        border-color: #64B002;
        border-width: 1px;
      
		  width: 512px;*/
    }

    .PhorumTableHeader
    {
	 	  color:#ffffff; 
		  background-color:#7FB720;
        /*; 
		  border-width: 1px; 
		  border-style: solid; 
		  border-color: #808080 #f5f5f5 #f5f5f5 #808080; */
        padding: 2px;
		  /*width:40px;*/
    }

    .PhorumTableRow
    {
        background-color: transparent;
        color: #474747;
        height: 35px;
        padding: 2px;
		  /*width:40px;*/
    }
    
    .PhorumTableRowAlt
    {
        background-color: #e8e8e8;
        color: #474747;
        height: 35px;
        padding: 2px;
		  /*width:40px;*/
    }    

    table.PhorumFormTable td
    {
        background-color: #E8E8E8;
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        /*margin-bottom: 5px;*/     
        margin: 0;
        padding-top: 10px; padding-bottom: 5px;   
        border-width: 1px 0; border-style: solid; border-color: #ffffff #ffffff #e0e0e0 #ffffff; 
    }
    
   .PhorumReadBodySubject
    {
        color: #474747;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        background-color: #f1e7df;
        border-color: #ff6c00; border-width: 0 0 0 1px; border-style: solid;
        text-align: left;
		  /*        width: {tablewidth}; */
        padding: 2px 3px 2px 3px;
		  margin-top:1px;
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: #474747;
        font-size: 10px;
    }

    .PhorumListPageLink
    {
        color: #474747;
        font-size: 10px;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #00AAFF;
        font-size: 10px;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        /*width: 635px;*/
    }

    .PhorumSmallFont
    {
        font-size: 10px;
    }    

    .PhorumLargeFont
    {
        color: #474747;
        font-size: 13px;
        font-weight: bold;
    }    


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
    }
	 
/* ------------------------ */
/* copyright ligaexperte.de */
/* ======================== */


