/*
+--------------------------------------------------------------------+
|                                                                    |
|  Website     : F1 Study Website                                    |
|  File Name   : style.css                                           |
|  Type        : Cascading Style Sheet File                          |
|  Description : Main Style Theme of the Website                     |
|  Author      : Srinivasan A. Paul Joseph                           |
|  Created On  : January 15, 2005                                    |
|  Updated On  : January 15, 2005                                    |
|  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:DarkBlue;
	background-color:White;
}

/*********************************************************************
 * Description : Various Styles of Table Description (TD) Tags       *
 *********************************************************************/
.tdHBlue  {font-family:Arial;font-size:11pt;font-weight:bold;text-align:center;color:#2A334D;background-image:url("../images/blueBack.gif");height:22px;border:solid 1px #B2BAD1;cursor:pointer;cursor:hand;}
.tdBar2   {font-family:Arial;font-size:10pt;font-weight:bold;text-align:Left;color:#373997;background-color:#faf0e6;}
.tdBar1   {font-family:Arial;font-size:10pt;font-weight:bold;text-align:Left;color:#373997;background-color:#FFFFFF;}
.tdBBar   {font-family:Arial;font-size:10pt;font-weight:bold;text-align:Left;color:#373997;background-color:#E6F4F9;}
.tdRBar   {font-family:Arial;font-size:10pt;font-weight:bold;text-align:Left;color:#373997;background-color:#fff0f5;}
.tdMidBar {font-family:Arial;font-size:10pt;font-weight:bold;text-align:Center;color:#373997;background-color:#E0FFFF;}

/*********************************************************************
 * 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 : Various Styles of Tables                            *
 *********************************************************************/
.tblTrans  {font-family:Arial;font-size:10pt;color:DarkBlue;}
.tblBack   {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#FFFFFF;}
.tblLight  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#E8EEFF;}
.tblLight1 {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#E8F2FA;}
.tblLight2 {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#DDEFFF;}
.tblNormal {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#BBCCFF;}
.tblMedium {font-family:Arial;font-size:10pt;color:#000000;background-color:#627ED4;}
.tblThick  {font-family:Arial;font-size:10pt;color:#FFFFFF;background-color:#314DA6;}
.tblDark   {font-family:Arial;font-size:10pt;color:#FFFFFF;background-color:#12245D;}
.tblBar    {font-family:Arial;font-size:10pt;font-weight:bold;height:30px;padding-left:10px;color:White;background-color:DarkSlateBlue;filter:alpha(Opacity=100, FinishOpacity=10, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=200);}
.tblIBar   {font-family:Arial;font-size:12pt;font-weight:bold;height:30px;padding-left:10px;color:Black;background-color:#FFF0F5;filter:alpha(Opacity=100, FinishOpacity=70, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=200);}
.tbMain    {font-family:Arial;font-size:10pt;color:#000080;background-color:Lavender;}
.tblBar    {font-family:Arial;font-size:10pt;font-weight:bold;height:25px;padding-left:10px;color:White;background-color:DarkSlateBlue;filter:alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=200);}

/*********************************************************************
 * Description : Various Styles of Texts                             *
 *********************************************************************/
.txtInp1 {font-family:Arial;font-size:12pt;color:DarkBlue;border:1px solid #627ED4;}
.txtInp  {font-family:Arial;font-size:10pt;color:DarkBlue;border:1px solid #627ED4;}
.txtBtn  {font-family:Arial;font-size:9pt;font-weight:bold;height:24px;color:DarkBlue;background-color:LightSteelBlue;cursor:pointer;cursor:hand;}
.txtSCmt {font-family:Arial;font-size:8pt;color:Red;}
.txtBCmt {font-family:Arial;font-size:10pt;color:Red;}

.txtHead  {font-family:Arial;font-size:12pt;font-weight:bold;text-align:center;color:DarkBlue;}
.txtMSub  {font-family:Arial;font-size:10pt;font-weight:bold;text-align:left;color:DarkRed;}
.txtTSub  {font-family:Arial;font-size:10pt;font-weight:bold;text-indent:30px;text-align:left;color:DarkGreen;}
.txtPara  {font-family:Arial;font-size:10pt;color:DarkBlue;text-indent:30px;text-align:justify;}
.txtTips  {font-family:Tahoma;font-size:8pt;font-weight:normal;text-align:left;color:darkred;background-color:lightyellow;border:1px solid red;padding:4px;filter:progid:DXImageTransform.Microsoft.Shadow(Color=black, Direction=135, Strength=5);}
.txtTList {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/lstTick.gif");list-style-position:outside;text-align:left;}
.txtBList {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/lstBook.gif");list-style-position:outside;text-align:left;}
.txtNList {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/lstFlower.gif");list-style-position:outside;text-align:left;}
.txtHList {font-family:Arial;font-size:10pt;color:DarkBlue;list-style-image:url("../images/lstHelp.gif");list-style-position:outside;text-align:left;}

/*********************************************************************
 * Description : Various Styles of Menus                             *
 *********************************************************************/
.barTMain {font-family:Arial;font-size:8pt;color:#12245D;background-color:#627ED4;cursor:pointer;cursor:hand;}
.mnuTMain {font-family:Arial;font-size:8pt;color:#12245D;background-color:#F3F3F3;cursor:pointer;cursor:hand;}
.mnuTOut  {font-family:Arial;font-size:8pt;font-weight:bold;color:#000000;background-color:#C8C8C8;cursor:pointer;cursor:hand;}
.mnuTOver {font-family:Arial;font-size:8pt;font-weight:bold;color:#FFFFFF;background-color:#BA5050;cursor:pointer;cursor:hand;}

.barLMain {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.barLOut  {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.barLOver {font-family:Arial;font-size:10pt;color:#FFFFFF;background-color:#314DA6;cursor:pointer;cursor:hand;}
.mnuLMain {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.mnuLOut  {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.mnuLOver {font-family:Arial;font-size:10pt;color:#FFFFFF;background-color:#314DA6;cursor:pointer;cursor:hand;}

.barRMain {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.barROut  {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.barROver {font-family:Arial;font-size:10pt;color:#FFFFFF;background-color:#314DA6;cursor:pointer;cursor:hand;}
.mnuRMain {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.mnuROut  {font-family:Arial;font-size:10pt;color:#12245D;background-color:#E8EEFF;cursor:pointer;cursor:hand;}
.mnuROver {font-family:Arial;font-size:10pt;color:#FFFFFF;background-color:#314DA6;cursor:pointer;cursor:hand;}

/*********************************************************************
 * Description : Various Styles of Links (Anchors)                   *
 *********************************************************************/
A.smlLnk         {font-family:Arial;font-size:8pt;}
A.smlLnk:link    {color:#0000FF;text-decoration:underline;}
A.smlLnk:visited {color:#0000FF;text-decoration:underline;}
A.smlLnk:active  {color:#FF4500;text-decoration:none;}
A.smlLnk:hover   {color:#FF4500;text-decoration:none;}

A.medLnk         {font-family:Arial;font-size:10pt;}
A.medLnk:link    {color:#0000FF;text-decoration:underline;}
A.medLnk:visited {color:#0000FF;text-decoration:underline;}
A.medLnk:active  {color:#FF4500;text-decoration:none;}
A.medLnk:hover   {color:#FF4500;text-decoration:none;}

A.bigLnk         {font-family:Arial;font-size:12pt;}
A.bigLnk:link    {color:#0000FF;text-decoration:underline;}
A.bigLnk:visited {color:#0000FF;text-decoration:underline;}
A.bigLnk:active  {color:#FF4500;text-decoration:none;}
A.bigLnk:hover   {color:#FF4500;text-decoration:none;}

A.smlDBLnk         {font-family:Arial;font-size:8pt;}
A.smlDBLnk:link    {color:DarkBlue;text-decoration:none;}
A.smlDBLnk:visited {color:DarkBlue;text-decoration:none;}
A.smlDBLnk:active  {color:Red;text-decoration:underline;}
A.smlDBLnk:hover   {color:White;background-color:DarkBlue;}

A.medDBLnk         {font-family:Arial;font-size:10pt;}
A.medDBLnk:link    {color:DarkBlue;text-decoration:none;}
A.medDBLnk:visited {color:DarkBlue;text-decoration:none;}
A.medDBLnk:active  {color:Red;text-decoration:underline;}
A.medDBLnk:hover   {color:White;background-color:DarkBlue;}

A.bigDBLnk         {font-family:Arial;font-size:12pt;}
A.bigDBLnk:link    {color:DarkBlue;text-decoration:none;}
A.bigDBLnk:visited {color:DarkBlue;text-decoration:none;}
A.bigDBLnk:active  {color:Black;text-decoration:none;}
A.bigDBLnk:hover   {color:Black;text-decoration:none;}

A.medDDLnk         {font-family:Arial;font-size:10pt;}
A.medDDLnk:link    {color:DarkBlue;text-decoration:none;}
A.medDDLnk:visited {color:DarkBlue;text-decoration:none;}
A.medDDLnk:active  {color:Red;text-decoration:underline;}
A.medDDLnk:hover   {color:Black;text-decoration:none;}

A.medLLLnk          {font-family:Arial;font-weight:bold;font-size:8pt;}
A.medLLnk:link     {color:#575656;text-decoration:underline;}
A.medLLnk:visited  {color:#575656;text-decoration:underline;}
A.medLLnk:hover    {color:DarkBlue;text-decoration:none;}
A.medLLnk:active   {color:DarkBlue;text-decoration:none;}

A.medWLnk         {font-family:Arial;font-size:9pt;font-weight:bold;}
A.medWLnk:link    {color:Yellow;text-decoration:none;}
A.medWLnk:visited {color:Yellow;text-decoration:none;}
A.medWLnk:hover   {color:LightBlue;text-decoration:underline;}
A.medWLnk:active  {color:LightBlue;text-decoration:underline;}

A.medDLnk         {font-family:Arial;font-size:9pt;}
A.medDLnk:link    {color:saddleBrown;background-color:#F5F5F5;text-decoration:none;}
A.medDLnk:visited {color:saddleBrown;background-color:#F5F5F5;text-decoration:none;}
A.medDLnk:active  {color:#714439;background-color:#F4F7D6;font-weight:bold;border-top:1px solid #B3A29F;border-bottom:1px solid #B3A29F;}
A.medDLnk:hover   {color:#714439;background-color:#F4F7D6;font-weight:bold;border-top:1px solid #B3A29F;border-bottom:1px solid #B3A29F;}

/*********************************************************************
 * Description : Shades of Colors for Tables                         *
 *********************************************************************/
.tblBlue1  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#E8EEFF;}
.tblBlue2  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#DBE4FF;}
.tblBlue3  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#CAD3EC;}
.tblBlue4  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#BFCCF3;}
.tblBlue5  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#B8CAFD;}
.tblBlue6  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#A6BBF6;}
.tblBlue7  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#99B3FC;}
.tblBlue8  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#96A6D5;}
.tblBlue9  {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#8CA0D9;}
.tblBlue10 {font-family:Arial;font-size:10pt;color:DarkBlue;background-color:#7C93D5;}

