/**
 * Modified by Maurice Courtois
 * on 10-14-05
 * 
 * New body class for all the clienrunner script to 
 * not use the body margi.... not standardize and not 
 * compatible. This new class is use in clientrunner/
 * uvheader.php
 * 
 */
.body_clients_main {
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0;
	background-color:#445555;
}
/**
 * Modified by Maurice Courtois
 * 06-26-06
 *
 * New body class for the admin page with 
 * the wite background.
 *
 */
.body_clients_admin {
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0;
	background-color:#ffffff;
}
TD.big_header{
font-family:arial;
font-size:15px;
color:#213a45;
font-weight:bold;
}
TD.default_text{
font-family:arial;
font-size:11px;
color:#000000;
}
A.default_link{
font-family:arial;
font-size:11px;
color:#213a45;
}
TD.default_bold_text{
font-family:arial;
font-size:11px;
font-weight:bold;
}
A.default_bold_link{
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
}

TD.required_field{
font-family:arial;
font-size:11px;
font-weight:bold;
}
A.header_with_link{
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
}
.header_without_link{
font-family:arial;
color:#000000;
font-size:11px;
font-weight:bold;
}

H3{
font-family:arial;
font-size:15px;
color:#000000;
font-weight:bold;
}
TD{
font-family:arial;
font-size:11px;
color:#000000;
}
A{
font-family:arial;
font-size:11px;
color:#000000;
}
.shade_reg{
font-family:arial;
font-size:11px;
background:#ddddcb;
}

.clientLogo{
font-family:arial;
font-size:17px;
color:#FFFFFF;
font-weight:bold;
}
.lastLoginInfo {
font-family:arial;
font-size:7px;
color:#000000;
text-decoration:none;
}
#menu_link{
font-family:arial;
font-size:11px;
color:#ffffff;
text-decoration:none;
}
#comp_title{
font-family:arial;
font-size:15px;
font-weight:bold;
}
TABLE.lightgrid{
background:#ffffff;
}
.medgrid{
background:#72bde0;
}
.darkgrid{
background:#213a45;
}
/**
 * Modified by Alexander D. Mahabir
 * @since: Thu Jun 15 09:52:35 EDT 2006
 * No such attribute as Align
 * text-align is the correct attribute name
 */
.comp_title{
font-family:arial;
font-size:15px;
font-weight:bold;
text-align:left;
}
.comp_title_nb{
font-family:arial;
font-size:12px;
font-weight:bold;
}
#uversa{
font-family:arial;
font-size:20px;
color:#5393ad;
font-weight:bold;
}

.dark_header{
font-family:arial;
color:#ffffff;
font-weight:bold;
background:#000000
}
.tan_header{
background:#72bde0
}
.small{
font-family:arial;
font-size:9px;
}
.xsmall{
font-family:arial;
font-size:8px;
}
.shade_xsm{
font-family:arial;
font-size:8px;
background:#ddddcb
}
.shade_sm{
font-family:arial;
font-size:10px;
background:#ddddcb
}
.shade_lg{
font-family:arial;
font-size:14px;
background:#ddddcb
}
TEXTAREA.small{
font-family:arial;
font-size:9px;
}
#title_top{
font-family:arial;
font-size:20px;
color:#72bde0;
font-weight:bold;
}
#bigtext{
font-family:arial;
font-size:14px;
color:#000000;
font-weight:bold;
}
A.color{
font-family:arial;
font-size:11px;
color:#000000;
}
input{
font-family:arial;
font-size:9px;
font-weight:bold;
}
input.small{
font-family:arial;
font-size:9px;
}
select.small{
font-family:arial;
font-size:9px;
}
/**
 * mchhatre@uversa.com
 * small and xsmall drop down for blackout and season dates
 */
select.small_YYYY{
font-family:arial;
font-size:9px;
width:50px;
}
select.xsmall{
font-family:arial;
font-size:9px;
width:40px;
}
H1{
font-family:arial;
font-size:19px;
font-weight:bold;
}
A.title_link{
font-family:arial;
font-size:15px;
color:#000000;
font-weight:bold;
}
FONT.fine_print{
font-family:arial;
font-size:9px;
}
A.small{
font-family:arial;
font-size:9px;
color:#000000;
}
TD.auction_messages{
font-family:arial;
font-size:8px;
}
A.cp_links{
font-family:arial;
font-size:9px;
color:#000000;
font-weight:bold;
}
/**
 * Added by Maurice Courtois
 * on 10-11-05
 * 
 * New class to print the message in red.
 * 
 */
.error_text {
font-family:arial;
font-size:12px;
color:#ff0000;
}
.red {
	background: #FF0000;
}
.yellow {
	background: #F0F504;
}
.light_blue {
	background: #a8e2ff;
}
/**
 * Modified By Alexander D. Mahabir
 * @since: Fri Jun  2 11:21:34 EDT 2006
 * @brief: textarea text was barely visible on default disable
 * scheme, so I modded it a little to be more visible.
 *
 */

/*
TEXTAREA{
background-image:url("/clients/images/textarea_a.jpg");
background-color:#dfdeae;
background-repeat: repeat-x;
color:#000000;
}
*/
TEXTAREA.disabled{
color:#413a45;
background-color:#dfdeae;
}
/**
 * Modified By Alexander D. Mahabir
 * @since: Wed Jun 14 17:49:24 EDT 2006
 * @brief: text for pre
 */
pre.normal_text{
font-family:arial;
font-size:11px;
text-align:justify;
color:#000000;
}
p.justify_text{
font-family:arial;
font-size:11px;
text-align:left;
color:#000000;
}
blockquote
{
	margin-left: 20px;
}
blockquote.highlight{
	border-left: thin dotted #213a45;
	margin-left: 14px;
	padding-left: 5px;
}

/**
 * @Modified By Alexander D. Mahabir
 * @since: Tue Sep 26 11:05:39 EDT 2006
 * @brief: adding styles for the fileloader...
 */
.progressmeter {
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}
.enhanced_imgbox {
width:100px;
}
/**
 * @Modified By Alexander D.  Mahabir
 * @since: Thu Feb 22 15:52:45 EST 2007 AD
 * @brief: Modified these two classes: enhanced and enhanced outer to drop
 * the display of the left border and padding, to maintain a fixed
 * alignment.
 */
.enhanced {
	border-style:solid;
	border-width: 4px 4px 4px 0px;
	border-color:#f5b73c;
padding: 2px 2px 2px 0px;
width:100%;
}
.enhancedOuter {
	border-style:solid;
	border-width:5px 5px 5px 0px;
	border-color:#296280;

}

.sol_enhanced_img {
width:100px;
}
.nego_enhanced_img {
width:100px;
position:relative;
float:left;
clear:both;
}
.sol_enhanced_text {
position:relative;
}

/** 
 * @Modified By Alexander D.  Mahabir
 * @since: Thu Feb 22 15:37:39 EST 2007 AD
 * @brief: Quick Fix to realign cells in Nego/Select
 * @brief: Keep this style as the last style. on this stylesheet unless, 
 * the structure of the page is readjusted.
 */
.YearLRA {
}

/** 
 * @Modified By Manisha Chhatre
 * @since: Thu Feb 26 09:50:39 EST 2009 AD
 * @brief: Preload validation stylesheet
 */
 .File_TD
 {
 	background-color: #A8E2FF;
 }
.HD_Dist{
 	background-color: #007ebb;
}
.Alt_col{
 	background-color: #c0c0c0;
}
.Client_Info
{
    font-family: Arial;
    font-size: #-1;
}
/** 
 * @Modified By Manisha Chhatre
 * @since: Fri April 17 13:30:39 EST 2009 AD
 * @brief: Volunteer compare stylesheet
 */
 
.IncludeRate
{
	background-color: #abd3b7;
}
.IncChk
{
	background-color: #ffffff;
}
/** 
 * @Modified By Manisha Chhatre
 * @since: Thu June 12 09:50:39 EST 2009 AD
 * @brief: Preload chooseModule stylesheet
 * 
 * July 07, 2009
 * Deleted double declaration of red and yellow
 */
 
.green
{
	background-color: #00FF00;
}
 
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }

/*
Modified By Manisha Chhatre
July 09, 2009

UploadResult uses same script for Client and ChainRep with according bgcolor 
So defined UR_color
*/
.UR_color
{
font-family:arial;
font-size:11px;
background:#ddddcb;
}