/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: #f4f4f4;/*#F8FAFC;*/
    background-attachment: fixed;
    FONT-FAMILY:  tahoma , Times New Roman, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	color: #000000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

.title
{
	height: 32;
	FONT-FAMILY: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color:#000000;
	padding-left : 7px;
	padding-right : 7px;
	padding-top: 7px;
	border-bottom: dotted 1px black;
	/*
	background-image: url('/images/tbTopTile.gif');
	background-color: #284E97;
	background-image: url('/images/tbTopTile.gif');
	vertical-align: middle;
	color:#000000;
	background-image: url('/images/tbTopTile.gif');

	text-align: center;
*/
}

.UCtitle
{
	FONT-FAMILY: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #284E97;
	padding-left : 7px;
	padding-right : 7px;
}

.clslblPath
{
	FONT-FAMILY: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	padding-left : 7px;
	padding-right : 7px;
}

.Controltitle
{
	FONT-FAMILY: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color:#000000;
	/*
	text-align: center;
*/
}

.HBreak
{
	font-size: 4pt;
}

IMG
{
	margin: 0 0 0 0;
	border: none 0;
}

TABLE
{
	font-size: 8pt;
	
}

TABLE TD
{
	font-size: 8pt;
	vertical-align: top;
}

a:link {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.tblUDG
{
    width:99%;
	
	background-image: url('/images/tbTopTile.gif');
	background-position:top;
	background-repeat:repeat-x;

	border: solid 0 #3256CD;
	border-top-style: none;
}

.tblWBg
{
    width:99%;

	background-image: url('/images/tbTopTile.gif');
	background-position:top;
	background-repeat:repeat-x;

	border: solid 0 #3256CD;
	border-top-style: none;
}

.tblBg
{
 /*background-color:#CCCCCC;*/
    width:99%;

	background-image: url('/images/tbTopTile.gif');
	background-position:top;
	background-repeat:repeat-x;

	border: solid 0 #3256CD;
	border-top-style: none;
}

.GW
{
 width:86%;
}

TEXTAREA
{
    font-family: Tahoma;
	font-size: 8pt;
}

OPTION
{
    font-family: Tahoma;
	font-size: 8pt;
}

input
{
    font-family: Tahoma;
	font-size: 8pt;
}

input.Buttons
{
    font-family: Tahoma;
	font-size: 8pt;
}

.UCLink:link {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #767676;
}
.UCLink:visited {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #767676;
}
.UCLink:hover {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}
.UCLink:active {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #767676;
}

.DataGridHeader:link {
    background-color: #8B8B8B;
    color: White;
}
.DataGridHeader:visited {
    background-color: #8B8B8B;
    color: White;
}
.DataGridHeader:hover {
    background-color: #8B8B8B;
    color: White;
}
.DataGridHeader:active {
    background-color: #8B8B8B;
    color: White;
}

.DataGridHeader
{
    border-width: 1px;
    border-style: solid;
    border-color: White;
    background-color: #8B8B8B;
    color: White;
}

.DataGridRow
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #ffffff;
    color: Black;
}

.DataGridAlternateRow
{
    border-width: 10px;
    border-style: solid;
    border-color: black;
    border-collapse:separate;
    background-color: #EEEEEE;
    color: Black;
}

.DataGridSelectedRow
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #D8D8D8;
    color: Black;
}

.DataGridEditRow
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #D8D8D8;
    color: Black;
}

.DataGridPager
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #666666;
    color: White;
}

.MnuHover
{
	background-image: url('/images/mnuBG.gif');
}

.PathLink
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Black;
}
