/*  
Theme Name: WordPress Crossings
Theme URI: http://wordpress.org/
Description: A theme from Waters Designs 
Version: 1.0
Author: Waters Designs
Author URI: http://www.watersdesigns.com/ 
*/

/* CSS Document */
body  {
	background-color:#cccccc;
	color:#666666;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main_div {
	width:760px;
	vertical-align:top;
	text-align:left;
	margin: 7px auto;
	background-color:#ffffff;
	padding:0;
}



#indexbanner	{
	width:760px;
	height:100px;
	background-image:url(images/sched.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px dotted black;
}
#banner{
	height:40px;
	background-image:url(images/banner_internal.jpg);
	background-repeat:no-repeat;
	background-color:#cccccc;
}

span.calnk a { 
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
	font-size:10px;
        }
span.calnk a { 
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
	font-size:10px;
        }
a:visted { 
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
	font-size:10px;
        }

    span.calnk a:hover { 
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    span.calnk { 
        position:relative; 
        }
    span.calnk a span { 
        display:none; 
        }
    span.calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
tr.c0 td {background-color: #ffffc4;}
tr.c1 td {background-color: #ffffff;}
tr.c3 td {background-color: #ffffff;font-weight:bold;}