﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltipheader,.Eventtooltipbody {
width:300px;
z-index:99;
font-size:10px;
font-family:Arial;
padding:5px
}

.Eventtooltipheader {
border:#c3d9ff 1px solid;
background-color:#cccdce;
color:#00008B;
font-weight:700;
font-size:11px
}

.Eventtooltipbody {
border-left:#c3d9ff 1px solid;
border-right:#c3d9ff 1px solid;
border-bottom:#c3d9ff 1px solid;
background-color:#fff
}

.Eventtooltipbody hr {
width:100%;
color:#c3d9ff;
background-color:#c3d9ff;
height:1px;
border:0
}

.Eventtooltipbody li {	
	margin-left: 15px;
	margin-bottom: 5px;
}

.Eventtooltipbody ol, ul {	
	margin-left: 15px;
	padding-left: 0;
}


/* The following control the Calendar List View Style-Look */

.ListTable{
	width: 100%;
	margin:0;
	padding:0;
	border: 0px !important;
}

.ListDate{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	border: 0px !important;
	width:18%;
}

.ListTitle{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif !important;
	text-align: left;
	vertical-align:middle;
	border: 0px !important;
}

.ListTitle div{
	padding-bottom:3px;
}

.ListTitle a:link, .ListTitle a:visited {
    font: 11px "Lucida Grande", Lucida, Verdana, sans-serif !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.ListDescription{
	font-size: 8pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	border: 0px !important;
}

.ListLink{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	border: 0px !important;
}

.ListHeader{
	font-weight: bold;
	font-size:medium
	color: black;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
	border: 0px !important;
}

.ListDuration{
    
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
	border: 0px !important;
}

.ListCategory{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
	border: 0px !important;
}
	

.ListAlternate{
    /*background-color: WhiteSmoke;*/
	border: 0px !important;
}

.ListDataGrid{
    border-style: none;
	border: 0px !important;
	vertical-align: top;
}

.ListDataGrid td{
    border-style: none;
	border: 0px !important;
}

.ListEdit{
    width: 10px;
    text-align: left;
    vertical-align: top;
	border: 0px !important;
}
