﻿/*Thickbox CSS*/

div#TB_title {
/*background-color:#105681;*/
background-color:#000000;
color:#FFFFFF;
}

div#TB_title a, div#TB_title a:visited {
color: #204054;
}


/*JQuery Tooltip*/

#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #ccc;
background-color: #fff;
padding: 5px;
opacity: 1;
width: 200px;
}

#tooltip h3, #tooltip div { 
margin: 0; 
font-size:12px; 
font-weight:normal; 
color: #666;
font-family: Arial, Helvetica, sans-serif;
}

#tooltip ul {
padding: 0;
}

#tooltip li {
list-style: none;
margin: 0px;
}

#tooltip strong {
font-weight: normal;
color: #204054;
}


/*Large Calendar*/

/*Calendar formatting*/
#wp-calendarLarge {
border-collapse: collapse;
margin: auto;
}

#wp-calendarLarge td {
border: 1px dotted #ccc;
width: 150px;
height: 100px;
padding: 4px;
vertical-align: top;
color: #204054;
}

#wp-calendarLarge .dayHead {
background-color:#FFF1A8;
color: #204054;
padding: 0 0 0 4px;
margin: -4px -4px 0px -4px;
font-weight: normal;
z-index:1000;
border-bottom: 1px dotted #ccc;
}

#todayLarge {
background: #FFFCEE;
}
