/*
+--------------------------------------------------------------------+
|                                                                    |
|  Website     : H1B Sponsors Information                            |
|  File Name   : main.css                                            |
|  Type        : Cascading Style Sheet File                          |
|  Description : Main Style Theme of the Website                     |
|  Author      : A. Srinivasan Paul Joseph                           |
|  Created On  : August 25, 2004                                     |
|  Updated On  : August 30, 2004                                     |
|  Version     : 1.0.0                                               |
|                                                                    |
|  Copyright © 2004, MiPS Web Services Pvt. Ltd.                     |
|  All Rights Reserved.                                              |
|                                                                    |
|  Version History                                                   |
|  ^^^^^^^^^^^^^^^                                                   |
|  1.0.0 - Initial Write up of the Styles.                           |
|                                                                    |
+--------------------------------------------------------------------+
*/

/*********************************************************************
 * Description : Body Appearance Style                               *
 *********************************************************************/
BODY
{
	font-family:Arial;
	font-size:10pt;
	font-weight:Normal;
	color:#000080;
	background-color:White;
	scrollbar-arrow-color:#001BBD;
	scrollbar-track-color:#61C5FF;
	scrollbar-shadow-color:#0055D5;
	scrollbar-face-color:#0090FF;
	scrollbar-highlight-color:#87E4FF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-3dlight-color:#0090FF;
}

/*********************************************************************
 * Description : Various Styles of Tables                            *
 *********************************************************************/
.tblTrans  {font-family:Arial;font-size:10pt;font-weight:normal;color:#000080;}
.tblBack   {font-family:Arial;font-size:10pt;font-weight:normal;color:#000080;background-color:White;}
.tblLight  {font-family:Arial;font-size:10pt;font-weight:normal;color:#000080;background-color:#F0F8FF;}
.tblNormal {font-family:Arial;font-size:10pt;font-weight:normal;color:#000080;background-color:#CCD6ED;}
.tblMedium {font-family:Arial;font-size:10pt;font-weight:bold;color:White;background-color:#6699CC;}
.tblDark   {font-family:Arial;font-size:10pt;font-weight:bold;color:White;background-color:#000080;}

/*********************************************************************
 * Description : Menu Bar Styles                                     *
 *********************************************************************/
.barTable {font-family:Arial;font-size:10pt;font-weight:bold;color:White;background-color:#6666FF;cursor:pointer;}
.barOver  {color:#000080;background-color:#99CCFF;}
.barOut   {color:White;background-color:#6666FF;}

/*********************************************************************
 * Description : Styles for the Dialog Boxes                         *
 *********************************************************************/
.boxErr0 {font-family:Tahoma;font-size:10pt;border:1px solid DarkRed;}
.boxErr1 {font-family:Tahoma;font-size:10pt;color:White;background-color:DarkRed;}
.boxErr2 {font-family:Tahoma;font-size:10pt;color:DarkRed;background-color:LightYellow;}

/*********************************************************************
 * Description : Menu Styles                                         *
 *********************************************************************/
.mnuTable {font-family:Arial;font-size:8pt;font-weight:normal;color:White;background-color:White;cursor:pointer;}
.mnuOver  {color:#000080;background-color:#99CCFF;}
.mnuOut   {color:White;background-color:#6666FF;}

/*********************************************************************
 * Description : Box Styles                                          *
 *********************************************************************/
.boxHead  {font-family:Arial;font-size:10pt;font-weight:bold;color:#FFFFFF;background-color:#000066;cursor:pointer;filter:alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);}
.boxBodyN {font-family:Arial;font-size:8pt;font-weight:normal;color:#000080;background-color:#F0F8FF;}
.boxBodyO {font-family:Arial;font-size:8pt;font-weight:normal;color:#000080;background-color:#CCD6ED;}

/*********************************************************************
 * Description : Various Styles of Texts                             *
 *********************************************************************/
.txtInp {font-family:Arial;font-size:10pt;color:DarkBlue;border:1px solid #6699CC;}
.txtSml {font-family:Arial;font-size:8pt;color:DarkBlue;}
.txtBtn {font-family:Arial;font-size:9pt;font-weight:bold;height:25px;color:DarkBlue;background-color:LightSteelBlue;cursor:pointer;}
.txtOff {font-family:Arial;font-size:8pt;color:DarkBlue;}
.txtFld {font-family:Arial;font-size:10pt;font-weight:bold;font-style:italic;color:DarkGreen;}
.txtCmt {font-family:Arial;font-size:8pt;color:Red;}

.txtHead  {color:DarkBlue;font-family:Arial;font-size:12pt;font-weight:bold;text-align:center;}
.txtMSub  {color:DarkRed;font-family:Arial;font-size:10pt;font-weight:bold;text-align:left;}
.txtTSub  {color:Chocolate;font-family:Arial;font-size:10pt;font-weight:bold;text-indent:30px;text-align:left;}
.txtPara  {font-family:Arial;font-size:10pt;color:DarkBlue;text-indent:30px;text-align:justify;}
.txtMPara {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:Lavender;text-indent:30px;text-align:justify;}
.txtAPara {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:LightCyan;text-indent:30px;text-align:justify;}
.txtList  {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/icoTicked.gif");list-style-position:outside;text-align:justify;}
.txtNList {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/flyNews.gif");list-style-position:outside;text-align:justify;}
.txtHList {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/icoHelp.gif");list-style-position:outside;text-align:justify;}

/*********************************************************************
 * Description : Various Styles of Links (Anchors)                   *
 *********************************************************************/
A.smlLnk {font-family:Arial;font-size:8pt;}
A.smlLnk:link {color:#0000FF;text-decoration:none;}
A.smlLnk:visited {color:#0000FF;text-decoration:none;}
A.smlLnk:active {color:Red;text-decoration:underline;}
A.smlLnk:hover {color:Black;text-decoration:underline;}

A.medLnk {font-family:Arial;font-size:10pt;}
A.medLnk:link {color:#0000FF;text-decoration:none;}
A.medLnk:visited {color:#0000FF;text-decoration:none;}
A.medLnk:active {color:Red;text-decoration:underline;}
A.medLnk:hover {color:Black;text-decoration:underline;}

A.bigLnk {font-family:Arial;font-size:12pt;}
A.bigLnk:link {color:#0000FF;text-decoration:none;}
A.bigLnk:visited {color:#0000FF;text-decoration:none;}
A.bigLnk:active {color:Red;text-decoration:underline;}
A.bigLnk:hover {color:Black;text-decoration:underline;}

A.boxLnk {font-family:Arial;font-size:10pt;font-weight:bold;}
A.boxLnk:link {color:#FFFFFF;text-decoration:underline;}
A.boxLnk:visited {color:#FFFFFF;text-decoration:underline;}
A.boxLnk:active {color:Red;text-decoration:none;}
A.boxLnk:hover {color:Black;text-decoration:none;}

A.newLnk {font-family:Arial;font-size:10pt;font-weight:bold;}
A.newLnk:link {color:DarkBlue;text-decoration:underline;}
A.newLnk:visited {color:DarkBlue;text-decoration:underline;}
A.newLnk:active {color:Red;text-decoration:none;}
A.newLnk:hover {color:Black;text-decoration:none;}
