/* Default CSS Stylesheet for a new Web Application project */


	#appContainer {
height:100%;
		min-height:100%;
		position:relative;
		
	}
	#appHeader {

		padding:0px;

	}
#appBody {
		padding-bottom:25px;	/* Height of the footer */
	}
#appFooter {
		position:absolute;
		bottom:0;
		width:100%;
		height:25px;			/* Height of the footer */
		
	}

	
.Breadcrumb
{
    FONT-SIZE: 10pt
}
.TableData
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black
}
.TableLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt
}
.TableHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    BACKGROUND-COLOR: #333366;
    TEXT-ALIGN: center
}
.Row
{
    FONT-SIZE: 8pt;
    COLOR: black;
    BACKGROUND-COLOR: #ffffff
}
.AlternateRow
{
    FONT-SIZE: 8pt;
    COLOR: black;
    BACKGROUND-COLOR: #dbdbdb
}
.TableLink
{
    FONT-SIZE: 8pt;
    COLOR: #333366
}
.TableFooter
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #333366;
    BACKGROUND-COLOR: #f2f4f7;
    TEXT-ALIGN: center
}

