img { border: 0; }
a { outline: 0; }
a, input[type="image"] { outline: 0; }

p, h1, h2, h3, h4, h5, h6, li, textarea, input, label, a, div, legend, select, td, tr, th, dt, dd, button {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	/* 
	Thin = 100
	Regular = 400
	Bold = 700
	*/
}

p, h1, h2, h3, h4, h5, h6, li {
	color: #333;
	margin: 0;
	padding: 0;
}

p, li, textarea, input, label, div, select, td, tr, th, dt, dd {
	font-size: 10pt;
}

p, li {
	margin-bottom: 8pt;
	line-height: 18px;
}

a:link, a:visited, .hilite {
	color: #0093E5;
	text-decoration: none;
}

a:hover {
	color: #FF30B2;
	text-decoration: none;
}

.diabled {
	color: #ccc;
}

.dimmed {
	color: #aaa;
}

.attention {
	color: #FF30B2;
}

h1 {
	font-size: 16pt;
	margin-bottom: 10px;
	font-weight: 700;
}

a.titleLink {
	color: #333;
}

a.titleLink:hover {
	color: #FF30B2;
}

h2 {
	font-size: 12pt;
	margin: 20px 0 10px 0;
	font-weight: 700;
}

h3 {
	font-size: 10pt;
	margin: 20px 0 10px 0;
	font-weight: 700;
}

div.view h3 {
	border-top: 4px solid #e6e6e6;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

h4 {
	font-size: 12pt;
	margin-bottom: 3pt;
	font-weight: 400;
}

h5 {
	font-size: 10pt;
	margin-bottom: 0pt;
	font-weight: 700;
}

h6 {
	font-size: 10pt;
	margin-bottom: 15pt;
	font-weight: 400;
}

h2.first, h3.first, h4.first, h5.first, h6.first {
	margin-top: 0;
}

ul, ol {
	margin: 0px 0px 10px 0px;
}

li {
	font-weight: 400;
	margin: 0px 10px 4px 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

ol, ol li {
	list-style-type: decimal;
	margin: 0px 10px 4px 20px;
}

ul.select li {
	list-style-type: none;
	margin: 0 0 0 0;
	border-bottom: 1px solid #e6e6e6;
}

ul.select li a {
	display: block;
	clear: both;
	padding: 7px 0;
	margin: 0 0 0 0;
	width: 100%;
}


#debug-kit-toolbar p,
#debug-kit-toolbar li {
	font-family: "Courier New";
	font-size: 100%;
}

span.subTitle {
	font-weight: 400;
	font-size: 70%;
	margin-left: 15px;
}

h1 span.subTitle img {
	vertical-align: top;
	padding-top: 6px;
}

h2 span.subTitle img {
	vertical-align: top;
	padding-top: 1px;
	margin-left: 0px;
}

h3 span.subTitle img {
	padding-top: 0px;
}

.nowrap {
	white-space: nowrap;
}

blockquote {
	font-size: 11pt;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 30px;
}

blockquote p {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 20px;
	font-style: italic;
}

iframe {
	border: 0;
	width: 100%;
	height: 200px;
}

div.post {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}

div.post h2 {
	margin: 0 0 3px 0;
}

div.links div.posts div.post h2 {
	font-size: 12pt;
	margin: 0 0 0 0;
}

div.post p.meta {
	font-size: 9pt;
	color: #999;
	margin: 0 0 0 0;
}

div.post p.meta img {
	vertical-align: middle;
}

div.post.search h2 {
	font-size: 11pt;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}

div.post.search p {
	margin: 0px 0px 10px 0px;
}

span.highlight {
	color: #cc0000;
	font-weight: 700;
}

span.searchForm {
	display: inline;
}

div.searchForm {
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 10px 0px;	
}

.searchForm form {
	display: inline;
	clear: none;
	float: none;
}

.searchForm input {
	display: inline-block;
	clear: none;
	float: none;
	vertical-align: middle;
}

.searchForm input[type="text"] {
	display: inline-block;
	padding: 3px;
	clear: none;
	float: none;
	width: 20%;
	margin: 0 0 0 0;
}

.searchForm input[type="image"] {
	margin: 0 0 0 0;
}

.searchForm label {
	display: inline;
	clear: none;
	float: none;
	width: 50px;
	margin: 0 5px 0 10px;
	padding: 0 0 0 0;
}

.searchForm a.clearSearch {
	display: inline-block;
	clear: none;
	float: none;
	vertical-align: middle;
	font-size: 10pt;
	margin: 0 10px 0 10px;
}

/* Comment Section **************************************************************/

div.commentSection {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;	
	padding: 5px 0px 0px 0px;	
}

div.comments {
	clear: both;
	width: 100%;
}

div.comment {
	border: 1px solid #e6e6e6;
	clear: both;
	width: 95.6%;
	padding: 10px 2% 5px 2%;
	margin: 0px 0px 20px 0px;
}

div.comment div.metadata {
	border-top: 0;
	border-bottom: 3px solid #e6e6e6;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

div.comment div.metadata p {
	color: #333;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

span.options {
	font-size: 9pt;
	font-weight: 400;
	margin-left: 20px;
}

div.attachments {
	width: 100%;
	clear: both;
	padding: 0 0 5px 0;
}

/* **************************************************************/

#masthead p {
	font-size: 24pt;
	color: #555;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #e6e6e6;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

hr.thick {
	clear: both;
	border-bottom: 3px solid #e6e6e6;
	padding-top: 10px;
}

div.editText {
	display: none;
}

div.editText a {
	/* float: left; */
	clear: both;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url('/img/common/edit.png') no-repeat scroll top left;
}

.superscr {
	font-size: 7pt;
	color: #009EC5;
	vertical-align: top;
}

.small {
	font-size: 8pt;
}

/* Embedded images *****************************************************************/

img.alignRight,
img.alignLeft,
div.widgFrame {
	position: relative;
	float: right;
	margin: 5px 0px 10px 10px;
	background: #fff;
	border: 1px solid #e6e6e6;

	/* shadow */
	/*
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
	*/
}

div.widgFrame {
	padding: 10px 10px 5px 10px;
}

img.alignRight,
img.alignLeft,
div.noLabel {
	padding: 10px 10px 10px 10px;
}

img.alignLeft {
	float: left;
	margin: 5px 10px 10px 0px;
}

/* We need this for the inside of the widgEditor since it does not display the frame */
img.widgImage { 
	float: right; 
	margin: 5px 0px 10px 10px;
}

/* This is for the real pages. */
div.widgFrame > img.widgImage {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

div.widgFrame p {
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
}

/* Paging *******************************************/

div.paging {
	color: #ccc;
	width: 100%;
	float: left;
	clear: both;
	font-size: 10pt;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span.current {
	color: #000;
}

p.paginatorCounter {
	margin: 10px 0 0 0;
	font-size: 8pt;
	color: #666;
}


/* Tables ****************************************/

table {
	background: #fff;
	/* border: 1px solid #ddd; */
	border-top: 1px solid #e6e6e6;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 20px;
	width: 100%;
}

table.manualWidth {
	table-layout: fixed;
}

th {
	font-size: 9pt;
}

th {
	text-align: center;
	border-bottom: 3px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 5px;
}

th.last,
th:last-child,
th.actions {
	border-right: 0;
}

th a {
	display: block;
	text-decoration: none;
}

th a:hover {
	text-decoration: none;
}

table tr td {
	border-bottom: 1px solid #e6e6e6;
	/* border-right: 1px solid #ddd; */
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
}


table tr td table {
	margin: 0 0 0 0;
	border-top: 0;
}
table tr td table tr td {
	border: 0;
}
table tr td.nestedTable {
	padding: 0;
}

div.emailContent table {
	border-top: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.emailContent table tr td {
	border-bottom: 0;
	padding: 0;
}

table tr.doubleRowTop td {
	border-bottom: 0;
	padding-bottom: 0;
}

table tr.doubleRowBottom td {
	padding-top: 0;
}

table tr.altrow td {
	background: #f9f9f9;
}

td.personName {
	width: 16%;
}

td.descr {

}

td.numLabel {
	text-align: right;
}

td.dueDays {
	width: 80px;
}

td.actions {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}

td.actions a {
}

td.actions a img {
	display: inline-block;
	padding: 0 0 0 0;
}

td.date {
	width: 80px;
	text-align: right;
}

td.dateTime {
	width: 130px;
	text-align: right;
}

td.shortNumber {
	text-align: center;
	width: 50px;
}

td.number {
	text-align: right;
}

td.text {
	text-align: left;
}

td.checkboxCell {
	width: 15px;
}

td.crop {
	overflow: hidden;
	white-space: nowrap;
}

table.todoTable {
	margin: 0 0 20px 0;
}

table.todoTable tr.priorityHold {
}

table.todoTable td a {
	color: #333;	
}

table.todoTable td a:hover,
table.todoTable tr.priorityHold td a:hover,
table.todoTable tr.priorityRainy td a:hover {
	color: #FF30B2;
	text-decoration: none;
}

table.todoTable tr.priorityHold td,
table.todoTable tr.priorityHold td a {
	color: #ccc;
}

table.todoTable tr.priorityRainy td,
table.todoTable tr.priorityRainy td a {
	color: #7da0af;
}

table.todoTable tr.priorityUrgent {
	background-color: #FFCAED;
}

/*  Actions  */

div.actions {
	clear: both;
	width: 100%;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
/*	display: inline; */
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 10px 10px 0px;
	white-space: nowrap;
}

div.actions ul li a {
	display: block;

    background-color: #0093E5;
	background-image: linear-gradient(top,#68C8F2,#0093E5);
	background-image: -moz-linear-gradient(top,#68C8F2,#0093E5);
	background-image: -o-linear-gradient(top,#68C8F2,#0093E5);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#68C8F2),to(#0093E5));
	background-image: -webkit-linear-gradient(top,#68C8F2,#0093E5);

   	text-shadow: 0px 0px 2px #01567C;	

    border: 1px solid #0093E5;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: default;
    font-size: 13px;
    font-weight: 700;
    height: 29px;
    line-height: 29px;
    margin: 0 0 0 0;
    min-width: 54px;
    outline: 0 none;
    padding: 0 12px;
    text-align: center;
	cursor: pointer;
}

div.actions ul li a:hover {
}

/* Scaffold View ********************/

dl {
	display: block;
	overflow: hidden;
}

dl.altrow {
	background: #f4f4f4;
}

dt, dd {
	font-size: 10pt;
	border-top: 1px solid #ddd;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

dt {
	clear: both;
	float: left;
	width: 20%;
	color: #999;
	margin: 0 2% 0 0;
}

dd {
	float: left;
	width: 78%;
}

/* Notices and Errors ******************/

div.message {
	clear: both;
	color: #FF30B2;
	font-weight: 700;
	margin: 0 0 10px 0;
}

div.error-message {
	clear: both;
	color: #F00;
	font-weight: 400;
	font-size: 10pt;
	padding: 3px 0px 0px 0px;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: 400;
}

#authMessage p,
#systemMessage p,
#systemMessage div.message {
	font-size: 13pt;
	font-weight: 700;
	color: #ff0000;
	text-align: center;
    background-color: transparent;
    border: 0;
    overflow: auto;
    width: 96%;
    padding: 0 2% 0 2%;
    margin: 0 0 0 0;
}

#systemMessage #messageContent {
	display: block;
	width: 100%;
	overflow: hidden;
	font-weight: 700;
	font-size: 13pt;
	color: #ff0000;
}

#click2close {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 9pt;
	color: #ff0000;
	cursor: pointer;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

.addNew {
	font-size: 10pt;
	margin: 0px 0px 0px 10px;
}

a.iconRemove {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url('/img/common/icon-remove.png') no-repeat scroll top left;
}

p.discountStatus {
	color: #cc0000;
	margin: 0px 0px 0px 0px;
	font-weight: 700;
}

.labelifyLabel {
	color: #ccc;
}

/* Social links **********************/

div.socialLinks {
	display: block;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div.socialLinks > div {
	display: block;
	height: 23px;
	float: left;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}

div.socialLinks > div.buttonEmail { width: 21px; }
div.socialLinks > div.buttonTwitter { width: 99px; }
div.socialLinks > div.buttonGooglePlus { width: 84px; }
div.socialLinks > div.buttonFacebook { width: 99px; }
div.socialLinks > div.buttonPinterest { width: 85px; }

div.socialLinks img {
	float: left;
	margin: 0px 0px 0px 0px;
}

#fb_xdm_frame_http {width: 200px !important;}
#fb_xdm_frame_https {width: 200px !important;}

/* PostsUser Marks **********************/

div.markLink {
	display: block;
}

div.markLink a span {
	display: none;
}

div.markLink a {
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
	height: 28px;
}

div.markLink a.add {
	background: transparent url('/img/common/bt-markadd.png') no-repeat scroll center left;
	width: 129px;
}

div.markLink a.remove {
	background: transparent url('/img/common/bt-markremove.png') no-repeat scroll center left;
	width: 169px;
}

div.soldout {
	display: block;
	float: left;
}

div.soldout p {
	font-size: 16px;
	line-height: 28px;
	color: #990000;
	text-transform: uppercase;
	margin: 0px 20px 0px 0px;
}

/* Support for inserting block texts *********************************************/

div.insertHidden {
	width: 100%;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.insertHidden > h2 {
	font-size: 8pt;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 30px;
	color: #fff;
	cursor: pointer;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
	
	background: #ccc;
	background-image: url('/img/common/toggle-down.png');
	background-position: 6px center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div.insertHidden div.toggle {
	display: none;
	width: 100%;
}

a.tagLink {
	display: inline;
	
	border: 1px solid #e6e6e6;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */

	background: #ddd;
	padding: 3px 5px 3px 5px;
	
	line-height: 30px;
}

span.subnav {
	font-size: 11pt;
}

span.subnav a.selected,
span.subTitle a.selected {
	color: #999;
}

div.row {
	display: block;
	clear: both;
	width: 100%;
}

.handle {
	cursor: move;
}

div.columnParent {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
}

div.columnLeft,
div.columnRight {
	display: block;
	float: left;
	width: 48%;
	margin: 0 0 3% 0;
}

div.columnLeft {
	clear: both;
}

div.columnRight {
	float: right;
	margin: 0 0 3% 0;
}

div.homePanel {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
}

.ui-widget {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.ui-datepicker {
	width: 240px;
}

img.ui-datepicker-trigger {
	width: 16px;
	height: 16px;
}

p.archived {
	margin: 0 0 0 0;
}

p.archived a {
	color: #999;
}

@-webkit-keyframes blinker {  
	from { opacity: 1.0; }
	to { opacity: 0.0; }
}

.warn {
	color: #cc0000;
	text-decoration:blink;
	-webkit-animation-name: blinker;  
	-webkit-animation-iteration-count: infinite;  
	-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
	-webkit-animation-duration: 1s; 
}

div.markedRead h2 a {
	color: #bbb;
}

div.markedRead {
}

div.markedUnread {

}

.userName, .attachment {
	margin: 0 5px 0 0px;
	line-height: 16pt;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
	color: #333;
	border-radius: 4px;
	display: inline-block;
	background-color: #E2FFB7;
	font-size: 8pt;
/*	border: 1px solid #CCE5D7; */
}

.userName:link, .userName:visited,
.attachment:link, .attachment:visited {
	color: #333;
}

p.notificationList {
	margin: 0 0 5px 0;
}

div.filter {
	overflow: hidden;
	display: none;
}

div.commentForm {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#notificationCheckboxes,
#NotificationFeedback {
	display: block;
	width: 100%;
	clear: both;
}

#notificationCheckboxes div.input.checkbox {
	float: left;
	width: 25%;
	clear: none;
}

#NotificationFeedback p {
	font-weight: 700;
	color: #FF30B2;
}


/* JQuery Loadmask Styles ************************/

.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    background-color: #fff;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('/img/common/spinner.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

div.thread {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	border-top: 3px solid #e6e6e6;
	padding: 0 0 0 0;
}

div.threadMessage {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
}

div.threadMessage div.selector {
	display: block;
	float: left;
	width: 2%;
	padding: 0 1% 0 0;
}

div.threadMessage div.selector input {
	margin: 15px 0 0 0;
	float: right;
}

div.metaInfo {
	display: block;
	width: 21%;
	float: left;
}

div.metaInfo p {
	font-size: 9pt;
	margin: 0;
}

div.emailContent {
	display: block;
	border: 2px solid #e6e6e6;
    border-radius: 8px;
	width: 71%;
	padding: 10px 1.5% 10px 1.5%;
	float: right;
	position: relative;
}

/* From client */
div.threadMessage.destFromClient div.metaInfo {
	float: right;
}

div.threadMessage.destFromClient div.metaInfo p {
	text-align: left;
}

div.threadMessage.destFromClient div.emailContent {
	float: left;
	border: 2px solid #ff94db;
	background-color: #ffeef9;
}

/* TO client */
div.threadMessage.destToClient div.metaInfo,
div.threadMessage.destInternal div.metaInfo {
	float: left;
}

div.threadMessage.destToClient div.metaInfo div.editLinks,
div.threadMessage.destInternal div.metaInfo div.editLinks {
	display: block;
	clear: both;
	width: 100%;
}

div.threadMessage.destToClient div.emailContent,
div.threadMessage.destInternal div.emailContent {
	float: right;
}

div.threadMessage.destToClient div.emailContent {
	border: 2px solid #b5d88d;
	background-color: #f7ffee;
}

div.threadMessage.collapse div.emailContent {
	cursor: pointer;
}

div.threadMessage div.emailContent div.short {
	overflow: hidden;
	height: 18px;
}

div.threadMessage div.emailContent div.short p {
	margin: 0 0 0 0;
	white-space: nowrap;
	overflow: hidden;
}

div.threadMessage.collapse div.emailContent div.short {
	display: block;
}

div.threadMessage.collapse div.emailContent div.full {
	display: none;
}

div.threadMessage.expand div.emailContent div.short {
	display: none;
}

div.threadMessage.expand div.emailContent div.full {
	display: block;
}

div.threadMessage.destToClient.expand div.metaInfo div.editLinks,
div.threadMessage.destInternal.expand div.metaInfo div.editLinks {
	display: inherit;
}

div.threadMessage.destToClient.collapse div.metaInfo div.editLinks,
div.threadMessage.destFromClient.collapse div.metaInfo div.editLinks,
div.threadMessage.destInternal.collapse div.metaInfo div.editLinks {
	display: none;
}

div.emailContent a.hotspot {
	position: absolute;
	width: 100%;
	height: 38px;
	display: block;
	left: 0;
	top: 0px;
}

div.threadTodoList {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
}

div.infoBar {
	clear: both;
	display: block;
	width: 100%;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	/* border-bottom: 1px solid #e6e6e6; */

}

div.infoBar p {
	margin: 0;
	padding: 0;
	color: #aaa;
}

div.infoBar p strong {
	color: #333;
}

div.emailContent p.footer {
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
}



/* Popup Menu **********************************/

a.action {
	font-size: 8pt;
	margin: 0 0px 3px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	white-space: nowrap;
	color: #333;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	background-color: #E2FFB7;
	/* border: 1px solid #CCE5D7; */
	cursor: pointer;
}

td a.action {
	margin: 0 0px 0px 0px;
}

div.popupMenu {
	position: relative;
	display: inline-block;
}

div.popupMenu.selected a.action {
    background-color: #FF30B2;
    color: #FFFFFF;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.popupMenu > ul {
	position: absolute;
	display: none;
	z-index: 10;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	border-top: 3px solid #FF30B2;
	max-height: 300px;
	width: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #FF30B2;
	border-right: 1px solid #FF30B2;
	border-bottom: 1px solid #FF30B2;
	top: 20px;
}

div.popupMenu ul.moveThreads {
	width: 300px;
}

div.popupMenu ul.threadStatusMenu {
	width: 80px;
}

div.destFromClient div.popupMenu > ul {
	right: 0;
}

div.popupMenu ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #FFCAEF;
	overflow-x: hidden;
	text-align: left;
}

div.popupMenu ul li a,
div.popupMenu ul li span {
	font-size: 9pt;
	display: block;
	overflow-x: hidden;
	white-space: nowrap;
	line-height: 24px;
	background-color: #fff;
	margin: 0 0 0 0;
	padding: 0 5px;
	color: #FF30B2;
	text-align: left;
}

div.popupMenu ul li a:hover {
	background-color: #FFEEF9;
}

div.popupMenu ul li span {
	color: #333;
	font-weight: 700;
}

div.command.popupMenu a.action {
	display: inline-block;
	position: relative;
	line-height: 26px;
	padding: 0px 10px;
	color: #fff;
	font-size: 8pt;
	font-weight: 700;
	background-color: #7CB83E;
	cursor: pointer;
}

div.command.popupMenu.selected a.action {
    background-color: #FF30B2;
    color: #FFFFFF;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.command.popupMenu > ul {
	width: 300px;
	top: 26px;
}

a.action.statusNew {
    background-color: #FF30B2;
    color: #FFFFFF;
}

a.action.statusInProgress {
	background-color: #7CB83E;
	color: #FFFFFF;
}

a.action.statusWaiting {
    background-color: #ddd;
    color: #333;
}

a.action.statusClosed {
    background-color: #ddd;
    color: #333;
}

/***********************************/



#dialog {
	display: none;
}



