/* Generic Styles */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

ul, ol, li {
	padding: 0;
	margin: 0;
}

table, tbody, tr, td {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	
}
.calendar table{
	background-color:green;
}
a {
	text-decoration: none;
}

	a img {
		border: none;
	}

#container {
	width: 905px;
}

/* ######## Header Styles ######## */

#header {
	height: 173px;
	width: 905px;
	background-image: url(http://direxionshares.millrgroup.com/images/home_headerbg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#intheader {
	height: 110px;
	width: 905px;
	background-image: url(http://direxionshares.millrgroup.com/images/home_headerbg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#topright {
	margin-left: 230px;
	position:absolute;
}

#inttopright {
	margin-left: 327px;
	position:absolute;
}

#topnav {
	height: 34px;
	width: 905px;
	background-image: url(http://direxionshares.millrgroup.com/images/home_topnavbg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

	#topnav ul {
		font-size:15px;
		font-weight:bold;
		list-style-type:none;
		margin-left: 228px;
		padding-top:8px;
		color:#1d5296;
	}
	
	#topnav ul li.nobold {
		font-weight:normal;
	}
	
	#topnav .login {
		padding-left:60px;
	}
	
	#topnav .login a {
		color:#fff;
	}
	
	#topnav ul li {
		float:left;
		padding-right:26px;
	}
	
	#topnav li a {
		color: #1d5296;
	}
	
	#topnav li a:hover,
	#topnav li.current a {
		color: #ff7807;
	}
	
	#topnav li.funds a:hover {/*edited by shinto*/
color:#0D6826;
}
	
/* ######## Midsection Styles ######## */
	

#container h1 {
	font-size:17px;
	color:#686868;
	font-family:arial;
	font-weight:normal;
	margin-bottom:35px;
	margin-left:63px;
	margin-top:45px;
}

#container h4 {
	font-size:12px;
	color:#0b4499;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:63px;
}

#container h5 {
	font-size:12px;
	color:#0b4499;
	font-weight:bold;
	margin-bottom:20px;
	margin-left:63px;
	margin-top:40px;
}

#midsection {
	width:905px;
	background-image: url(http://direxionshares.millrgroup.com/images/home2_leftside.png);
	background-position:left bottom;
	background-repeat: no-repeat;
	margin-top: -13px;
}

#leftside {
	width:289px;
	float:left;
}

	#leftside h1 {
		font-size:14px;
		color:#0b4499;
		font-weight:bold;
		padding-top:8px;
		margin-left:30px;
		margin-top:4px;
		margin-bottom:5px;
	}
	
	#leftside h2 {
		font-size:10px;
		color:#0b4499;
		font-weight:normal;
		padding-top:0px;
		margin-left:30px;
		margin-top:-6px;
		margin-bottom:0px;
	}
	
	#leftside h3 {
		font-size:14px;
		color:#0b4499;
		font-weight:bold;
		padding-top:8px;
		margin-left:30px;
		margin-top:8px;
		margin-bottom:3px;
		border-top: 1px solid #ccc;
	}

	#leftside table {
		color:#686868;
		margin-left:30px;
		width:235px;
	}
	
	#leftside table td {
		font-size:11px;
		width:190px;
		padding-bottom:3px;
	}
	
	#leftside .percentg {
		text-align:right;
		padding-right:10px;
		width:50px;
		color:green;
	}
	
	#leftside .percentd {
		text-align:right;
		padding-right:10px;
		width:50px;
		color:red;
	}
	
	#leftside .title {
		padding-top:5px;
		color:#0B4499;
		font-size:12px;
		font-weight:bold;
	}
	
	#leftside td a {
		color:#686868;
	}
	
	#leftside td a:hover {
		color:#ff7807;
		text-decoration:underline;
	}
	
	#leftside ul {
		list-style-image:url(http://direxionshares.millrgroup.com/images/newsli.png);
		font-size:11px;
		color:#686868;
		padding-left:30px;
		padding-right:20px;
		line-height:17px;
		height:120px;
		overflow:auto;
	}
	
	#leftside ul a {
		font-weight:bold;
		color:#686868;
	}
	
	#leftside ul a:hover {
		color:#ff7807;
	}

#rightside {
	width:615px;
	padding-bottom:30px;
	border-left:1px solid #ccc;
	margin-left:289px;
}

	#rightside h1 {
/*		color:#0b48a3; */
		color:#1d5296;
		font-size:24px;
		font-weight:normal;
		margin: 20px 0 0 35px;
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
	}
	
	#rightside h2 {
/*		color:#0b48a3; */
		color:#1d5296;
		font-size:14px;
		border-top:1px solid #ccc;
		margin: 0 0 0 20px;
		padding:13px 0 0 8px;
	}
	
	#rightside p {
/*		color:#0b48a3; */
		color:#1d5296;
		font-size:14px;
		margin-left: 35px;
	}
	
		#rightside p span a {
			color:#ff7807;
			font-weight:bold;			
		}
		
		#rightside p.right {
			position:absolute;
			margin-left:340px;
		}
		
		#rightside p.right span a {
			color:#ff7807;
			font-weight:bold;
		}
	
	#rightside ul {
		list-style-image:url(http://direxionshares.millrgroup.com/images/ilistb.png);
		margin-left:35px;
		padding-bottom:50px;
	}
	
		#rightside ul.right {
			position:absolute;
			margin-left:340px;
			margin-top:42px;
		}
	
	#rightside ul li {
		font-size:14px;
/*		color: #0b48a3; */
		color:#1d5296;
		padding:1px 0;
	}
	
	#rightside ul li a {
/*		color: #0b48a3; */
		color:#1d5296;
		text-decoration:none;
	}

	#rightside a {
		color: #1d5296;
	}

	#rightside a:hover { 
		color: #ff7807;
		text-decoration: underline;
	}
	

#flash {
	display: none;
	visibility: hidden;
	width:615px;
	height:141px;
	border-bottom:1px solid #fe7e10;
}

#flash p {
	padding-top:100px;
	font-size:36px;
	color:#686868;
}

#fundinfo {
	width:537px;
	padding-left:63px;
	padding-top:40px;
	color:#686868;
	font-family:arial;
	font-size:12px;
	padding-bottom:30px;
	line-height:18px;
}
	#fundinfo h1 {
		font-size:17px;
		color:#686868;
		font-family:arial;
		font-weight:normal;
		margin-bottom:20px;
		margin-left:0px;
	}
	
	#fundinfo h2 {
		color:#0b4499;
		font-weight:bold;
		font-size:12px;
		margin-bottom:0px;
	}
	
	#fundinfo h3 {
		font-size:17px;
		color:#686868;
		font-family:arial;
		font-weight:normal;
		margin-bottom:-10px;
	}
	
	#fundinfo a {
		text-decoration:underline;
		color:#0b4499;
	}
	
	#fundinfo a:hover {
		color:#ff7807;
	}
	
#pmsubnav {
	position:absolute;
	background-image: url(http://direxionshares.millrgroup.com/images/pmsubnavbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	width:224px;
	line-height:16px;
	margin-left:661px;
	margin-top:-113px;
	border: 1px solid #ccc;
	font-size:12px;
	padding-left:18px;
	padding-bottom:7px;
	padding-top:7px;
	line-height:18px;
}

	#pmsubnav a {
		text-decoration:underline;
		color:#0b4499;
	}

	#pmsubnav a:hover {
		color:#ff7807;
	}
	
	#pmsubnav img {
		padding-bottom:8px;
	}
	
	#ppmsubnav {
		position:absolute;
		background-image: url(http://direxionshares.millrgroup.com/images/pmsubnavbg.png);
		background-position: left bottom;
		background-repeat: repeat-x;
		width:224px;
		line-height:16px;
		margin-left:661px;
		margin-top:-203px;
		border: 1px solid #ccc;
		font-size:12px;
		padding-left:18px;
		padding-bottom:7px;
		padding-top:7px;
		line-height:18px;
	}

		#ppmsubnav a {
			text-decoration:underline;
			color:#0b4499;
		}

		#ppmsubnav a:hover {
			color:#ff7807;
		}
	
#fsubnav {
	position:absolute;
	background-image: url(http://direxionshares.millrgroup.com/images/pmsubnavbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	width:224px;
	line-height:16px;
	margin-left:661px;
	margin-top:-73px;
	border: 1px solid #ccc;
	font-size:12px;
	padding-left:18px;
	padding-bottom:7px;
	padding-top:7px;
	line-height:18px;
}	

	#fsubnav a {
		text-decoration:underline;
		color:#0b4499;
	}

	#fsubnav a:hover {
		color:#ff7807;
	}

	#fsubnav img {
		padding-bottom:8px;
	}

	#pfsubnav {
		position:absolute;
		background-image: url(http://direxionshares.millrgroup.com/images/pmsubnavbg.png);
		background-position: left bottom;
		background-repeat: repeat-x;
		width:224px;
		line-height:16px;
		margin-left:661px;
		margin-top:-73px;
		border: 1px solid #ccc;
		font-size:12px;
		padding-left:18px;
		padding-bottom:7px;
		padding-top:7px;
		line-height:18px;
	}	

		#pfsubnav a {
			text-decoration:underline;
			color:#0b4499;
		}

		#pfsubnav a:hover {
			color:#ff7807;
		}

		.manager_description {
			display: none;
		}

#radio {
	height: 54px;
	margin-left:664px;
	padding-top:10px;
	border:1px solid #CCCCCC;
	background-image: url('/images/radio_gradient.gif');
}

#fradio {
	margin-left:664px;
	margin-top:0px;
}

#tablecell {
	width:840px;
	border: 1px solid #ccc;
	margin-left:63px;
	background-image: url(http://direxionshares.millrgroup.com/images/tablecellbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom:20px;
	padding-top:15px;
	margin-bottom:35px;
}

#gridhead {
	height:25px;
	margin-left:16px;
	list-style:none;
}

	#gridhead li {
		float:left;
		height:25px;
		line-height:25px;
		padding:0px 15px;
		background-image: url(http://direxionshares.millrgroup.com/images/gridheadbg.png);
		background-position: left bottom;
		background-repeat: repeat-x;
		color:#676767;
		font-size:12px;
		font-weight:bold;
		border-left:1px solid #bebebe;
		border-right:1px solid #bebebe;
	}

	#gridhead li a {
		color:#676767;
		font-size:12px;
		font-weight:bold;	
	}
	
	#gridhead li.current {
		background: url(http://direxionshares.millrgroup.com/images/gridheadcurrentbg.png);
		background-position: left bottom;
		background-repeat: repeat-x;
		color:#fff;
	}
	
	#gridhead li.highlight {
		background: url(http://direxionshares.millrgroup.com/images/gridheadcurrentbg.png);
		background-position: left bottom;
		background-repeat: repeat-x;
		color:#fff;	
	}
	
	#gridhead li.highlight a {
		color:#fff;	
	}
	
	#gridhead li a:hover {
		color:#fff;
	}
	
	#gridhead li.highlight a:hover {
		color:#fff;
	}
	
	#gridhead li.current a {
		color:#fff;
	}

p.pm {
	width:537px;
	margin-left:63px;
	color:#686868;
	font-size:12px;
	font-family:arial;
	line-height:18px;
}

	p.pm a {
		text-decoration:underline;
		color:#0b4499;	
	}
	
	p.pm a:hover {
		color:#ff7807;	
	}

p.btt {
	margin-left:63px;
	color:#686868;
	font-size:12px;
	font-family:arial;
	margin-bottom:70px;
	margin-top:25px;
}
	
	p.btt a {
		text-decoration:underline;
		color:#0b4499;
	}
	
	p.btt a:hover {
		color:#ff7807;	
	}

p.fund {
	width:537px;
	margin-left:63px;
	color:#686868;
	font-size:12px;
	font-family:arial;
	line-height:18px;
	margin-top:0px;
	margin-bottom:20px;
}

	p.fund a {
		text-decoration:underline;
		color:#0b4499;	
	}

	p.fund a:hover {
		color:#ff7807;	
	}

.int {
	width:570px;
	margin-left:63px;
	color:#686868;
	font-size:12px;
	font-family:arial;
	line-height:16px;
	margin-top:0px;
	margin-bottom:20px;
}

.int a {
	text-decoration:underline;
	color:#0b4499;	
}

.int a:hover {
	color:#ff7807;	
}
	
table.int {
	width:570px;
	margin-left:63px;
	color:#686868;
	font-size:12px;
	font-family:arial;
	line-height:16px;
	margin-top:0px;
	margin-bottom:20px;
}

table.int a {
	text-decoration:underline;
	color:#0b4499;	
}

table.int a:hover {
	color:#ff7807;	
}

ul.fundright {
	position:absolute;
	background-image: url(http://direxionshares.millrgroup.com/images/fundrightbg.png);
	background-position: left bottom;
	background-repeat: repeat;
	margin-left:663px;
	list-style:none;
	width:241px;
	/* height:52px; */
}
	
	ul.fundright li {
		color:#fff;
		font-weight:bold;
		font-family:arial;
		font-size:12px;
		height:26px;
		padding-left:12px;
		line-height:26px;
	}
	
	ul.fundright li a {
		color:#fff;
		text-decoration:none;
	}
	
#wtables {
	width:530px;
	margin-left:63px;
	height:75px;
}

	#wtables td {
		width:175px;
		color:#686868;
		font-size:12px;
		font-family:arial;
	}
	
	#wtables td.per {
		width:90px;
	}

	#wtables table.ltable {
		float:left;
		width:265px;
	}
	
	#wtables table.rtable {
		float:right;
		width:265px;
	}
	
ul.inside {
	float:right;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	width:240px;
	list-style-type:none;
	margin-top:-5px;
	background-image: url(http://direxionshares.millrgroup.com/images/insidebg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

	ul.inside li {
		padding-left:15px;
		padding-top:5px;
		padding-bottom:5px;
		color:#686868;
		font-family:arial;
		font-size:12px;
		font-weight:bold;
		border-bottom: 1px solid #cfcfcf;
	}
	
	ul.inside li a {
		color:#686868;
		text-decoration:none;
	}
	
	ul.inside li a:hover {
		color:#ff7807;
	}
	
/* ######## Orange Bar Downstates Styles ######## */

#aboutdownstate {
	float:right;
	height:11px;
	width:677px;
	text-align:left;
	background-image: url(http://direxionshares.millrgroup.com/images/downbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#etfdownstate {
	float:right;
	height:11px;
	width:615px;
	text-align:left;
	background-image: url(http://direxionshares.millrgroup.com/images/downbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#documentsdownstate {
	float:right;
	height:11px;
	width:475px;
	text-align:left;
	background-image: url(http://direxionshares.millrgroup.com/images/downbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
/* ######## Grid Table Styles ######## */

#tablecell table {
	width:804px;
	border: 1px solid #d7d6d6;
	margin-left:17px;
}

#tablecell td {
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	border: 1px solid #d7d6d6;
}

#tablecell td.perf {
	padding:4px 3px;
	text-align:center;
	font-size:10px;
	border: 1px solid #d7d6d6;
}

#tablecell td.gtop {
	font-weight:bold;
	color:#0b4499;
	background-color:#efeeee;
	border:none;
	padding:8px;
	font-size:10px;
	line-height:24px;
}

#tablecell td.pgtop {
	font-weight:bold;
	color:#0b4499;
	background-color:#efeeee;
	border:none;
	padding:8px 2px;
	font-size:10px;
	text-align:center;
}

#tablecell td.gheader {
	color:#fff;
	background-color:#979797;
	border:none;
	font-size:11px;
	font-weight:bold;
}

#tablecell td.blue {
	font-weight:bold;
	background-color:#D7D6D6;
	color:#686868;
	text-align:center;
	font-size:10px;
	padding: 4px 3px;
}

#tablecell td.big {
	padding-left: 5px;
	padding-right:8px;
}

#tablecell td.bigfund {
	padding-left: 5px;
	padding-right:8px;
	height:50px;
}

#tablecell td.bigfund a {
	color:#FF7807;
}

#tablecell td.bigfundhighlight {
	padding-left: 5px;
	height:50px;
	padding-right:8px;
	background-image:url(http://direxionshares.millrgroup.com/images/bigcellroll.png);
	color:#fff;
}

#tablecell td.bigfundhighlight a {
	color:#fff;
}

#tablecell tr.dark {
	background-color:#f0eeee;
	color:#686868;
	font-size:11px;
}

#tablecell tr.darkf {
	background-color:#f0eeee;
	color:#686868;
	font-size:11px;
}
	
#tablecell tr.light {
	background-color:#fff;
	color:#686868;
	font-size:11px;
}

#tablecell tr.highlight {
	background-image: url(http://direxionshares.millrgroup.com/images/grollover.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size:11px;
	color:#fff;	
	border:none;
}

#tablecell tr.highlight a {
	color:#fff;
}

#tablecell a {
	color:#686868;
}
	
/* ######## Footer Styles ######## */
	
#footer {
	clear: left;
	padding: 10px 0 0 30px;
	border-top: 1px solid #1d5296;
	list-style: none;
	font-size: 12px;
}
	
	#footer li {
		float: left;
		padding: 0 10px 0 0;
		color:#1d5296;
	}
	
	#footer li a {
		color: #1d5296;
	}
	
	#footer li a:hover,
	#footer li .current {
		color: #ff7807;
		text-decoration: underline;
	}
	
#footerint {
	clear: left;
	padding: 10px 0 0 63px;
	border-top: 1px solid #1d5296;
	list-style: none;
	font-size: 12px;
}

	#footerint li {
		float: left;
		padding: 0 10px 0 0;
		color:#1d5296;
	}

	#footerint li a {
		color: #1d5296;
	}

	#footerint li a:hover,
	#footerint li .current {
		color: #ff7807;
		text-decoration: underline;
	}
	
#legal {
	color: #555;
	margin: 60px 0 0 30px;
	font-style: italic;
	font-size: 12px;
}

	#legal .noitalic {
		font-style: normal;
	}
	
#legalint {
	color: #555;
	margin: 60px 0 0 63px;
	font-style: italic;
	font-size: 12px;
}

	#legalint .noitalic {
		font-style: normal;
	}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
     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-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  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 #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.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-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
 /* border-bottom: 1px solid #fff;*/
 border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
 /* background-color: #c4c0b8;*/
 background-color: red;
}

/* 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 tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.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-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.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 .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) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  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) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
#secondary_navigation li a {
border-bottom:1px solid #C5C5C5;
color:#0D6826;
display:block;
font-weight:bold;
height:20px;
padding:5px 20px 0;
}
#secondary_navigation li a:link {
border-bottom:1px solid #C5C5C5;
color:#0D6826;
display:block;
font-weight:bold;
height:20px;
padding:5px 20px 0;
}
#secondary_navigation li a:hover {
background-image:url(../images/secondary_nav_hover.png);
background-repeat:repeat-x;
}




