﻿/* Need to edit each declaration for all the tabs used in the dashboard page and figure to what it applies Maria Z*/
body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	/*all this properties affect the navigation menu; need more time to standardize*/
	font:x-small/1.5em Arial,Serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
  } html>body {font-size:small;}

  
  #GoogleTab {
	float:right;

      width:100%;

      /*height:45px;*/

      font-size:93%;

      line-height:normal;

   /*   background-image: url(../images/tabs/bg.gif);*/

      background-repeat: repeat-x;

      background-position:bottom;

      z-index: 100;

   /*   background-color: #003366;*/


  }
#GoogleTab ul {
	margin:0;
	padding:0px 0px 0px;
	list-style:none;
	background-position: bottom;
  }
#GoogleTab li {
	float:left;
	margin:0;
	padding:0 0 0 0;
	/*background-image: url(../images/tabs/left.gif);*/
	/*background-image: url(../images/tabs/leftoffbg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
  }
#GoogleTab a {
	float:right;
	display:block;
	padding:5px 6px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#999999;
	background-image: url(../images/tabs/tabbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#GoogleTab a {float:none;}
/* End IE5-Mac hack */
#GoogleTab a:hover {
  color:#CC0033;
  }
#GoogleTab #googlecurrent {
 /* background-image:url(../images/tabs/left_on.gif);*/
 /*background-image:url(../images/tabs/leftcurrentbg.gif);*/
  }
#GoogleTab #googlecurrent a {
 background-image:url(../images/tabs/currentbg.gif);
  
  color:#CC0033;
  padding-bottom:5px;
  }


/* NY Tab */
  
  #NYTab {
	float:right;

      width:100%;

      /*height:45px;*/

      font-size:93%;

      line-height:normal;

   /*   background-image: url(../images/tabs/bg.gif);*/

      background-repeat: repeat-x;

      background-position:bottom;

      z-index: 100;

   /*   background-color: #003366;*/


  }
#NYTab ul {
	margin:0;
	padding:0px 0px 0px;
	list-style:none;
	background-position: bottom;
  }
#NYTab li {
	float:left;
	margin:0;
	padding:0 0 0 0;
	/*background-image: url(../images/tabs/left.gif);*/
	/*background-image: url(../images/tabs/leftoffbg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
  }
#NYTab a {
	float:right;
	display:block;
	padding:5px 6px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#999999;
	background-image: url(../images/tabs/tabbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#NYTab a {float:none;}
/* End IE5-Mac hack */
#NYTab a:hover {
  color:#CC0033;
  }
#NYTab #nycurrent {
 /* background-image:url(../images/tabs/left_on.gif);*/
 /*background-image:url(../images/tabs/leftcurrentbg.gif);*/
  }
#NYTab #nycurrent a {
 background-image:url(../images/tabs/currentbg.gif);
  
  color:#CC0033;
  padding-bottom:5px;
  }
  
  
  /*DashLinks*/
  
  #LinksTab {
	float:left;

      width:100%;

      /*height:45px;*/

      font-size:93%;

      line-height:normal;

   /*   background-image: url(../images/tabs/bg.gif);

      background-repeat: repeat-x;

      background-position:bottom;

      z-index: 100;*/

  }
#LinksTab ul {
	margin:0;
	padding:0;
	list-style-type:none;
	
  }
#LinksTab li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	
	
  }
#LinksTab a {
	float:left;
	display:block;
	/*padding:5px 6px 4px 6px;*/
	text-decoration:none;
	font-weight:bold;
	color:#999;
	/*background-image: url(../images/tabs/tabbg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#LinksTab a {float:left;}
/* End IE5-Mac hack */
#LinksTab a:hover {
  color:#CC0033;
  }
#LinksTab #LinksCurrent {
 /* background-image:url(../images/tabs/left_on.gif);*/
 /*background-image:url(../images/tabs/leftcurrentbg.gif);*/
  }
#LinksTab #LinksCurrent a {
 background-image:url(../images/tabs/currentbg.gif);
  color:#CC0033;
  padding-bottom:0px;
  }


/* fav Tab */
  
  #FavTab {
	float:left;
	
	width:100%;/*height:45px;*/
	font-size:93%;
	line-height:normal;
	/*   background-image: url(../images/tabs/bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	z-index: 100;*/

display: block;

  }
#FavTab ul {
	margin:0;
	padding:0px;
	list-style-type:none;
	/*background-position: bottom;*/
	display: block;

  }
#FavTab li {
	float:left;
	margin:0px;
	padding:0;
	/*background-image: url(../images/tabs/left.gif);*/
	/*background-image: url(../images/tabs/leftoffbg.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	width: auto;
	display: block;
	background-color:#DAEDF4;
  }
#FavTab a {
	/*float:right;*/
	display:block;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	color:#999;
	/*background-image: url(../images/tabs/tabbg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#FavTab a {float:left;}
/* End IE5-Mac hack */
#FavTab a:hover {
  color:#CC0033;
  }
#FavTab #FavCurrent {
 /* background-image:url(../images/tabs/left_on.gif);*/
 /*background-image:url(../images/tabs/leftcurrentbg.gif);*/
 list-style-type: none;
 display: block;
  }
#FavTab #FavCurrent a {
 /*background-image:url(../images/tabs/currentbg.gif);*/
  list-style-type: none;
  color:#C03;
  padding-bottom:0px;
  }


/* fav Tab */
  
  #ConfigTab {
	float:left;
	width:100%;
	/*height:45px;*/
	font-size:93%;
	line-height:normal;
	z-index: 100;
	display: block;
	list-style-type:none;

  }
#ConfigTab ul {
	margin:0;
	padding:0;
	list-style-type: none;
	display: block;
  }
#ConfigTab li {
	float:left;
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	/*background-image: url(../images/tabs/left.gif);*/
	/*background-image: url(../images/tabs/leftoffbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;*/
	
  }
#ConfigTab a {
	float:left;
	display:block;
	padding:5px 6px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#999999;
	background-image: url(../images/tabs/tabbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	list-style-type:none;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#ConfigTab a {float:left;}
/* End IE5-Mac hack */
#ConfigTab a:hover {
  color:#CC0033;
  }
#ConfigTab #ConfigTabCurrent {
 /* background-image:url(../images/tabs/left_on.gif);*/
 /*background-image:url(../images/tabs/leftcurrentbg.gif);*/
  }
#ConfigTab #ConfigTabCurrent a {
 background-image:url(../images/tabs/currentbg.gif);
  display: block;
  color:#CC0033;
  padding-bottom:0px;
  list-style-type:none;
  }