
/* Calendar.css Overrides */

BODY {
	font-size:100%;
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

/* This class is used so em font sizing is handled correctly on front end calendar views. */
TABLE,
DIV { font-size:1em; }

SELECT {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
}

#header #logo img { border: none; }

.breadcrumb a:visited { color: #333333!important; }

/* This is used to color the Quick Tip Border */
.quicktipborder {
	border-style:solid;
	border-color:#DDD7CB;
	border-width:1px;
}

/* These style control the calendar grids & .title also controls the list view title. */
.calendarcell {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	background-color: #E3E0D7;
}

.calendarcell:hover,
.calendarcellhilite:hover { border: none !important; }

.calendarcellhilite {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	background-color:#fff;
}

.calendarnowdiv {
	width: 100%;
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	clear: both;
}

.calendarnowdiv a {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-decoration:none;
}

.calendarnowdiv a:hover {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-decoration:underline;
}

.dayheader {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#333333;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding:5px !important;
	border-bottom: 1px solid #FFFFFF;
}

.title {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.9em;
	line-height: 1.9em;
	/*color:#F58220;*/
	font-weight: normal !important;
}

.title b {
	font-weight: normal !important;
	font-size:.8em !important;
	line-height: 1.8em !important;
	color: #333 !important;
}

/* These styles control the list view small grid. */
.titleSmallGrid {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal!important;
	font-size:1.6em;
	color:#333333;
	line-height: 1.6em;
}

.dayheaderSmallGrid {
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	color:#FFFFFF;
	background-color:#333333;
}

td.dayheaderSmallGrid a {
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.8em;
	color:#FFFFFF;
	background-color:#333333;
	margin-right: 3px;
}

.calendarcellSmallGrid {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	background-color:#DDD7CB;
}

.calendarcellhiliteSmallGrid {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	background-color:#E3E0D7;
}

.calendarcellhiliteSmallGrid a { text-decoration:underline !important; }

/* These styles control the list view headings. */
.highlightheadertext {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.9em;
	line-height: 1.9em;/*color:#F58220;*/
}

.listtableheadertext {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.9em;
	line-height: 1em;
	/*color:#F58220;*/
	font-weight: normal !important;
}

/* This style controls error message style. */
.errormessagetext {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#FF0000;
	padding-bottom: 10px !important;
}

/* These styles control list view text. */

.eventlistdiv {
	width: 100%;
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

.eventlistdiv a {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-decoration:none;
}

.eventlistdiv a:hover {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	text-decoration:underline !important;
}

.listheadtext {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333333;
	background-color:#DDD7CB;
	padding: 5px !important;
}

.listcolumnheadtext {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#333333;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding:5px !important;
	border-bottom: 1px solid #FFFFFF;
}

.detailsview {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333!important;
	background-color:#FFFFFF;
}

.detailsview p {
	margin-bottom: 12px;
	color:#333!important;
	text-align: left!important;
	margin-left: 0!important;
	margin-right: 0!important;
}

.detailsview table { margin-bottom: 5px; }

.detailsview table table td.detailsview { width: 70px !important; }

td.detailsview ul {
	margin-left:25px!important;
	margin-right:25px!important;
	margin-top:10px!important;
	width: auto!important;
}

td.detailsview li { list-style-type:disc; }

td.adx-detailsview-left,
td.adx-detailsview-right { padding: 5px !important; }

td.adx-detailsview-left { width: 70%!important; }

td.adx-detailsview-right { width: 30%!important; }

td.adx-detailsview-right li { list-style-type:none; }

td.adx-detailsview-right img { border:none; }

td.adx-detailsview-right > table {
    float: right;
    width: 80% !important;
}

.listbodytext {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	background-color:#FFFFFF;
	padding: 5px !important;
	width: auto !important;
}

td.listbodytext li,
td.listbodytextalt li { list-style-type:none; }

.listbodytextalt {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
	background-color:#F8F7F2;
	padding: 5px !important;
	border-bottom: 1px solid #E3E0D7;
}

.listbodytext > img, .listbodytextalt > img {
    height: auto;
    width: 100% !important;
}

.listtext {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333;
}

.listtext span {
	font-family: 'RobotoItalic', Arial, Helvetica, sans-serif;
	font-style:normal !important;
}

/* This style controls general text. */
.bodycopy {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333!important;
}

#calendartexttable { display:none; }

/* This style controls textbox field styleing. */
.textboxcopy {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
}

/* This style controls '+' links on the calendar. */
.LinkOn {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:0.9em;/*color: #F58220;*/
}

.LinkOff {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#999;
}

/* This style controls the style of grid cells not being used. */
.otherday {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
	background-color:#F8F7F2;
}

.otherdaySmallGrid {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	background-color:#F8F7F2;
}

/* The classed blelow are used for the gantt display of the calendar. */
/*Global generic styles for the search table*/
.searchformatter { }

.searchformatter td { height:24px; }

/*Global generic styles for the gantt grid*/
.gantt { width:100%; }

.gantt table {
	border:solid 1px #333;
	border-collapse:separate;
	width:100%;
}

.gantt td {
	border-left:solid 1px #333;
	border-right:solid 1px #333;
}

.ganttprint { width:100%; }

.ganttprint table {
	border:solid 1px #333;
	border-collapse:separate;
	width:100%;
}

.ganttprint td { }

.monthtitleformatter { width:100%; }

.monthtitleformatter td { border-width:0px; }

/*Previous selector TD class*/
.previousmonth {
	vertical-align:middle;
	padding-left:1px;
}

/*Month title TD class*/
.monthtitle {
	vertical-align:middle;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

/*Next selector TD class*/
.nextmonth {
	vertical-align:middle;
	text-align:right;
	padding-right:1px;
}

/*Weekdays (Sun-Sat) TD class*/
.weekdayheading {
	height:25px;
	width:14%;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	background-color:#333;
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
}

.weekdayheadingprint {
	height:25px;
	width:14%;
	vertical-align:middle;
	text-align:center;
	color:#333;
	border:solid 1px #333;
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
}

/*Weekday (1-31) TD class*/
.weekdaynumber {
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:25px;
	vertical-align:middle;
	text-align:center;
	color:#333;
	background-color:#DDD7CB;
	font-size:1em;
}

.weekdaynumberprint {
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:25px;
	vertical-align:middle;
	text-align:center;
	color:#333;
	border:solid 1px #DDD7CB;
	font-size:1em;
}

/*Weekday TD class for all grid cells (not title cells or heading cells)*/
.weekday { }

/*Padding row applied after each week row to make for easier viewing*/
.weekdayspacing { height:25px; }

/*Applied to the event DIV that is placed in a cell allowing for coloring and rounding corners*/
.weekdayitem {
	position:relative;
	width:100%;
	height:22px;
	overflow:hidden;
	background-color:#E3E0D7;
	font-size:1em;
}

.weekdayitemprint {
	position:relative;
	width:100%;
	border:solid 1px #E3E0D7;
	font-size:1em;
}

/*Applied to to the DIV contained inside the [weekdayitem] to add padding to allow for easier viewing */
.weekdayitempadding {
	padding-top:5px;
	padding-right:15px;
	padding-bottom:5px;
	padding-left:15px;
}

/*Classes for rounding gantt item corners and arrow identifiers for line continuations*/
.leftimg {
	left:0px;
	top:0px;
	position:absolute;
	border-width:0px;
	height:22px;
}

.rightimg {
	right:0px;
	top:0px;
	position:absolute;
	border-width:0px;
	height:22px;
}

/*Classes for selecting agencies - multiple select */

#cellCBlock {
	border-color: #DDD7CB;
	border-style: solid;
	border-width: 1px;
	height: 75px;
	overflow-y: scroll;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

.ccontainer { width: 100%; }

.ccontainer a { line-height: .95em !important; }

.ccontainer a:hover { text-decoration: none !important; }

.ccontainer td,
.sccontainer td {
	vertical-align: top !important;
	padding-bottom: 3px !important;
}

.sccontainer td { font-size: 1em !important; }

.ccontainer input,
.sccontainer input {
	margin-right: 3px;
	float:left;
	clear: both;
}

.ccontainer label,
.sccontainer label {
	font-size: 1em;
	line-height: 1em;
	float: left;
	text-align:left;
	width: 175px;
	color: #333333;
}

.sccontainer {
	display: none;
	margin-left: 28px;
}

/* ADE Styles */
#frmRegistration { width: 94%; margin: 0 auto; }
#frmRegistration h3 { color: #fff; }

/* Core Styles */
#Form1 { width: 94%; margin: 0 auto; }

#pnlHideHead {
	width: 100%;
	margin-bottom: 15px;
}

#pnlHideHead table {
	padding: 0px;
	border: none !important;
}

#pnlHideHead table table { padding: 0px; }

#pnlHideHead table input { }

#pnlHideHead #Table3 { 
	margin-bottom: 10px;
	border-bottom: 1px solid #E3E0D7 !important;
}

#pnlHideHead #Table3 td {
	width: 33%;
	padding: 0px;
	line-height: 1.4em;
	vertical-align: middle;
	padding-bottom:10px;
}

#pnlHideHead table tr td div .bodycopy {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size: .85em !important;
	width: 100%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#lblCategoryHeading { display: none; }

#lbtnSubmitEvents { /*display: none;*/
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 1em;
	line-height: 25px;
	background-image: url(http://www.in.gov/portal/global/images/submit_btn.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px;
	display: block;
	height: 25px;
	color: #333333!important;
}

#lblDisplayFormat { line-height: 1.6em; }

#PageTable { }

#PageTable td { padding: 0px; }

#Calendar1, #CalendarPanel, #divContent { clear: both; }

#Calendar1 a,
#Calendar1 td { color: #333 !important; }

#pnlListviewHeading {
	margin-bottom: 15px;
	border-bottom: 1px solid #E3E0D7;
}

#pnlListviewHeading table td { }

#pnlHide {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#pnlHide table { border: none; }

#pnlSearch {
	padding: 10px 1%;
	margin: 0;
	/*width: 98%;
	float: left;*/
	font-size: .9em;
	line-height: 1.35em;
	border: 1px solid #E3E0D7;
	background-color: #f5f3ed;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#pnlSearch td {
	text-align: left;
	padding-bottom: 2px;
}

#pnlSearch table table { margin-right: 15px; }

#pnlHideSearch {
	padding: 10px 20px 10px 20px;
	margin: 5px 30px 5px 5px;
	width: auto;
	font-size: .9em;
	line-height: 1.35em;
	border: 1px solid #E3E0D7;
	background-color: #f5f3ed;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#pnlHideSearch td { vertical-align: middle; }

#pnlHideSearch #Table2 {  }

#pnlHideSearch #Table2 td {
	text-align: left;
	padding-bottom: 1px;
	padding-top: 0;
}

#pnlHideSearch #Table2 td a {
	font-size: .8em;
	/*float: right;*/
	margin-left: 3px;
	margin-right: 3px;
}

#pnlHideSearch #Table2 #CalendarPanel { margin-bottom: 15px; }

#pnlHideSearch #Table2 #CalendarGrid1 td {
	padding: 2px;
	text-align: center;
}

#pnlHideSearch #Table2 #CalendarGrid1 td a {
	text-decoration: none;
	font-size: 0.85em;
	color: #333333!important;
}

#pnlHideSearch #Table2 hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #E3E0D7!important;
}

#lbtnADXCalenderPrevious,
#lbtnADXCalenderNext {
	height: 25px;
	width: 25px;
	display: block;
}

#Calendar1 #lbtnADXCalenderPrevious,
#Calendar1 #lbtnADXCalenderNext {
	background-image: url(http://www.in.gov/portal/global/images/widget_arrows.png);
	background-repeat: no-repeat;
	margin-top:15px;
}

#lbtnADXCalenderPrevious { 
	background-position: -25px -25px;
}

#lbtnADXCalenderNext {
	background-position: -25px 0px;
	}

#lbtnADXCalenderPrevious img,
#lbtnADXCalenderNext img { display: none; }

#lblDisplayMonth,
#lblDisplayFormat { color: #333;/*display: block;*//*width: 100px;*/
}

#dlstMonth,
#dlstView {
	/*width: 140px;*/
	background-color: #FFF;
	border: 1px solid #DDD7CB;
}

#dlstMonth { width: 100%; }

#lblDisplayOptions,
#lblAdvancedSearch {
	font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #333;
}

#pnlSearch #lblDisplayOptions,
#pnlSearch #lblAdvancedSearch { font-size: 1.2em; }

#lblFrom,
#lblTo {
	/*width: 55px !important;*/
	display: block;
	height: 18px;
	text-align: right;
	color: #333;
	margin-right: 2px;
}

#pnlHideSearch #lblFrom,
#pnlHideSearch #lblTo { float: right; }

#txtStartDateSearch,
#txtEndDateSearch {
	width: auto!important;
	background-color: #FFF;
	border: 1px solid #DDD7CB;
	margin-right: 2px;
}

#calStartDateSearch_Control { }

#calStartDateSearch_Control img { }

#lblCategorys,
#lblCustomField1,
#lblCustomField2,
#lblCustomField3,
#lblCustomField4,
#lblKeywords { color: #333; }

#lblCategorys {
	clear: both;
	float: left;
	/*padding-top: 10px;*/
}

#dlstCategory,
#ddlCustomField1,
#ddlCustomField2,
#ddlCustomField3,
#ddlCustomField4,
#txtKeyword {
	width: 240px !important;
	border: 1px solid #DDD7CB;
	background-color: #FFF;
	margin-bottom: 5px;
}

#divTableEvents { /*width: 675px;*/ }

#tblPoweredByADE { display: none; }

#lbtnExpandAll {
	font-size: .85em;
	font-weight: normal !important;
	text-decoration: underline;
	float: left;
}

#lbtnSearch { /*background-image: url(http://www.in.gov/portal/global/images/calbtn_search.jpg);
	color: #666666 !important;
	display: block;
	font-size: 12px !important;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	height: 25px;
	width: 107px;
	margin: 15px 0 10px 0!important;*/ }

#lbtnSearch {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-weight: normal!important;
	font-size: 1em;
	margin: 0 !important;
	padding: 0 10px !important;
	color: #88836d;
	border: 1px solid #DDD7CB;
	height: 30px;
	background: #f8f7f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f7f2 0%, #e3e0d7 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f2), color-stop(70%,#e3e0d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f7f2 0%,#e3e0d7 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f7f2 0%,#e3e0d7 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f7f2 0%,#e3e0d7 70%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f7f2 0%,#e3e0d7 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f2', endColorstr='#e3e0d7',GradientType=0 ); /* IE6-9 */
	line-height: 30px;
	float: right;
	display: block;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-decoration: none !important;
}

#lbtnNewSearch {
	font-size: .95em !important;
	float: right;
}

#lbtnSearch:hover { 
	background: #e3e0d7; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e0d7 0%, #d3d0c7 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e0d7), color-stop(70%,#d3d0c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e0d7 0%,#d3d0c7 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e0d7 0%,#d3d0c7 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e0d7 0%,#d3d0c7 70%); /* IE10+ */
	background: linear-gradient(to bottom, #e3e0d7 0%,#d3d0c7 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e0d7', endColorstr='#d3d0c7',GradientType=0 ); /* IE6-9 */
}

#lbtnSearch:active { 
	background: #e3e0d7; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e0d7 0%, #f8f7f2 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e0d7), color-stop(70%,#f8f7f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e0d7 0%,#f8f7f2 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e0d7 0%,#f8f7f2 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e0d7 0%,#f8f7f2 70%); /* IE10+ */
	background: linear-gradient(to bottom, #e3e0d7 0%,#f8f7f2 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e0d7', endColorstr='#f8f7f2',GradientType=0 ); /* IE6-9 */
}

#tblLogin {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}



#linkHelp, #linkPrint { background: none!important; padding-right: inherit!important;}

#lowerIndiana .breadcrumb, #lowerIndianafull .breadcrumb {
	margin-bottom: 0px;
} 
/* Calendar Registraton Form Styles */ 

.divpopup {
    font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
    font-size: 100%;
}
.divpopup TABLE {
    color: #333333 !important;
}

.divpopupReg {
    font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
}
.divpopupReg TABLE {
    color: #000000;
    font-size: 1em;
}
.divpopupReg INPUT {
    font-size: 1em;
}
.divpopupReg SELECT {
    font-size: 1em;
}
.divpopupheading {
    font-size: 1.2em;
    font-weight: bold;
}
.divpopuptableframe {
    border-width: 0px !important;
	width: 100%!important;
}
.divpopuperrormessage {
    color: #FF0000;
    font-size: 1em;
}

/* Calendar Pop-Up Styles */

/* Main Background Style */
.ADXPublicStyle { background-color:#ffffff; }

/* Navigation background style */
.ADXPublicStyle .TitleStyle { background-color:#ffffff; }

/* Navagation font style */
.ADXPublicStyle .TitleStyle table {
	color:#333 !important;
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
	font-size:11px;
	font-weight:normal !important;
}

/* Date area style */
.ADXPublicStyle .TitleStyle td {
	padding:2px;
	background:#ffffff;
}

/* Navigation area border main style */
.ADXPublicStyle .TitleStyle .DropDownStyle,
.ADXPublicStyle .TitleStyle .DropDownOutStyle {
	cursor:default;
	border: none !important;
}

/* Navigation area border mouseover style */
.ADXPublicStyle .TitleStyle .DropDownOverStyle {
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#DDD7CB !important;
}

/* Navigation area border main style */
.ADXPublicStyle .TitleStyle .DropDownArrowStyle,
.ADXPublicStyle .TitleStyle .DropDownArrowOutStyle {
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

/* Navigation area border mouseover style */
.ADXPublicStyle .TitleStyle .DropDownArrowOverStyle {
	cursor:default;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

/* Behind the navigation images style */
.ADXPublicStyle .TitleStyle .DropDownStyle img,
.ADXPublicStyle .TitleStyle .DropDownOutStyle img,
.ADXPublicStyle .TitleStyle .DropDownOverStyle img { }

/* Close button style */
.ADXPublicStyle .TitleStyle .CloseButtonStyle {
	width:15px;
	height:13px;
	border:1;
}

/* Date area style */
.ADXPublicStyle .BodyStyle {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
	font-size:10px;
	background:#DDD7CB !important;
}

/* Day of the week style */
.ADXPublicStyle .BodyStyle .HeaderStyle {
	color:#FFFFFF;
	font-weight:normal !important;
	padding:2px 3px 2px 3px;
	cursor:default;
	white-space:nowrap;
	background-color:#333 !important;
}

/* Date area table style */
.ADXPublicStyle .BodyStyle .DateStyle {
	color:#333 !important;
	cursor:default;
	padding:2px 9px 2px 9px;
	white-space:nowrap;
	text-decoration:underline;
}

/* Date area table style */
.ADXPublicStyle .BodyStyle .BlankDateStyle {
	text-decoration:none;
	color:#333;
	cursor:default;
	padding:2px 9px 2px 9px;
	white-space:nowrap;
}

/* ?????????? */
.ADXPublicStyle .BodyStyle .DaysOutOfMonthStyle { color:#CAC1A7!important; }

/* If you show the week number, this defines how it looks */
.ADXPublicStyle .BodyStyle .WeekNumberStyle {
	width:20px;
	padding:0px;
	text-align:center;
}

/* Border around the selected date */
.ADXPublicStyle .BodyStyle .SelectedDateStyle {
	border-style:solid;
	border-width:1px;
	border-color:#AAA187;
}

/* If you show the weekends, this defines how it looks */
.ADXPublicStyle .BodyStyle .WeekendStyle {
	color:#ffffff;
	text-decoration:underline;
}

/* Current date style */
.ADXPublicStyle .BodyStyle .CurrentDateStyle { /*color:#F58220 !important;*/ border-width:1px; }

/* If there are special days defined, this defines how they look */
.ADXPublicStyle .BodyStyle .SpecialDayStyle { background-color:#70ffd0; }

/* If there are holidays defined, this defines how they look */
.ADXPublicStyle .BodyStyle .HolidayStyle { background-color:#ffdddd; }

/* If there are dates you cannot select, this defines how they look */
.ADXPublicStyle .BodyStyle .DisableDateStyle { text-decoration:line-through; }

/* When you hover over a date, this defines how it looks */
.ADXPublicStyle .BodyStyle .DayOverStyle {
	color:#333 !important;
	background:#C1D5EA !important;
}

/* This defines the footers style behind the current date */
.ADXPublicStyle .TodayStyle {
	cursor:default;
	font-size:11px;
	background-color:#333 !important;
}

/* This defines how the current date displays at the bottom of the control */
.ADXPublicStyle .TodayStyle .TextStyle {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	cursor:default;
}

/* This defines how the current date displays at the bottom of the control */
.ADXPublicStyle .TodayStyle .TextOverStyle {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
	font-size:11px;
	text-decoration:underline;
	color:#ffffff;
	cursor:default;
}

/* This defines the style of the month and year list */
.ADXPublicStyle .ListStyle /* Month And Year List */ {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif !important;
	font-size:11px;
	background-color:#ffffff;
}

/* This defines overrides for the month and year list  */
.ADXPublicStyle .ListStyle .OptionStyle,
.ADXPublicStyle .ListStyle .OptionOutStyle { }

/* This defines the mouseover for the month and year list */
.ADXPublicStyle .ListStyle .OptionOverStyle { background-color:#C1D5EA !important; }
