/* ------------------------------------------------------------------------------
   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;    
}

.FullWidthNoBorder td.WidthRestricted
{
    width:20%
}

.GridView caption
{
    background-color: White;
    color: #B91C1C;
    font-size: 1.30em;
    font-weight: normal;
    text-align:left; 
}

/*
table.FullWidthWithBorder
{
    width: 100%;
    border: 1px solid #7F9DB9;
}
*/

/*
.FullWidthWithBorder td
{
    border: 1px solid #7F9DB9;
}
*/


/* This is used for DetailsView Control's caption property*/
/*
caption
{
	background-color: #528bc5;
	color : White;
	font-weight : bold;
	font-size:16px;
}
*/


/* This is used for GridView Control's caption property*/
/*
caption
{
    background-color: White;
    color: #B91C1C;
    font-size: 1.30em;
    font-weight: bold;
    text-align:left; 
}
*/
