/************* MAIN DASHBOARD STYLING *************/

#dashboardcontainer  {
	width: 100%;
	height: auto;
}

#dashboardtitle  {
	width: 100%;
	height: auto;
	margin-bottom: 26px;
}

#dashboardtitle img  {
	width: 100%;
	height: auto;
}

#dashboardtitle .split  {
	height: auto;
	float: left;
}

#dashboardtitle .split:nth-child(1)  {width: 240px;}
#dashboardtitle .split:nth-child(2)  {
	width: auto;
	padding: 0 14px;
	font-size: 28px;
	color: #00b6cf;
}

#dashboardleft  {
	width: 62%;
	height: auto;
	float: left;
}

#dashboardright  {
	width: 38%;
	height: auto;
	float: left;
}

.dashboarditemcontainer  {
	width: 29%;
	height: auto;
	float: left;
	background-color: #f3f4f4;
	border: 1px solid #00b6cf;
}

.dashboarditemcontainer:nth-child(4)  {margin-right: 0px;}

#dashboardright .dashboarditemcontainer  {
	width: 100% !important;
	max-width: 600px;
	float: right;
}

.dashboarditem  {
	width: 100%;
	height: auto;
}

.dashboarditemheader  {
	width: 100%;
	height: auto;
	padding: 0 8px 0 8px;
	color: #f3f4f4;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	background-color: #00b6cf;
}

.dashboarditembody  {
	width: 100%;
	height: auto;
	padding: 10px 8px 10px 8px;
	color: #4b4b4b;
}

.dashboarddetail  {
	width: 100%;
	height: auto;
	font-size: 14px;
	padding: 8px 5px 8px 5px;
}



/************* PENDING EMAILS STYLING *************/

#pendingemails #heading  {
	border-bottom: 1px solid #4b4b4b;
	font-weight: 700;
	font-size: 16px;
}

#pendingemails .item  {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #FFF 0%, #00b6cf 50%, #FFF 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #FFF 0%, #00b6cf 50%, #FFF 100%);
    border-image: linear-gradient(to right, #FFF 0%, #00b6cf 50%, #FFF 100%);
    border-image-slice: 1;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 8px 0;
}

.split  {
	height: auto;
	float: left;
}

#pendingemails .item .split:nth-child(1)  {width: 160px;}

#pendingemails .item .split:nth-child(2)  {
	width: 100%;
	padding-left: 160px;
	margin-top: -19px;
	cursor: pointer;
}

#emailSearchForm  {margin-top: 14px;}

#emailSearchForm input[type=text]  {max-width: 200px; margin-top: -5px;}

#emailSearchForm .split  {
	height: auto;
	float: left;
}

#emailSearchForm .split:nth-child(1)  {width: 110px;}
#emailSearchForm .split:nth-child(2)  {width: 200px;}
#emailSearchForm .split:nth-child(3)  {width: auto;}
#emailSearchForm .split:nth-child(3) .btn_standard  {margin: -14px 0 0 12px;}

#mailSuggs, #suggestionList  {
	width: auto;
	min-width: 300px;
	height: auto;
	max-height: 300px;
	background-color: #f3f4f4;
	border: 1px solid #00b6cf;
	margin: 10px 0;
	padding: 14px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

#suggestionList  {width: 100% !important; float: none;}

#emailSearchForm, #mailSuggs #heading, #suggestionList #heading, #mailResults #heading  {
	width: 100%;
	height: auto;
	font-weight: 700;
	color: #00b6cf;
}

#emailClientList li  {
	margin-left: 20px;
	line-height: 30px;
}

#mailAddTo, #mailSpouseSelector, #mailComments  {
	width: 33.3%;
	max-width: 300px;
	height: auto;
	float: left;
	margin: 20px 0;
}

#edit_email #emailSearchForm, #edit_email #mailSuggs, #edit_email #mailComments  {
	width: 33.3%;
	height: auto;
	float: left;
}

#edit_email #emailSearchForm #mailSearchResults, #edit_email #emailSearchForm #mailAddTo  {
	font-weight: 500;
	color: #4b4b4b;
}

#edit_email ul#emailClientList, #edit_email #mailAddTo, #edit_email #mailSpouseSelector  {
	width: 100%;
}

.mailComments  {
	width: 100%;
	height: 70px;
}

#mailResults  {
	width: auto;
	min-width: 300px;
	height: auto;
	max-height: 300px;
	overflow: scroll;
	background-color: #f3f4f4;
	border: 1px solid #00b6cf;
	margin: 10px 0;
	padding: 14px;
	line-height: 24px;
	float: left;
}

#mailResults a:hover, #mailSuggs a:hover  {
	font-weight: 700;
	color: #00b6cf;
}

#emailpreview  {
	width: 100%;
	height: auto;
	padding: 20px;
	border: 1px solid #00b6cf;
}

#emailpreviewtitle  {
	width: 100%;
	height: auto;
	font-size: 12px;
	margin-bottom: 10px;
}

#emailID  {
	width: 100%;
	height: auto;
	color: #00b6cf;
	font-size: 17px;
	line-height: 24px;
	padding: 0 0 14px 0;
}

#mailInfo  {
	width: 100%;
	height: 200px;
	overflow: scroll;
	border-top: 1px solid #00b6cf;
}