/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltipheader, 
.Eventtooltipbody
{
	/*width: 300px;*/
    filter: alpha(opacity=80);
    moz-opacity: 0.8;
    z-index: 99;
    font-size: 10px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Eventtooltipheader
{
    border: #c3d9ff 1px solid;
    background-color: #c3d9ff;
    color:#00008B;
    font-weight:bold;
    font-size: 11px;
}
.Eventtooltipbody
{
    border-left: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
    background-color: #ffffff;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #c3d9ff;
	background-color: #c3d9ff;
	height: 1px;
	border: 0;
}

.ThemePinnacle 
{
    /*padding: 24px;*/
}

.ThemePinnacle .Event
{
	table-layout: auto;
	font-size: 7pt;
	color: white;
	font-family: Verdana;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
	background-color: #EFE7E7;
	height: 50px;
	width: 50px;
}

.ThemePinnacle .EventTitle
{
	font-weight: bold;
	font-size: 7pt;
	background-image: url(gradient_Small.jpg);
	width: 100%;
	color: black;
	text-align: center;
	height: 32px;
}

.ThemePinnacle .EventTitle,
.ThemePinnacle .EventTitle td
{
	font-weight: bold;
	font-size: 7pt;
	width: 100%;
	color: black;
	text-align: center;
	background-image: url(gradient_Small.jpg);
	height: 32px;
}

.ThemePinnacle .EventNextPrev, 
.ThemePinnacle .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 7pt;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
}

.ThemePinnacle .EventNextPrev a, 
.ThemePinnacle .EventNextPrev a:visited, 
.ThemePinnacle .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 7pt;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
}

.ThemePinnacle .EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
	vertical-align: middle;
}

.ThemePinnacle .EventDay, 
.ThemePinnacle .EventDay td
{
	font-size: 7pt;
	width: 14%;
	color: #0000ff;
	font-family: Verdana;
	height: 14%;
}
.ThemePinnacle .EventDay a,
.ThemePinnacle .EventDay a:visited,
.ThemePinnacle .EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff;
	font-family: Verdana;
}

.ThemePinnacle .EventDayEvents, 
.ThemePinnacle .EventDayEvents td
{
	font-size: 7pt;
	width: 14%;
	color: red;
	font-family: Verdana;
	height: 14%;
}
.ThemePinnacle .EventDayEvents a,
.ThemePinnacle .EventDayEvents a:visited,
.ThemePinnacle .EventDayEvents a:hover
{
	font-size: 7pt;
	color: red;
	font-family: Verdana;
}
.ThemePinnacle .EventDayScroll
{
}
.ThemePinnacle .EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.ThemePinnacle .EventOtherMonthDay a, 
.ThemePinnacle .EventOtherMonthDay a:visited, 
.ThemePinnacle .EventOtherMonthDay a:hover
{
	color: #8080c0;
}


.ThemePinnacle .EventWeekendDay
{
	background-color: whitesmoke;
}


.ThemePinnacle .EventTodayDay
{
	font-weight: bold;
	color: #0000ff;
	background-color: darkgray;
}

.ThemePinnacle .EventSelectedDay
{
	border-right: red 2px solid ;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	color: red;
	font-size: 7pt;
}
.ThemePinnacle .EventSelectedDay a,
.ThemePinnacle .EventSelectedDay a:visited,
.ThemePinnacle .EventSelectedDay a:hover
{
	color: red;
}

.ThemePinnacle .EventSelector
{
	background-color: #c0c0e0;
}
.ThemePinnacle .EventSelector a,
.ThemePinnacle .EventSelector a:visited,
.ThemePinnacle .EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.ThemePinnacle .WeekTable table
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
}
.ThemePinnacle .WeekTable table td, 
.ThemePinnacle .WeekTable table th
{
	border:0px;
	padding:0px;
}
.ThemePinnacle .weekDay
{
        border-right: transparent 1px solid;
        border-top: transparent 1px solid;
        border-left: transparent 1px solid;
        border-bottom: transparent 1px solid;
}
.ThemePinnacle .WeekItem 
{
	text-align: center;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #FFFFFF;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
        border-right: transparent 1px solid;
        border-top: transparent 1px solid;
        border-left: transparent 1px solid;
        border-bottom: transparent 1px solid;
}
.ThemePinnacle .WeekBackground 
{
	font-family: verdana,helvetica,arial;
	background-color: gainsboro;
	font-size: xx-small;
        border-right: transparent 1px solid;
        border-top: transparent 1px solid;
        border-left: transparent 1px solid;
        border-bottom: transparent 1px solid;
}
.ThemePinnacle .WeekTitle 
{
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	color: black;
	height: 15%;
	text-align: center;
	background-image: url(gradient_Small.jpg);
        border-right: transparent 1px solid;
        border-top: transparent 1px solid;
        border-left: transparent 1px solid;
        border-bottom: transparent 1px solid;
}
.ThemePinnacle .WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: black;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
}
.ThemePinnacle .WeekNextPrev
{
	font-weight: bold;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: black;
	text-align: center;
	vertical-align: middle;
}
.ThemePinnacle .WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #E5DFDF;
	border:none;
}


/* The following control the Calendar List View Style-Look */
.ThemePinnacle .ListTable
{
	width: 100%;
}
.ThemePinnacle .ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ThemePinnacle .ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ThemePinnacle .ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ThemePinnacle .ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ThemePinnacle .ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(gradient_Small.jpg);
	color: black;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
	vertical-align:middle;
	display: none;
}
.ThemePinnacle .ListPager TD
{
	font-size: xx-small;
	font-family: verdana,helvetica,arial;
}
.ThemePinnacle .ListDuration
{
    	width: 60px;
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: center;
    	vertical-align: top;
}
.ThemePinnacle .ListCategory
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ThemePinnacle .ListLocation
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ThemePinnacle .ListCustomField1
{
   	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
	text-align: left;
    	vertical-align: top;
}
.ThemePinnacle .ListCustomField2
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}

.ListNormal
{ 
    height: 40px;
	background:#F1F2EA; 
	font-family:Arial, Helvetica, sans-serif; 
}



.ListAlternate td, .ListNormal td
{
    /*order-bottom: 1px solid #96988F;*/
    padding: 15px 0px 0px 15px;
}

.ListDataGrid
{
    border-top: 1px solid #96988F;
}

.ListAlternate
{ 
    height: 40px;
	background:#DADCD1; 
	font-family:Arial, Helvetica, sans-serif; 
}  


/*.ThemePinnacle .ListDataGrid
{
    	border: 1px solid black;
}
.ThemePinnacle .ListDataGrid td
{
    	border: 1px solid black;
}*/
.ThemePinnacle .ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}