/*
  Standard Layout
  ---------------
*/
body {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;	color:#000000;
	background:#898A9C;
	margin: 0px;
	padding: 0px;
}
td, div {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:#000000;
}
div.Title1 {
	font-family:tahoma, verdana, arial, helvetica;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#CCCCCC;
}
div.title {
	text-align:center;
}
.MainTitle {
	margin: 0px;
	padding: 3px;
	border: none;
	text-align:center;
	background-image: url(images/titlebar_bg.gif);
}
span.signature {
	color: #CCCCCC;
}
.signatureblank {
	color: #CCCCCC;
}
.MainBody {
	background-color: #CCCCCC;
}
.LogoBG {
	background-image: url(images/logo_bg.gif);
}
.RightTitle {
	font-weight: normal;
	background-image: url(images/titlebar_bg.gif);
}
acronym {
        border-bottom: 1px dashed #CCCCCC;
        cursor: help;
}
.searchtablesection {
	margin: 0px;
	padding: 0px;
	text-align:left;
	background: #EEEDEF;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}
.autopreview {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.cp {
	font-size:10px;
	color:#999999;
}
.page_detail {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	padding: 3px;
}
.page_nav {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	color:#000066;
	font-weight:normal;
	padding: 3px;
	text-decoration:none;
}
.page_current {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	background:#CCCCCC;
	color:#000000;
	font-weight:bold;
	padding: 3px;
}
.foldertree {
	width: 123px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	clip: rect(0px, 125px, 500px, 0px);
}
.HelpTips {
	position: relative;
	font-size: 10px;
	color: #999999;
	margin: 10px;
	padding: 3px;
	height: 35px;
	width: 350px;
	border: 1px groove #CCCCCC;
}
.messagecount {
	font-size: 10px;
	color: #000000;
}
.messagecountnew {
	font-size: 10px;
	color: #0000FF;
}
.smalltext {
	font-size: 10px;
}
.ac_unsel {
	color: #FFFFFF;
	background-color: #C5C5CF;
	text-decoration: none;
}
.ac_sel {
	color: #FFFFFF;
	background-color: #898A9C;
	text-decoration: none;
}
.ac_hlight {
	font-weight: bold;
	text-decoration: underline
}
.titlemessage {
	font-weight: bold;
	font-size: 14px;
}
.composemodetabs
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
.composemodeinactive
	{

		height: 20px;
		display: inline;
		background: #D7D7E5;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		margin-right: 4px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}
.composemodeactive
	{

		height: 20px;
		display: inline;
		background: #FFFFFF;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		margin-right: 4px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}
input.buttonmodeactive {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	cursor:hand;
 	background-color: #FFFFFF;
	border-style: none;
}
input.buttonmodeinactive {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	cursor:hand;
 	background-color: #D7D7E5;
	border-style: none;
}


/*
  Form Fields
  -----------
*/
input, textarea {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:#000000;
}
select, option {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:#000000;
}
input.button, button {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
	border-color: #666666 666666 666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
 	background-image: url(images/button_bg.gif);
}
input.buttonImportant {
	font-family: tahoma,verdana,arial,helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
	cursor:hand;
	border-color: #666666 666666 666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
 	background-image: url(images/button_bg.gif);
}
textarea.compose {
	font-family:Courier New, Courier, mono;
	font-size:12px;
	color:#000000;
}
form {
	margin: 0px;
}

/*
  Hyperlinks
  ----------
*/
a {
	color:#000066;
	text-decoration:underline;
}
a:visited {
	color:#000033;
	text-decoration:underline;
}
a:hover {
	color:#000066;
	text-decoration:none;
}
.menu {
	color:#333333;
	font-weight:bold;
}
a.menu {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.menu:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
a.purge {
	color:#CC0000;
	font-weight:normal;
	text-decoration:none;
}
a.purge:visited {
	color:#CC0000;
	font-weight:normal;
	text-decoration:none;
}
a.purge:hover {
	color:#CC0000;
	font-weight:normal;
	text-decoration:underline;
}
a.cp {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
a.cp:visited {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
a.autopreview {
	font-size: 10px;
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}
a.autopreview:visited {
	font-size: 10px;
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}
a.autopreview:hover {
	font-size: 10px;
	color: #999999;
	font-weight:normal;
	text-decoration: underline;
}
a.OptionsNav {
	font-size:12px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
a.OptionsNav:hover {
	font-size:12px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
a.OptionsNav:visited {
	font-size:12px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
a.page_link {
	color:#000066;
	text-decoration:none;
}
a.folderpane {
	font-weight: normal;
}
a.folderpanenew {
	font-weight: bold;
}

/*
  Table Layout
  ------------
*/

.TableHeader {
	font-size:11px;
	background:#E8E8E8;
	text-align:center;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.TableHeaderHover {
	font-size:11px;
	background:#CCCCCC;
	text-align:center;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	cursor: hand;
}
.TableHeaderSelected {
	font-size:11px;
	background:#E8E8E8;
	text-align:center;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	cursor: hand;
	text-decoration: none;
}
td.col1, tr.col1, div.col1, span.col1 {
	font-size:11px;
	background:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
}
td.col2, tr.col2, div.col2, span.col2 {
	font-size:11px;
	background:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
}
td.col3, tr.col3, div.col3, span.col3 {
	font-size:11px;
	background:#E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
}
td.colselector, tr.colselector, div.colselector, span.colselector {
	font-size:11px;
	background:#eeeeff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
}
td.colnewmail, tr.colnewmail, div.colnewmail, span.colnewmail {
	font-size:11px;
	background:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:bold;
}
td.colnewmailselector, tr.colnewmailselector, div.colnewmailselector, span.colnewmailselector {
	font-size:11px;
	background:#eeeeff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:bold;
}
td.colimportance, tr.colimportance, div.colimportance, span.colimportance {
	font-size:11px;
	background:#CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #E8E8E8;
	color: #666666;
	font-weight:normal;
}
td.colinfo, tr.colinfo, div.colinfo, span.colinfo {
	font-size:11px;
	background:#FFFFE1;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	color: #000000;
	font-weight:normal;
}
td.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.MiniTable {
	border: 1px solid #898A9C;
}
.MiniRow {
	font-weight: bold;
	background-image: url(images/titlebar_bg.gif);
	text-align: center;
}
.OptionsHeader {
	font-size:13px;
	background:#E8E8E8;
	text-align:center;
	font-weight:bold;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-image: url(images/table_header_bg.gif);
	height: 21px;
}
span.colourpreview {
	border-width: 1px;
	border-style: inset;
	border-color: #CCCCCC;
	padding: 2px;
}
.NavTitle {
	margin: 0px;
	padding: 3px;
	text-align:center;
	font-weight:bold;
	background-image: url(images/titlebar_bg.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}
.NavTable {
	margin: 0px;
	padding: 5px;
	text-align:left;
	background: #EEEDEF;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/*
  Viewing email HTML or Plain Text
  --------------------------------
*/

.view_html {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:11px;
	color:#000000;
	background:#FFFFFF;
}
.view_text {
	font-family:Courier New, Courier, mono;
	font-size:12px;
	color:#000000;
	background:#FFFFFF;
}

/*
  Calendar
  --------
*/

td.CalendarActive {
	color:#CC0000;
	background-color:#eeeeff;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-image: url(images/today.gif);
}
td.CalendarInActive {
	color:#000000;
	background-color:#FFFFFF;
	height:150px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
a.CalendarActive {
	color:#CC0000;
}
a.CalendarInActive {
	color:#000000;
}
table.CalendarTable {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}
a.CalendarEvent {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:10px;
	color:#000000;
}
.CalendarWeekNumber {
	font-family:tahoma,verdana,arial,helvetica;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background: #E8E8E8;
}
.CalendarMonthEvent {
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color:#FFFFFF;
}
.CalendarTime {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.CalendarDay {
	font-size:11px;
	text-decoration:none;
}
/*
  Buttons
  -------
*/
span.ButtonOff, div.ButtonOff {
	padding:3px;
	border: 1px;
	border-style: none;
	height:13px;
	vertical-align:middle;
	background-image:;
}
span.ButtonOn, div.ButtonOn {
	padding:2px;
	border: 1px;
	border-style: solid;
	height:13px;
	vertical-align:middle;
	background-image: url(images/button_background_on.gif);
}
a.ButtonOn {
	text-decoration:none;
}
a.ButtonOn:hover {
	text-decoration:none;
}
a.ButtonOn:visited {
	text-decoration:none;
}
/*
  News Ticker
  -----------
*/
#newsticker {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 20px;
	display: none;
}
#newsticker ul {
	list-style: none;
	margin: 0px;
	padding: 3px;
}
#newsticker a {
	color: #666666;
	text-decoration: none;
}
#newsticker a:hover {
	color: #000000;
	text-decoration: underline;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url(images/icon_closenewsticker.gif) no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 3px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
