/* @override http://fore.org/calendar/css/fore.css */

body {
}



div.a  {	color: #204a66;
	text-decoration: none;
	background-color: #c4e6f8;
}

#leftColumn div.content div.event_display {
	background-color: #c4e6f8;
	border-bottom: 1px solid #2f5873;
	border-right: 1px solid #336f92;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	padding-left: 2px;
}



a.grid title {	color: #204a66;
	text-decoration: none;
	background-color: maroon;
	position: fixed;
}

.top {
	color: #A9E8FF;
	border: none;
}
.top a {
	color: #A9E8FF;
}
.top h1 {
	color: #A9E8FF;
}

.nav a {
	color: #FCCE44;
}
.content {
}


table.grid tbody th.cal_top {
	padding: 5px;
	background-color: #fff;
	font: bold 24px Arial;
}

table.grid tbody th {
	border-top: 1px solid #FFF;
	color: #3378a8;
	padding: 3px;
	background-color: #c4e6f8;
  width:79px;
}

td.day div.day_of_month {
	color: #204a66;
	
}

h2 {
	color: #204a66;
}

table.grid {
	margin: 0;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #336f92;
	border-right: 1px solid #336f92;

	position: relative;
	z-index: 0;
}



#event_display {
	border: 5px solid #336f92;
}
table.grid td {
	margin: 0;
	border: none;
	vertical-align: top;
	border-bottom: 1px solid #A4CADD;
	padding: 3px 3px 3px 1px;
	color: #96bfd7;
	border-right: 1px solid #A4CADD;
	background-color: #fff;
	top: 3px;
	position: relative;
}

table.grid th {
	position: relative;
	width: 79px;
	text-align: center;
}


table.grid td.day {
	height: 75px;
  width: 79px;
}

table.grid td#today {
	background-color: #FEFDC1;
}
table.grid ul,table.grid ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item .time {
	margin-bottom: 3px;
	color: #204a66;
	font-size: 11px;
	font-weight: bold;
}

div.item {
	border-left: 2px solid #204a66;
	padding-left: 2px;
}

div.bottom {
	border: none;
	background-color: #ADD2E7;
	margin: 10px;
	color: #1A3A60;
	border-bottom: 1px solid #73B2D5;
}
form#top_form {
	height: 2em;
}
form#top_form label {
	margin: 7px;
	float: left;
}
form#top_form label a img {
	display:inline;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}
form#top_form input.submit {
	background-color: #0B75AE;
	border-width: 1px;
	color: #FFF;
	border-bottom: 1px solid #085077;
	border-right: 1px solid #085077;	
	width: 120px;
	float: right;
	margin: 7px;
}
#main.calendar {
	background: #FFFFEB url(../images/background.png) top left repeat-x;
}
.calendar #leftColumn {
	margin-left: 8px;
}

#leftColumn div.content {
	margin-right: 10px;
	width: 100%;
	background-color: white;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
}


/* @override http://fore.org/css/all.css */

body,a{
	font:normal 11px arial,sans-serif;
	color:#000;
	text-decoration:none;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
h1 {
	color:#1D3E73;
	font-size:16px;
	margin-top:0px;
	margin-bottom:10px;
}
h2 {
	color:#0A73AB;
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
}
h3 {
	color:#1385C2;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	color:#1385C2;
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
}

body,form{
	margin:0;
	padding:0;
}
img{
	border:none;
	display:block;
}
img.inline{
	border:none;
	display:inline;
}
select,input{vertical-align:middle;}
#header{
	width:760px;
	height:163px;
	margin:0 auto;
	border-right: 2px solid #aaa;
	border-left: 2px solid #aaa;
	position:relative;
	background-image: url(../bg_draft1.jpg);
	background-repeat: no-repeat;
}
#header span.text,
#header a.logo{
	display:block;
	text-indent:-3000px;
	overflow:hidden;
	white-space:nowrap;
	position:absolute;
}
#header a.logo{
	width:176px;
	height:129px;
	left:25px;
	top:14px;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-color: 173d01;
}
#header span.text{
	width:217px;
	height:59px;
	left:505px;
	top:50px;
	background-image: url(../header_text_09.png);
	background-repeat: no-repeat;
}
#header .top{float:right;}
#header .top form{
	float:left;
	padding:3px 3px 0;
}
* html #header form{padding-top:1px;}
#header .top form select{
	float:left;
	font:normal 11px/17px arial,sans-serif;
	height:17px;
	width:110px;
}
#header ul{
	margin:0;
	padding:0;
	text-align:center;
	float:left;
}
#header ul li{
	display:inline;
	list-style-type:none;
	font:11px/22px arial,sans-serif;
	color:#6C81A4;
}
#header ul a{
	font:11px/22px arial,sans-serif;
	color:#BCC5D5;
	margin:0 3px 0 0;
}
#header form.search{
	position:absolute;
	left:580px;
	top:132px;
}
#header form.search div,
#header form.search input{float:left;}
#header form.search div{
	border:1px solid #fff;
	margin:0 5px 0 0;
}
#header form.search input.text{
	width:100px;
	height:14px;
	border:1px solid #AAA;
	background:#fff url(../images/search-bg.gif) repeat-x;
	font:11px/14px arial,sans-serif;
	color:#333;
	padding:2px 3px 1px;
}
* html #header form.search input.text{margin:0 -5px 0 0;}
.safari #header form.search input.text{
	width:106px;
	height:17px;
}
#footer{
	width:760px;
	height:50px;
	margin:0 auto;
		border-right: 2px solid #aaa;
	border-left: 2px solid #aaa;
	
	background:url(../images/footer-bg.gif) repeat-x;
	clear:both;
	border-bottom: 2px solid #aaa;
	line-height:0;
}
#footer ul{
	margin:0;
	padding:7px 0 0 0;
	text-align:center;
}
#footer ul li{
	display:inline;
	list-style-type:none;
	font:11px/15px arial,sans-serif;
	color:#fff;
	margin:0;
}
#footer ul a{
	font:11px/15px arial,sans-serif;
	color:#fff;
	margin:0 3px 0 0;
}
#footer br{
	margin:0;
}
#main{
	width:760px;
	overflow:hidden;
	margin:0 auto;
		border-right: 2px solid #aaa;
	border-left: 2px solid #aaa;
	background:url(../images/main-bg.gif) repeat-y;
}
#nav{
	float:left;
	margin:0;
	padding:0;
}
#nav li{
	float:left;
	list-style-type:none;
}
#nav li a{
	display:block;
	text-indent:-3000px;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	height:47px;
	width:115px;
	background:url(../images/top-nav.gif) no-repeat;
}
#nav #patients a{background-position:0 0;}
#nav #professionals a{background-position:-115px 0;}
#nav #research a{background-position:-230px 0;}
#nav #resources a{background-position:-345px 0;}
#nav #news a{width:114px;background-position:-460px 0;}
#nav #patients.active a,#nav #patients.hover a,#nav #patients:hover a{background-position:0 100%;}
#nav #professionals.active a,#nav #professionals.hover a,#nav #professionals:hover a{background-position:-115px 100%;}
#nav #research.active a,#nav #research.hover a,#nav #research:hover a{background-position:-230px 100%;}
#nav #resources.active a,#nav #resources.hover a,#nav #resources:hover a{background-position:-345px 100%;}
#nav #news.active a,#nav #news.hover a,#nav #news:hover a{background-position:-460px 100%;}
#nav li:hover,#nav li.hover{
	position:relative;
	z-index:1000;
}
#nav li:hover li,#nav li.hover li{background:none;}
#nav li:hover div,#nav li.hover div{display:block;}
#nav div{
	display:none;
	position:absolute;
	top:47px;
	left:1px;
	width:118px;
	padding:0 0 4px;
	background:url(../images/sub-nav-bg.png) repeat-y;
}
#nav div span{
	display:block;
	width:118px;
	height:4px;
	position:absolute;
	left:0;
	font:1px sans-serif;
}
#nav div span.top{
	top:0;
	background:url(../images/sub-nav-top.gif) no-repeat;
}
#nav div span.bottom{
	bottom:0;
	background:url(../images/sub-nav-bottom.png) no-repeat;
	width:115px;
}
#nav ul{
	float:left;
	position:relative;
	margin:0;
	padding:3px 3px 3px 1px;
	background:#C4E6F8;
	width:111px;
}
#nav ul li{
	width:100% !important;
	float:left;
}
#nav ul a{
	text-indent:0;
	background:none;
	white-space:normal;
	width:89px !important;
	height:auto;
	padding:2px 0 14px 22px;
	background:url(../images/sub-bg.gif) no-repeat !important;
	color:#005887;
	font:normal 11px/14px arial,sans-serif;
}
#nav ul a:hover{
	background:#F1FDFF url(../images/sub-hover.gif) no-repeat !important;
	text-decoration:none;
}
#leftColumn{
	float:left;
	width:100%;
	display:inline;
	margin-left:10px;
	padding:5	px 0;
}
#leftColumn p{
	font-size:12px;
}
#leftColumn a{
	font-size:12px;
	text-decoration:underline;
	color: #1385c2;
}
#leftColumn a:hover{
	text-decoration:underline;
		color: #1385c2;	
	background-color: white;
}
#leftColumn ol{
	margin-top:5px;
}
#leftColumn strong.title{
	display:block;
	width:100%;
	height:23px;
	background:url(../images/title-border.gif) repeat-x 0 100%;
	z-index:0;
}
#leftColumn strong.title a{
	float: inherit;
	clear: right;
	font:normal 11px/23px arial,sans-serif;
	color:#0085CB;
	text-decoration:underline;
}
#leftColumn strong.title a:hover{text-decoration:none ;}
#leftColumn strong.title span{
	display:block;
	text-indent:-3000px;
	white-space:nowrap;
	overflow:hidden;
	height:23px;
	width:50%;
	background:no-repeat;
}
#leftColumn strong.forefront span{background-image:url(../images/forefront.gif);}
#leftColumn .block{
	padding:20px 0 5px;
	border-bottom:1px solid #C0C0C0;
	width:100%;
	float:left;
	min-height:28px;
	background:no-repeat 10px 20px;
}
* html #leftColumn .block {height:28px;}
#leftColumn .patients {background-image:url(../images/icon-patients.gif);}
#leftColumn .research {background-image:url(../images/icon-research.gif);}
#leftColumn .professionals {background-image:url(../images/icon-prof.gif);}
#leftColumn .news {background-image:url(../images/icon-news.gif);}
#leftColumn .block strong{
	float:right;
	width:503px;
	padding-right:15px;
	font:bold 14px/14px arial,sans-serif;
	color:#356299;
}
#leftColumn .block strong a{
	font:bold 14px/14px arial,sans-serif;
	color:#356299;
}
#leftColumn .block p{
	float:right;
	width:503px;
	padding-right:15px;
	margin:0;
	font:12px/16px arial,sans-serif;
	color:#62625D;
}
#leftColumn .block p a{
	font:12px/16px arial,sans-serif;
	color:#0085CB;
	text-decoration:underline;
}
#leftColumn .block p a:hover{text-decoration:none;}
#leftColumn .block p.date{
	font:10px/10px verdana,sans-serif;
	margin:0 0 10px;
}
#rightColumn{
	float:right;
	width:186px;
	height:100%;
	display:inline;
	background:url(../images/right-bg.gif) repeat-x;
}
#rightColumn .block{
	width:176px;
	padding:8px 0 2px 10px;
	float:left;
	background:url(../images/right-border.gif) no-repeat 0 100%;
}
#rightColumn form{
	width:100%;
	float:left;
}
#rightColumn form input{float:right;}
#rightColumn form input.text{
	width:95px;
	height:16px;
	border:1px solid #AAA;
	background:#fff url(../images/search-bg.gif) repeat-x;
	font:11px/16px "Trebuchet MS",trebuchet,sans-serif;
	color:#969696;
	padding:1px 3px 0;
	float:left;
}
.safari #rightColumn form input.text{
	width:101px;
	height:17px;
}
#rightColumn strong{
	display:block;
	text-indent:-3000px;
	overflow:hidden;
	white-space:nowrap;
	height:26px;
	width:100%;
	background:no-repeat;
	clear:both;
}
#rightColumn p{
	margin:0 0 10px;
	width:170px;
	float:left;
	font:bold 12px/16px "Trebuchet MS",trebuchet,sans-serif;
	color:#5A95B5;
}
#rightColumn p span{display:table;}
* html #rightColumn p span{
	height:0;
	display:block;
}
#rightColumn p.button{
	margin:0;
	width:100%;
	display:block !important;
	float:none !important;
}
#rightColumn p.button img{
	float:right;
	position:static !important;
	margin:0 !important;
}
#rightColumn p a{color:#4CC1FA;}
#rightColumn .newsletter,
#rightColumn .donate{background-image:url(../images/right-big-border.gif);}
#rightColumn .newsletter strong{background-image:url(../images/newsletter-title.gif);}
#rightColumn .donate strong{background-image:url(../images/donate-title.gif);}
#rightColumn .donate p{
	float:none;
	margin:-5px 0 0;
	padding:0 0 15px;
	width:auto;
	display:table;
}

#rightColumn .donate img{
	position:relative;
	left:-12px;
	top:-5px;
	float:left;
	margin-top: 0;
	margin-right: -15;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: d2e4ee;
}
#rightColumn .resources strong{background-image:url(../images/res-title.gif);}
#rightColumn .resources p{
	font:11px/13px arial,sans-serif;
	float:right;
	padding:0 2px 5px 23px;
	width:147px;
	background:url(../images/res-icon.gif) no-repeat 0 3px;
	color:#668BB1;
}
#rightColumn .faces strong{background-image:url(../images/faces-title.gif);}
#rightColumn .faces p{
	float:none;
	margin:0 0 0;
	padding:0 5px 0 0;
	width:auto;
	display:table;
	font:11px/13px "Trebuchet MS",trebuchet,sans-serif;
	color:#4F7DAD;
}
#rightColumn .faces img{
	position:relative;
	left:-5px;
	top:0;
	float:left;
}
#rightColumn .info strong{background-image:url(../images/info-title.gif);}
#rightColumn .info p{
	float:none;
	margin:0 0 0;
	padding:0 5px 15px 0;
	width:auto;
	display:table;
	font:11px/13px "Trebuchet MS",trebuchet,sans-serif;
	color:#4F7DAD;
}
#rightColumn .info img{
	position:relative;
	left:0;
	top:0;
	float:left;
	margin-right:5px;
}

/*----- Table styles -----*/
.content {
	color: #4b4b4b;
	font-size: 11.5px;
	line-height: 13pt;
	font-family: Arial, Helvetica, Geneva, Swiss;
	text-decoration: none;
}
.headertable {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss;
	text-decoration: none;
	background-color: #a19d7f;
}
.contenttablesub {
	color: #a19d7f;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss;
	text-decoration: none;
}
.contenttable {
	color: #4b4b4b;
	font-size: 11.5px;
	font-family: Arial, Helvetica, Geneva, Swiss;
	test-decoration: none;
}
.contenttablesd {
	color: #4b4b4b;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss;
	text-decoration: none;
	background-color: #efeed7;
}
.contenttablebold {
	color: #4b4b4b;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss;
	text-decoration: none;
}
.sitemap {
	color:#ffffff;
	font-weight:bold;
	background-color:#5D96CE;
	font-size:11px;
	text-align:left;
}

#audit {
	position:relative;
	margin:0 0 10px 0;
	width:540px;
	border-bottom:1px solid #1D3E73;
}

#audit a{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.redtext {
	color:#FF0000;
}

#pageaxn {
	position:relative;
	margin-top:-20px;
	margin-left:260px;
	margin-bottom:0px;
	width:300px;
}
#pageaxn a{
	font-size:10px;
}
#sitemaplist{
margin:0;
padding:0;
}
#sitemaplist ul{
list-style-type:square;
margin:0 0 0 0;
padding:0;
}
#sitemaplist li{
margin-left:20px;
padding:0;
list-style-position:outside;
}
.abh {
	height: 100px;
	width: 80px;
}
.Huesos_2008 {
	height: 300px;
	width: 200px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
}
.text {
	height: 400px;
	width: 300px;
}
.greytext {
}

#manage-bar {
	display: none;
}
