/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}
.tabs .selected {
	/*background:#003B6C;*/
	background: #ffffff;
	border-bottom: 1px solid #ffffff !important;
	border-bottom: 2px solid #ffffff;
}

.tabs a {
	/*background:#3182B9;*/
	background: #ececec;
	color:#003B6C;
	text-decoration:none;
	padding:3px 5px !important;
	padding: 2px 5px;
	
	line-height:18px !important;
	line-height:20px;
	
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	outline: none;
}
.tabs a:hover {
	/*background:#003B6C;*/
	background: #ffffff;
	color:#003B6C;
	text-decoration:none;
	/*border-bottom: 1px solid #ffffff;*/
}
.tabs {
	margin-right:30px;
	width:100%;
	/*border-bottom:#003B6C 1px solid;*/
	/*border-bottom:#cccccc 1px solid;*/
	list-style:none;
	height:20px;
	margin-top:10px;
}
.tabs li {
	/*float:left;*/
	display: inline;
	margin-right:10px;
	position: relative;
}

.tab-holder {
	border-bottom:#cccccc 1px solid;
}

#message-list .message-min, #message-list .space-details {
	border-bottom:1px solid #3182B9;
	padding:5px;
	margin-top:2px;
	height:15px;
	overflow:hidden;
	line-height:16px;
	color:#666666;
	cursor:pointer;
}
.replied {	
	background:#EFF8FF;
}
.received {
	background:#EFFFF3;
}

#message-list .message-max {
	padding:5px;
	border-bottom:1px solid #3182B9;
}
#message-list .orange {
	color:#DC8B06;
	font-weight:bold;
	border-bottom:0px;
}
#message-list .green {
	color:#658F00;
	font-weight:bold;
	border-bottom:0px;
}

