/* CSS Document */


/*---------- ReDefinitions ----------*/

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	}
	
a {
	text-decoration: none;
	}
	
img {
	border: 0px;
	}
	
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #3A6D8E;
	border-bottom: 1px solid #B9B9B9;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;


	
	}
	
h3 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #817D7D;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #B9B9B9;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #5A9B98;
}	
	
/*---------- General Definitions --------*/
a.seriflink:link, a.seriflink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #7C9CBB;
	}
	
a.seriflink:hover, a.seriflink:active {
	text-decoration: underline;
	color: #D5AE1D;
	}
	
a.boldlink:link, a.boldlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A9B98;
	}
	
a.boldlink:hover, a.boldlink:active {
	text-decoration: underline;
	}

input.btnhov {
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   }

	
/*---------- Container ----------*/

#container, #contentwrap { /*contentwrap id is necessary to display content in DW due to template usage*/
	width: 720px;
	margin: 0px auto;
	text-align: center;
	}

#flashbox {
	height: auto;
	width: 725px;
	left: 0px;
	top: 0px;
	}
	
#flowside{
	background:transparent  no-repeat scroll 0%;
    /* container dimensions */ 
    position: relative;
    display:block;
    padding: 0px 0px 8px 0px;
    height:110px; 
    width:182px; 
}
#splashplayer { 
     
    /* background image */ 
    background:transparent  no-repeat scroll 0%; 
    background-image: url(../Downloads_and_Media/playerimage.png);
     
    /* container dimensions */ 
    display:block; 
    height:199px; 
    width:236px; 
     
    /* padding will show the surroundings even when the player is loaded */ 
    /*padding: 73px 0 33px 0;*/
     
    /* make play button centerered horizontally */  
    text-align:center; 
    color:#000;
    outline:none;
}
div.playercontrols {
	position:relative;
	height:33px;
	width:236px;
	background:#9BB3CC; 
	/*background:#000000 url(../Downloads_and_Media/hulu.png) repeat-x 0 -4px; */
}
/* when play button toggles between play/pause class 
	we move it's background image */
div.playercontrols a.play, div.playercontrols a.pause { 
	position:absolute;
	width: 14px;
	height:18px;
	top: 18px;
	left: 5px;
	text-indent:-999em;
	cursor:pointer;
	overflow:hidden;
	background:url(../flowplayer/play_icon.png) center top no-repeat;
	margin-top: -10px;	
}


/* pause state */
div.playercontrols a.pause { 
	/*background-position:center -10px -148px;*/
	background: url(../flowplayer/pause.png);
	width:14px;
	height: 18px;
	/*background-position:-10px;*/
}
div.playercontrols div.mute{


}
div.playercontrols a.fullscreen{
	position: absolute;
	width: 20px;
	height: 14px;
	left: 203px;
	background: url(../flowplayer/fullscreen.png) center top no-repeat;
	text-indent:-999em;
	cursor:pointer;
	overflow:hidden;
	top: 10px;

}

/* the timeline (or "scrubber")  */
div.playercontrols div.track { 
	position:absolute;
	top:10px;	
	height:18px;
	left:23px;
	background:url(../flowplayer/track2.png) no-repeat;
	text-align:left;
	cursor:pointer;
	width:171px;
}
/* the draggable playhead */
div.playercontrols div.playhead { 
	/*position:absolute;	
	height:12px;
	background:url(../flowplayer/playhead.png) no-repeat;
	cursor:pointer;
	top:0px; 
	width:12px;*/
	display:none;
}
/* buffer- and progress bars. upon runtime the width of these elements grows */
div.playercontrols div.progress, div.playercontrols div.buffer {	
	background-color:#fff;
	height:6px;
	margin:3px 4px;
	width:0px;
	position:absolute;
	left: 3px;
	top:0;
	font-size:0px;	
	
	/* this is the way to fine tune buffer and progress max width */
	max-width:157px;
}
div.playercontrols div.buffer {
	background-color:#999;
}
/* some proprietary styling for progress bar under mozilla */
div.playercontrols div.progress {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topleft:2px;	
}

div.

/* hide time and controls in Apple look */
div.playercontrols div.playhead, div.playercontrols a.unmute {
	display:none;		
}
div.playercontrols div.time{
	display: none;
}

/*---------- Header ----------*/

#header {
	width: 720px;
	height: 113px;
	text-align: left;
	position: relative;
	}
	
.jevslogo {
	margin: 25px 80px 0px 0px;
	float: left;
	border: none;
 	}
	
#searchbtn {
	float: left;
	margin-top: 6px;
	}
	
#headerform {
	text-align: right;
	width: 475px;
	height: 25px;
	margin: 0px 0px 0px 225px;
	}


/*---------- Header Nav ----------*/

#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 350px;
	float: left;
	}

#mainnav img {
	border: none;
	}

#mainnav ul.ul_nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
#mainnav li {
	float: left;
	background: url(../images/mainnav_graphic.gif) no-repeat top left;
	padding: 0px 17px 0px 20px;
	margin: 0px;
	}

#mainnav li a {
	display: block;
	float: left;
	text-decoration: none;
	border: none;
	padding: 10px 0;
	color: #666666;
	height: 100%;
	}

#mainnav li a:hover {
	color: #D5AE1D;
	text-decoration: underline;
	}


/*---------- Program Column ----------*/

#programcolumn {
	width: 182px;
	float: left;
	text-align: right;
	padding: 20px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
	}

#programbox {
	width: 182px;
	text-align: left;
	}

#programbox a:link, #programbox a:visited {
	height: 24px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #FFF;
	padding: 9px 0px 0px 36px;
	}
	
#programbox a:hover, #programbox a:active {
	color: #FFF;
	}
	
a.pbox1:link, a.pbox1:visited {
	font-weight: bold;
	background: URL(../images/pbox1_btn.jpg) no-repeat top left;
	}
	
a.pbox1:hover, a.pbox1:active {
	background: URL(../images/pbox1_btn_over.jpg) no-repeat top left;
	}
	
a.pbox2:link, a.pbox2:visited {
	font-weight: bold;
	background: URL(../images/pbox2_btn.jpg) no-repeat top left;
	}
	
a.pbox2:hover, a.pbox2:active {
	background: URL(../images/pbox2_btn_over.jpg) no-repeat top left;
	}
	
a.pbox3:link, a.pbox3:visited {
	font-weight: bold;
	background: URL(../images/pbox3_btn.jpg) no-repeat top left;
	}
	
a.pbox3:hover, a.pbox3:active {
	background: URL(../images/pbox3_btn_over.jpg) no-repeat top left;
	}
	
#pcolumncallout {
	position: relative;
	width: 182px;
	text-align: left;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 7px 0px 10px 0px;
	margin: 7px 0px;
	}
#pcolumncallout-tickets {
	width: 182px;
	text-align: left;
	border-top: 1px solid #c2c2c2;
	
	padding: 7px 0px 10px 0px;
	margin: 7px 0px;
	}
#pcolumncalloutimg {
	float: left;
	padding-right: 3px;
	}
	
#pcolumncallout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A9B98;
	margin: 0px 0px 8px 0px;
	}
	
#pcolumncallout p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px 0px 5px 0px;
	}

#pcolumncallout a:link, #pcolumncallout a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #7C9CBB;
	}

#pcolumncallout a:hover, #pcolumncallout a:active {
	color: #D5AE1D;
	text-decoration: underline;
	}

#programmenu {
	padding: 0px;
	margin: 0px;
	}
	
#programmenu h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px 0px 8px 0px;
	padding: 9px 0px 0px 36px;
	}
	
#programmenu a:link, #programmenu a:visited {
	height: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	padding: 3px 0px 3px 14px;
	margin: 0px;
	}
	
#programmenu a:hover, #programmenu a:active {
	font-style: italic;
	}

#bluemenu {
	background: #9BB3CC url(../images/programmenu_findhelp_img.gif) no-repeat top left;
	}

#bluemenu h1 {
	color: #5E8BB9;
	}
	
#bluemenu a.headerlink:link,#bluemenu a.headerlink:visited  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #5E8BB9;
	background: none;
	margin: 0px 0px 8px 0px;
	padding: 9px 0px 0px 36px;
	}

#bluemenu a.headerlink:hover, #bluemenu a.headerlink:active {
	font-style: normal;
	}

#bluemenu a:hover,  .bluemenucurrent {
	background: #5E8BB9;
	}
	
#greenmenu {
	background: #B5B87D url(../images/programmenu_helpothers_img.gif) no-repeat top left;
	}

#greenmenu h1 {
	color: #868944;
	}

#greenmenu a.headerlink:link, #greenmenu a.headerlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #868944;
	background: none;
	margin: 0px 0px 8px 0px;
	padding: 9px 0px 0px 36px;
	}

#greenmenu a.headerlink:hover, #greenmenu a.headerlink:active {
	font-style: normal;
	}

#greenmenu a:hover,  .greenmenucurrent {
	background: #868944;
	}
	
#brownmenu {
	background: #A18E2C url(../images/programmenu_learnmore_img.gif) no-repeat top left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

#brownmenu h1 {
	color: #7C7001;
	}

#brownmenu a.headerlink:link, #brownmenu a.headerlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #7C7001;
	background: none;
	margin: 0px 0px 8px 0px;
	padding: 9px 0px 0px 36px;
	}

#brownmenu a.headerlink:hover, #brownmenu a.headerlink:active {
	font-style: normal;
	}

#brownmenu a:hover,  .brownmenucurrent {
	background: #7C7001;
	}

#brownmenu a.brownmenubottom:link, #brownmenu a.brownmenubottom:visited {
	background: url(../images/brownmenu_footer.gif) no-repeat bottom left;
	}	

#brownmenu a.brownmenubottom:hover, #brownmenu a.brownmenubottom:active {
	background: #A18E2C url(../images/brownmenu_footer.gif) no-repeat bottom left;
	cursor: default;	
	}
	
#brownmenu a.brownmenubottom:link, #brownmenu a.brownmenubottom:visited {

            height: 4px;

            font-size: 4px;

            background: url(../images/brownmenu_footer.gif) no-repeat bottom left;

            }          

 

#brownmenu a.brownmenubottom:hover, #brownmenu a.brownmenubottom:active {

            background: #A18E2C url(../images/brownmenu_footer.gif) no-repeat bottom left;

            cursor: default;  

            }

/*---------- Content Column ----------*/

#contentcolumn {
	width: 520px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	}
	
#programcontentcolumn {
	width: 500px;
	margin-left: 20px;
	float: left;
	text-align: left;
	}

#contentcolumn h1, #programcontentcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #787474;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

#headerbox {
	background: URL(../images/headerbox_rule.gif) no-repeat top right;
	padding: 30px 0px;
	margin-bottom: 2px;
	border-bottom: 7px solid #F6F1CD;
/*	text-align: left; */
	}
	
#headerimg {
	padding: 0px;
	margin: 0px;
	text-align: right;
	}
	
#contentbox {
	margin: 0px;
	padding: 27px 0px 0px 26px;
	background-image: url(../images/headerbox_rule2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	}

	
#programcontentbox {
	border-top: 1px solid #c2c2c2;
	margin: 0px;
	padding: 27px 0px 0px 0px;
	}
#programheaderbox {
	margin: 0px;
	padding: 27px 0px 0px 0px;
	}
#programcontentbox2 {
	margin: 0px;
	padding: 27px 0px 0px 0px;
	}		
	
#contentbox p, #programcontentbox p, #programcontentbox li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
#programcontentbox li { margin: 0; }	
	
#leftcontentcolumn {
	width: 300px;
	float: left;
	padding-right: 20px;
	margin: 0 0 20px 0;
	}
	
#leftcontentcolumn dl {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#leftcontentcolumn dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #3A6D8E;
	border-bottom: 1px solid #B9B9B9;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
	}
	
#leftcontentcolumn dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}
		
#rightcontentcolumn {
	width: 167px;
	float: right;
	}

#rightcontentcolumn .img1 {
	margin-top: 16px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	}
	
#rightcontentcolumn p {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	font-style: italic;
	margin-top: 10px;
	}	
	
ul.middot {
	list-style-image: url(../images/middot.gif);
	list-style-position: outside;
	margin: 0;
	margin-bottom: 1em;
	margin-left: 1.4em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
}
ul.middot li {
	line-height: 19px;	
}

#lowercontent{
	width: 100%;
	height: 250px;
	margin-top: 16px;
}

/*---------- Flow Player ------------*/
#flowplayer {
	width: 250px;
	height: 234px;
	float: left;
	position: relative;
}
/*---------- Callout Boxes ----------*/

#calloutbox {
	width: 466px;
	height: 252px;
	text-align: left;
	/* border-top: 1px solid #C2C2C2;*/
	padding-top: 11px;
	float: right;
	}

#callouttopleft{
	border-bottom-color: #c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 221px;
	margin-bottom: 8px;
	float: left;
	padding: 0px 0px 2px 0px
}
#callouttopright{
	width: 234px;
	border-bottom-color: #c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 8px;
	float: right;
	padding: 0px 4px 2px 6px;

}
#calloutbottomleft{
	border-bottom-color: #c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 221px;
	float: left;
	padding: 0px 0px 0px 0px; 
}
#calloutbottomright{
	width: 234px;
	border-bottom-color: #c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: right;
	padding: 0px 4px 0px 6px;
}

	
.calloutborder {
	/*border-right: 1px dotted #9c9c9c;*/
	background: url(../images/calloutborder.gif) no-repeat top right;
	}

#calloutimg {
	float: left;
	width: 94px;
	}
	
#calloutbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A9B98;
	margin: 0px 0px 8px 0px;
	}
	
#calloutbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#calloutbox a:link, #calloutbox a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #7C9CBB;
	}

#calloutbox a:hover, #calloutbox a:active {
	text-decoration: underline;
	color: #D5AE1D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}


/*---------- Footer ----------*/

#footer {
	width: 720px;
	height: auto;
	text-align: right;
	vertical-align: middle;
	/*border-top: 1px solid #C2C2C2;*/
	padding-top: 5px;
	margin: 0px auto;
	clear:both; /*for dreamweaver and firefox display*/
	}
	
#footercontent {
	float: right;
	width: 590px;
	padding-top: 4px;
	}
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 0px;
	padding: 0px 0px 0px 2px;
 	}
	
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 0px 3px;
	padding: 0px;
 	}
		
#footer a:hover {
	color: #D5AE1D;
	text-decoration: underline;
 	}
		
#footerbtn {
	width: 240px;
	float: right;
	margin: 0px;
	}
	#container #contentwrap #flashText {
	visibility: hidden;
	display: none;
}

 .donatebutton
{
	position: relative;
	font-family: Georgia;
	font-size: 12px;
	color: #787474;
	background: url(../images/donatenow_over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 182px;
	height: 34px;
	margin: 0;
	padding: 0 0 10px 0;
	
}

.donatebutton a
{
display: block;
font-family: Georgia;
font-size: 12px;

color: #787474;
width: 182px;
height: 34px;
display: block;
float: left;
text-decoration: none;
}

.donatebutton img
{
width: 182px;
height: 34px;
border: 0
}

* html a:hover
{
visibility:visible
}

.donatebutton a:hover img
{
visibility:hidden
}

.donatebutton span
{
position: absolute;
left: 45px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
.eventstable{
border=0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;}








#video_home-modifications {
position: relative;
margin-top: 2815px;


}





#video_nursing-home-transistions{
position: relative;
margin-top: 685px;

}













#flashbox {
outline: 0px dashed #f00;
height: 348px;
position: relative;


background-image: url(../images/homepage_bg.gif);
background-repeat: no-repeat;


z-index: 0;



}

#homepage-findhelp {
position: absolute;
top: 49px;
/*KEEP THIS LEFT:0PX TO MAKE IE6 BEHAVE*/
left: 0px;
background: url(../images/homepage_btn_findhelp_bg.gif) no-repeat 0px 0px;
display: block;

width: 331px;
height: 157px;
outline: 0px dashed #000;


z-index: 2;
}

#homepage-findhelp:hover {
background-position: 0px -157px;

}

#homepage-findhelp h3 {
font:italic 18px Georgia, "Times New Roman", Times, serif;
text-transform:none;
color: #ffffff;
text-align: left;
margin: 9px 17px 7px 17px;
border: 0px;
line-height: 23px;
}
#homepage-findhelp p {
font: 12px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align: left;
margin:0px 18px 10px 18px;
line-height: 16px;
}


#homepage-findhelp span {
font: bold italic 14px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align: left;
position: absolute;
left: 38px;
top: 125px;
}

#homepage-findhelp:hover span {
text-decoration: underline;
color: #325170;



}










#homepage-helpothers {
position: absolute;
top: 211px;
/*KEEP THIS LEFT:0PX TO MAKE IE6 BEHAVE*/
left: 0px;
background: url(../images/homepage_btn_helpothers_bg.gif) no-repeat;
display: block;

width: 164px;
height: 113px;
outline: 0px dashed #000;
z-index: 2;
}
#homepage-helpothers:hover {
background-position: 0px -113px;


}


#homepage-helpothers p {
font: 12px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align: left;
margin:11px 13px 10px 13px;
line-height: 16px;
}


#homepage-helpothers span {
font: bold italic 11px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align: left;
position: absolute;
left: 38px;
top: 80px;


}

#homepage-helpothers:hover span {
text-decoration: underline;
color: #666633;


}






#homepage-learnmore {
position: absolute;
top: 211px;
left: 168px;
background: url(../images/homepage_btn_learnmore_bg.gif) no-repeat;

display: block;


width: 162px;
height: 113px;
outline: 0px dashed #000;
z-index: 2;
}

#homepage-learnmore:hover {
background-position: 0px -113px;


}

#homepage-learnmore p {
font: 12px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align: left;
margin:10px 10px 10px 13px;
line-height: 16px;
}


#homepage-learnmore span {
font: bold italic 11px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align: left;
position: absolute;
left: 38px;
top: 80px;
}

#homepage-learnmore:hover span{
text-decoration: underline;
color:#433c01;

}

#homepage-slides {
position: absolute;


top: 26px;
left: 0px;
outline: 0px dashed #00f;
z-index: 1;

}


#homepage-slides img{
position: absolute;
left: 0;
top: 0;


}



#header {
z-index: 1;


}
/* -- Calendar Stuff -- */

#cal {
	width:182px;
	background-color: #FFFFFF;
	position: relative;
	margin-top:10px;
}

#calMonthHeader {
	background-repeat:repeat-x;
	width: 180px;
	height: 24px;
	margin-left:2px;
}

#calMonthHeaderYear {
	position: relative;
	float: left;
	height: 24px;
	text-align: center;
	width: 150px;
}
#calMonthHeaderYear a {
	text-align: center;
	font-style: italic;
	font-family: Georgia;
	font-size:16px;
	color: #5A8BB7;
	text-decoration: none;
}

#calMonthHeaderYear a:hover {
	text-decoration: underline;
	color: #5A8BB7;
}

#calMonthHeaderMonthNav {
	/*width: 264px;*/
	position: absolute;
	height: 20px;
	top: 30px;
}

div#calMonthHeaderNext {
	width: 14px;
	position: relative;
	height: 21px;
	text-decoration: none;
	text-align: right;
	float: left;
	padding-top: 3px;
}

div#calMonthHeaderNext a:hover {
}

div#calMonthHeaderNext img {


}

div#calMonthHeaderNext span {

}

div#calMonthHeaderPrev {
	position: relative;
	width: 14px;
	height: 21px;
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	font-size: 12px;
	float: left;
}

div#calMonthHeaderPrev a:hover {
	color: #ea6622;
}

div#calMonthHeaderPrev img {
}

div#calMonthHeaderPrev span {
}

#calHeader {
	background-color: #5F8BB8;
	width: 178px;
	height: 24px;
	margin-left:3px;
}

* html #calHeader {
	width: 178px;
}

#calHeader ul {
	margin: 0;
	padding: 0 0 0 0px;
	padding-left:1px;
	list-style: none;
}

#calHeader ul li {
	color: #fff;
	cursor: default;
	font-size: 12px;
	font-family:Arial;
	height: auto;
	padding-top: 2px;
	padding-left:0px;
	text-align: center;
	float: left;
	margin: 1px 0 0 0px;
	width: 25px;
}

#calDays {
	clear: left;
	padding: 5px 0 10px 4px;
	width: 255px;
	min-height: 250px;
}

* html #calDays {
	height: 250px;
	width: 255px;
}

#calDays ul {
	margin: 0 0 0 3px !important;
	/*overflow: auto;*/ /* for Moz to properly due height */
		padding: 0;
	list-style: none;
	width: 100%; /* for IE to properly due height */
}

#calDays ul li {
	float: left;
	height: 24px;
	height: 40px;
	margin: 1px 0 0 1px;
	width: 24px;
	_display: inline;
	background-color:#fff;
}

#calDays ul li.sunday {
	margin-left: 1px;
}

#calDays ul li.monday {
	margin-left: 25px;
}

#calDays ul li.tuesday {
	margin-left: 49px;
}

#calDays ul li.wednesday {
	margin-left: 73px;
}

#calDays ul li.thursday {
	margin-left: 121px;
}

#calDays ul li.friday {
	margin-left: 145px;
}

#calDays ul li.saturday {
	margin-left: 169px;
}

#calDays ul li div {
	color: #000;
	display: block;
	font: 10px/10px Verdana;
	height: 33px;
	width: 24px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
}

* html #calDays ul li div {
	height: 33px;
	width: 24px;
}

#cal #calDays ul li div.today { /* MR */
	color: #005480;
	background-color: #fdb715;
}

#cal #calDays ul li div.today {
	color: #005480;
	background-color: #fdb715;
}

/*differences from big calendar*/
	#cal div.calDayData {
	display: none;
}

#cal #calDays li.data ul.calDayShort {
	width: 280px;
	position: absolute;
	left: 265px;
	top: 28px;
}

#cal li.data .dyn {
	display:none;
}

#cal li.data .on {
	text-decoration: underline;
	color: #000;
}

#cal li.div today {
	color: #005480;
	background-color: #fdb715;
}

#cal #calDays li.data .calDayShort li {
	float: none;
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 0 3px 10px;
	padding: 2px 0 2px 5px;
	/* TODO: set background colors as classes based on venue */
		background-color: #fbe2d3;
	color: #b45d2c;
	position: relative;
}

#cal #calDays li.data .calDayShort li a {
	position: absolute;
	top: 2px;
	right: 10px;
	cursor: hand;
	cursor: pointer;
	background-image: none;
}

#cal #calDays li.data .calDayShort li a.detail {
	position: static;
}

#cal #calDays li.click div.today {
	cursor: hand;
	cursor: pointer;
}

#cal #calDays li.click div.today li {
	cursor: default;
}

#cal div.more {
	display: none;
}

#calendarTable {
	margin-top: 5px;

	padding-bottom: 5px;
	margin-bottom: 5px;
	
}

#calendarTable td {
	width: 24px;
	height: 40px;
	
}

#calendarTable td.dayOfTheMonth {
	background-color: #9BB3CD;
}
#calendarTable td.dayOfTheMonthEmpty {
	background-color: #9BB3CD;
}
.dayOfTheMonthNumber {
	color: #FFFFFF;
	display: block;
	font: 10px/10px Verdana;
	height: 33px;
	width: 24x;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
}
.dayOfTheMonthNumber a{
	color: #FFFFFF;
	text-decoration: underline;
}

.dayOfTheMonthEvent {
	background-color:#D0C695;
	height: 10px;
	width: 10px;
	top: 0px;
	left: 0px;
}

.dayOfTheMonthEventDetail {
	background-color:#FDB715;
	height: 10px;
	width: 10px;
	top: 0px;
	left: 0px;
}

.dayOfTheMonthEventGrey {
	background-color: #D0C695;
	height: 10px;
	width: 10px;
	top: 0px;
	left: 0px;
}


.navMonthName {
	text-transform: uppercase;
}

.calendarEventItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FDB715;
}

#calendar_sorter_container {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#calendar_sorter_container select {
	font-weight: normal;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#calendar_sorter_container select option {
	padding-left: 5px;
}
span.calHeaderTitle{
color:#3A6D8E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:15px;
font-weight:bold;
}