/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}

.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color: #000000;
}
.ListTitle
{
	font-size: 7pt;
	font-weight:bold;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color:#000000;
}

.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color:#000000;
}

.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
	vertical-align:top;
	color:#000000;
}

		
		
.ListTime
{
	font-weight: normal;
	font-size: 7pt;
	font-family: arial,helvetica,sans-serif;
		text-align: left;
	vertical-align:top;
color: #999999;
}

.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: arial,helvetica,sans-serif;
	height: 22px;
	text-align: left;
}

.ListAlternate
{
    	background-color: WhiteSmoke;
			border-style:none;
}
.ListDataGrid
{
    	border-style: none;
}
.ListDataGrid td, tr
{
    	border-style: none;
}

.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #fff;
	text-align: left;
	z-index:150;

}

