﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image:  url(images/ui/Background.jpg);
    FONT-FAMILY: verdana;
    FONT-SIZE:  xx-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0,0,0,0;
	padding:0,0,0,0;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:	x-small;
	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	
{	
	font-family: Tahoma;
	text-decoration:	none;
	color:	#DD8200;
	font-size:12px;
	}	
		
A:visited	
{	
	font-family: Tahoma;
	text-decoration:	none;
	color:	#DD8200;
	font-size:12px;
	}	
		
A:active	
{
	
	font-family: Tahoma;
	text-decoration:	none;
	color:	#DD8200;
	font-size:12px;
	}	
		
A:hover	
{
	font-family: Tahoma;
	text-decoration:	underline;
	color:	#DD8200;
	font-size:12px;
	}
	
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;
	}	


/* Main Window */


.MainWindow_Table
{
	border: 1px solid #808080; 
	background-color: #DCDBD9; 				
}
.MainWindow_InnerTable
{
	
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BEBDBB; 
	border-right: 1px solid #BEBDBB;
	
	padding:0,0,0,0;
	 
		  
}

.ApplicationTitlePanel
{		
	background-color: #FFFFFF;
}

/* Component */

.Component_Grid_Header
{	
	background-color:#EBC466;	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal;
	font-weight: bold;	
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:white;
}

.Component_Grid_Fooder
{	
	background-color:#EBC466;	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal;
	font-weight: bold;	
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:white;
}
.Component_Grid_Footer_Table
{	
	background-color:#f0f0f0;	
}


.Component_Grid_Footer_Label
{	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	
}

.Component_Grid_Footer_text
{	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.Component_Grid_Item
{	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal ;	
	text-decoration:none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:black;
	
}

.Component_Grid_AlternatingItem
{	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal ;	
	text-decoration:none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:black;
	
}

.Component_Grid_Pager
{	
	font-family: verdana;
	font-size:  xx-small;
	font-style: normal ;	
	text-decoration:none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:black;
	background-color:#f0f0f0;
	direction:rtl ;
	 
}


.Component_RelatedItems_Panel_Table
{	
	border:1px solid #c0c0c0; background-color:#f0f0f0;
	
}

.Component_RelatedItems_Panel_TitleBar_Text
{	
	font-family: verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight :bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

.Component_RelatedItems_Panel_Text
{	
	font-family: verdana;
	font-size: xx-small;
	font-style: normal;	
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;	
}

/* Content Panel */


.ContentPanel_Body_Header_Label
{
	font-family: Tahoma;
	font-size:   12px;
	font-style: normal;
	font-weight:  bold;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #A27A33;
}


.ContentPanel_Body_Text
{
	font-family: Tahoma;
	font-size: 12px;	
	font-style: normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.ContentPanel_Body_Label
{
	font-family: Tahoma;
	font-size:   12px;
	font-style: normal;	
	color: #A27A33;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}



.ContentPanel_Body_LabelSmall
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;		
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:	#A27A33;	 	
}
.ContentPanel_Body_TextBox
{
	font-family: Tahoma;
	font-size:   12px;
	font-style: normal;	
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	 	
}
.ContentPanel_Body_TextBoxSmall
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;	
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	 	
}
.ContentPanel_Body_TextSmall
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;	
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.ContentPanel_Body_SmallHeading
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;	
	font-weight:bold;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:	#A27A33;
}

.ContentPanel_Body_Heading1
{
	font-family: Tahoma;
	font-size:   12px;
	font-style: normal;	
	font-weight:bold;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.ContentPanel_Body_Hyperlink	
{	
	font-family: Tahoma;
	font-size:   12px;

	text-decoration:	none;
	
	}	
		
		
.ContentPanel_Body_Hyperlink:Link	
{	
	font-family: Tahoma;
	font-size:   12px;

	text-decoration:	none;
	color:	#DD8200;
	}	
		
.ContentPanel_Body_Hyperlink:visited	
{	
	font-family: Tahoma;
	font-size:   12px;

	text-decoration:	none;
	color:	#DD8200;
	}	
		
.ContentPanel_Body_Hyperlink:active	
{
	font-family: Tahoma;
	font-size:   12px;

	text-decoration:	none;
	color:	#DD8200;
	}	
		
.ContentPanel_Body_Hyperlink:hover	
{
	font-family: Tahoma;
	font-size:   12;
	
	text-decoration:	underline;
	color:	#DD8200;
}


.ContentPanel_Body_HyperlinkSmall	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	
	}	
		
		
.ContentPanel_Body_HyperlinkSmall:Link	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#DD8200;
	}	
		
.ContentPanel_Body_HyperlinkSmall:visited	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#DD8200;
	}	
		
.ContentPanel_Body_HyperlinkSmall:active	
{
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#DD8200;
	}	
		
.ContentPanel_Body_HyperlinkSmall:hover	
{
	font-family: Verdana;
	font-size: 10px;
	
	text-decoration:	underline;
	color:	#DD8200;
}

.ContentPanel_Interface_HyperlinkSmall	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
		
.ContentPanel_Interface_HyperlinkSmall:Link	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.ContentPanel_Interface_HyperlinkSmall:visited	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.ContentPanel_Interface_HyperlinkSmall:active	
{
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.ContentPanel_Interface_HyperlinkSmall:hover	
{
	font-family: Verdana;
	font-size: 10;
	
	text-decoration:	underline;
	color:	#A27A33;
}




.ContentPanel_Table
{		
		
	background-color: #FFF9D9;
	border-color: #EBC466;
	border-style:solid;
	border-width:1;
	border-collapse:collapse;
	
}

	
.ContentPanel_Table_Main
{		
		
	background-color: #EBC465;	
	
}	

.ContentPanel_Table_Header
{		
		
	background-color: #EBC466;	
	border-color: #EBC466;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:White;
}	

	
/* Left Panel */




.LeftPanel_Menu_Options_Text
{		
	font-family: Verdana;
	font-size: 10px;
	
	text-decoration:	none;
	color:	#A27A33;
	}	
.LeftPanel_Menu_Options_Text:link	
{		
	font-family: Verdana;
	font-size: 10px;
	
	text-decoration:	none;
	color:	#A27A33;
	}	
		
.LeftPanel_Menu_Options_Text:visited	
{	
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.LeftPanel_Menu_Options_Text:active	
{
	font-family: Verdana;
	font-size: 10px;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.LeftPanel_Menu_Options_Text:hover	
{
	font-family: Verdana;
	font-size: 10px;
	
	text-decoration:	underline;
	color:	#A27A33;
	}


/* Page Header */


.PageHeader_Label
{		
	font-family: Tahoma;	
	color:	#a27a33;	
	font-size: 18px;
	}	
	

	

.PageHeader_Link
{		
	font-family: Verdana;
	font-size: 10;
	
	text-decoration:	none;
	color:	#A27A33;
	}	
.PageHeader_Link:link	
{		
	font-family: Verdana;
	font-size: 10;
	
	text-decoration:	none;
	color:	#A27A33;
	}	
		
.PageHeader_Link:visited	
{	
	font-family: Verdana;
	font-size: 10;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.PageHeader_Link:active	
{
	font-family: Verdana;
	font-size: 10;

	text-decoration:	none;
	color:	#A27A33;
	}	
		
.PageHeader_Link:hover	
{
	font-family: Verdana;
	font-size: 10;
	
	text-decoration:	underline;
	color:	#A27A33;
	}
	
/* Status Bar Header */

.Footer_Label
{

	font-family: Verdana;
	font-size: 10;
	font-style:normal ;
	font-weight:normal ;
	color: #A27A33;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;

}


