html {
	overflow-y:scroll;
}
body {	
	margin: 10px;
	padding: 0;
	font-family:Arial,Tahoma,sans-serif;
	background-color: #fff;
}


* {
	font-size:11px;
}

form {
	margin: 0;
}

.AR {
	text-align:right;
}
.AC {
	text-align:center;
}

.LH {
	line-height:19px;
	_line-height:20px;
}

ul.LoggedInAs {
	margin:0px;
	position:absolute;
	bottom:0px;right:0px;
	list-style-type: none;
	white-space: nowrap;
	width:590px;
}
ul.LoggedInAs li {
	float:right;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	border-right:solid 1px #000;
	padding:0px 10px;
}
ul.LoggedInAs li.end {
	border-style:none;
	padding-right:0px;
}


ul.TopNav {
	background-color: #eee;
	border: solid 1px #000;
	padding: 0 10px;
	margin: 0;
}

ul.TopNav, ul.TopNav li {
	list-style-type: none;
	white-space: nowrap;
	height: 30px;
}

ul.TopNav li {	
	float: left;
	display: inline;
	padding: 0 4px 0 0;
	line-height:30px;
}
ul.TopNav li.TopNavSep {	
	padding: 0 6px 0 2px;
	line-height:30px;
}
ul.TopNav a {
	display: block;
	line-height:20px;
	padding: 0 12px;
	margin: 4px 0;
	font-weight:bold;
	text-decoration:none;
	border:solid 1px #eee;
	color:#00C;
}
ul.TopNav a:hover {
	background-color:#666;
	color:#fff;
	border-color:#000;
}
li.TopNavActive a {
	display:inline-block;
	background-color:#666;
	color:#fff;
	border-color:#000;
	height:26px;
	border-bottom-style:none;
}
div.NavFilter {
	border:solid 1px #000;
	border-top-style:none;
	background-color:#666;
	color:#fff;
	padding:6px 10px;
	font-weight:bold;
}
div.NavFilter div {
	background-color:#666;
}
div.NavFilter select {
	font-size:11px;
}

/**************************************************/

div.Left {
	float:left;	
}
div.Right {
	float:right;
}
div.ClearBoth {
	clear:both;	
	overflow:hidden;
}

div.CenteredOuter {
	margin-top:10px;
	position:relative;
	width:100%;
	text-align:center;
	min-width:770px;
}
div.CenteredInner {
	width:750px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
div.InputFieldTitle {
	width:365px;
	float:left;
	line-height:21px;
	padding-right:10px;	
	text-align:right;
}

input.InputText {
	width:290px;
	font-size:11px;
	padding:2px;
}
input.InputButton {
	width:auto;
	padding:0px 10px;
	overflow:visible;
}

/**************************************************/

DIV.AjaxLoadingOuter { 
	display:none;
	overflow:hidden; 
}
DIV.AjaxLoadingInner { 
	cursor:default;
	margin-left:10px;
	padding:0px 10px;
	line-height:19px;
	border:solid 1px #f90;
	background-color:#fc0;
	font-size:11px;
	text-align:left;
	text-decoration:none; 
}
DIV.AjaxContentLoading {
	text-align:center;
	margin-top:5px;
	border:solid 1px #000;
	padding:10px 0;	
}
/**************************************************/
TABLE.TableList { 
	table-layout:fixed;
	width:100%;
	_width:; 
	background-color:#fff;
}
TABLE.TableList TD.ListOut { background-color:#fff; }
TABLE.TableList TD.ListOutSort { background-color:#ece9d8; }
TABLE.TableList TD.ListOver { background-color:#ffc; }
TABLE.TableList TD.ListOverSort { background-color:#ee9; }

TABLE.TableList TD.ListCheckedOut { background-color:#e8eef7; }
TABLE.TableList TD.ListCheckedOutSort { background-color:#c3d9ff; }
TABLE.TableList TD.ListCheckedOver { background-color:#d8dee7; }
TABLE.TableList TD.ListCheckedOverSort { background-color:#b3c9ef; }

TABLE.TableList TD.ListCheckedDeleteOut { background-color:#fcc; }
TABLE.TableList TD.ListCheckedDeleteOutSort { background-color:#fcc; }
TABLE.TableList TD.ListCheckedDeleteOver { background-color:#fcc; }
TABLE.TableList TD.ListCheckedDeleteOverSort { background-color:#fcc; }

TABLE.TableList TD.ReleasedOut { color:#999; }
TABLE.TableList TD.ReleasedOver { color:#c00; }

TABLE.TableList TR { cursor:pointer;_cursor:hand; }
TABLE.TableList TH {
	cursor:pointer;_cursor:hand;
	text-align: left;
	vertical-align: middle;
	background-color:#666;
	color:#fff;
	border-color:#000000;
	padding:2px 4px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
TABLE.TableList TD {
	background-color:#fff;
	padding:2px 4px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
/**************************************************/
TD.QMessageReleased {
	background-image:url(../../images/mailReleased.gif);
}
TD.QMessageNotReleased {
	background-image:url(../../images/mailNew.gif);
}
TD.QMessageDeleted {
	background-image:url(../../images/mailDeleted.gif);
}

TABLE.TableQMessage TD.Title {
	width:120px;padding-right:10px;text-align:right;font-weight:bold;
}
TABLE.TableQMessage TD.Text {
	background-color:#fff;
	padding:0px 4px;
}
TABLE.TableQMessage TD.Col2 {
	border-left:solid 1px #000;
	border-right:solid 1px #000;	
}
TABLE.TableQMessage TD.Separator DIV {
	height:1px;
	background-color:#999;
}
/**************************************************/
DIV.TableStatsHeader {
	margin-left:10px;
	width:150px;
	text-align:center;
	border:solid 1px #666;
	padding:2px 0;
	border-bottom-style:none;
	font-weight:bold;
}
TABLE.TableStats {
	border:solid 1px #666;
}
TABLE.TableStats EM {
	color:#666;	
}
TABLE.TableStats TD {
	padding:2px 4px;
	white-space:nowrap;	
}
TABLE.TableStats TR.AltBG TD {
	background-color:#eee;
}
TABLE.TableStats TR.BorderTop TD {
	border-top:solid 1px #666;	
}
/**************************************************/
TD.StatusEnabled { color:#000; }
TD.StatusDisabled { color:#f00; }
/**************************************************/
TABLE.TableReportGrid {
	border-top:solid 1px #666;
	border-left:solid 1px #666;	
}
TABLE.TableReportGrid TD {
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
	text-align:left;	
}

.showButton {visibility:visible;}
.hideButton {visibility:hidden;}
