/*
  ***************************************************************************
  **                                                                       **
  **  Program ID       : NIC-SDCPN-OA-PRISM-PGM.0127                       **
  **  Program Name     : csstyle.css                                       **
  **  Ver              : 1.0                                               **
  **  Release Date     : 01-04-2003                                        **
  **  Author           : PRISM TEAM         Date : 15-03-2003              **
  **  Author Modified  : Sevaarth TEAM		Date : 28-01-2008              **
  **  Description      : This is for DataBase Connection                   **
  **                                                                       **
  **  Include Programs : gp_conn.inc                                       **
  **  Local Variables  : qry,       result,          sqlerror              **
  **  Globle Variables : dbname,    username,        password, dbconn      **
  **  Functions        : odbc_Exec, odbc_result_all, odbc_Close            **
  **  Java Script(s)   :                                                   **
  **  other Script(s)  :                                                   **
  **  DataBase Table(s): lg_mnt, office_ddo                                **
  **                                                                       **
  ***************************************************************************
*/

table.cltable
{
    BORDER-LEFT-COLOR: #000080;
    BORDER-BOTTOM-COLOR: #000080;
    BORDER-TOP-COLOR: #000080;
    BORDER-RIGHT-STYLE: solid;
    BORDER-LEFT-STYLE: solid;
    BORDER-RIGHT-COLOR: #000080;
    BORDER-BOTTOM-STYLE: solid;
    BORDER-TOP-STYLE: solid;
	BORDER-BOTTOM-WIDTH:0.05cm;
	BORDER-RIGHT-WIDTH:0.05cm;
	BORDER-TOP-WIDTH:0.05cm;
	BORDER-LEFT-WIDTH:0.05cm;
    border-color: #000080;
}
td.clhead
{
  /*  background-color:#000080; */ 
    background-color:#EFEFEF; 
    font-family:ARIAL;
    color: #000080;
    font-size : 18pt;
	BORDER-BOTTOM-STYLE: solid;
	BORDER-BOTTOM-WIDTH:0.05cm;
	BORDER-BOTTOM-COLOR: #000080;
}

input.clbutton
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt
}

td.cllabel
{
    font-family : Arial;
    color: navy;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: normal;
}

input.clinput
{
    font-family : Times new roman;
    color: black;
}

select.clselect
{
    WIDTH: 149px;
    HEIGHT: 23px;
    size: 1;
}

td.cllabel2
{
    background-color:#000080;
    font-family:ARIAL;
    color: white;
    font-size : normal;
}

table.cltable2
{
    BORDER-RIGHT:darkblue 5px solid;
   	PADDING-RIGHT:1px; BORDER-TOP:darkblue 5px solid;
	PADDING-LEFT:1; LEFT:1px;
    PADDING-BOTTOM: 1px;
    MARGIN:0px; OVERFLOW:auto;
    BORDER-LEFT:darkblue 5px solid;
	WIDTH:625px; PADDING-TOP: 1px;
    BORDER-BOTTOM:darkblue 5px solid;
    POSITION: relative; TOP:1px;
    BACKGROUND-COLOR:white
}


table.cltable3
{
 BORDER-RIGHT:darkblue 5px solid;
 PADDING-RIGHT:1px;
 BORDER-TOP:darkblue 5px solid;
 PADDING-LEFT:1;
 LEFT:1px;
 PADDING-BOTTOM: 1px;
 MARGIN:0px; OVERFLOW:auto;
 BORDER-LEFT:darkblue 5px solid;
 WIDTH:625px; PADDING-TOP: 1px;
 BORDER-BOTTOM:darkblue 5px solid;
 POSITION: relative; TOP:1px; HEIGHT:150px;
 BACKGROUND-COLOR:white;
}

td.cllabel4
{
    background-color:#0000FF;
    font-family:ARIAL;
    color: white;
    font-size : normal;
}
			 
.left 
{
	margin-left: 150px;
}

.main
{
	position:absolute;
	left:7%;
	top:20%;
	width:87%;
}

.hidden 
{
  display: none;
}

.dateCap 
{
  display: block;
  margin-left: 150px;
  font-size:10px;
}

.error 
{
  display: block;
  margin-left: 150px;
  color: #3366FF;
  font-size:10px;
}

.divnote {
	color: #00008A;
	font-size:11pt;
	padding-top:5px;
	font-family:Arial;
	font-weight: normal;
	
}
.spacing{
	margin:5px;
}
td.err
{
    font-family : Arial;
	/*font : bold;*/
    color: #ff0000;
}

.noRecord 
{ 
	color:red;
}

.button2
{
background-color :EC870E;
FONT-SIZE: 9pt;
color: #FFFFFF;
FONT-FAMILY: Arial;
font-weight: bold;
height : 16pt;
}


/* # CSS for First Login & DCPS	  */
#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}


input.btnhov{
   color:#CD4F39;
   border:1px solid;
   cursor:hand;
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#c63;
   border-bottom-color:#c63;
}


/* Module Info Buttons */
input.btn1{
   color:#F5DB8E;
   font-family:'verdana';
   font-size:11px;
   font-weight:bold;
   text-align:center;
   border:1px groove;
   border-top-color:#FFFFFF;
   border-left-color: #9598D2;
   border-right-color:#9598D2;
   border-bottom-color:#000000;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#762220',EndColorStr='#762220');
   background: -moz-linear-gradient(bottom,  #762220,  #762220); /* for firefox 3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, from(#762220), to(#762220));
   background-image: -ms-linear-gradient(top, #762220 0%, #762220 100%);}

input.btn3{
   color:#FFFFFF;
   font-family:'Arial',helvetica,sans-serif;
   font-size:74%;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px solid;
   border-top-color: #6F6FFF;
   border-left-color: #6F6FFF;
   border-right-color: #6F6FFF;
   border-bottom-color: #6F6FFF;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#9C66DF',EndColorStr='#9C66DF');
   background: -moz-linear-gradient(bottom,  #9C66DF,  #9C66DF); /* for firefox 3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, from(#9C66DF), to(#9C66DF));
   background-image: -ms-linear-gradient(top, #9C66DF 0%, #9C66DF 100%);
}
	  
 input.btn4{
   color:#FFFFFF;
   font-family:'Arial',helvetica,sans-serif;
   font-size:74%;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px solid;
   border-top-color: #6F6FFF;
   border-left-color: #6F6FFF;
   border-right-color: #6F6FFF;
   border-bottom-color: #6F6FFF;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#732BCA',EndColorStr='#732BCA');
   background: -moz-linear-gradient(bottom,  #732BCA,  #732BCA); /* for firefox 3.6+ */ 
   background: -webkit-gradient(linear, left top, left bottom, from(#732BCA), to(#732BCA));
   background-image: -ms-linear-gradient(top, #732BCA 0%, #732BCA 100%);
}

 input.btn5{
   color:#FFFFFF;
   font-family:'Arial',helvetica,sans-serif;
   font-size:74%;
   font-weight:bold;
   background-color:#ff8ca4;
   border:1px solid;
   border-top-color: #ff8ca4;
   border-left-color: #ff8ca4;
   border-right-color: #ff8ca4;
   border-bottom-color: #ff8ca4;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff0000',EndColorStr='#ff0000');
  background: -moz-linear-gradient(bottom,  #ff0000,  #ff0000); /* for firefox 3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000));
  background-image: -ms-linear-gradient(top, #ff0000 0%, #ff0000 100%);
}