/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/
/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
    border-right: #000 1px solid;
    padding-right: 5px;
    border-top: #000 1px solid;
    padding-left: 5px;
    font-size: 10px;
    filter: alpha(opacity=80);
    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: #ffd;
    text-align: left;
    moz-opacity: 0.8;
    z-index: 99;
}
.Event
{
    table-layout: fixed;
    width: 465px;
    font-size: 7pt;
    color: black;
    font-family:  "Avant Garde","Century Gothic",sans-serif;
    text-align: center;
	border:none;
	margin-top:25px;
}
.EventTitle, .EventTitle td
{
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    color: white !important;
    height: 20px !important;
    text-align: center;
    font-family:  "Avant Garde","Century Gothic",sans-serif;
    border: none;
}
/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: white !important;
    padding-top: 0px;
}
.EventNextPrev a, .EventNextPrev a:visited
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: white !important;
    padding-top: 0px;
    text-decoration:underline;
}
.EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 8pt;
    padding-bottom: 0px;
    color: white !important;
    padding-top: 0px;
	text-decoration: none;
}
.EventDayHeader
{
    font-weight: normal;
    font-size: 14px;
    height: 20px;
	color: #270e00;
    background-color: #ffaa11;
    vertical-align: middle;
    font-family: "Avant Garde","Century Gothic",sans-serif;
    border-right: #ffaa11 1px solid;
    border-top: #ffaa11 1px solid;
    border-left: #ffaa11 1px solid;
    border-bottom: #ffaa11 1px solid;
}
/*width:14%;*/
.EventDay, .EventDayEvents
{
    font-size: 12px;
    text-align: left;
    min-height: 65px;
    height: 65px;
	padding:3px; 
    vertical-align: top;
    color: white !important;
    font-family: "Avant Garde","Century Gothic",sans-serif;
    border-right: #ffaa11 1px solid;
    border-top: #ffaa11 1px solid;
    border-left: #ffaa11 1px solid;
    border-bottom: #ffaa11 1px solid;}
.EventDay td
{
}

.EventDay a:link, .EventDay a:visited, .EventDay a
{
    color: #FFAA11;
    text-decoration: underline;
    font-size: 10px;
}
.EventDay a:hover
{
    color: #FFAA11;
    text-decoration: none;
}


.EventDayScroll
{
    width: 100%;
    height: 100%;
    font-weight: bolder;
}
.EventOtherMonthDay
{
    color: #808080;
}
.EventWeekendDay
{

}
.EventTodayDay
{
	/*background:#FFAA11;*/
	border:2px solid #FFAA11;
	/*color:#270E00 !important;*/
	color:white !important;
	text-align:left;
}
/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	/*background:#FFAA11;*/
	border:2px solid #FFAA11;
	color:white !important;
	text-align:left;
}

.EventSelectedDay a:link, .EventSelectedDay a:visited, .EventSelectedDay a
{
    color: #FFAA11;
    text-decoration: underline;
    font-size: 14px;
}
.EventSelectedDay a:hover
{
    color: #FFAA11;
    text-decoration: none;
}


.EventSelector
{
    background-color: #c0c0e0;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover
{
    color: #0000ff;
    text-decoration: none;
}
/* The following control the Calendar Week View Style-Look */
.WeekTable table
{
    table-layout: auto;
    width: 100%;
    font-size: 7pt;
    color: black;
    font-family:  "Avant Garde","Century Gothic",sans-serif;
    text-align: center;
    border-top: #c3d9ff 1px solid;
    border-right: #c3d9ff 1px solid;
    border-left: #c3d9ff 1px solid;
    border-bottom: #c3d9ff 1px solid;
}
.WeekTable table td, .WeekTable table th
{
    border:0px;
    padding:3px;
}
.WeekItem
{
    text-align: center;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #FFFFFF;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#FFFFFF' , EndColorStr= '#CCCCCC' );
    border-right: #ffaa11 1px solid;
    border-top: #ffaa11 1px solid;
    border-left: #ffaa11 1px solid;
    border-bottom: #ffaa11 1px solid;
}
.WeekDay
{
    font-weight: bold;
    font-size: xx-small;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#EEEEEE' , EndColorStr= '#B0C4DE' );
    color: #7994cb;
    font-family: verdana,helvetica,arial;
    background-color: #7994cb;
    text-align: center;
    vertical-align: middle;
    border-right: #ffaa11 1px solid;
    border-top: #ffaa11 1px solid;
    border-left: #ffaa11 1px solid;
    border-bottom: #ffaa11 1px solid;
}
.WeekBackground
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #fff;
    border-right: #ffaa11 1px dotted;
    border-top: #ffaa11 1px dotted;
    border-left: #ffaa11 1px dotted;
    border-bottom: #ffaa11 1px dotted;
}
.WeekTitle
{
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    color: black;
    height: 15%;
    text-align: center;
    background-color: silver;
    width: 11%;
    border-right: #ffaa11 1px solid;
    border-top: #ffaa11 1px solid;
    border-left: #ffaa11 1px solid;
    border-bottom: #ffaa11 1px solid;
}
.WeekOfTitle
{
    font-weight: bold;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: middle;
}
.WeekNextPrev
{
    font-weight: bold;
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    width: 100%;
    color: #00008B;
    text-align: center;
    vertical-align: middle;
}
.WeekRangeheader
{
    text-align: center;
    vertical-align: middle;
    font-family: verdana,helvetica,arial;
    font-size: xx-small;
    background-color: #e8eef7;
    border:none!important;
}
/* 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;
    width: 100px;
}
.ListTitle
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListDescription
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListLink
{
    font-weight: bold;
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListHeader,
{
    font-size:8pt;
    font-weight: bold;
    color: black;
    background-color: #c3d9ff;
    font-family: verdana,helvetica,arial;
    height: 32px;
    text-align: left;
}
.ListDuration
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
.ListCategory
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 60px;
}
.ListCustomField1
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListCustomField2
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
}
.ListAlternate
{
    background-color: WhiteSmoke;
}
.ListDataGrid
{
    border-right: #c3d9ff 2px solid;
    border-top: #c3d9ff 1px solid;
    border-left: #c3d9ff 2px solid;
    border-bottom: #c3d9ff 2px solid;
    background-color: #e8eef7;
}
.ListDataGrid td
{
    border-style: dotted;
    border-width: 1px;
    border-color: #ffaa11;
}
.ListEdit
{
    text-align: center;
    vertical-align: top;
    width: 1px;
}

#dnn_ContentPane a.CommandButton:link 
{
	color: white !important;
	font-size:8pt;
	padding:0 0.5em;
	text-decoration:none;
	font-family: "Avant Garde","Century Gothic",sans-serif;
}
#dnn_ContentPane a.CommandButton:hover
{
	color:white !important;
	font-size:8pt;
	padding:0 0.5em;
	text-decoration:underline;
	font-family: "Avant Garde","Century Gothic",sans-serif;
}
#dnn_ContentPane a.CommandButton:visited 
{
	color:white !important;
	font-size:8pt;
	padding:0 0.5em;
	font-family: "Avant Garde","Century Gothic",sans-serif;
}
#dnn_ContentPane .SubHead 
{	
	color:white !important;
	font-size:8pt;
	padding:0 0.5em;
	text-decoration:none;
	font-family: "Avant Garde","Century Gothic",sans-serif;
	font-weight:normal;
}
#dnn_ContentPane .SubHead img
{	
	display:none;	
}
#dnn_ContentPane .NormalTextBox
{
	color:#270E00 !important;
	font-size:8pt;
	text-decoration:none;
	font-family: "Avant Garde","Century Gothic",sans-serif;
	font-weight:normal;
	background:#ffaa11;
	border:none
}
#dnn_ContentPane .CommandButton
{
	font-size:8pt;
	text-decoration:none;
	font-family: "Avant Garde","Century Gothic",sans-serif;
	font-weight:normal;
}
.List {
list-style-type:disc !important;
margin:0 0 0 0px;
padding:0 10px 0 0px;
}