﻿body
{
	margin: 0px;
	width: 100%;
	height: 100%;
	word-spacing: normal;
	overflow: hidden;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
	background-color: white;
}
body.dialog
{
	background-color: whitesmoke;
}
Table Div
{
	position: static;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	border-collapse: collapse;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 10px;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

.InactiveA
{
	font-weight: bold;
	font-size: 9pt;
	color: darkgray;
	font-family: Helvetica, Arial, Verdana;
	text-decoration: none;
}

A
{
	font-weight: bold;
	font-size: 9pt;
	color: #1e74c7;
	font-family: Helvetica, Arial, Verdana;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

SMALL
{
	font-size: 10px;
}

BIG
{
	font-size: 12px;
}

BLOCKQUOTE, PRE
{
	font-family: Arial, Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin: 0px;
	padding: 0px;
}

/* User Defined Style Sheets */
.Absolute, .abs
{
	position: absolute;
}
.Relative, .rel
{
	position: relative !important;
}
.FillParent
{
	margin: 0px;
	height: 100%;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
}
.Pad1
{
	padding: 1px;
}
.Pad2
{
	padding: 2px;
}
.Pad3
{
	padding: 3px;
}
.Pad4
{
	padding: 4px;
}
.Pad5
{
	padding: 5px;
}
.Pad10
{
	padding: 10px;
}
.Pad20
{
	padding: 20px;
}
.Pad30
{
	padding: 30px;
}
.Margin5
{
	margin: 5px;
}

.label
{
	padding-right: 5px;
	color: #1e74c7;
	font-size: 10px;
	font-family: Arial, Verdana;
}
.graylabel
{
	color: dimgray;
}
input, select, button
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
INPUT.enable, SELECT
{
	border: #76a9cc 1px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px; /*font-weight: bold;*/
	background: #ffffff; /*color: #428833;*/
	margin-right: 0px;
}
INPUT.disable
{
	border: #99cccc 0px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px; /*font-weight: bold;*/
	background: #d2e6ff;
	color: dimgray;
	margin-right: 0px;
}
INPUT.button
{
	font-size: 9px;
}
.MainTitle
{
	font-weight: bold;
	font-size: 16px;
	color: Black; /*font-style: italic;*/
	font-family: 'Franklin Gothic Medium' , Verdana;
}
.SubTitle
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Verdana;
}
.ListTitle
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Verdana;
}
.FixedTitle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana;
}
.HeaderBand
{
	background-image: url(/WebDox/images/NewTabBottomLine.gif);
	background-repeat: repeat-x; /*#95b7f3*/
}
.HeaderBandBottom
{
	background-image: url(/WebDox/images/NewTabBottomLineReverse.gif);
	background-repeat: repeat-x;
}
.PageHeader
{
	table-layout: fixed;
	font-weight: bold;
	font-size: 16px;
	color: dimgray;
	border-bottom: dodgerblue 6px solid;
	font-family: Verdana;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#EEEEEE' , gradientType= '0' );
}
.MainTitleDiv
{
	font-size: 9px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#DDDDDD' , gradientType= '0' );
	width: 100%;
	border-bottom: lightsteelblue 1px solid;
	background-repeat: repeat-x;
}
.MainBodyDiv
{
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#cde1f6' , gradientType= '0' );
	width: 100%;
}
.DataListItem:link
{
	color: #000000;
	text-decoration: none;
}
.DataListItem:visited
{
	color: #000000;
	text-decoration: none;
}
.DataListItem:active
{
	color: #000000;
	text-decoration: none;
}
.DataListItem:hover
{
	color: #000000;
	text-decoration: underline;
}
TD
{
	font-size: 11px;
	font-family: Arial, Sans-Serif, vadana;
}

TABLE.OutlineTable
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Arial;
	border-collapse: collapse;
	word-wrap: break-word;
	background-color:Transparent;
}
TABLE.WhiteDetailTable
{
	border-right: #6699cc 1px solid;
	padding-right: 10px;
	border-top: #6699cc 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #6699cc 1px solid;
	padding-top: 2px;
	border-bottom: #6699cc 1px solid;
	font-family: Arial, Sans-Serif, vadana;
	border-collapse: collapse;
	background-color: white;
}
.DetailTable
{
	border-right: #9ec3e8 1px solid;
	padding-right: 10px;
	border-top: #9ec3e8 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #9ec3e8 1px solid;
	padding-top: 2px;
	border-bottom: #9ec3e8 1px solid;
	font-family: Arial, Sans-Serif, vadana;
	border-collapse: collapse;
	background-color: #d2e6ff;
}
TABLE.DetailTable TD.CommandRow
{
	border-top: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-color: #cde6ff;
}
.Scrollable
{
	overflow: auto;
}
.GridRow
{
	color: Black;
	background-color: #EEEEEE;
}
.GridAlternatingRow
{
	background-color: Gainsboro;
}
.SelectedRow
{
	background-color: #D2E6FF;
}
.CheckedRow
{
	background-color: #eac338;
}
.SelectedTask
{
	border: #1E90FF 2px solid;
	background-color: #fffff0; /*#acbdd8;*/
}
.UnselectedTask
{
	border: #d2e6ff 2px solid;
}
.CompletedQuestion
{
	background-color: #acbdd8;
}
.RedFont
{
	color: Red;
}
.hidden
{
	display: none;
}
div .DataList
{
	display: none;
}
.NoPadding
{
	padding: 0px !important;
	table-layout: auto !important;
}
.SiteTitle
{
	font-weight: bold;
	font-size: 16px;
	color: steelblue;
	font-family: Verdana Bold, Helvetica, sans-serif;
}
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.HeadBg
{
	background-color: #317DBD;
}
.TableBG
{
	background-color: #FBFBEA; /*AliceBlue;*/
	
}

.Login
{
	font-size: 10pt;
	font-family: Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}
.Agreement
{
	font-size: 10pt;
	font-family: Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}
.Normal, .Normal td
{
	font-size: 9pt;
	font-family: Helvetica, Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}
.HeaderBandReverse
{
	background-image: url(/WebDox/images/NewTabBottomLineReverse.gif);
	background-repeat: repeat-x;
}

.ControlLeftPanel
{
	/*	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#0CA7DF' , endColorStr= '#0888C7' , gradientType= '0' );*/
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#0CA7DF' , endColorStr= '#50a7df' , gradientType= '0' );
}
.PanelMain
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	border-bottom: #3366cc 1px solid;
}
.PanelFont
{
	color: white;
}
.PanelForm
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.PanelTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	font-family: Verdana, Arial;
	background-color: #3366cc;
}
.PanelLabel, .PanelLabel td
{
	font-size: 8pt;
	color: #336696;
	font-family: Verdana !important;
}
.PanelMemo
{
	font-size: 8pt;
	color: dimgray;
	font-family: Verdana !important;
}
.PanelSubTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana !important;
	background-color: darkgray;
}
.FixedLayoutTable
{
	table-layout: fixed;
}
.Highlighted
{
	background-color: Yellow;
	color: #336696 !important;
}
.Adobe
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'whitesmoke' , endColorStr= 'lightgrey' , gradientType= '1' );
}
.ControlTitle
{
	font-weight: bold;
	font-size: 14px;
	color: steelblue;
	font-family: Verdana Bold, Helvetica, sans-serif;
}
.PanelInnerTitle
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

.cassetteLabel
{
	font-weight: bold;
	color: #0000ff;
	font-family: Arial;
}
.casseteSiteName
{
	font-weight: bold;
	color: #000000;
	font-family: Arial;
}
/* Role Editor */
.RoleName
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.RoleDesc
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.RoleItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.note, table.tip, table.important, table.caution, table.warning
{
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	border: 2px solid #B0C4DE;
	background-color: #F0F8FF;
	color: #000000; /* padding inside table area */
	margin: 30px;
}
table.warning td
{
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	padding: 10px;
}
table.editing
{
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	border: 2px solid #B0C4DE;
	background-color: #F0F8FF;
}
td.navigator
{
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	border: px solid #B0C4DE;
/*	background-color: lightsteelblue;*/
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#cde1f6' , gradientType= '0' );
	border-bottom:#50a7df 1px solid;
}

@import "GridStyle/Grid.css";

.Printable, .Printable td
{
	font-size: 8pt;
	font-family: Helvetica, Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}

.NormalTitle, .NormalTitle td
{
	font-size: 12pt;
	font-family: Helvetica, Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}

