/*Set properties of Public web site styles*/
.PageBody {
border: solid 1px black;
background-color: white;
max-width: 800px;
padding:10px;
text-align:left;
margin-left:auto;
margin-right:auto;
margin-top:20px;
font-size:14px;
}

.employee_hd_container {
	position: relative; 
	width:100%; 
	clear:both;
}

.employee_hd_title {
	width:650px; 
	float:left; 
	font-weight:bold;
	font-family: arial, sans-serif; 
	font-size:22px; 
	margin-bottom:15px
	}
	
.employee_hd_nav {
	width: 200; 
	float:right; 
	margin-bottom:15px
	}
	
.employee_hd_subTitle {
	font-weight:bold;
	font-family: arial, sans-serif; 
	font-size:20px;
	clear:both;
}

.subHeading {
font-size: 20px;
font-weight: bold;
position:relative;
}

.Main_Description table tr td
{
font-size: 14px;
padding: 10px;
border-bottom: 1px dashed #a0a0a0;
}

.Main_Description table tr td table tr td
{
padding: 0px;
border-bottom: 0px;
}

.ui-datepicker-trigger {
	margin-top:auto;
	margin-bottom:auto;
    margin-left:5px;
	width:20px;
	height:20px;
}

/*Set properties of embedded view tables*/
.EmbeddedView a
{
text-decoration: underline;
}

.EmbeddedView table
{
width: 100%;
}

.EmbeddedView th
{
font-weight:bold;
font-size: 12px;
text-align: left;
padding: 0px 0px 0px 0px;
}

.EmbeddedView td
{
text-align: left;
font-size: 12px;
padding: 5px 5px 5px 0px;
border-bottom: 1px dashed #c2c2c2;
}

.EmbeddedView table tr td table
{
width: 50px;
}

.EmbeddedView td table tr td
{
text-align: left;
font-size: 12px;
padding: 0px;
border-bottom: 0px;
}

.EmbeddedView table tr td table tr td img
{
display: none;
}

/* Overide MCC Site that inserts url when printing */
@media print
{
	a[href]:after{content:none}
}

.NoDocsMessage
{
text-align: left;
font-size: 16px;
padding: 5px;
border-top: 1px dashed #c2c2c2;
border-bottom: 1px dashed #c2c2c2;
}
