/* CSS Document */

body {
	background-image:none;
	background-color:#fff!important;
	color:#444444;
	margin:0!important;
	padding:0!important;
	width: 100%!important;
}

body, table, td, input, textarea {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
}

.wws-error {
	color: red!important;
}

#wws-logo {
	width: 170px;
	height: 77px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}

#wws-header {
	width: 100%;
	height: 255px;
	background-position:top;
	background-repeat:repeat-x;
}
#wws-header-container {
	width:55%;
	margin:0 auto;
	padding:29px 0 0 0;
}
#wws-header-container p {
	position:absolute;
	display: block;
	top: 50px;
	right: 19%;
}
#wws-header img {
	float:left;
	margin:0 30px 0 0;
}
#wws-header ul {
	padding:0!important;
	margin:0!important;
	margin:120px -185px 60px 0 !important;
	white-space:nowrap!important;
	right: 25%;
	position: absolute;
}
#wws-header li {
	white-space:nowrap!important;
	clear:right;
}
#wws-header p {
	float:right;
	border-left:1px solid #ccc;
	padding:25px 0 15px 20px;
	margin:-20px 0 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	font-size:11px!important;
	color:#666666;
}

#wws-sidebar input {
	display:block;
	padding:5px 5px 5px 10px;
	margin:0;
	background-color:#f4f4f4;
	border-right:10px solid #fff;
	color:#666;
	border-left:2px solid red;
	line-height:20px;
	width:193px;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	color:#ccc;
}

#wws-sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}

#wws-sidebar input:focus {
	border:1px solid #999;
	color:#333;
}

#wws-content input {
	background-color:#f4f4f4;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	color:#666;
	padding:4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wws-content input:hover {
	border:1px solid #ccc;
	color:black;
}
#wws-content input:focus {
	border:1px solid #999;
	color:black;
}

#wws-content textarea {
	background-color:#f4f4f4;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	color:#666;
	padding:4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wws-content textarea:hover {
	border:1px solid #ccc;
	color:black;
}
#wws-content textarea:focus {
	border:1px solid #999;
	color:black;
}
#wws-header a {
	color:#008CBA;
	text-decoration:none;
}
#wws-header a:hover {
	border-bottom:1px dotted #333;
}
#wws-header li {
	float:left;
	display:block;
	list-style:none;
}
#wws-header li a {
	display:block;
	font-size:12px!important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	width:92px!important;
	text-align:center!important;
	color:#fff;
	text-decoration:none;
	padding:5px 0 9px 0;
}

#wws-header li a:hover {
	border:none;
	padding:6px 0 8px 0;
}

.wws-footermenu {
        border-top:1px solid #eee;
        margin:30px 0 0 0;
	padding: 3px 0 0 0;
        width:100%!important;
}

.clear {
	clear:both;
}

#wwsspamheads {
	border: 1px dashed red!important;
}

#wwsmailheads {
	border: 1px dashed silver!important;
	min-width: 50%!important;
}

#wwsmailheads td {
	vertical-align: top!important;
	text-align: left!important;
}

#wwsspamheads, #wwsmailheads {
	float: left!important;
	display: none;
	margin-left: 30px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	padding: 15px!important;
	line-height: 16px!important;
	table-layout: fixed!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wwsspamheads td, #wwsmailheads td {
	padding: 0!important;
	margin: 0!important;
}

#wws-container {
	width:90%;
	margin:0 auto;
}

#wws-sidebar {
	float:left;
	width:220px;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:11px!important;
	color:#777;
	line-height:20px;
	border-bottom:1px solid #eee;
}

#wws-sidebar h1 {
	color:#008CBA;
	font-size:16px!important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	text-align:left!important;
}

#wws-sidebar ul {
	margin:0!important;
	padding:0!important;
}

#wws-sidebar li {
	margin:0;
	padding:0!important;
	list-style:none!important;
	display:block!important;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:11px!important;
}

#wws-sidebar li a {	
	display:block!important;
	padding:5px 5px 5px 10px!important;
	margin:0 0 1px 0!important;
	background-color:#f6f6f6!important;
	border-right:10px solid #fff!important;
	color:#666!important;
	text-decoration:none!important;
	border-left:2px solid #ddd;
	font-weight: normal!important;
	text-align:left!important;
	border-top-left-radius: 10px!important;
	-moz-border-radius-topleft: 10px!important;
	-webkit-border-top-left-radius: 10px!important;
	border-bottom-left-radius: 10px!important;
	-moz-border-radius-bottomleft: 10px!important;
	-webkit-border-bottom-left-radius: 10px!important;
}
#wws-sidebar li a:hover {
	background-color:#eee!important;
	color:#333!important;
	border-right:10px solid #eee!important;
}
#wws-sidebar li a:active {
	background-color:#ddd!important;
	color:#333!important;
	border-right:10px solid #ddd!important;
}
#wws-sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}
#wws-content {
	margin:0 0 0 220px;
	border-left:1px solid #eee;
}
#wws-content > h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	background-image:url(/images/mail/h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:50px 0px 0px 28px;
	border-top:2px solid #eee;
	text-align:left!important;
	clear: none!important;
}
#wws-content .h1input {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	width: 99%;
}
#wws-content h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	padding:0px 0px 0px 30px;
	text-align:left!important;
}
#wws-content h3 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	font-size:14px;
	font-weight:normal;
	color:#008cba;
	letter-spacing:-1px;
	padding:0px 0px 0px 30px;
	margin:0;
	text-align:left!important;
}
#wws-content p {
	padding:10px 50px 20px 30px;
	line-height:20px;
}
#wws-content ul {
	margin: 10px 10px 10px 30px;
}
#wws-content li {
/*
	list-style:none;
	background-image:url(/images/mail/li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
*/
	padding:0px 5px 0px 20px;
	margin:15px 0 15px 0;
}
#wws-sidebar img {
	padding:5px;
	border:5px solid #eee;
	float:left;
	margin:10px 10px 0px 0px;
}
#wws-content a {
	color:#333;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0 4px 0 4px;
	text-decoration:none;
}
#wws-content a:hover {
	background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;
}
#wws-content a:active {
	background-color:#bbb;
	border-bottom:1px solid #bbb;
	color:#000;
}
#wws-footer {
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:50px 0 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
	background-image:url(/images/mail/footer.jpg);
}

.wws-table th, #wws-mail th {
	line-height:20px;
	text-align: left;
}

.wws-table td {
	line-height:20px;
	background-position: left bottom!important;
	background-repeat: repeat-x!important;
	white-space:nowrap!important;
}

.wws-table input {
	margin:0 0 1px 0;
}

.wws-table td:first-child {
	border-top-left-radius: 10px!important;
	-moz-border-radius-topleft: 10px!important;
	-webkit-border-top-left-radius: 10px!important;
	border-bottom-left-radius: 10px!important;
	-moz-border-radius-bottomleft: 10px!important;
	-webkit-border-bottom-left-radius: 10px!important;
}

.wws-table td:last-child {
	border-top-right-radius: 10px!important;
	-moz-border-radius-topright: 10px!important;
	-webkit-border-top-right-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
	-moz-border-radius-bottomright: 10px!important;
	-webkit-border-bottom-right-radius: 10px!important;
}

.wws-sess {
	background-color: transparent;
}

.wws-sessover {
	background-color: #dedede!important;
	cursor: pointer;
}


.wws-over {
	background-image: none!important;
	background-color: #dedede!important;
	color: black!important;
	cursor: pointer;
}

#wws-mail {
	padding-left:30px!important;
	padding-right:0!important;
	float:left;
}

#wws-mail th, #wws-mail td {
	border-bottom: 1px #cacaca solid;
	padding-left:0!important;
	padding-right:0!important;
	height: 25px;
}

.wws-subnav {
	margin-left:43px!important;
	line-height:20px!important;
	margin-top:20px!important;
	margin-bottom:40px!important;
}

.wws-submenu a {
	font-weight: normal!important
}

#wws-footer a {
	color:#666;
}

#wws-footercontent {
	width:700px;
	margin:0 auto 0 auto;
	height:15px;
}

.wws-lock {
	vertical-align: middle;
	padding-bottom: 4px;
	padding-right: 2px;
	width: 16px;
	height: 16px;
}

.wws-left {
	float: left;
}

.wws-right {
	float: right;
	text-align: right;
}

.wws-snip {
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}

.wws-blue {
	border-left:2px solid #008cba!important;
}

.wws-red {
	border-left:2px solid red!important;
}

.wws-yellow {
	border-left:2px solid yellow!important;
}

.wws-green {
	border-left:2px solid green!important;
}

.wws-gray, .wws-gray * {
	color: #898989!important;
}

.wws-black {
	border-left:2px solid black!important;
}

.wws-pager {
	float:right;
}

.wws-pager ul {
	margin: 0!important;
	padding: 0 2px 0 2px!important;
}

.wws-pager li {
	background-image:none!important;
	margin: 0!important;
	padding: 0 2px 0 2px!important;
}

.wws-pager .current_page {
	color: red;
}

.wws-attr {
	display: block;
	clear: both;
	border: 1px solid green;
	border: 0;
	padding-top: 1px;
	padding-bottom: 2px;
}

.wws-input, .wws-write {
	border: 0;
	margin: 0!important;
	padding: 0!important;
}

.wws-input label {
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 5px!important;
	clear: left;
}

.wws-input * {
	*margin-left: 5px!important;
}

.wws-input span {
	display: block;
}

.wws-write span a {
	margin-right: 2px!important;
	padding-left: 5px!important;
	padding-right: 5px!important;
}

.wws-attr div {
	width: 115px;
	text-align:right;
	float:left;
	margin: 0!important;
	padding: 0!important;
}

.wws-edit div {
	width: 115px;
}

.wws-attr span {
	margin-left:120px;
	display: block;
}

.wws-edit br, .wws-full br {
	clear:both;
	margin: 0!important;
	padding: 0!important;
}

.wws-edit select {
	width: 99%;
	_width: 90%;
	*width: 90%;
}

.wws-edit textarea {
	resize: none;
}

.wws-edit input, .wws-full input, .wws-edit textarea {
	width: 99%;
	_width: 90%;
	*width: 90%;
	margin-top: 1px!important;
	margin-bottom: 1px!important;
}

.wws-edit input:hover, .wws-full input:hover, .wws-edit textarea:hover, .wws-full textarea:hover {
	background-color: #ddd!important;
	border-style: dashed!important;
}

.wws-edit input:focus, .wws-full input:focus, .wws-edit textarea:focus, .wws-full textarea:focus {
	background-color: #ddd!important;
	border-style: solid!important;
}

.wws-edit {
	width:45%;
	float:left;
}

.wws-full {
	width:100%;
	float:left;
}

.wws-view {
	line-height: 17px;
	width:46%;
	float:left;
}

.wws-div {
	width:3.5%!important;
	float:left;
	display: block;
	border: 1px solid white;
}

.wws-light {
	color: #898989;
}

.hi {
	background-color: #ddd!important
}

.wws-cleanmail {
	float:left;
	margin: 0px!important;
	padding: 0 0 0 30px!important;
}

.wws-cleanmail a, .wws-cleanmail div, .wws-cleanmail ul, .wws-cleanmail li, .wws-cleanmail td, .wws-cleanmail h1, .wws-cleanmail h2, .wws-cleanmail h3, .wws-cleanmail h4, .wws-cleanmail h5, .wws-cleanmail h6 {
	font-size: 100%!important;
	font-family: Arial, Helvetica, sans-serif!important;
}

.wws-cleanmail div, .wws-cleanmail span, .wws-cleanmail img, .wws-cleanmail form, .wws-cleanmail h1, .wws-cleanmail h2, .wws-cleanmail h3, .wws-cleanmail h4, .wws-cleanmail h5, .wws-cleanmail h6 {
	margin: 0px!important;
	padding: 0px!important;
	background-color: transparent!important;
}

.wws-cleanmail a, .wws-cleanmail p, .wws-cleantable p {
	margin: 0px!important;
	padding: 0px!important;
}

.wws-cleantable {
	float:left;
	padding-left:30px;
}

.wws-attach {
	position:absolute;
	z-index: 100000;
	float:right;
	width:323px!important;
	padding-bottom:0px;
	right: 5%;
	margin-top:20px;
	margin-right: 1px;
	border:0;
	background-image:url(/images/mail/h1.jpg);
	background-repeat:no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.8;
	opacity:0.8;
}

.wws-vcards {
	position:absolute;
	z-index: 100000;
	float:right;
	margin-right: 335px;
	width:250px!important;
	padding-bottom:0px;
	right: 5%;
	margin-top:20px;
	border:0;
	background-image:url(/images/mail/h1.jpg);
	background-repeat:no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.8;
	opacity:0.8;
}

.wws-attach-size {
	float:right;
	margin-bottom: 1px;
}

.wws-attach-img {
	float:left;
	clear:left;
	margin-bottom: 1px;
}

.wws-attach-link {
	display:block;
	margin-right:5px;
	margin-bottom: 1px;
}

.wws-subject {
	width: 100%;
	background-color: transparent!important;
	outline: none!important;
	border: 0!important;
}

.wws-vm {
	width: 1px!important;
	height: 1px!important;
	float: right;
	background-color: transparent!important;
	outline: none!important;
	border: 0!important;
}

.wws-vmplayer {
	padding-top: 2px;
	padding-bottom: 2px;
}

.wws-seen * {
	color: #898989!important;
}

.wws-deleted * {
	text-decoration: line-through!important;
}

.wws-spam, .wws-spam * {
	color: red!important;
}

.wws-unseen * {
	color: #333333!important;
}

.wws-related, .wws-related * {
	background-image: none!important;
	background-color: #ededed!important;
}

.wws-attachments-file {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	background-image:url(/images/mail/fade.gif)!important;
	background-position: left bottom!important;
	background-repeat: repeat-x!important;
	padding: 5px!important;
	margin: 0!important;
	margin-bottom: 2px!important;
	list-style:none;
	border: 1px solid #e9e9e9;
	text-align: left;
	background-color: white;
	width:210px!important;
	height:200px;
	display:block;
	float:left;
	margin-right:10px!important;
	margin-bottom:10px!important;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.wws-attachments-thumb {
	background-repeat: no-repeat;
	background-position: center center;
	height:165px;
	margin-bottom: 5px;
}

.wws-attachments-youtube {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	background-image:url(/images/mail/fade.gif)!important;
	background-position: left bottom!important;
	background-repeat: repeat-x!important;
	padding: 5px!important;
	margin: 0!important;
	margin-bottom: 2px!important;
	list-style:none;
	border: 1px solid #e9e9e9;
	text-align: left;
	background-color: white;
	width:150px!important;
	height:150px;
	display:block;
	float:left;
	margin-right:10px!important;
	margin-bottom:10px!important;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.wws-attachments-youtube-thumb {
	background-repeat: no-repeat;
	background-position: center center;
	height:115px;
	margin-bottom: 5px;
}

.wws-fadeable td {
	border-bottom: 1px #cacaca solid;
}

.wws-fade {
	background-image:url(/images/mail/fade.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.siptrace {
	color:#008CBA!important;
	font-weight:bold!important;
}

.sipquot {
	color:magenta!important;
	font-weight:bold!important;
}

.wws-half-left {
	width: 48%;
	float: left;
}

.wws-half {
	width: 4%;
}

.wws-half-right {
	width: 48%;
	float: right;
	_margin-top: -18px;
	*margin-top: -18px;
}

.wws-third {
	width: 33%;
	float: left;
}

.wws-login label {
	width: 80px;
	display: block;
	line-height: 26px;
	float: left;
}

.wws-mapping {
	margin-top: 140px;
}

.wws-mapping h2 {
	color: #e54006;
	margin:0!important;
	padding:0!important;
}

.wws-mapping h3 {
	margin:0!important;
	padding:0 0 3px 10px!important;
}

.wws-mapping h3 a {
	text-decoration: none;
	color: black;
}

.wws-mapping h3 a:hover {
	text-decoration: underline;
	color: blue!important;
}

a.wws-cloud {
	color: #008CBA!important;
	background-color: white!important;
	border: 0!important;
}

a:hover.wws-cloud {
	cursor: pointer;
	color: black!important;
}

a.wws-taggle {
	color: black!important;
	background-color: white!important;
	border: 0!important;
}

a.wws-taggleon {
	color: #008CBA!important;
	background-color: white!important;
	border: 0!important;
}

a:hover.wws-taggle {
	cursor: pointer;
	color: #e54006!important;
}

a:hover.wws-taggleon {
	cursor: pointer;
	color: #008CBA!important;
}

span.wws-cloud, span.wws-taggle, span.wws-taggleon {
	padding: 0 4px 0 4px!important;
}

.wwscdr-src, .wwscdr-dst, .wwscdr-date, .wwscdr-accnt, .wwscdr-agent, .wwscdr-state {
	cursor: pointer;
}

.tc0  { font-size: 100%; line-height: 30px }
.tc1  { font-size: 120%; line-height: 30px }
.tc2  { font-size: 130%; line-height: 30px }
.tc3  { font-size: 140%; line-height: 30px }
.tc4  { font-size: 150%; line-height: 30px }
.tc5  { font-size: 160%; line-height: 30px }
.tc6  { font-size: 170%; line-height: 30px }
.tc7  { font-size: 180%; line-height: 30px }
.tc8  { font-size: 190%; line-height: 30px }
.tc9  { font-size: 200%; line-height: 30px }
.tc10 { font-size: 210%; line-height: 30px }
.tc11 { font-size: 220%; line-height: 50px }
.tc12 { font-size: 230%; line-height: 50px }
.tc13 { font-size: 240%; line-height: 50px }
.tc14 { font-size: 250%; line-height: 50px }
.tc15 { font-size: 260%; line-height: 50px }
.tc16 { font-size: 270%; line-height: 50px }
.tc17 { font-size: 280%; line-height: 50px }
.tc18 { font-size: 290%; line-height: 50px }
.tc19 { font-size: 300%; line-height: 50px }
.tc20 { font-size: 310%; line-height: 50px }

#tree-ct {
	margin-left: 30px;
}

#tree-ct ul {
	margin: 0;
	padding: 0;
}

#tree-ct li {
	margin: 0;
	padding: 0;
	background-image: none;
}

#help_leftPanel {
	background-color: #f6f6f6;
	color: black;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;

	left:0px;
	z-index:100;
	position:absolute;
	display:none;
	filter:alpha(opacity=80);
	overflow: hidden;
	width: 200px;
	-moz-opacity:0.8;
	opacity:0.8;
}

#help_leftPanel #leftPanelContent{
	padding:10px;
}

#help_leftPanel .closeLink {
	padding-left:2px;
	padding-right:2px;
	background-color:#FFF;
	position:absolute;
	top:2px;
	right:2px;
	border:1px solid #000;
	color:#000;
	font-size:0.8em;
}

#help_leftPanel .closeLink:hover {
	color: white;
	background-color:#000;
}

#leftPanelContent{
	margin-left:30px;
	margin-right:30px;
}

#wwsctx {
	position:absolute;
	display:none;
	background-color:white;
	background-image:url('/images/mail/h1.jpg');
	background-repeat:no-repeat;
	z-index: 100000;
}

#wwsctx select {
	width:275px;
	margin:0px;
	padding:5px;
	background-color:transparent;
	overflow:auto;
	border:1px solid #898989;
}

#wwsctx span {
	display:block;
	padding-left:7px;
	border-left:1px solid #898989;
	border-right:1px solid #898989;
	border-bottom:1px solid #898989;
	padding-top:5px;
	padding-bottom:5px;
	width:266px;
	overflow:hidden;
}

.wwscirow {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: silver;
	white-space:nowrap!important;
}

.wws-find {
	border-bottom: 1px dashed red;
}

.snom-soft8 {
	background-image: url(/images/mail/snom_softkey8.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 44px;
	text-align: center;
	line-height: 28px;
	color: white;
	font-weight: bold;
}

.wws-findtrace {
	color: red!important;
	font-weight: bold!important;
}

.wws-notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 500px;
	z-index: 9999;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}

.wws-nowrap {
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}

* html .wws-notice-wrap {
	position: absolute;		
}
 
.wws-notice-item {
	height: 48px;
	background-image: url(/images/mail/ci/webpress/menuahover.gif);
	background-repeat: repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	padding: 0 16px 0 16px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid silver;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}

.wws-notice-item-title {
	height: 48px;
	background-image: url(/images/mail/ci/webpress/menuahover.gif);
	background-repeat: repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	padding: 0 16px 0 16px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 14px;
	border: 1px solid silver;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}

.wws-notice-item-titletext {
	font-size: 16px;
	font-weight: bold;
}

.wws-notice-item-close {
	display: none;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.ac_results {
	background-image: url(/images/mail/h1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	border: 1px solid #898989;
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	line-height: 15px;
	padding: 10px!important;
}

.ac_loading {
/*	background: white url('/images/mail/spinner.gif') right center no-repeat; */
}

.ac_odd {
}

.ac_over {
	background-color: #008cc2;
	color: white!important;
	cursor: pointer!important;
}

.ac_over {
	border-bottom-left-radius: 10px!important;
	-moz-border-radius-bottomleft: 10px!important;
	-webkit-border-bottom-left-radius: 10px!important;
}

.ac_over * {
	color: white!important;
}

.ac_results img {
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ac_results span {
	color: #898989;
	font-weight: normal;
}

.ac_results div {
	margin-left: 40px;
}

#wws-mail-priority {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	color: #bbb;
	text-align: right;
}

#wws-mail-priority span {
	cursor: pointer;
}

.wws-soon {
	font-size: 30px;
	margin-left: 10%;
        white-space: nowrap;
}

.wws-soon img {
	margin-right: 20px;
	float: left;
}

#wws-mailtags {
	float: right;
	right: 5%;
	height: 35px;
	padding: 0!important;
	margin: -40px 0 0 0!important;
        white-space: nowrap;
	width: 100%;
}

#wws-mailtags span {
	width: 38px;
	height: 25px;
	float: right;
	display: none;
	cursor: pointer;
	margin-left: 3px;
}

#wws-mailtag-1 {
	background-image: url(/images/mail/tags/1.gif);
}

#wws-mailtag-2 {
	background-image: url(/images/mail/tags/2.gif);
}

#wws-mailtag-3 {
	background-image: url(/images/mail/tags/3.gif);
}

#wws-mailtag-4 {
	background-image: url(/images/mail/tags/4.gif);
}

#wws-mailtag-5 {
	background-image: url(/images/mail/tags/5.gif);
}

#wws-mailtag-6 {
	background-image: url(/images/mail/tags/6.gif);
}

#wws-mailtag-7 {
	background-image: url(/images/mail/tags/7.gif);
}

#wws-mailtag-8 {
	background-image: url(/images/mail/tags/8.gif);
}

#wws-mailtag-9 {
	background-image: url(/images/mail/tags/9.gif);
}

.wws-img, .wws-pager a, .wws-subnav a {
	border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
}

#wws-columns {
	margin-left: 30px;
	padding: 0;
	-moz-user-select: none!important;
	-khtml-user-select: none!important;
}

#wws-columns .wws-column {
	width: 48%;
	min-height: 400px;
	height: auto !important; 
	height: 400px;
	padding: 0;
	margin: 0;
}

#wws-column1 {
	float: left;
}

#wws-column2 {
	float: right;
}

#wws-columns .wws-widget {
	padding: 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style: none;
	margin: 0!important;
}

#wws-columns .wws-widget .wws-widget-head {
	color: #000;
	overflow: hidden;
	width: 100%;
	line-height: 30px;
}

#wws-columns .wws-widget .wws-widget-head h3 {
	padding: 0 5px;
	float: left;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
	color:#008CBA!important;
}

#wws-columns .wws-widget .wws-widget-content {
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        background-image:url(/images/mail/fade.gif)!important;
        background-position: left bottom!important;
        background-repeat: repeat-x!important;
        background-color: white;
        padding: 7px 10px 7px 10px!important;
        margin: 0 0 7px 0!important;
        list-style:none;
        border: 1px solid #e9e9e9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#wws-columns .wws-widget .wws-widget-content input {
	background-position: center center;
	background-repeat: no-repeat;
}

#wws-columns .wws-widget .wws-widget-content form {
	cursor: default;
}

.wws-widget-placeholder {
	border: 2px dashed silver;
	list-style: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0!important;
}

#wws-widgets-container {
	float: right;
	right: 5%;
	height: 35px;
	padding: 0!important;
	margin: -40px 0 0 0!important;
	display: none;
        overflow:hidden;
}

#wws-widgets .wws-widget .wws-widget-head h3 {
	text-align: center!important;
}

#wws-widgets li {
	float: right;
	margin: 5px 0 5px 5px!important;
	width: 95px;
	border: 1px dashed silver;
	list-style: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: move;
        text-overflow:ellipsis;
}

#wws-widgets .wws-widget-head h3 {
	margin: 0 15px 0 0!important;
	padding: 0 !important;
	text-align: center;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
}

#wws-widgets .wws-widget-content {
	display: none;
}

.wws-home-notes {
	resize: none!important;
	width: 100%;
}

#wws-directions {
	padding: 0!important;
	margin: 0!important;
	width: 100%;
}

.wws-ns, .wws-ns * div, .wws-ns * span, .wws-time, .wws-time * {
	-moz-user-select: none!important;
	-khtml-user-select: none!important;
}

.wws-time {
	position: absolute;
	margin-top: 40px;
	right: 5%;
	width: 200px;
	height: 50px;
	display: none;
}

.wws-time .pos {
	position: relative;
	float: left;
	width: 30px;
	height: 25px;
	margin-right: 2px;
}

.wws-time .br {
	margin-right: 5px;
}

.wws-time img {
	position: absolute;
	left: 0;
}

.wws-time .up img {
	bottom: 0;
}

.wws-time .dn {
	clear: both;
}

.wws-time .dn img {
	top: 0;
}

.wws-time .preload {
	width: 0!important;
	height: 0!important;
}

.nicEdit-main {
	outline: none!important;
}

#tooltip {
	border: 1px solid #ccc;
	position: absolute;
	z-index: 99990;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	opacity: 0.85;
	text-align: left;
	background-color: white;
	background-image: url(/images/mail/h1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#tooltip h3, #tooltip div {
	margin: 0;
}

.wws-emoji {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#leftPanelContent img.wws-emoji, .wws-cleantable img.wws-emoji {
	margin: 0 0 -4px 0!important;
}

