﻿
/* GENERIC IDs AND CLASSES --- USED IN MULTIPLE CONTROLS */

.ReadOnly /* for fields that are read-only, like IDs */
{ 
    border-color: #CEEDFA;
    border-style: solid; 
}
.centerAlign
{ text-align: center; }
.centerAlign185
{
    text-align: center;
    width: 185px;   
}
.leftAlign
{ text-align: left; }
.rightAlign
{ text-align: right; }
.TimeInstr
{ font-size: xx-small; }
.width70
{ width: 70px; }
.width100
{ width: 100px; }
.width150
{ width: 150px; }
.width200
{ width: 200px; }
.width350
{ width: 350px; }
.width400
{ width: 400px; }
.width500
{ width: 500px; }
.width80pct
{ width: 80%; }
.height280
{ height: 280px; }
.tdTopVAlign
{ vertical-align: top; }

/*  TO BE USED IF WE USE GENERIC STYLE CLASSES FOR ALL GRIDVIEWS */
.fulltable
{ width: 100%; }
.thisgrdViewer
{
    color: #333333;
    width: 100%; 
}
.grdFootStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White; 
}
.grdRowStyle
{
    background-color: #F7F6F3;
    color: #333333; 
}
.grdPagerStyle
{
    background-color: #284775;
    color: White;
    text-align: center;
}
.grdSelRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}
.grdHeadStyle
{
    background-color: #006A9D;
    font-weight: bold;
    color: White;
    text-align: left;
}
.grdEditRowStyle
{ background-color: #999999; }
.grdAltRowStyle
{
    background-color: White;
    color: #284775;
}
/* END OF GENERIC GRIDVIEW SET */

/* CLASSES FOR SPECIFIC CONTROLS BELOW */

/* ComCMTChangePasswordControl */

.divComCMTChgPassCtrl
{
     width:50%; 
     margin-left:10px;
     margin-left: auto;
     margin-right: auto;
}
.divComCMTChgPassCtrl .ComCMTChgPass
{
    background-color: #EEEEEE; 
    border-color: #CCCC99; 
    border-style: Solid; 
    border-width: 1px;
    font-family: Verdana; 
    font-size: 10pt;
}
.divComCMTChgPassCtrl .ComCMTChgPassTitleText
{
    background-color: #006A9D;
    font-weight: bold;
    color: #FFFFFF;
}


