/*
** Dashboard Specific
*/

h2 {
	width:100%;
	height:45px;
	padding-top: 14px;
	padding-left:15px;
	background-color: #575454;
	color: white;
    font-size: 17px;
    margin-bottom: 20px;
	-moz-border-radius: 0px 14px 0px 14px;
  	-webkit-border-radius: 0px 14px 0px 14px;
  	border-radius: 0px 14px 0px 14px;
    border-bottom: none;
}

.dashboardPage {
    margin-left: 50px;
}

.dashboardPage .layout2a-md-col1, .dashboardPage .layout2a-md-col2 {
    margin-top: 15px;
} 

.dashboardPage .layout2a-md-col2 h2 {
	background-color: #52BBC5;
}

#navigation {
    float: right;
}


/*
** Header Control
*/
.headerControl {
	height: 35px;
    position: relative;
    left: -294px;
    top: 160px;
}


/*
** System Messages
*/
.bluebox0 {
	border-bottom:1px solid white;
	width:100%;
	padding: 10px 10px 10px 10px;
	background-color: #E0F3F4;
}

.bluebox1 {
	border-bottom:1px solid white;
	width:100%;
	padding: 10px 10px 10px 10px;
	background-color: #E0F3F4;
}

.bluebox1 p {
	text-align:left;
}

.bluebox2 {
	border-bottom:1px solid white;
	width:100%;
	padding: 10px 10px 10px 10px;
    background-color: #F0F9FA;
}

.bluebox2 p {
	text-align:left;
}

.bluebox1:hover, .bluebox2:hover {
	background-color: #75C9D1;
}

.bluebox1:hover a, .bluebox1:hover a:hover, .bluebox2:hover a, .bluebox2:hover a:hover {
	color: #FFFFFF;
}

