/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border: none;	
}

.leftpane {
	width: 170px;
	background-color: transparent;
	height: 100%;
}

.contentpane {
  width: 490px;
	background-color: transparent;	
}

.bodypane {
  margin-top: -80px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
	background-color: transparent;	
	color: Black;
}

.bodypane p {
  line-height: 17px;
}

.bodypane td {
  color: Black;
}


.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

body {
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	padding-bottom:16px;
	color:#696969;
	text-align:center;
	background-color:#ffffff;

	margin-left:0px;
	margin-right:0px;
}

h1 {
	font-size:14pt;
	padding-bottom : 10px;
	font-weight : bold;
	color : #0038A9;
	text-align : center;
	margin-top : 5px;
	padding-top : 20px;
}

h2 {
	font-size:14pt;
	color : #DFAA00;
	text-align : left;
	margin-left: 15pt;
	margin-bottom : 15px;
	font-weight: bold;
	margin-top: 18pt;
}

h3 {
	font-size:12pt;
	padding-bottom : 5px;
	margin-bottom: 5px;
	color : #0038A9;
	text-align: left;
	margin-left: 5pt;
}

h4 {
	font-size:12pt;
	padding-bottom : 10px;
	margin-bottom: 5px;
	color : #C34800;
	text-align: left;
	margin-left: 10pt;
	margin-top: 25pt;
}

ul,ol {
	margin-top : 2px;
}

a            
{
	 text-decoration: underline; color: #0038A9; border-style: none; 
}
a:visited   
{ 
	text-decoration: underline; color: #0038A9; border-style: none; 
}
a:hover
{ 
	text-decoration: underline; color: #DFAA00; 
}

p 
{
	margin-top : 0px;
}

#frame {
	width:700px;
	margin-right: 0px;
	margin-right:auto;
	margin-left: auto;
	padding:0px;
	text-align:left;
	background-color: White;
	border-top : 0px solid #0038A9
	border-left : 0px solid #0038A9;
	border-right : 0px solid #0038A9;
  border: solid 1px #0b5ba7;
}

.contentleft 
{
	width:170px;
	padding:0px;
	float:left;
	background-color: White;
}

#contentcenter 
{
	width: 500px;
	padding: 0px 10px 10px 10px;
	margin-left: 0px;
	float: left;
}


#contentrightresult {
	width: 151px;
	padding: 1px;
	margin: 0px;
	float: right;
	background-color: White;
	border-left: 1px;
	border-left-color: Blue;
	border: 1px;
}

/*
#contenttitle {
	width: 600px;
	height: 26px;
	background-repeat: repeat;
	background-image: url(../images/titre-section.gif);
	float: left;
	margin-bottom: 5px;
}
*/
.contenttitle {
	width: 600px;
	height: 26px;
	background-repeat: repeat;
	background-image: url(/Portals/9/images/titre-section.gif);
	float: left;
	margin-bottom: 5px;
}

.content {
	width: 570px;
	padding: 0px 10px 10px 0px;
	float: right;
	background-color: White;
}

/*
#contentheader {
	background-color: White;
	margin-top : 0px;
	padding-top : 0px;
	height: 99px;
}
*/
.contentheader {
	background-color: White;
	margin-top : 0px;
	padding-top : 0px;
	height: 99px;
}

#seals{
	float: right;
	width: 776px;
	margin-bottom: 15px;
	text-align: center;
}

.pharmacyHeader{
	font: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 8px;
   margin-left: 5px;
	margin-bottom: 3px;
}

.pharmacyContent{
	font: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
   text-align: left;
	margin-left: 5px;
}

#footer {
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #0038A9;
	font-weight: bold;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background: #D0E1FA;
	border: 0px solid;
	border: solid 1px #0b5ba7;
	border-top: none;
	
}

.Disclaimer{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	text-align: justify;
	color: #0038A9;
	margin-right: 15pt;
}

.Squaretrade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0038A9;
}
.TextHigh {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-align: justify;
	font-weight : bold;
	color : #0038A9;
}

.blockText {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:13px;
	text-align: justify;
	margin-right: 15px;
}

.blockTextRight {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	text-align: justify;
	margin-right: 15px;
	margin-bottom: 2px;
	
}

.blockTextTop {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:13px;
	text-align: justify;
	margin-top : 0px;
	padding-top : 0px;
}

.blockTextBig {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-align: justify;
}

.TextBuy {
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size:11px;
	text-align: left;
	font-weight: bold;
	color: #0038A9;
}

.blockTextRed {
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size:13px;
	text-align: justify;
	margin-right: 15px;
	color: #C34800;
	font-weight: bold;
}

.ImageBullet{
	margin-top: 2px;
	list-style-image: url(../images/li_bullet.gif);
	text-align: left;
	margin-left: 20px;
}

.ImageBulletArrowB{
	margin-top: 2px;
	list-style-image: url(../images/pointe-bleu.gif);
	text-align: left;
	margin-left: 20px;
}

.ImageBulletRed{
	margin-top: 0px;
	list-style-image: url(/Portals/9/images/pointe-rouge.gif);
	text-align: left;
	margin-left: 50px;
}

.ImageBulletBlue{
	margin-top: 5px;
	list-style-image: url(/Portals/9/images/bullet-blue.gif);
	text-align: left;
	margin-left: 50px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.ImageBulletDouble{
	list-style-image: url(/Portals/9/images/double-pointe-bleue.gif);
	text-align: left;
	margin-left: 50px;
}
.ImageTiret{
	margin-top: 2px;
	list-style-image: url(/Portals/9/images/espaceur.gif);
	text-align: left;
	margin-left: 20px;
}

.textOpti {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	color: #0038A9;
	text-align: center;
}

.maintitle {
	background-repeat: no-repeat;
	background-image: url(/Portals/9/images/titre-section.gif);
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14pt;
	padding-bottom : 0px;
	margin-bottom: 0px;
	font-weight : bold;
	color: White;
	text-align : left;
	margin-top : 0px;
	margin-left: 10px;
	padding-top : 0px;
}

.indexH1 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14pt;
	padding-bottom : 10px;
	font-weight : bold;
	color : #0038A9;
	text-align : center;
	margin-top : 5px;
	padding-top : 20px;
	text-decoration: none;
}


.indexH2 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12pt;
	color : #DFAA00;
	text-align : left;
	margin-left: 5pt;
	margin-bottom : 7px;
	font-weight: bold;
	text-decoration: none;
}

.indexH3 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14pt;
	color : #DFAA00;
	text-align : left;
	margin-left: 15pt;
	margin-bottom : 15px;
	font-weight: bold;
	margin-top: 18pt;
	text-decoration: none;
}

.normal {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-align: justify;
}

.drugTable {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.tableTitle{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	padding-bottom : 16px;
	font-weight : bold;
	color : #0038A9;
}

.tableSubTitle{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	padding-bottom : 16px;
	font-weight : bold;
	color : #0038A9;
}

.tableFooter { 
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	color: #0038A9; 
}

.tableBordered {
	border: 1px solid #0038A9;
}

.cellHeader {
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size:14px;
	padding-bottom : 16px;
	font-weight : bold;
	color : #FFFFFF;
   background-color : #F5C22C;
	border: 1px solid #F1AB00
}

.cellHeaderHighlight {
	font-family: Helvetica, Tahoma, Arial, Sans-Serif;
	font-size:13px;
	padding-bottom : 16px;
	font-weight : bold;
	color : #696969;
   background-color : #F5C22C;
	border: 1px solid #F1AB00
}

.cell {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight : bold;
	color : #696969;
	background-color : #FFFFFF;
	border: 1px solid #F1AB00;
}

.cellHighlight {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight : bold;
	color : #696969;
	background-color : #F9D989;
	border: 1px solid #F1AB00;
}

.drugSearchTitle {
	background : #D0E1F4;
	color : #C34800;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	font-weight : bold;
	text-align: center;
}

.drugSearchAlpha {
	background : #D0E1F4;
	color : #0038A9;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight : bold;
	text-align: center;
}

.drugSearchForm {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

.drugSearchAlphaSpaced {
	color : #0F63AE;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	font-weight : bold;
	word-spacing : 10px;
}

.breadCrumbs {
	color : #4B8AC2;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight : bold;
	margin-top: 0px;
}

/* B3G2 Selectors */
.title 		{	
		font-family:  Tahoma, Arial, Helvetica,sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #FFCC66;
}
	
.WizardCurrentPage {
		color: #696969;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		padding-left: 5px;
}
	
.subtitle 	{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #006699;
		font-weight: bold;
		font-style: normal;
		padding-left: 0px;
		white-space: normal;
}
	
.PageInstruction { 
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px; 
}

.List        {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
		border: 1px solid #F1AB00;
}

.ListHeader  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #F5C22C;
	color: #FFFFFF;
	position: relative;
	height: 20px;
	padding-left: 3px;
}

.ListRowEven {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #0038A9;
	background-color : #F9D989;
}

.ListRowOdd  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #0038A9;
	background-color : #FFFFFF;
}

.ListRowOddSmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
background-color : #FFFFFF;
	vertical-align: middle;
	color: #C34800;
	text-indent: 3pt;
	font-weight : bold;
}

.ListRowEvenSmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #F9D989;
	vertical-align: middle;
	color:#C34800;
	text-indent: 5pt;
	font-weight : bold;
}

.ProdComment 	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #C34800;
	font-weight: bold;
	font-style: normal;
	text-indent: 5pt;
	white-space: normal;
	text-transform : capitalize;
}

.ProdName 	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0038A9;
	padding-bottom: 10pt
}

.ListRowEven2 {
	font-family:  Tahoma, Arial, Helvetica,sans-serif;
	font-size: 12px;
	color : #696969;
	background-color : #F9D989;
	height : 20px;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : bold;
}

.ListRowOdd2  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #696969;
	background-color : #FFFFFF;
	height : 20px;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : bold;
}

.ListBorder {
		border: 1px solid #666666;
}

.question {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0038A9;
}

.orderOptionTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #0F62AF;
	text-align : center;
	border: 1px solid #0F3668;
	background :  #FFCC33;
	padding-top : 3px;
	padding-bottom : 3px;
}

.orderOption {
	font-family: Tahoma, Arial,  Helvetica, sans-serif;
	font-size: 12px;
	color: #0F3668;
	border: 1px solid #0F3668;
	background : #D0E1F4;
	vertical-align : top;
}

.Field       { 
		font-family: Tahoma, Arial, Sans-Serif; 
		font-size: 12px; 
		color: #696969;
	}
	
.FieldRequired {
		font-family: Tahoma, Arial, Sans-Serif;
		font-size: 12px;
		color: #696969;
		background-image: url(/Portals/9/images/imgRequired.gif);
		list-style-type: none;
		background-repeat: no-repeat;
		text-indent: 7px;
		padding-top: 0px;
	}
	
	.WizardCurrentPage {
		color: #0F3668;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		padding-left: 5px;
	}
	
	.Feedback    { 
		font-family: Verdana, Arial, Sans-Serif; 
		font-size: 12px;
		font-weight: normal;
		color: #FF0000;
		background-image: url(/Portals/9/images/imgFeedback.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		height:20px;
	}	
	
	.GroupHeaderOrange {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: normal; 
               	text-align: Left; 
               	background-color: #FFCC33;
               	color: #0F3668; 
               	position: relative; 
               	height: 20px; 
               	border-top: 1px solid #B9C5C1; 
               	border-bottom: 1px solid #717775; 
               	padding-left: 3px;
	}
	
	.PageTitle   {
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 12px;
		background-color:#3399CC;
		color: #FFFFFF;
		height: 35px 

	}
	/* Calendar */
	/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 12px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 12px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar thead .title1 { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-width: 2px;
  padding: 0px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: #eee;
  color: #000;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.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) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 14px;
  padding: 1px;
}

.combo .label {
  text-align: center;
  padding: 1px;
}

.combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.combo .hilite {
  background: Highlight;
  color: HighlightText;
}

/* For RSS FEED */

    .rssxpresschannel {
	font-family: sans-serif;
	text-align: left;
}

    .rssxpresschtitle {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	color: #0038A8;
	text-align: center;
	padding-top: 3px;
    }

    .rssxpresschdesc {
      color : #DFAA00;
      text-align : center;
		font-weight: bold;
		font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    }

    .rssxpressittitle {
	font-size: 12pt;
	font-weight: bold;
	background-color: #E4E4E4;
} 

    .rssxpressitdesc {
		font-size: 12px;
		background-color: transparent;
      padding-bottom : 10pt;
    }

    .rssxpresstable {
      text-align : left;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
      background-color : black;
    }


.left-menu
{
	text-align: left;
	padding-left: 10px;
	height: 32px; 
	border: solid 1px #0b5ba7; 
	width: 100%; 
	background-image: url('/Portals/9/Images/Sm_Bu_Rpt.gif'); 
	padding-top: 6px; 
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 15px;
	color: Black;
}

a.left-menu:hover
{
	background-image: url('/Portals/9/Images/Sm_Og_Rpt.gif'); 
}

a.left-menu:active
{
	background-image: url('/Portals/9/Images/Sm_Og_Rpt.gif'); 
}

.left-sub-menu
{
	text-align: left;	
	border: solid 1px #0b5ba7; 
	border-top: none;
	width: 100%; 
	background-color: #ef9f0c;
	margin-left: 0px;
	padding-top: 6px; 
	padding-bottom: 8px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	color: Black;
}

.top-menu
{
	text-align: center;
	width: 150px;
	height: 43px;
	border: solid 1px #0b5ba7; 
	background-image: url('/Portals/9/Images/Lg_Bu_Rpt.gif'); 
	padding-top: 9px; 
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 17px;
	font-weight: bold;	
	color: #0b5ba7;
}

a.top-menu:hover
{
	background-image: url('/Portals/9/Images/Lg_Og_Rpt.gif'); 
	color: White;	
}

a.top-menu:active
{
	background-image: url('/Portals/9/Images/Lg_Og_Rpt.gif'); 
	color: White;	
}