﻿/*@charset "utf-8";*/
/* CSS Document */


/* New Template Start*/

/* **************************************************

Name: layout.css

Description: layout of templates

Create: 2008.09.XX
Update: 

***************************************************** */



/* contents===========================================

  [-] Main Container
  [-] Header
  [-] Session Header
  [-] Right Column
  [-] Main Content Area
  [-] Footer
  [-] Clear
  [-] Index Only Layout Classes
  [-] Others (to define)
  
  *Always run stylsheet through: 
  http://floele.flyspray.org/csstidy//css_optimiser.php 
  before deployment
===================================================== */


  
/* [-] Main Container - defines overall layout and width
=========================================================================================== */
body {
	font-family: Arial,Helvetica;	
	background: #f3f4f4;
	font-size: 12px; 
	color: #333; 
	font-weight: normal;
	line-height: 18px;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin:0px;
	padding:0px;
}



#container { 
	width: 100%;  
	margin: 0px; 
	padding: 0px;
	background: url(../images/bg_top.gif) repeat-x top left;
	min-height:500px;

} 
#container_center {
	margin:0 auto;
	width:962px;
	padding:0px;
	background:transparent;
	min-height:270px;

}

/* for IE6 bug fixing 
#container_center div {
	_border:1px dotted #FF0000;
}
*/



/* [-] Header - Layout and style for template header elements
=========================================================================================== */

#header { 
	background: transparent; 
	padding: 0px; 
    height:auto;
	clear:both;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom:5px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.logo_spring {
   padding:0px;
   margin:0px;
   width:143px;
   height:89px;
   }
   


   




/* [-] Main Content Area - Layout and style for main body contents of page
=========================================================================================== */

#mainContent_container {
	margin:auto;
	padding:0;
	width:962px;
	background:url(../images/content_bg.gif) repeat-y top left;
	clear:both;
	} 
	
#mainContent_container .mainContent_top {
    background:url(../images/content_bg_top.gif) no-repeat top left;
	height:16px;
	width:962px;
	}
	
#mainContent_bottom {
    background:url(../images/footer_bg.gif) no-repeat top left;
	height:60px;
	width:962px;
	}

#mainContent {
	 /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    padding-left:21px;
    padding-right:21px;
	min-height:0px;
	width:920px;
    margin:auto;
	padding-top:10px;

} 
 


	
/* [-] Footer - Layout and style for footer area (copyright and fine print)
=========================================================================================== */

#spring_footer { 
    width:962px;
	margin:0 auto;
	background-color:transparent;
	padding: 2px 0 6px 0;
	line-height: 0pt;
	height:20px;
	clear:both;
}

#spring_footer a, #spring_footer a:link, #spring_footer a:visited {
    color:#555555;
	text-decoration:none;
	}
	
#spring_footer a:hover {
   text-decoration:underline;
   }

#spring_footer p {
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#555555;
	line-height:18px;
}







/* [-] Clear
=========================================================================================== */

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height:1%}
*+html .clear {height:1%}
.clear {display:block;}
/* End hide from IE-mac */




/* [-] Others - Misc. re-usable classes
=========================================================================================== */

.datetime {
	color: #bbbbbb;
	display: block;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 1em;
	margin:0 0 0 0.1em;
	padding:0;
	text-transform:capitalize;
	clear:both;
	

}

.right {
    float:right;
}
	
.left {
    float:left;
}

.emphasize {
	font-size:14px;
	color:#333;
	font-weight:bold;
}

.announcement {
	width:90%;
	padding: 3px 5px 10px 5px;
	background-color:#F1EBD6;
	margin-left:33px;
}

.announcement h3 {
	color:#B90C0B;
	font-family: "Lucida Sans," Trebuchet MS, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.announcement p {
	padding-left:0;
}

/* form styles classes */
form {
	padding-left:10px;
}

form h2{
	color:#064070;
	font-size:14px;
	font-weight:bold;
	letter-spacing: -1px;
	padding:5px 10px;
	width:95%;
	background-color:#E6E6E6;
}

form label.info {
	color:#000
}

form label.supp {
	color:#7f7f7f;
}

/* globally reusable classes */
hr { 
	color:# B2B2B2;
	border:0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: # B2B2B2;
	height:1px;
	margin-bottom:10px;
	padding:0px;
	width:95%;
}

/*TABLE OF CONTENTS

  HTML Elements
  Headings
  Hyperlinks
  Forms
  Globally Re-usable classes
  
  **Always run stylsheet through: 
  http://floele.flyspray.org/csstidy//css_optimiser.php 
  before deployment
  
/* ---------- @ HTML Elements -----------*/



	
p {

}



/* ---------- @ Headings -----------*/
h1 { 

	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 0.97em;
	font-size:26px;
	color:#1052b8;
	margin-bottom:20px;
	font-family: "Lucida Sans" ,Helvetica,Arial,Sans-Serif;
}

h1.eService { 

	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 0.97em;
	font-size:28px;
	color:#7fb121;
	margin-bottom:20px;
	margin-top:5px;
	font-family: "Lucida Sans" ,Helvetica,Arial,Sans-Serif;
}

h2 { 

	line-height: 1.2em;
	font-size:20px;
	color:#7fb121;
	margin:25px 0px 10px 0px;
}





/* ---------- @ Hyperlinks -----------*/
a:link{ color:#3366cc;border-bottom:0px;text-decoration:none;}
a:hover {color:#3366cc;border-bottom:0px;text-decoration:underline;}
a:active { color:#3366cc;border-bottom:0px;text-decoration:none;}
a:visited {border-bottom:0px;text-decoration:none;}
a:visited:hover {border-bottom:0px;text-decoration:underline;}
	

/* New Template End */

.serviceTitle { 
	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 0.97em;
	font-size:28px;
	color:#7fb121;
	margin-bottom:20px;
	margin-top:5px;
	font-family: "Lucida Sans" ,Helvetica,Arial,Sans-Serif;
}

.pageTitle
{
 	text-decoration: none; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 0.97em;
	font-size:26px;
	color:#1052b8;
	margin-bottom:20px;
	font-family: "Lucida Sans" ,Helvetica,Arial,Sans-Serif;
}


.secTitle
{
    font-size: larger;
	color:#0047B6;
	font-family:Arial;
	font-weight:bold;
	padding: 5px 5px 2px 2px;
	margin: 0px 0px 0px 0px;
}

.subTitle
{
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.secCompFld
{
   padding: 3px;
   font-size: smaller;
   color: Navy;
}

/****/
.InfoMsg, .ErrMsg
{
   background: url(../images/icon_info.gif) no-repeat top left;
   background-color: #FFFFD2;
   padding: 5px 5px 5px 40px;
   margin: 5px 0px 5px 0px;
   border: 1px;
   border-style: solid;
   border-color: #DBDCE3;
   font-size: 8pt;
   color: Navy;
}
.ErrMsg
{
   background: url(../images/icon_warning.gif) no-repeat top left;
   background-color: #FFFAFF;
   color: Red;
}
.ErrMsg ul
{
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 3px;
   padding-top: 0px;
}

.MsgInfo
{
   color: Navy;
}

.MsgErr
{
   color: Red;
}

.MsgNoRec
{
   color: Navy;
   padding: 3px;
}

.content
{
   /*font-size: medium;*/
	color:#4D4D4D;
	font-family:Arial;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	
}
.logindetail
{
   font-size: smaller;
   text-align: right;
   padding: 0px 5px 0px 0px;
   font-style: italic;
   color:#4D4D4D;
}
.banner
{
    /*font-size:medium;*/
    font-family:Arial;
    color:#0047B6;
	font-family:Arial;
	padding: 5px 5px 2px 5px;
	margin: 0px 0px 0px 0px;

}

.fldComp
{
   color: Red;
   padding: 0px 5px 0px 5px;
}

/** form table ***/

table.tabFrm
{
    border: solid 1px #CCCCCC;
}
.colFld
{
    width: 23%;
    background-color: #F1F1F2;
    font-weight:bold;   
    vertical-align: top;
    padding-top: 3px;
}

.colVal
{
    background-color: #F1F1F2;
}

.divBtn
{
    padding: 25px 5px 5px 5px;
}

.rowFld
{
    background-color: #b3b3b3;
    font-weight: bold;
    color: #000000;
}
.comp
{
   color: Red;
}
.optional
{
  font-weight: normal;
  font-style: italic ;
}
.help
{
  padding: 2px;
  font-style: italic;
}
/** form table ***/

a.norm:link {
 	font-size:12px;
	color:#0071BB;
	font-family:Arial;
	text-decoration: underline;
}
a.norm:visited {
	font-size:12px;
	color:#4D4D4D;
	font-family:Arial;
	text-decoration: underline;
}
a.norm:hover {
 	font-size:12px;
	color:#4D4D4D;
	font-family:Arial;
	text-decoration: underline;
}

/***/
div.clear 
{
    width:100%;
    height: 1px;
}

.divPanel
{
    padding-top: 5px;
    padding-bottom: 10px;
}
/***/

.secTitleEdit
{
   padding: 3px;
}

.MsgNoRec
{
   color: Navy;
   padding: 3px;
   font-style: italic;
}

.app {
 	font-size:11px;
	color:#CCCCCC;
	font-family:Arial;
	font-weight:bold;
	padding: 3px 3px 3px 3px;
	border:1px solid #cccccc;
	background: transparent url(../images/blockdefault.gif) center center repeat-x;
	width: 200px;
}
.app_over {
 	font-size:11px;
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	padding: 3px 3px 3px 3px;
	border:1px solid #cccccc;
	background: transparent url(../images/blockdefault.gif) center center repeat-x;
	width: 200px;
}

** field ***/
input, select, textarea
{
  color:#4D4D4D;
	font-family:Arial;
	padding: 3px 3px 3px 3px;
	margin: 0px 3px 0px 3px;
	font-size: 12px;
}

input.stdbtn
{
    width: 60px;
}

.ctlfile
{
    font-size:12px;
}

.fldSmall
{
    width: 50px;
}
.fldMedium
{
    width: 200px;
}
.fldLarge
{
    width: 300px;
}

.fldInvisible
{
    display: none;
    width: 200px;
}

.fldComp
{
   color: Red;
   padding: 0px 5px 0px 5px;
}

.fldLabel
{
   padding: 3px 0px 3px 3px;
	margin: 0px 0px 0px 3px;
	display: inline-block;
}
/** end field ***/
/************************/

/**** Grid ****/
table.grid
{
    width: 100%;
    padding: 0px;
    /*border: solid 1px #ffffff;*/
    background-color: White;
    border-top: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    border-bottom: solid 1px #B2B2B2;
    border-left: solid 1px #B2B2B2;
    border-collapse: separate;
    
}

table.grid td
{
    border: 1px solid white;
    padding: 3px;
}
.gridHeader th
{
    font-weight:bold;
    padding: 4px;
    background-color: #B2B2B2;
    color: Black;
    text-align: left;
    border: 1px solid white;
}

.gridRow td
{
    background-color: #F2F2F2;
}

.gridAltRow td
{
    background-color: #E0E0E0;
}

td.gridPager table
{
    border: none;
    text-align: right;
}

td.gridCellPublic
{
    background-color: #CCCCFF;
}
td.gridCellPrivate
{
    background-color: #F9D9FF;
}

td.gridCellUrgent
{
    background-color: #FFCCCC;
}
td.gridCellWarning
{
    background-color: #FFFFCC;
}
td.gridCellNormal
{
    background-color: #CCFF99;
}
/**** End Grid ****/
