/*******************************************************************************

  Government On-Line
  (C) 2006 Citizenship and Immigration Canada
 
  Created: May 15, 2006 (Jack Pelletier)
  
  This gol_styles.css has the GOL overrides and GOL specific tags to the CIC 
  style sheets. This style sheet is complemented by CIC's main site hosted 
  remotely using Telus hosting
            
  We have 3 style sheets. 2 downloaded from CIC/Telus site, and 1 we create
    -mainsite.css       (http://www.cic.gc.ca/styles/mainsite.css)
    -mainsite-sizes.css (http://www.cic.gc.ca/styles/mainsite-sizes.css)
    -gol_styles         (created by GOL-corporate systems)
    
  We place them in our <apache install>/htdocs/gol_static/styles/ folder.

*******************************************************************************/

/*******************************************************************************
  Generic Styles (used in all applications)
*******************************************************************************/
.maintenanceMsg
{
  font-weight       : bold;
  font-size         : 10pt;
  font-family       : Verdana, helvetica, univers, sans-serif;
  color             : red;
  margin-top		: 10px;
  margin-bottom		: 10px;
}

.label-mandatory 
{
  font-weight       : bold;
}

.label-optional
{
  font-weight       : bold;
}

.labelError
{
  color             : red;
}

.labelMandatory 
{
  font-weight       : bold;
}


.labelOptional 
{
  font-size         : 10pt;
}

.rightAlign 
{
	text-align		: right;
}

.leftAlign
{
	text-align		: left;
}

.centerAlign
{
	text-align		: center;	
}