/* ================================
    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%;
	border: 0px !important;
}

.ListDate{
	font-size: 12px;
	font-family: "Lucida Grande", LucidaGrande, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align: left;
	vertical-align:middle;
	border: 0px !important;
	padding-right:5px;
	margin-right:5px;
}

.ListTitle{
	font-size: 7pt;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif !important;
	text-align:left;
	vertical-align:top;
	border: 0px !important;
}

.ListTitle a:link, .ListTitle a:visited {
	vertical-align:top;
    font: 12px "Lucida Grande", Lucida, Verdana, sans-serif !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	font-style: normal !important;	
}

.ListDescription{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	border: 0px !important;
}

.ListLink{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	border: 0px !important;
}

.ListHeader{
	visibility:hidden;
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: verdana,helvetica,arial;
	height: 0px;
	text-align: left;
	border: 0px !important;
}

.ListDuration{
    width: 60px;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
	border: 0px !important;
}

.ListCategory{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
	border: 0px !important;
}
	
.ListCustomField1{
   	font-size: 7pt;
    font-family: verdana,helvetica,arial;
	text-align: left;
    vertical-align: top;
	border: 0px !important;
}

.ListCustomField2{
    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: center;
    vertical-align: top;
	border: 0px !important;
}
