.todayHeader{
    background-color:#676B9C;
    padding-left:5px;
    padding-top:5px;
    font-weight:bold;
    color: #000000;
}



.dayBackground{
    background-color:#C2C4D7;
}
.dayTime {
    color : #000000;
    padding-left : 5px;
}
.caltitle {

    margin-top: 6px; 
    font-weight: bold; 
    font-size: 11px; 
    color: #38407d;

}
.fieldName {
    font-weight : bold;
    color : #000000;
}
.seeMore {
    font-weight: bold;
}

filter {
    width: 590px;
    align: right;    
}
#views {
    padding: 1px;
}

#views ul {
    margin-left: 0;
    padding-left: 0;
    padding : 2px 5px;
    display: inline;
}

#views ul li {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline;
}

#views ul li.first{
    margin-left:0;
    border-left: none;
    list-style:none;
    display: inline;
}

#views ul li.here{
    margin-left:0;
    list-style:none;
    display: inline;
}
#calEvents ul {
    margin-top: 0px;
}
#calEvents ul li {
    margin-left: -40px;
    margin-bottom: 0;
    background : transparent url(../img/dot_yellow.gif) no-repeat scroll 4px 18px;
    padding: 2px 15px 5px;
    list-style: none;
    display:block;
    color : #000000;
}

#calEventsMonth ul li {
    margin-left: -40px;
    margin-bottom: 0;
    padding: 2px 5px 5px;
    list-style: none;
    display:block;
    color : #000000;
}

#calEvents ul li.noEvents {
    background : none;
    background-color:#e6e9f1;
}

#calEvents ul li.oddEvent{
    background-color:#ffffff;
}

#calEvents ul li.evenEvent{
    background-color:#e6e9f1;
}

#calEvents1 UL LI {

            PADDING-RIGHT: 15px;

            DISPLAY: block;

            PADDING-LEFT: 15px;

            BACKGROUND: url(/img/dot_yellow.gif) no-repeat 4px 5px;

            MARGIN-BOTTOM: 0px;

            PADDING-BOTTOM: 5px; 

            MARGIN-LEFT: -40px;

            PADDING-TOP: 2px;
            
            color : #000000;

}

#calEvents1 UL LI.oddEvent {

            BACKGROUND-COLOR: #ffffff

}

#calEvents1 UL LI.evenEvent {

            BACKGROUND-COLOR: #e6e9f1

}


tr.oddEvent {
    background-color:#ffffff;
}
tr.evenEvent {
    background-color:#e6e9f1;
}
td.borderTL{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}

td.borderTLR{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}

td.borderTLB{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-bottom: 1px solid #666666;
}

td.borderTLRB{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}

td.borderLB{
border-left: 1px solid #666666;
border-bottom: 1px solid #666666;
}

td.borderRB{
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}

td.borderLRB{
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}

td.borderTRB{
border-top: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}
td.borderLR{
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}
td.borderL{
border-left: 1px solid #666666;
}
#results{
    PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 15px; BACKGROUND: url(../img/dot_yellow.gif) no-repeat 4px 6px; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 5px; MARGIN-LEFT: 3px; COLOR: #000000; PADDING-TOP: 2px
}


#dayEventsTable {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;	
	border: 1px solid white;
}

#dayEventsTable td {
	border-top: 1px solid white;
	vertical-align: top;
}

.dayHeader {
    background-color:#C2C4D7;
    font-weight:bold;
    font-size:10px;
    text-align: left;
}

.dayHeader a {
	text-decoration: underline;
}

.sortable {

}

.sorted {
	
}

th.sortable a {
	background-repeat: no-repeat;
	background-position: right;
}

th.order1 , th.order2 , th.sortable  {
	padding-left: 5px;
}

th.order1 a, th.order2 a, th.sortable a {
	padding-right: 16px;
	/* border: 1px solid black; */
}

th.order2 a {	
	background-image: url(/img/arrow_up.gif);
}

th.order1 a {
	background-image: url(/img/arrow_down.gif);
}

.dayViewTime {
	width: 100px;
	color: #000000;
	vertical-align: top;
	padding-left: 5px;
}

.dayViewDetail {
	padding-left: 0px;
	vertical-align: top;
}


#content a {
  font-weight: bold;
}

/* to fix content wrapping bug in IE 7 */
#breadcrumb-full, #content { width:380px !important; }


#month-wide #righthand-content {float:right; margin-bottom:20px}

#month-wide #month-nav {width:380px;}

