﻿INPUT.DDMMYYYY 
{
	width:70px;
	text-align: right;
}

INPUT.HHMM 
{
	width:40px;
	text-align: right;
}


button.ExtraMenuPic
{
	width:48px;
}

ul.innerCellBullet
{
	margin:0px 0px 0px -15px;
}

.EmpCaption
{
	color: #666666;
	font-weight: bold;
}

div.divFullBody
{
	position: absolute;
	top: 60px;
	bottom:0px;
	left: 0px;
	right:0px;
	width: auto;
	height: auto;
	overflow: auto;
}

a.blueLine:link		{ COLOR: #0000AA; TEXT-DECORATION: underline; }
a.blueLine:visited	{ COLOR: #0000AA; TEXT-DECORATION: underline; }
a.blueLine:active	{ COLOR: #0000AA; TEXT-DECORATION: underline; }
a.blueLine:hover	{ COLOR: #0000FF; TEXT-DECORATION: underline; }

/******************************************************************************
	Section Element Format
******************************************************************************/

hr.sectionLine 
{
	height:1px;
	border-width:0;
	background-color:gray
}

hr.subSectionLine 
{
	height:1px;
	border-width:0;
	background-color: #CCC;
}

div.subHeader
{
	font-weight: bold;
}

/*****************************************************************************
	Single line table highlight
*****************************************************************************/

tr.SnglLineHilight {
	background-color: #FFF799;
}

/*****************************************************************************
	Document/Route Note
*****************************************************************************/

td.ReplyMsgBar
{
	background-color: lightgrey;
}

div.DocNoteAuthor
{
	color: Gray;
}

div.DocNoteDate
{
	color: Gray;
}

div.DocNoteFirst {
	background-color: #FFF799;
}

div.DocNoteModifier
{
	color: red;
}

span.DocumentContent_DocStatusFinish
{
	color: gray;
}

/******************************************************************************
	Master Page Header
******************************************************************************/

table.MasterHeader
{
	width:100%;
	height:60px;
	border-bottom:solid 1px black;
}

table.MasterHeader table.topMenu 
{
	height:18px;
}

table.MasterHeader table.topMenu td.body
{
	background-color: Black;
	font-size: 8pt;
}

table.MasterHeader table.topMenu td.body a
{
	margin: 0 4px 0 4px;
}

table.MasterHeader table.topMenu td.last
{
	background-image:url(../images/TopMenu/menuIcon_Last.png);
	width:117px;
}

table.MasterHeader table.topMenu a:link		{ COLOR: white; TEXT-DECORATION: none; }
table.MasterHeader table.topMenu a:visited	{ COLOR: white; TEXT-DECORATION: none; }
table.MasterHeader table.topMenu a:active	{ COLOR: white; TEXT-DECORATION: none; }
table.MasterHeader table.topMenu a:hover	{ COLOR: yellow; TEXT-DECORATION: underline; }

/******************************************************************************
	Information Line
******************************************************************************/

div.InfoLineGroup
{
	margin-bottom: 10px;
	margin-left: 10px;
}

div.InfoLineHeader
{
	font-weight: bold;
	margin-bottom: 3px;
}

div.InfoLineItem
{
	margin-bottom: 2px;
	margin-left: 15px;
}


/******************************************************************************
	Home page
******************************************************************************/

div.HomePageSubTitle
{
	background-color:Black;
	font-size: 14pt;
	font-family: Tahoma;
	color: White;
	padding-left: 4px;
	height: 24px;
}


/******************************************************************************
	Tab Header
******************************************************************************/

table.TabHeader {
	border-bottom: solid 3px #808080;
	margin-bottom: 2px;
}

table.TabHeader table.title td.titleText
{
	background-color: #808080;
	color: white;
}

/******************************************************************************
	Report Header
******************************************************************************/

table.ReportHeader 
{
	border-bottom: solid 3px yellow;
	margin-bottom: 3px;
}

table.ReportHeader td.SiteTitle
{
	font:normal 16pt Tahoma;
}

table.ReportHeader td.SysTitle
{
	font:normal 10pt Tahoma;
	color:#663300;
}

table.ReportHeader td.Title
{
	font:normal 12pt Tahoma;
	text-align: right;
}

/*****************************************************************************
	Property view
*****************************************************************************/

table.PropView tr.head td 
{
	padding-left: 5px;
	font-weight: bold;
	background-color: ButtonFace;
	font-size: 10pt
}

table.PropView td.PropValue
{
	width: 400px;
}

table.PropView td.PropKey
{
	width: 150px;
}

table.PropView tr.even td
{
	background-color: #F8F8F8;
}

table.PropView tr.group td
{
	padding-left: 10px;
	font-weight: bold;
	border-bottom: solid 1px blue;
	color: navy;
}

/*****************************************************************************
	Send/Receive number stamp
*****************************************************************************/

table.SendNumStamp {
	border: solid 1px green;
	color: green;
}

table.RecNumStamp div.RecNumStampName,div.RecNumStampNameOwner {
	color: #28A;
}

table.SendNumStamp td.dotline {
	border-bottom: 1px dashed green;
}

table.RecNumStampNew {
	border: solid 1px gray;
	color: gray;
}

table.RecNumStampNew a:link		{ COLOR: gray; TEXT-DECORATION: none; }
table.RecNumStampNew a:visited	{ COLOR: gray; TEXT-DECORATION: none; }
table.RecNumStampNew a:active	{ COLOR: gray; TEXT-DECORATION: none; }
table.RecNumStampNew a:hover	{ COLOR: gray; TEXT-DECORATION: underline; }

a.RecNumStamp:link	{ TEXT-DECORATION: none; }
a.RecNumStamp:visited{ TEXT-DECORATION: none; }
a.RecNumStamp:active	{ TEXT-DECORATION: none; }
a.RecNumStamp:hover	{ TEXT-DECORATION: underline; }

a.RecNumStampHide { color: gray; white-space:nowrap; }

table.RecNumStamp {
	border:solid 1px navy;
	color:navy;
	background-color: white;
}

table.RecNumStamp td.dotline {
	border-bottom: 1px dashed navy;
}

table.RecNumStampOth {
	border:solid 1px navy;
	color:navy;
	background-color: white;
	filter:alpha(opacity=60);
	opacity:0.6;
	text-align: left;
}

table.RecNumStampOth td {
	text-align: left;
}

table.RecNumStampOth td.dotline {
	border-bottom: 1px dashed navy;
}

.RecNumStampInner
{
	position: absolute;
}

/*****************************************************************************
	Attachment List
*****************************************************************************/

table.AttList th
{
	background-color: ButtonFace;
}

table.AttList tr.even td
{
	background-color: #F8F8F8;
}

table.AttListItem{
	/*Require: border="1" cellpadding="1" cellspacing="0"*/
	border-collapse: collapse;
	border-color: black;
}

table.AttListItem th{
	border-color: black;
	color: gray;
}

table.AttListItem td{
	border-color: black;
}

div.ImageListItm 
{
	float:left;
	height:215px;
	width: 200px;
	overflow: hidden;
}

div.ImageListItm table 
{
	width: 100%;
}

div.ImageListItm table td 
{
	text-align: center;
}

div.ImageListItm table td.picture
{
	vertical-align: bottom;
	height: 160px;
}

div.ImageListItm table td.picture img
{
	border:solid 1px black;
}

/*****************************************************************************
	Inbox's Sent Table
*****************************************************************************/

td.InboxSentItem_RouteNote {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*****************************************************************************
	Route Tree
*****************************************************************************/

div.HtmlTreeNode {
	white-space:nowrap;
}

div.HtmlTreeHighlight {
	color: black;
	background-color: #FFF799; /* #FFF799 */
}

div.HtmlTreeNode span.minor { color:gray; }

div.HtmlTreeNode a:link		{ COLOR: black; TEXT-DECORATION: none; }
div.HtmlTreeNode a:visited	{ COLOR: black; TEXT-DECORATION: none; }
div.HtmlTreeNode a:active	{ COLOR: black; TEXT-DECORATION: none; }
div.HtmlTreeNode a:hover	{ COLOR: black; TEXT-DECORATION: underline; }

div.HtmlTreeNode a.minor:link		{ COLOR: gray; TEXT-DECORATION: none; }
div.HtmlTreeNode a.minor:visited	{ COLOR: gray; TEXT-DECORATION: none; }
div.HtmlTreeNode a.minor:active	{ COLOR: gray; TEXT-DECORATION: none; }
div.HtmlTreeNode a.minor:hover	{ COLOR: blue; TEXT-DECORATION: underline; }

div.HtmlTreeDescription {
	border: solid 1px lightgrey;
	padding: 2px;
	margin-top: 2px;
}

/*****************************************************************************
	Route Tree
*****************************************************************************/

div.publicDocFilter
{
}

input.publicDocFilter_Keyword
{
}

select.publicDocFilter_DocType 
{
	width: 100px;
}