/* Default CSS Stylesheet for a new Web Application project */

@import url("style.css");
@import url("startHighlight.css");

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

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;
	}	

TABLE TR TD {
    font-family: Tahoma, MS Sans Serif, Verdana;
}

A:link {	
	text-decoration: none;
	color: #3333cc;
	}	
		
A:visited {	
	text-decoration: none;
	color: #333399;
	}	
		
A:active {	
	text-decoration: none;
	color: #333399;
	}	
		
A:hover	{	
	text-decoration: underline;
	color: #3333cc;
	}
	
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;
	}

.buttonFlat 
{
	background-color: #efedde;
    border: 0;
}

.buttonOver 
{
	border: 1px solid;
	cursor: pointer;
}

.btnFlat {
    background-color: transparent; 
    border: 0; 
    padding: 0;
    cursor: pointer;
}

.swapItem { background-color: #efedde; display: none; visibility: hidden }
.swapTableRow { background-color: #efedde; display: none; visibility: hidden }
.swapTableCell { background-color: #efedde; display: none; visibility: hidden }
.hideRefresh { border: 0 transparent; background-color: #efedde; color: #efedde; width: 1px }

.trView 
{
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 10pt;
	height: 24px;
}
	
.setReadOnly {
	background-color: buttonface;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
    text-align: justify;
    height: 18px;
}

.setReadOnly_L {
	background-color: buttonface;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	text-align: left;
    height: 18px;
}

.setReadOnly_R {
	background-color: buttonface;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	text-align: right;
    height: 18px;
}

.setReadOnly_C {
	background-color: buttonface;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	text-align: center;
    height: 18px;
}
/* fcfcfe */
.setReadOnly_H {
	background-color: #efedde;
	border-top: solid 1px #efedde;
	border-left: solid 1px #efedde;
	border-bottom: solid 1px #efedde;
	border-right: solid 1px #efedde;
	text-align: center;
    height: 18px;
}

.inset {
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonhighlight;
	border-right: solid 1px buttonhighlight;
}
.outset {
	border-top: solid 1px buttonhighlight;
	border-left: solid 1px buttonhighlight;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
}
.solid {
	background-color: White;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
    height: 18px;
}
.solidLeft {
	background-color: White;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	text-align: left;
    height: 18px;
}
.solidRight {
	background-color: White;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	text-align: right;
    height: 18px;
}
.solidCenter {
	background-color: White;
	border-top: solid 1px buttonshadow;
	border-left: solid 1px buttonshadow;
	border-bottom: solid 1px buttonshadow;
	border-right: solid 1px buttonshadow;
	text-align: center;
    height: 18px;
}
.solidHeader {
	background-color: #efedde;
	border-top: solid 1px #efedde;
	border-left: solid 1px #efedde;
	border-bottom: solid 1px #efedde;
	border-right: solid 1px #efedde;
	text-align: center;
    height: 18px;
}
.solid0 {
    border-style: solid;
    border-width: 1px;
}
.solidFindData {
	border-style: solid;
	border-width: 1px;
	border-color: buttonshadow; 
	font-size: 10pt;
	font-family: Tahoma, MS Sans Serif;
	text-align: left;
	height: 18px;
}
.solidViewData {
	border-style: solid;
	border-width: 1px;
	border-color: #efedde; 
	background-color: #efedde; 
	font-size: 10pt;
	font-family: Tahoma, MS Sans Serif;
}
.solidViewData2 {
	border-width: 0;
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, MS Sans Serif;	
}

.bsInset 
{
    COLOR: #000000; 
    BACKGROUND-COLOR: #e9e6d9; 
    BORDER-TOP: buttonshadow 1px solid; 
    BORDER-LEFT: buttonshadow 1px solid; 
    BORDER-BOTTOM: buttonhighlight 1px solid; 
    BORDER-RIGHT: buttonhighlight 1px solid; 
}
.bsOutset 
{
    COLOR: #000000; 
    BACKGROUND-COLOR: #d7d4c7; 
    BORDER-TOP: buttonhighlight 1px solid; 
    BORDER-LEFT: buttonhighlight 1px solid; 
    BORDER-BOTTOM: buttonshadow 1px solid; 
    BORDER-RIGHT: buttonshadow 1px solid; 
}

/*
		background-color:#e9e6d9;

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/

/* Styles Tab */
.tabNormal {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
}
	
.tabActivate {
    border-width: 1px; 
    border-style: solid; 
    border-collapse: collapse; 
    border-bottom-color: #e9e6d9;
    border-left-color: Black;
    border-right-color: Black;
    border-top: 3px solid Black;
}

.tabSpace {
    border-width: 1px; 
    border-style: solid; 
    border-collapse: collapse; 
    border-bottom-color: Black;
    border-left-color: #efedde;
    border-right-color: #efedde;
    border-top-color: #efedde;
    background-color: #efedde;
}

.tabDetail {
	border: solid 2px black;
}
/* ---------- */

.LabelHeader 
{
	background-color: #d3d3d3;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}

.HeaderStyle
{
	background-color: #d3d3d3;
	border-width: 2px;
	border-style: Inset;
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 26px;
	vertical-align: middle;
	text-align: center;
}
.HeaderStyleMedium
{
	background-color: #d3d3d3;
	border-width: 2px;
	border-style: Inset;
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 9pt;
	font-weight: bold;
	height: 26px;
	vertical-align: middle;
	text-align: center;
}
.ItemStyle
{
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 9pt;
	height: 20px;
}
.ItemStyleMedium
{
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 8pt;
	height: 20px;
}
.PagerStyle
{
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 9pt;
	height: 20px;
}

.colText
{
	border-right: solid 2px Black;
	text-align: center;
}

/* Window Popup */
.zoomBody 
{
	margin-left: 5px;
	margin-top: 5px;
}

.zoomTb_H 
{
	border-collapse: collapse;
}

.zoomTr_H 
{
	background-color: #d3d3d3;
	border-width: 2px;
	border-style: Inset;
	font-family: Tahoma,MS Sans Serif,Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
}
/* ------------ */
