/************************************************************
*	 			INTEGRATED SYSTEMS LLC Web Site				*
*															*
* 				Copyright © 2003 - Saed Hamdan 				*
*		   e-Mediated Solutions (http://eMedSol.com)		*
*				-------------------------------				*
*				 CSS settings: Main Selectors				*
*************************************************************/

BODY				{
					font-family: "Verdana", Arial, Helvetica, sans-serif; 
					font-size: 10px;
					color: #666666;
					background-color : #e5e5e5;
					leftmargin: 0px;
					marginwidth: 0px;
/* Background Image */				
					background-image:     url(../images/general/Page_BG.gif);
/* Scroll Bar */					
					scrollbar-face-color: #004182; 
					scrollbar-shadow-color: #3C4664; 
					scrollbar-highlight-color: #AAB4C8;
					scrollbar-3dlight-color: #004182; 
					scrollbar-darkshadow-color: #000000;
					scrollbar-track-color: #999999; 
					scrollbar-arrow-color: #CCCCCC;
}

/* Default Links ----------------------- */
a:link				{color: #0000FF; text-decoration: underline}
a:visited			{color: #0000FF; /*#750075*/ text-decoration: underline}
a:hover				{
					color: #0000FF; 
					text-decoration: none; 
					position: relative; 
					top: 1px; 
					left: 1px;
}

/* Table Cell -------------------------- */
TD					{font-size: 10px;}
TD.Title_B			{									/* Titles of Form objects --> Blue */
					font-size: 11px;
					text-align: right;
					padding-right: 4px;
					color: #004182;						
}
TD.Title_G			{									/* Titles of Form objects --> Grey */
					font-size: 11px;
					text-align: right;
					padding-right: 4px;
					color: #666666;						
}

/* Paragraph --------------------------- */
P					{
					font-size: 11px; 
					text-align: justify;
}
P.Pseudo			{margin-bottom: 0px;}				/* Turn off bottom margin of Paragraphs */

P.Justify			{font-size: 10px;}					/* To justify 10px-sized text */
					
/* Headers ----------------------------- */
H1					{
/*					font-family: impact;*/
					font-size: 18px;
					color: #004182;
					font-weight: bold;
					margin-left: 10px;
					margin-top: -3px;
					margin-bottom: 7px;
					text-align: left;
}
/*****************************************/
H2					{
					font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
					font-size: 16px;
					color: #666666;
					font-weight: normal;
					margin-left: 0px;
					margin-top: 0px;
					margin-bottom: 2px;
}
/*****************************************/
H3					{
					font-size: 11px;
					color: #004182;
					font-weight: bold; 
					margin-left: 0px;
					margin-top: 0px;
					margin-bottom: 2px;
}
H3.Extended			{
					text-transform: uppercase; 
					letter-spacing: 2px;
}
/*****************************************/
H4					{
					font-size: 10px;
					font-weight: bold;
					margin-top: 0px;
					margin-bottom: 0px;
					margin-left: 0px;
					color: #004182;
					text-align: left; 
}
H4.Grey				{
					color: #7F7F7F;
					text-align: center; 
}

/* Lists ------------------------------- */
UL					{
					font-family: "Verdana", Arial, Helvetica, sans-serif;
					font-size: 11px;
					text-align: justify;
					list-style-type: none;
					list-style-position: outside;
					margin-left: 0px;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
}
/*****************************************/
LI					{
					margin-left: 16px;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 18px;
}
/*****************************************/
/* List Bullets */
.Blt_OrngArrow 		{list-style-image:     url(../images/bullets/Arrow_Orng2.gif);}
.Blt_OrngSquare		{list-style-image:     url(../images/bullets/Sqr_Orng2.gif);}
.Blt_OrngDot		{list-style-image:     url(../images/bullets/Dot4px_OrngExt.gif);}

/* FORM Objects ------------------------ */
INPUT				{
					font-family: "Verdana", Arial, Helvetica, sans-serif; 
					font-size: 11px;
					color: #004182;
					height: 22px;
					padding: 2px 0px 2px 3px;
}
INPUT:focus			{
					color: #FFFFFF;
					background : #004182;
}

INPUT#Search		{									/* Search Box */
					font-size: 10px;
					color: #00356A; /* #004182; */
					height: 16px;
					background-color: #FFFFFF;
					border: 0px; 
					padding: 0px 0px 0px 0px;
}
/*****************************************/
SELECT				{
					font-family: "Verdana", Arial, Helvetica, sans-serif; 
					color: #004182;
}
SELECT.Wide			{
					font-size: 11px;
					width: 243px;
}
SELECT.Tight		{
					font-size: 10px;
					width: 108px;
}
/*****************************************/
TEXTAREA			{
					font-family: "Courier New", Courier, mono; 
					font-size: 12px;
					color: #004182;
					width: 244px;
					background-color: #FFFFFF;
					border-width: 2px 1px 1px 2px; 
					border-style: solid;
}
