/*unibrennt css begin*/

.eduvent .odd td {

	background-color: #f6f1ee !important;
	color: gray;

	}

.eduvent .even td {

	background-color: #FFFFFF !important;
	color: gray;

	}	

.eduvent a {

	color: #888888 !important;
        text-decoration:none;
        font-family: Arial;
        font-size:12px;
	display:block;

}

.eduvent a:hover {
       background-color: inherit;
	color: #000000 !important;

}

#EventList tr.day td {

    color: #888888;
    height: auto;
    padding-top: 0;

}

.eduventtime {
    font-family: Georgia;
    font-size:14px;
    color:#333;

}
#EventList tr td {
    font-family: Georgia;
    font-size:14px;
    padding:4px;

}


