  /*--------------------------------------------*/
/* Calendar specfic styles */
/*--------------------------------------------*/

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 10px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}
  
  /*--------------------------------------------*/
/* Web site specfic styles */
/*--------------------------------------------*/
   .header {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#2FFFFF; padding-left:10; padding-right:5; font-weight:900 }
   .text {font-family:Tahoma,sans-serif; font-size: 11px; color:#00000; padding-left:10; padding-right:10 }
   .inputs {font-family:Tahoma,sans-serif; font-size: 11px; color:#00000; padding-left:2; padding-right:2 }
   .text2 {font-family:Tahoma,sans-serif; font-size: 11px; color:#000000; padding-left:5; padding-right:2 }
   .news {font-family:Arial, sans-serif; font-size: 9pt; color:#000000; padding-left:10; padding-right:5; font-weight:900; }
   .tableborder {border:1px solid #000000}
   a:link{text-decoration: underline; color:#0000FF}
   a:visited{text-decoration: underline; color: #0000FF}
   a:hover{text-decoration: underline; color: #0000FF}
   a:active{text-decoration: underline; color: #0000FF}

/*--------------------------------------------*/
/* BackOffice specfic styles */
/*--------------------------------------------*/

.TabMMSelected {
	background-color : #E2E2F5;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-top : 1px solid Black;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
	font-weight : bold;
	}
	
a.TabMMNonSelectedText, a.TabMMNonSelectedText:visited , a.TabMMNonSelectedText:hover {
	color: #FFFFFF;
}

a.TabMMSelectedText, a.TabMMSelectedText:visited, a.TabMMSelectedText:hover{
	color: #0D0F83;
}
	
	.TabMMNonSelected {
	background-color : #5566AA;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-top : 1px solid Black;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
	font-weight : normal;
	color : #FFFFFF;
	}
	
	.TabMMSpacer{
	border-bottom : 1px solid Black;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
	font-weight : normal;
    }
	
.SubTab
{
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-top : 1px solid Black;
	border-bottom : 1px solid #C7D8F3;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
}
.MainPanel{
	background-color : #E2E2F5;
	border: 1px solid #0D0F83;
}

.MainPanelHeader{
	background-color : #5566AA;
	color : White;
	font-weight : bold;
}

.WhiteBackground{
	background-color : #FFFFFF;
}

.PopupTableLabel
{
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
	font-weight : bold;
}

.PopupTableLabelField
{
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
}

.PopupTable
{
	border: 1px solid #0D0F83;
	background-color: #BFC8EA;
}

.PopupTableHeader
{
	border:  1px solid #0D0F83;
	background-color: #0D0F83;
	color: White;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 12px;
	font-weight : bold;
}

.PopupTableSubtable
{
	background-color: #FFFFFF;
	border:  1px solid #0D0F83;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
}

.PopupTableSeparator
{
	border-left:  1px solid #0D0F83;
	background-color: #FFFFFF;
}

.Subtable
{
	background-color: #FFFFFF;
	border:  1px solid #0D0F83;
	font-family : "Trebuchet MS", Arial, Tahoma;
	font-size : 11px;
}

.BodyContent, body, TABLE, TD, TR, TBODY, Norm, P
{
	font-size: 12pt;
	font-family: Garamond, 'Times New Roman';
}

.SubContent
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.DropCap
{
	font-size: 52pt;
	font-family: Garamond, 'Times New Roman';
	LINE-HEIGHT: 42.45pt;
}

a
{
	color: 004484;
}

a:visited
{
	color: 002242;
}

a:hover
{
	color: Blue;
}

.White, a.White
{
	color: White;
}

a.White:hover, a.White:visited
{
	color: Yellow;
}

.PageTitle
{
	font-size: 25pt;
	margin-bottom: 25px;
	color: #004484;
	font-family: Impact, 'Arial Black' , Arial, Helvetica, Sans-Serif;
}

.PageSubTitle
{
	font-size: 10pt;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #9b9b9b;
	font-family: 'Arial Black' , Arial, Helvetica, Sans-Serif;
}

.FormField
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.FormLabel
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.FormTip
{
	font-size: 8pt;
	color: #9b9b9b;
	font-family: Tahoma, Verdana, Arial;
}

.FormButton
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.FormButtonSmall
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.FormLabelSmall
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.FormFieldSmall
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	border: solid 1px #9b9b9b;
}

.PageBar
{
	border-top: solid 1px white;
	background-color: #efefef;
	border-bottom: solid 1px silver;
	padding-top: 3px;
	padding-bottom: 3px;
}

.Small
{
	font-size: 8pt;
}

.RaisedLight
{
	background-color: #efefef;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
}

.RaisedHeader
{
	border-right: silver 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: silver 1px solid;
	background-color: steelblue;
}

.Tab, a.Tab, a.Tab:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
}

a.Tab:hover
{
	color: Yellow;
}

.TabSelected, a.TabSelected, a.TabVisited
{
	font-weight: bold;
	font-size: 8pt;
	color: blue;
	font-family: Tahoma;
}

a.TabSelected:hover
{
	color: Red;
}

.TabMd, a.TabMd, a.TabMd:visited
{
	font-weight: normal;
	font-size: 8pt;
	color: #9b9b9b;
	font-family: Tahoma;
}

a.TabMd:hover
{
	color: black;
}

.TabMdSelected, a.TabMdSelected, a.TabMdVisited
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}

a.TabMdSelected:hover
{
	color: black;
}


.Button, a.Button, a.Button:visited
{
	color: Navy;
	text-decoration: none;
}

a.Button:hover
{
	color: Blue;
	text-decoration: underline;
}

.MessageBox
{
	border: solid 1px silver;
	background-color: #efefef;
}

.PagePath, a.PagePath, a.PagePath:visited
{
	font-size: 9pt;
	color: #9b9b9b;
	font-family: Tahoma,Verdana,Arial;
}

a.PagePath:hover
{
	color:White;
}

.Menu, a.Menu
{
	border-right: white 1px solid;
	padding-right: 3px;
	border-top: white 1px solid;
	padding-left: 3px;
	font-size: 10pt;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: Tahoma, Verdana, Arial;
	background-color: #E6E6E6;
}

.MenuHover
{
	background-color: #00FF00;
	border: solid 1px #9b9b9b;
	padding: 3px;
	margin-bottom: 3px;
}


MenuItem, a.MenuItem, a.MenuItem:visited, a.MenuItem
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a.MenuItem:hover
{
	color: blue;
	text-decoration: underline;
}

SubMenuItem, a.SubMenuItem, a.SubMenuItem:visited, a.SubMenuItem
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
	color: navy;
	text-decoration: none;
}

a.SubMenuItem:hover
{
	color: Blue;
	text-decoration: underline;
}

h1, .h1
{
	font-size: 14pt;
	font-family: 'Arial Black' , Arial;
	color: #002242;
}

h2, .h2
{
	font-size: 12pt;
	font-family: 'Arial Black' , Arial;
}

h3, .h3
{
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}

h4, .h4
{
	font-size: 12pt;
	font-family: Garamond;
	font-weight: bold;
	color: #002242;
}

h5, .h5
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: bold;
}

h6, .h6
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: bold;
	color: #9b9b9b;
}

.CopyRight
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
}

.AccountLinks, a.AccountLinks, a.AccountLinks:visited
{
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
}

a.AccountLinks:hover
{

	color: white;
	text-decoration: underline;
}

.VSTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma, Verdana, Arial;
	background-color: #004484;
}

.VSPrefix, .VSSuffix, .VSItem
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
}

.Note
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	color: #9b9b9b
}
