/*
''template details start''
'name:MU Enterprises Conferences
'primary:false
'serial:4323
'cssFile:mue_2.css
'aspFile:mue_2.asp
''template details end''
*/
body
{
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #000;
	padding:0px;
}
td
{
	font-size:12px;
	line-height: 18px;
}

td p
{
	margin: 0px 0px 10px 0;px
}
a
{
	color: navy;
}
a:hover
{
	color:navy;
}
h1
{
	font-size:20px;
	font-weight:900;
	color:#649AFE;
	margin:15px 0px 0px 0px;
	padding:0px;
}

h2
{
	font-size:15px;
	font-weight:900;
	color:#649AFE;
	margin:15px 0px 0px 0px;
	padding:0px;
}
h3
{
	font-size:13px;
	font-weight:900;
	color:#000;
	margin:15px 0px 10px 0pxn;
	padding:0px;
	font-style:italic;
}


#currentPageName
{
	font-size:20px;
	font-weight:900;
	color:#eee;
	font-style:italic;
	margin:10px 0px 20px 0px;
	text-align:right
	
}
.formSectionHead
{
	font-size:15px;
	font-weight:900;
	color:#D5230F;
	margin:15px 0px 0px 0pxn;
	padding:0px;
	border-bottom: #DDD 1px solid;
	padding-top:15px;
}

.topNav
{
	width:100%;
	border: none;
	margin: 10px 0px;
}



.navlink, .navlinkCurrent
{
	background:#063A7D;
	padding:0px;
	margin:0px;
	text-decoration:none;	
	border: none;
	color:#fff;
	height:21px;
	font-weight:900;
}



td.navlink a, td.navlink a:link, td.navlink a:visited, td.navlink a:active
{
	color:#fff;
	font-size:12px;
	text-decoration:none;	
	padding:0px 3px;	
}

td.navlinkCurrent a, td.navlinkCurrent a:link, td.navlinkCurrent a:visited, td.navlinkCurrent a:active
{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	width:100%;
	padding:0px 3px;	
	background: #063A7D;
}
.navlinkCurrent a:hover, .navlink a:hover
{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	display:block;
	width:100%;
	padding:0px 3px;	
	background: #063A7D;
}

.currentPageName
{
	width:100%;
	margin: 5px 0px;
}
.currentPageName tr td
{
	border: none;
	text-align:center;
	background: #FFF;
	font-size:18px;
	font-weight:900;
	padding:5px;
	color:#aaa;
	text-align:right;
	font-style:italic;
}
.subNav
{
	color:#000;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:100%;
	padding:0px;	
	background: #FFFFAD;
	border: none;
}
.subNavlink
{
	padding:3px;

}

.subNavlink a, .subNavlink a:visited, .subNavlink a:active, .subNavlink a:link
{
	color:#000;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:100%;
	padding:0px 10px;	
}
.subNavlink a:hover
{
	color:#000;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:100%;
	padding:0px 10px;	
	background: #FFF;
}
.subNavlinkCurrent
{
	color:#000;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:100%;
	padding:3px;	
	background: #FFF;
}

.subNavlinkCurrent a, .subNavlinkCurrent a:visited, .subNavlinkCurrent a:active, .subNavlinkCurrent a:link
{
	color:#000;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:100%;
	padding:0px 10px;	
}

.subNavlinkCurrent a:hover
{
	background: #fff;
}


.navUnApproved
{
	text-decoration: line-through
}
.structural
{
	spacing: 0;
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: solid;
	border-color: black;
	background: ;
}

.treeHeader
{
	font-size: 14px;
}
.treeItem
{
	font-size: 12px;
}


/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably dont want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #cee3ef;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0;
	background-color: #ffffff;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #ffffff;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
	cursor: hand;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	cursor: hand;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	cursor: hand;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
	cursor: hand;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}



table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cells width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesnt like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}
.singleblockTable
{
	width:203px;
	height:230px;
	padding:5px;
}
.fourblockTable
{
	width:750px;
	height:230px;
	border-collapse: collapse; 
	margin: 10px 0px 0px 0px;
}
.fourblockTable tr td
{
	vertical-align:top;
	text-align:center;
	font-size:12px;
	font-weight:500;
	padding:2px;
	width:203px;
	padding-top: 15px;		
}

.fourblockTable tr td.spacerCell
{
	padding:0px;
	width:10px
}



singleBlockTable tr td
{
	vertical-align:top;
	text-align:center;
	font-size:12px;
	font-weight:500;
	padding:5px;
	width:203px;
}
.fourblockTable tr td a, singleBlockTable tr td a,.fourblockTable tr td a:link, singleBlockTable tr td a:link
{
	color:navy;
	text-decoration:none;
	text-align:center;
	font-weight:900;
	font-size:14px;
	
}
.fourBlockTable tr td a:hover
{	
	text-decoration:underline;	
}
.blueBox
{		
	background:#C7E2FF;
	border:none;	
}
.redBox
{		
	background:#F9DFE6;
	border:none;	
}
.greenBox
{		
	background:#E5F2D9;
	border:none;	
}
.yellowBox
{		
	background:#FFF2CC;
	border:none;
}
.pinkBox
{	
	background:#FFE3CF;
	border-right:none;
}

.sd_LargerPlainText
{
	font-size:14px;
	font-weight:500;
}
.sd_SmallerPlainText
{
	font-size:10px;
	font-weight:500;
}
.sd_BlueBold
{
	color:darkblue;
	font-weight:900;
}
#quickNav
{
	text-align:left;
	font-size:12px;
	font-family:arial;
}
.bottomNav
{
	width:100%;
	border: none;
	background:#E4E4E4;
	margin:10px 0px;
}
.bottomNav tr td
{		
	padding:0px;
}
.bottomNav tr td a
{	
	
	display:block;
	padding:3px;
	margin:0px;
	text-decoration:none;	
	border: none;
	color:black;
	font-size:10px;
}
.bottomNav tr td a:hover
{	
	text-decoration:underline;	
}
.adminLogin
{
	font-size:10px;
	text-align:center;
}


