/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.flatGridHeader
{
	color: Black;
	font-size:9pt;
	font-weight:normal;
	font-family:verdana;
	height:11px;
	text-align:center
}
.UPSTextStyle
{
	color: Gray;
	font-family: tahoma, verdana, arial;
	font-weight: Bold;
	font-size: 7pt;
	text-decoration: none;
}
.flatDropDown 
{
	border-top:1px solid buttonshadow;
	border-left:1px solid buttonshadow;
	border-right:1px solid buttonshadow;
	border-bottom:1px solid buttonshadow;
	background:white;
	color:black;
	font-size:7pt;
	font-family:verdana;
	height:20px;
}
.DropFont
{
 color:#000033;
	font-size:8pt;
	font-family:verdana;
}
.TextBoxFont
{
 color:#000033;
	font-size:8pt;
	font-family:verdana;
}
/*Lucas 02.10.06: Based on Guidelines Documentation*/
.LeftColumnHeader
{
	font-size: 10px;	
	font-family: verdana;
	color: #996600;
	font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
	background-color: #3a4f63;
	width: 100%;
}

div.menu {
	padding: 4px 0px 4px 8px;
}

	div.menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
	}

		div.menu ul li a, div.menu ul li a:visited {
			background-color: #465c71;
			border: 1px #4e667d solid;
			color: #dde4ec;
			display: block;
			line-height: 1.35em;
			padding: 1px 20px;
			text-decoration: none;
			white-space: nowrap;
		}

			div.menu ul li a:hover {
				background-color: #bfcbd6;
				color: #465c71;
				text-decoration: none;
			}

			div.menu ul li a:active {
				background-color: #465c71;
				color: #cfdbe6;
				text-decoration: none;
			}

/*
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	
	color:	#3366cc;
	font-weight:normal;
	font-size:8pt;
	font-family: arial, verdana, sans-serif;
	}	
		
A:visited	{	
	
	color:	#3366cc;
	font-weight:normal;
	font-size:8pt;
	font-family: arial, verdana, sans-serif;
	
	}	
		
A:active	{	
	
	color:	#3366cc;
	font-weight:normal;
	font-size:8pt;
	font-family: arial, verdana, sans-serif;
	
	}	
		
A:hover	{	
	
	color:	#3366cc;
	font-weight:normal;
	font-size:8pt;
	font-family: arial, verdana, sans-serif;
	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


body{background-color:#ffffff;color:#000000;font-family:arial, verdana, sans-serif;margin:0px 0px;font-size:9pt;}
table, td, th{color:#000000;font-family:arial, verdana, sans-serif;margin:0px 0px;font-size:9pt;}
ol{list-style-position:outside;list-style-image:none;padding-left:0px;margin-left:30px;margin-top:0px;margin-bottom:0px;}
ul{margin-left:24px;padding-left:0px;list-style-type:square;list-style-position:outside;list-style-image:url(../img/icn_bullet_black.gif);margin-top:0px;margin-bottom:0px;}
*:-moz-list-bullet, *:-moz-list-number{font-size:1em;}
form{margin:0px 0px;}
*/
	
IMG
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
    border: 0;
}

a
{
	color:#3366cc;
}

.header 
{  BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 18px;
    FONT-WEIGHT:  bold ;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color :#663300;
}

.headerpda
{  BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT:  bold ;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color :#663300;
}

/* E FORM CONTROLS */
.defaultLink
{
	color:	#3366cc;
	font-weight:normal;
	font-size:7pt;
	font-family: verdana;
}

.defaultLink:visited
{	
	color:	#3366cc;
	font-style:normal;
}	
		
.defaultLink:hover
{	
	color:#CC9933;
	font-style:normal;
}

.headerLink
{
	color:#FFFFFF;
	font-weight:normal;
	font-size:8pt;
	font-family: arial;
}

.headerLink:visited
{	
	color:#FFFFFF;
	font-style:normal;
}	
		
.headerLink:hover
{	
	color:#FFFFFF;
	font-style:normal;
}

.DescriptionText1
{
	font-family: verdana;
	color: #666666;
	font-size: 7pt;
}

.RequiredFieldIndicatorText
{
	font-family: Courier New;
	color: #FF3300;
	font-size: 10pt;
}

.notificationText
{
	color: #CC0000;
	font-family: Verdana,Arial;
	font-size: 10pt;
}

.FunctionalModuleHeader
{
	font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	background-color:#330000
}

.FunctionalModuleBody
{
	background-color: #EBEBE6;
	font-family: Verdana;
	font-size: 10px;	
}

.FunctionalModuleBody input
{
	font-family: Verdana;
	font-size: 10px;	
}

.FunctionalModuleFooter
{
	background-color: #D4CCBF;
}

.NonFunctionalModuleHeader
{
	background-image : url(../Images/bck_trans.gif);
	background-color : #CCCCCC;
	font-family : Verdana;
	color : #000000;
	font-size : 8pt;
	font-weight : bold;
}

.Label
{
	line-height:2.1;
}

.TextBox
{
	line-height:2.4;
}