/***********************************************************************
 Across the board styles
************************************************************************/
body 
{
	padding: 0;
	margin: 0;
	color: #000;
}
a:link
{
	text-decoration: none;
	color: black;
}
a:visited 
{
	text-decoration: none;
}

h1, h2, h3, h4, h5 
{
	color: #e00000;
	font-family: Trebuchet MS, tahoma,arial,nimbus sans l,sans-serif;
}

html>body textarea,
html>body select 
{
	border: 1px solid #999;
}
a img 
{
	border: 0;
}
div.error
{
	color: #C82929;
	padding: 3px;
}
/*drop down*/
a.menuItem 
{
	font-style: normal;
	font-weight: normal;
	color: #000000;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}
a.menuItem:hover, div.menu a.menuItemHighlight 
{
	background-color: #316ac5;
	color: #ffffff;
}
div.menuItemSep 
{
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	margin: 4px 2px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 1px solid #999;
	background: url(toolbarbg.png) repeat-x top right;
	background-color: #ffffff;
	-moz-border-radius: 2.5px;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	border: 1px solid #000;
	color: #000000;
}
input[type="submit"][disabled],
input[type="button"][disabled] {
	border-color: #ccc;
	color: #999;
	font-size: 95%; 
}
#dumpall * {
	white-space: normal !important;
}
#dumpall table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	overflow: auto;
}

/* Tooltip styles - used for name completion */
div.tooltip {
	font-size: 85%; 
	z-index: 2; 
	border: 1px solid black; 
	background: #FFFFBE; 
	position: absolute; 
}
div.tooltipHide {
	display: none; 
	visibility: hidden;
}
div.tooltipShow {
	display: block; 
	visibility: visible;
}
div.tooltip td {
	font-size: 85%; 
}

/* Drag n drop styles */
div#drag-layer {
	position: absolute;
	width: 300px;
	cursor:default;
}
div.drag-row {
	clear:both;
	border:0px solid #fff;
}
div.drag-row-img {
	float: left;
	border:0px solid #fff;

}
div.drag-row-from {
	float:left;
	border:0px solid #fff;
}
.folder-drag-over {
	background-color: #9ea6be;
}
div#resize-line {
	position:absolute;
	top:0px;
	left:21%;
	width:4px;
	cursor:e-resize;
    z-index:100;
}
div#drag-layer {
    z-index:101;
}

/* styles for the single frames folders and msglist... */
span.find 
{
	color: white;
	position: absolute;
	font-size: 85%;
}
span.find_ltr
{
	right: 1%;
}
span.find_rtl
{
	left: 1%;
}
#gw-captbar {
	color: #5a5958;
	width: 100%;
}
#gw-captbar2 {
	vertical-align: middle;
	font-weight: bold;
	font-size: medium;
	letter-spacing: 1pt;
	padding: 6px 12px;
}
.nowrap {
	white-space: nowrap;
}

table.popup {
	cursor: default;
	position: absolute;
	border: 1px solid gray;
	background-color: white;
	z-index: 1;
}
table.popupHide {
	visibility: hidden;
	display: none;
}
table.popupShow {
	visibility: visible;
	display: block;
}
table.popup td {
	font-size: 85%;
	padding: 5px;
}

div.button 
{
	background: pink;
}
select
{
	vertical-align: middle;
}


/***********************************************************************
 Login Page
************************************************************************/
#gw-login {
	background-color: #999;
	color: #babdb6;
	text-align: center;
	min-height: 98%;
	width: 98%;
	height: 98%;
}
html>#gw-login {
	height: auto;
}
#gw-login #login-input input {
	border: 1px solid #999;
	margin: 1pt 0;
	padding: 1pt 2pt;
	text-transform: none;
}
#gw-login #login-input input:focus {
	border-color: #333;
}
#gw-login form {
	margin: 15% auto 0;
	text-align: center;
	width: 0;
}
html>body#gw-login form {
	width: auto;
}
#gw-login #login-copy {
	color: #333;
	padding: 3px;
	background-color: #ccc;
	text-align: center;
}
#gw-login .err {
	padding: 8pt 8pt 2pt;
}
#login-bar {
}
#login-login, #login-ver {
	background-color: #e88000;
	color: #fae5cc;
	padding: 2pt 6pt;
	letter-spacing: 3pt;
	text-align: center;
}
#gw-login #apptitle {
	background-color: #c00;
	text-align: center;
	padding: 25px 10px 20px;
}


#gw-login #login-icon img {
	position: relative;
	margin-top: -15px;
	margin-bottom: -1px;
}
html>body#gw-login #login-icon img {
	margin-bottom: 1px;
}
#gw-login #login-icon div {
	position: relative;
	margin-bottom: -1px;
}

/***********************************************************************
 Caption and skins
************************************************************************/
#gw-header .toolbar tr {
	margin: 0;
	padding: 0;
}

#gw-header .toolbar td .unselected {
	margin: 0;
	padding: 0;
}

#gw-header .toolbar td .selected {
	margin: 0;
	padding: 0;
}

#gw-header .toolbar td .hover {
	margin: 0;
	padding: 0;
}
div.tab {
	margin: 0;
	padding: 2px 4px 0px 4px;
	width: 98%;
}
.tab .wrap1 {
	margin: 0;
	padding: 0;
	background: transparent url(acj_top_left3.gif) no-repeat top left;
}
.tab .wrap2 {
	margin: 0;
	padding: 0;
	background: transparent url(acj_top_right3.gif) no-repeat top right;
}

/*this acts as a spacer, allowing the border to run under the tab*/
.tab li.tab_inactive .wrap3 {
	margin: 0;
	padding: 0;
}

.tab a.text {
	display: block;
	color: #000000;
	margin: 0;
	padding: 4px 12px 4px 12px;
}

div.tab_body {
	padding: 10px;
	background-color: #F5F5EC;
	/*border: 1px solid #DFDDD5;*/
}



/***********************************************************************
 Folder List 
************************************************************************/
#gw-folders {
	padding: 0.5em 0 0 0.5em;
	background-color: #dae4e7;
	background-color: #eee;
	background-color: #c2d9f5;
	background-color: #fff;
	color: Black;
}
#gw-folders a {
	white-space: nowrap;
	color: #000;
}
#gw-folders a:hover {
	font-weight: bold;
	text-decoration: none;
}
#gw-folders a.hilight {
	background-color: #447BCD;
	color: HighlightText;
}


div.folders {
	width: 20%;
	height: 94%;
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: auto;
}
div.folders_ltr {
	left: 0px;
}
div.folders_rtl {
	right: 0px;
}
ul.tree img {
	vertical-align: middle;
}
ul.tree {
	margin: 0;
	list-style: none;
}
ul.tree_ltr {
	padding-left: 10px;
}
ul.tree_rtl {
	padding-right: 10px;
}


/***********************************************************************
 Message List
************************************************************************/
#gw-msglist .read a 
{
	color: #766c92;
}
#gw-msglist .unread a 
{
	font-weight: bold;
	color: #2464a6;
}
#gw-msglist #page-header {
	background-color: #fff;
}
#gw-msglist h2 {
	margin-top: 0;
}

div.list,
table.list {
	margin: 0;
}

table.list thead {
	background-color: #8c8c8c;
	/*border: 1px solid #8c8c8c;
	border-width: 1px 0;*/
}
table.list th.majorheading {
	background-color: #fff;
	color: inherit;
	border: 0;
	font-size: medium;
	white-space: nowrap;
}
table.list td {
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	padding: 2px 4pt;
}
table.list a {
	padding: 3pt;
}
table.list a:hover {
	color: #f50;
}
table.list .even td {
}
table.list .odd td {
}
table.list .unread td {
	background-color: #ffffff;
}
table.list .read td {
	background-color: #f6f6f6;
}
table.list .selected td {
	background-color: Highlight;
}
table.list .selected td a {
	color: HighlightText !important;
}

#gw-msglist table.list td 
{
}
#gw-msglist table.list td a 
{
}
#gw-msglist td.list-icon img 
{
	vertical-align: middle;
}

div.msglist {
	width: 78%;
	height: 95%;
	position: absolute;
	overflow: auto;
}
div.msglist_ltr {
	left: 21%;
	border-left: 1px solid #CCC;
}
div.msglist_rtl {
	right: 21%;
	border-right: 1px solid #CCC;
}
div.msglistFind {
	width: 98%; 
	height: 98%;
	position: absolute;
/*	overflow: auto; */
}
div.msglistFind_ltr
{
/*	left: 21%; */
	border-left: 1px solid #CCC;
}
div.msglistFind_rtl
{
/*	right: 21%; */
	border-right: 1px solid #CCC;
}


/***********************************************************************
 Item Read
************************************************************************/
#msgbody a:visited 
{
	color: #766c92;
}
#msgbody a:hover 
{
	color: #f50;
}
div.item_msghdr
{
	color: #000000;
	background-color: #F7F7F7;
	border: 1px solid #EFEFEF;
}

table.item_msghdr
{
	width: 95%;
	color: #000000;
}
td.item_msghdr_value
{
	vertical-align: top;
	color: #000000;
}

a.item_msghdr_value
{
	text-decoration: none;
}
.item_read_page {
	background-color: #fff;
}
idItemBody {
	height: 90%;
}

idMsgBody {
	background-color: #fff;
}
.msgbody_inner {
	height:64%;
	padding: 6px;
	overflow: auto;
	background-color: #fff;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.msgbody_inner_ltr {
	text-align: left;
}
.msgbody_inner_rtl {
	text-align: right;
}
td.item_msghdr_field
{
	vertical-align: top;
	color: #9C9A9C;
	font-weight: bold;
	padding: 0 5px 0 5px;	
	white-space: nowrap;
	width:5%;	
}
td.item_msghdr_field_ltr
{
	text-align: right;
}
td.item_msghdr_field_rtl
{
	text-align: left;
}
td.item_msghdr_date
{
	vertical-align: top;
}
td.item_msghdr_date_ltr
{
	text-align: right;
}
td.item_msghdr_date_rtl
{
	text-align: left;
}
div.send_fields2
{
	padding: 10px;
	background-color: #DFDDD5;
}

/***Define style for item read/compose tabs**/
#menu {
	border: 0;
	margin: 0;
	padding-bottom: 22px;
	white-space: nowrap;
	bottom: 2px;
}
#menu_ltr {
	padding-left: 0px;
	left: 0px;
}
#menu_rtl {
	padding-right: 0px;
	right: 0px;
}

.tab td.tab_active
{
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
.tab td.tab_active_ltr
{
	margin-right: 8px;
}
.tab td.tab_active_rtl
{
	margin-left: 8px;
}
.tab td.tab_inactive
{
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}
.tab td.tab_inactive_ltr
{
	margin-right: 8px;
}
.tab td.tab_inactive_ltr
{
	margin-left: 8px;
}


/***********************************************************************
 Item Properties
************************************************************************/
.propSpacer {
	background: #EFEFEF;
}
.propSpacer2 {
	background: #ffffff;
	height: 1px;
}
.subheader{
	font-weight: bold;
	color: #000066;
}
.propheader {
	font-weight: bold;
}
.scontent {
	color: #000000
}
.subcat {
	color: #666699;
}
.resultstablegreen {
	font-weight: normal;
	color: #2b8828;
}
.resultstablered {
	font-weight: normal;
	color: #ff0000;
}
.resultstablecontent {
	font-weight: normal;
	border-style: solid none;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}
.resultstablecontent2 {
	font-weight: normal;
}
/* Is this used anywhere? */
.resultstablesubheader {
	font-size: medium;
	font-weight: bold;
	color: #000066;
	background: #F7F7F7;
        border-style: solid none;
        border-top-width: 1px;
        border-bottom-width: 0;
        border-top-color: #EFEFEF;
        border-bottom-color: #EFEFEF;
}
.resultstablesubheader_ltr {
	text-align: left;
}
.resultstablesubheader_rtl {
	text-align: right;
}



/***********************************************************************
 Item Compose
************************************************************************/
table.attach_add
{
	width: 70%;
	margin: 5px;
}

div.attach_add
{
	padding: 1em 3em 1em 1em;
}

input.attach_add
{
	width: 99%;
	padding: 0px 3px 0px 3px;
}

div.color_table
{
	width: 250px;
	height: 175px;
	visibility: hidden;
	display: none;
	position: absolute;
	background-color: white;
}

table.color_table
{
	width: 100%;
	height: 100%;
}

div.font_family,
div.font_size,
div.change_item_type
{
	background-color: white;
	border: 1px solid black;
	padding: 5px 0px 5px 0px;
	position: absolute;
	visibility: hidden;
	display: none;
}

a.html_toolbar_selected
{
	cursor: pointer;
	text-decoration: none;
	color: WindowText;
	border: 1px inset;
	background-color: #DFDDD5;
}

div.sendopts
{
	padding-top: 5px;
	margin: 5px 5px 20px 5px;
	cursor: default;
}

div.sendopts_head
{
	width: 25em;
	font-weight: bold;
	border-top: 1px solid black;
}

div.send_changeTo
{
	width: 95%;
	text-align: right;
	padding: 0px 0px 10px 0px;
}

div.html_toolbar
{
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
input.send_input
{
	width: 100%;
}





/***********************************************************************
 Calendar
************************************************************************/
#cal-sidepanel {
}
#calendar-small {
	margin: 0 auto;
	text-align: center;
}
#calendar-header td {
	text-align: center;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
#calendar-header td img {
	margin: 0 6px;
}
#calendar-small td a {
	display: block;
}
#calendar-small {
	margin: 0 auto;
}

#gw-cal-day
{
	height: 100%; 
	padding: 2px; 
}
div.cal-title
{
	width: 95%; 
	height: 3em; 
	margin-top: 8px; 
	text-align: center;
}

#gw-cal-month ,
#gw-cal-week ,
#gw-cal-day {
}
#gw-cal-month table.calendar {
	margin: 0.5em 2em;
	width: 95%;
}
#gw-cal-month table.calendar td {
	border: 1px solid #999;
	padding: 0;
}
#gw-cal-month table.calendar td.highlight {
	background-color: #ffd;
}
#gw-cal-month table.calendar td.highlight a.daynum {
	background-color: #eec;
}
#gw-cal-month table.calendar td.highlight a.daynum:hover {
	background-color: #ddb;
}
table.calendar {
}
table.calendar td {
	white-space: nowrap;
	overflow: hidden;
}
table.calendar td.cal-nullday {
	background-color: #ddd;
}
table.calendar td a.daynum:hover {
	color: inherit;
	background-color: #e6e6e6;
	text-decoration: none;
}
table.calendar-week {
	border: 1px solid #C0C0C0;
	width: 75%;
}
table.calendar-week th.day {
	background-color: #f6f6f6;
	border-bottom: 1px solid #C0C0C0;
	color: black;
	font-weight: bold;
	padding: 0px;
}
table.calendar-week tr.highlight th {
	background-color: #cca;
	font-weight: bold;
}
table.calendar-week tr.highlight td {
	background-color: #ffd;
}
table.calendar-week td.data td {
	border: 0;
}
table.calendar-week * td {
	border-bottom: 1px solid #C0C0C0 ;
}

#gw-cal-day table.list {
	margin-top: 1em;
}
.late {
	color: #c00;
}

table.calendar td a.daynum 
{
	display: block;
	background-color: #f6f6f6;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 2px 6px;
	letter-spacing: 1pt;
	vertical-align: middle;
}
table.calendar td a.daynum_ltr 
{
	border-left: none;
}
table.calendar td a.daynum_rtl 
{
	border-left: none;
}
table.calDayTable
{
	padding: 0; 
	margin-bottom: 10px;
	width: 95%;
}

table.calDayTable * td
{
	padding:  0px 3px; 
	border-bottom: 1px solid #C0C0C0;
}

table.calDayTable * tr td
{
	vertical-align: top;
}

table.calDayTable * td a
{
	text-decoration: underline;
}

tr.Unread td
{
	font-weight: bold;
}

tr.Unaccepted td
{
	font-style: italic;
}
tr.selected td a 
{
	color: HighlightText !important;
}

tr.selected td span 
{
	color: HighlightText !important;
}


tr.Unaccepted td
{
	font-style: italic;
}

tr.Uncompleted td,
tr.Uncompleted td a
{
}

a.weblink
{
	text-decoration: underline;
	color: black;    
}




/***********************************************************************
 Address Book
************************************************************************/
div.addreslt {
    width: 97%;
    height: 93%;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    overflow: auto;
}
div.addreslt_ltr {
    left: 0px;
    padding-left: 5px;
}
div.addreslt_rtl {
    right: 0px;
    padding-right: 5px;
}
div.movebtns {
    width: 85%;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 5px;
}
div.movebtns_ltr {
    left: 0px;
    padding-left: 5px;
}
div.movebtns_rtl {
    right: 0px;
    padding-right: 5px;
}

div.tobuttons {
    width: 13%;
    height: 99%;
    position: absolute;
}
div.tobuttons {
    left: 86%;
}
div.tobuttons {
    right: 86%;
}

tr.cssHeader
{
    padding: 2px 5px;
    vertical-align: bottom;
    white-space: nowrap;
    color: white;
    background-color: #436B9E;
}
tr.cssHeader_ltr
{
    text-align: left;
}
tr.cssHeader_rtl
{
    text-align: right;
}



/***********************************************************************
 Options
************************************************************************/



/***********************************************************************
 Documents
************************************************************************/



table {
	border-collapse: collapse;
}
table.subHead th
{
	background: #ffffff;/*#42699c;*/
	COLOR: #000000;
	font-weight: bold;
	font-size: medium;
	text-align:center;
	/*border: 1px solid #8C969C;*/
	padding: 4px 6pt;
}



.gw-toolbar {
	color: #555;
	margin-bottom: 1em;
}
#msgbody {
	margin: 0 2em;
	line-height: 1.3em;
}

.message{
	border: 1px solid #bbb;
	background-color: #fff;
	color: #333;
	padding: 1.5em;
	margin: 1.5em;
}

#util-header {
	padding: 1em 1.5em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #999;
	color: #aaa;
}
.err {
	color: #c82727;
	text-align: center;
	padding: 6pt;
}
#gw-header #utils {
	padding: 0.25em;
}
#gw-header #utils a {
	font-size: large;
	padding: 0.25em;
}
#gw-header #time div {
	font-size: 85%;
}
#gw-header table {
	margin: 0;
	padding: 0;
}
#gw-header table_ltr {
	float: left;
}
#gw-header table_rtl {
	float: right;
}

#gw-send #changeto {
	margin: 2em;

}
#gw-send {
	background-color: ButtonFace;
	color: ButtonText;
}
#gw-send #headerfields div {
	position: relative;
	padding: 6px;
	height: 1.25em;
	clear: both;
}
#gw-send #message-label {
	display: none;
}
#gw-send #bottomarea {
	position: relative;
}
#gw-send #bottomarea textarea {
	width: 100%;
}

#gw-send #message-label {
}

div.srchnextbutton {
	bottom: 2px;
	position: absolute;
}

