/* Default CSS Stylesheet for a new Web Application project */

DOCUMENT
{
	margin:0px 0px 0px 0px;
}

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Helvetica, Verdana, sans-serif;
}

.bodyTable 
{
	font-size: 11pt;
}

H2
{
        color: #990000 ;
}

.pageHeader
{
        color: #990000 ;
	Font-Size: 18pt;
	font-weight: bold;	
}

.imgButton
{
	border-color: #cccc99;
	border-style: outset;
}

.gridBorder
{
        background-color: #990000 ;
	color: #cccc99;
}

.gridPager
{
	background-color:#cccc99;
}

.selectedRow
{
	color:#000000;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
}

.NavMenuMain
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	visibility: visible;
	padding-bottom: 1px;
	margin: 5px;
	vertical-align: baseline;
	overflow: auto;
	cursor: hand;
	color: #ffff99;
	direction: ltr;
	padding-top: 1px;
	font-family: Arial;
	list-style-type: none;
	position: static;
	background-color: #990000;
	text-align: left;
}

.BannerHeader
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 100%;
	color: white;
	padding-top: 0px;
	height: 100%;
        background-color: #990000 ;
	text-align: left;
}
.ErrorMessage
{
	font-weight: bold;
	color: Red;
	font-style: italic;
	font-family: Tahoma;
	font-size: 10pt;
}
.InfoMessage
{
	font-weight: bold;
	color: Black;
	font-family: Tahoma;
	font-size: 10pt;
}
.tblGroups
{
        background-color: #990000 ;
        border-color: #990000 ;
	border-collapse: collapse;
}
.tblGroupsTitle
{
	background-color: #FFFFCC;
	font-weight:bold;
	color:#000000;
}
.tblGroupInput
{
	border-width: thin;
	border-collapse: collapse;
        border-color: #990000 ;
}
.clResponseLabel
{
	font-weight: bold;
	color: #000000;
}

.tblMailboxSettings
{
	font-family: Tahoma, Garamond;
	font-size: 11pt;
	font-style: normal;
	color: Black;
}

/* Styles for the Web Window Nugget */
.clWin {position:relative; overflow:hidden; background-color:#FFFFFF; z-index:20; border-color:#999900; border-style:solid; border-width:1px;}
.clTitle {position:absolute; overflow:hidden; font-weight:bold; height:20px; background-color:#FFFFCC; z-index:25; padding-top:2px; padding-left:2px; padding-right:2px;}
.clButtons {position:absolute; z-index:30; background-color:#FFFFCC;}
.clWinText {position:absolute;}
.clPanel {z-index:25; background-color:#FFFFFF; padding:4px;}
.clWinTitleBreak {background-color: #999900;}
/* end of style for Web Window Nugget */

/* datagrid styles */
.HeaderFooterButtonBar
{
	background-color: #FFFFFF;
}
.header 
{
        background-color: #990000 ;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-color: #330000;
}
.headerleft
{
        background-color: #990000 ;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	border-color: #330000;
}
.item
{
	background-color: #FFFFCC;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	border-color: #330000;
}
.itemBorder
{
	border-color: #330000;
}
.alternatingitem
{
	background-color: #CCCCcc;
	border-color: #330000;
}
.resultsPager
{
	background-color: #FFFFFF;
}
/* end datagrid styles */

.counters
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
	background-color: #FFFFFF;
}
.countersAlt
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
	background-color: #CCCC99;
}

.tblHeader
{
        background-color: #990000 ;
	color: #FFFFCC;
	font-weight:bold;
}
.searchtext
{
	background-color: #CCCC99;
	font-weight: bold;
	color: #000000;
	border-color: #330000;
}
