/* ------------------------------------------------------------------------------
   Name:        Custom.css
   Author:      Fabian Hanggi
   Created:     @6-Jan-2009
   Used By:     Your Application name
   Description: Defines Styles are not defined in Themes
                or overrides Styles that are defined in Themes
   ==============================================================================
   Modified:    
   By       Date		       Reason
   ==============================================================================
------------------------------------------------------------------------------ 
*/

tr.EmptyTableRow
{
    height:10px;
}

table.Search 
{
    border:none;
}

.Search td
{
    padding-left :3px;
    padding-right :3px;
}

.Search td.RightAligned
{
    text-align:right;
}

.Search td.LeftAligned
{
    text-align:left;
}

table.HomePage
{
    Font-family: "Trebuchet MS", Arial,Helvetica, sans-serif, Verdana;
    font-size: 0.95em;
    width:175px; 
    height:180px;
}

table.HomePage tr.HomePageTopRow
{
    height:130px;
    text-align:center;
}

table.HomePage tr.HomePageBottomRow
{
    vertical-align:top;
    text-align:center;
    height:50px;
}

.imgHomePage
{
    border:0;
    width:175px;
    height:130px;
}

.Nowrap
{
    white-space: nowrap;
}

table.FullWidthNoBorder
{
    width:100%;
    border:0px;    
}
