/*----------------------------
	Atmail 6 Templates
	- CSS common to all templates, e.g. button formats, column widths, heading layout, body padding, checkbox treatments
-----------------------------*/

/*
	Buttons
	Main
	Photos
	Search Bar
*/

/*----------------------------
	Buttons
-----------------------------*/
a.genericButton {
    background: url("../images/themes/Blue-Steel/Blue-Steel.png") no-repeat scroll 0 -362px transparent;
    color: #333333;
    display: block;
    float: left;
    height: 26px;
    padding: 0 0 0 5px;
    text-decoration: none;
}

a.genericButton span {
    background: url("../images/themes/Blue-Steel/button_right.png") no-repeat scroll 100% 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    margin-right: 5px;
    padding: 5px 12px 9px 7px;
    text-shadow: 0 1px 1px #EEEEEE;
}

div.cssMainHeadding a.genericButton {
	background:url("../images/themes/Blue-Steel/Blue-Steel.png") no-repeat scroll 0 -212px transparent;
}

div.cssMainHeadding a.genericButton span {
	background:url("../images/themes/Blue-Steel/button_blue_right_blue.png") no-repeat scroll 100% 0 transparent;
}

.whiteCommentAreaBody a.genericButton span {
    background: none repeat scroll 0 0 transparent !important;
    color: #0066CC;
    display: inline;
    float: none !important;
    padding: 0;
}

.whiteCommentAreaBody a.genericButton span:hover {
	text-decoration: underline;
}

.whiteCommentAreaBody a.genericButton  {
    background: none repeat scroll 0 0 transparent !important;
    bottom: 0;
    display: inline;
    float: none !important;
    left: 0;
    padding: 0;
}

a.postMessageButton { 
    float: right;
    position: relative;
    right: 8px;
    top: 8px;
}

.cssMessageNode .details .detailRight .button a {
	background: url("../images/button_grey_left.gif") no-repeat scroll 0 0 transparent;
	color: #212121;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 0 0 4px;
	position: inherit;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

.cssMessageNode .details .detailRight .button a strong {
	background: url("../images/button_grey_right.gif") no-repeat scroll 100% 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	padding: 0 4px 4px 5px;
}

/*----------------------------
	Main
-----------------------------*/
.cssMainHeadding {
	border-bottom-color: #97A9B6;
	background: #D1D8E2;
	position: fixed;
	top: 72px;
	left: 217px;
	right: 0;
	height: 37px;
	border-bottom: 1px solid #97A9B6;
	vertical-align: middle;
	min-width: 500px;
}

.cssMainHeadding div {
	position: relative;
	margin: 8px 0px 0px 20px;
	overflow: hidden;
	color: #333;
	white-space: nowrap;
	text-shadow:0 1px 0 #FFFFFF;
	
}

DIV.wrapperInner .messageImage {
	clear: both;
	color: #999999;
    margin: 0 9px 20px;
    padding: 0 60px 0 20px;
}

.applicationName, .tstamp {
	clear: both;
	color: #999999;
	padding: 10px 0px 10px 0px;
}

.applicationName a {
	color: #999999;
	text-decoration: none;
}

.messageCaption {
	margin: 0 9px 15px;
	padding-left: 20px;
}

.applicationName {
    margin: 0 9px 20px;
    padding: 0 60px 0 20px;
}

.cssMainHeadding .cssLeft {
	font-size: 17px;
	font-weight: bold;	
}

.cssMainHeadding .cssTopRight {
	position: absolute;
	right: 0px;
	top: 0px; 
	margin-top: 6px;
}

.cssMainBody {
	position: fixed;
	right: 0;
	top: 110px;
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	left: 217px;
	min-width: 500px;
	overflow: auto;
}

.cssSummaryPanel {
	border-right: 1px solid #97A9B6;
	bottom: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 22px; /* leave unobstructed room on right side for widget icons, counter etc.) */
	position: absolute;
	top: 0;
	width: 268px;
}

.cssSummaryPanel .date {
	color: #97A9B6;
	display: inline;
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding-right: 20px;
	padding-top: 2px;
	padding-left: 3px;
}

.cssMainDetailsPanel .date {
    color: #3A5686;
    display: block;
    font-size: 13px;
    line-height: 6px;
}

.cssMainDetailsPanel {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	left: 295px;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 8px;
}

.cssSummaryRow {
	height: auto; 
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 12px;
    top: 10px;
    width: 100%;
	position: relative;
	top: 37px !important;
}

.cssSummaryRow .check {
	float: left;
	margin-right: 8px;
}

form#listcontacts .cssSummaryRow .check, form#listsms .cssSummaryRow .check, form#listvm .cssSummaryRow .check, form#listfb .cssSummaryRow .check, form#listtwitter .cssSummaryRow .check {
	left: 0px;
	top:0px;
}

.cssSummaryRow p {
	margin:0 !important;
	padding:0 !important;
}

.cssSummaryRow .messageFrom h3 {
	float: none !important;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	margin-right:10px;
}

.messageSubject {
	overflow: hidden;
    width: 207px;
}

.cssSummaryRow .messageSubject h3 {
	font-weight: normal;
	font-size: 13px;
	white-space: nowrap;
}

.wrapperInner .messageSubject {
	display: inline;
	font-size: 15px;
}

.cssSummaryRow .messageImage {
    border: 1px solid #CCCCCC;
    margin-left: 45px;
    margin-top: 11px;
    padding: 3px;
	display: block;
}

.cssSummaryRow .messagePreview {
    color: #999999;
    overflow: hidden;
    padding: 0 15px 0 0;
}

.cssMainDetailsPanel .messageThreads {
	margin: 10px 8px;
}

.cssMessageNode {
	background: url("../images/themes/Blue-Steel/message_top.gif") repeat-x scroll 0 0 transparent;
	display: inline;
	float: left;
	margin: 0;
	width: 100%;
}

.cssMessageNode iframe {
	margin-left: 30px;
}

.cssMessageNode .wrapperOuter {
	background: url("../images/message_left.gif") no-repeat scroll 0 0 transparent;
	display: inline;
	float: left;
	width: 100%;
}

.cssMessageNode .wrapperInner {
	background: url("../images/message_right.gif") no-repeat scroll 100% 0 transparent;
	display: inline;
	float: left;
	min-width: 500px;
	width: 100%;
}

.cssMessageNode .details {
	margin: 2px 9px 0;
}

.cssMessageNode .details .detailRight {
	float: right;
	padding: 20px;
	position: relative;
}

.cssMessageNode .details .detailRight .button a strong div {
	color: #7A7A7A;
	float: right;
	font-size: 15px;
	padding: 0 10px 0 5px;
}

.cssMessageNode .ReplyDrop	{ left: 50px; top: 20px; }
.cssMessageNode .ReplyDrop a.arrow { font-size: 15px; padding: 0 0 0 6px; }
.cssMessageNode p { color: #666; font-size: 12px; line-height: 18px; }  

.cssMessageNode .details .detailLeft { padding: 20px; }

.cssMessageNode .details .detailLeft h1 { 
    display: inline;
    font-size: 18px;
    font-weight: bold;
}

.cssMessageNode .details .detailLeft h2.timestamp, .cssMessageNode .details .detailLeft h2.date { color: #3a5686;  font-size: 13px; display: block; line-height: 6px; margin-top: 10px;}

.cssMainDetailsPanel .body {
    color: #333;
    padding-top: 18px;
	margin: 0 9px 15px !important;
}

/*----------------------------
	Photos
-----------------------------*/
.cssSummaryRow .photo {
	float: left;
}

.cssSummaryRow .photo span {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	width: 35px;
	float: left;
	margin: 0 10px 10px 0;
}

.cssMessageNode .details .detailLeft .photoLarge, .cssMessageNode .photo {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	float: left;
	margin: 0 15px 20px 0;
}

.cssMainDetailsPanel .photo {
	left: 15px;
	position: relative;
	top: 10px;
}

/*----------------------------
	Search Bar
-----------------------------*/
.cssSummarySearch {
	margin-right: -22px;
}

.cssSummarySearchTop {
    background: url("../images/File-Search-Bg.png") repeat-x scroll 0 0 transparent;
    border-right: 1px solid #97A9B6;
    float: left;
    height: 45px;
    position: absolute;
    width: 100%;
    z-index: 1;
	top:0px;
}

.cssSummarySearchInput {
    background: url("../images/File-Search-Right.png") no-repeat scroll 100% 7px transparent;
    display: block;
    float: left;
    height: 45px;
    margin-left: 19px;
    width: 90%;
}

.cssSummarySearchTop input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #6C6C6C;
    left: 2px;
	width:98%;
    position: relative;
    top: 10px;
	outline: none;
}

.cssSearchButton {
    background: url("../images/File-Search-Left.png") no-repeat scroll 5px 7px transparent;
    display: block;
    float: left;
    height: 45px;
    padding: 0 0 0 5px;
    width: 100%;
}

/* Call history middle DIV */
DIV.newCallType {
	font-size: 14px;
}

DIV.newCalls {
	padding: 40px;
}

DIV.previousCalls {
	padding: 40px;	
}

DIV.cssSummaryRow {
	
}

DIV.newCallRow {
	
}

DIV.callIncoming {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    position: relative;
}

DIV.newCallLocation {
	color: #97A9B6;
    left: 160px;
    position: absolute;
    top: 2px;
}

DIV.newCallNumber {
	
}

DIV.newCallTime {
	color: #CCCCCC;
    float: right;
}

DIV.previousCalls {
	
}

DIV.newCallDuration {
	
}

DIV#Files DIV.cssSummaryPanel {
	top: 38px;
}

DIV.cssSummaryPanel DIV#webdav_files {
	margin-top: 36px;
}