/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	height:100%;
	color:#333;
	font-size: 0.88em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	letter-spacing: normal;
	margin:10,0,0,0;
	background-image:url(https://www.huginc.com/apps/ums/images/bg.png);
}
	/*background-image:url(https://www.huginc.com/apps/ums/images/bg.png);
	.outerBodyWrap{background:#363f47 url(/images/body.gif) center 321px repeat-y}
	.bodyWrap{background:url(/images/bodyWrap.gif) left top repeat-x;margin-bottom:-17px}
	* HTML .bodyWrap{height:0}*/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, TD, P { color: #000000; }
H1
{
	margin-top: 1em;
	font-weight: bolder;
	font-size: 1.2em;
	margin-bottom: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: gray;
	font-style: normal;
	font-family: Times New Roman, serif;
	letter-spacing: 0.15em;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}	
		
H2
{
	margin-top: 1em;
	font-size: 1em;
	margin-bottom: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	margin-top: 0.5em;
	font-weight: Bold;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, 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:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
 A:link
{

	color: #3333cc;
	text-decoration:underliine;
}	
		
A:visited	{	
	text-decoration:underliine;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #3366ff;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	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;
	}	

P
{
	font-size: 0.88em;
	color: #003366;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
TD
{
	font-size: 0.88em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.addresslist
{
	text-indent: 25px;
}
.Anchor
{
	font-size: 6pt;
	width: 1px;
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: transparent;
	border-bottom-style: none;
}
.BlockEdit
{
	background-color:Yellow;
}
.btnCB_Selected
{
	width:125px;
	font-weight: bold;
	color: #333399;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
	border-bottom-style: inset;
}
.btnCB
{
	width: 125px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
}
.calender
{
	margin:0,0,0,15px;
	padding:5px;
	background-color:White;
	font-size: x-small;
	text-decoration:none;
}
.CallOut
{
	border-right: gray solid;
	padding-right: 12px;
	border-top: gray solid;
	padding-left: 12px;
	padding-bottom: 12px;
	border-left: gray solid;
	padding-top: 12px;
	border-bottom: gray solid;
	position: absolute;
	float:right;
	right:5px;
	top: 200px;
	background-color: lemonchiffon;
	z-index: 2;
}
.CallOutHeader
{
	font-weight: bold;
	font-size: x-small;
	color: slategray;
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
}
.CallOutText
{
	font-size: xx-small;
}
.CBDetailDisplay
{
	border-right: indigo 1px solid;
	padding-right: 7px;
	border-top: indigo 1px solid;
	padding-left: 10px;
	padding-bottom: 7px;
	margin: 10px 7px 7px 0px;
	border-left: indigo 1px solid;
	padding-top: 10px;
	border-bottom: indigo 1px solid;
	background-color: white;
}
.Container_Standard
{
	margin: 15px;
	padding: 10px;
}


.footer
{
	font-size: 10px;
	margin:110px,0px,12px,0px;	
	color: #696969;
	text-align: center;
}
.FormPanel_Header
{
	padding: 10px,10px,10px,10px;
	margin: 0px,0px,0px,0px;
	width: 100%;
	background-color: #cccccc;
}
.FormPanel_HeaderText
{
	text-align:center;	
	color:#ffffff;
	font-family:Times New Roman,serif;
	font-weight:bolder;
	font-size:larger;
	font-variant:small-caps;	
	margin: 7px;
}
.FormPanel_SubHeader
{
	border-right: lightgrey thin outset;
	padding-right: 10px;
	border-top: lightgrey thin outset;
	margin-top: 30px;
	padding-left: 10px;
	margin-bottom: 50px;
	border-left: lightgrey thin outset;
	width: 100%;
	border-bottom: lightgrey thin outset;
	background-color: #ffffff;
}
.FormPanel_FieldsArea
{
	border-right: lightgrey thin outset;
	padding-right: 10px;
	border-top: lightgrey thin outset;
	margin-top: 30px;
	padding-left: 10px;
	margin-bottom: 50px;
	border-left: lightgrey thin outset;
	width: 100%;
	border-bottom: lightgrey thin outset;
	background-color: #ffffff;
}
.FormPanel_Header_Part2
{
	border-collapse:collapse;
	padding: 0px,0px,0px,0px;
	margin: 20px,0px,20px,0px;
	width: 96%;
	background-color: #cccccc;
}
.FormPanel_SubHeader_Part2
{
	padding: 10px,10px,10px,20px;
	margin: 0px,0px,0px,0px;
	width: 100%;
	background-color:#eeeeee;
}

.FormButton_LtrHead
{
	border-right: darkgray 1px solid;
	padding-right: 0px;
	border-top: darkgray 1px solid;
	padding-left: 0px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px,1px,1px,1px;
	border-left: darkgray 1px solid;
	color: white;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
	background-color: Transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='ff9933',EndColorStr='#ffeeddaa');
}
.FormButton_Timer
{
	border-right: darkgray 1px solid;
	padding-right: 0px;
	border-top: darkgray 1px solid;
	padding-left: 0px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px,1px,1px,1px;
	border-left: darkgray 1px solid;
	color: white;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
	background-color: Green;
}

.FormExample_Std
{
	color: dimgray;
}

.FormField_CBTemplate_DList
{
	font-size:xx-small;
	margin: 1px,3px,1px,3px;
	width: auto;
	color: #000000;
	margin-right: 3px;
}

.FormField_CBTemplate_Short
{
	font-size:xx-small;
	margin: 1px,3px,1px,3px;
	width: 80px;
	color: #000000;
	margin-right: 3px;
}
.FormField_Zero
{
	color: 000000;
	margin: 1px,0px,1px,0px;
}
.FormLabel_Admin
{
	font-weight: normal;
	font-size: 10pt;
}

.FormLabel_Timer
{
	margin: 1px,7px,1px,7px;
	width: 80px;
	color: dimgray;
	margin-right: 7px;
	font-size: 9pt;
}
.FormLabel_nomargin
{
	font-size:xx-small;
	color: dimgray;
	margin-right: 3px;
	margin-left:0px;
	text-align: right;
}
.FormLabel_Radio /*must align left*/
{
	font-size:xx-small;
	color: dimgray;
	margin-right: 3px;
	margin-left:7px;
	text-align: left;
}
.Image_Std
{
	margin: 12px;
	border:none;
}
.MenuTitle
{
	margin-top: 0px;
	padding-left: 7px;
	font-weight: normal;
	font-size: 0.8em;
	left: 10px;
	padding-bottom: 5px;
	color: #999999;
	padding-top: 0px;
	font-family: Verdana, Arial, 'Microsoft Sans Serif' , Sans-Serif;
	top: 0px;
}

.TitleBar
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	color: #336699;
}
.SubTitleBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	color: #fff;
}

.SubTitleBar a{
	color: #FFF;
}

.SubTitleBar a:hover{
	color: #333;
}

.OuterFormTable
{
	border-right: lightgrey thin outset;
	border-collapse:collapse;
	padding-right: 10px;
	border-top: lightgrey thin outset;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 50px;
	border-left: lightgrey thin outset;
	width: 780px;
	border-bottom: lightgrey thin outset;
	background-image:url(https://www.huginc.com/apps/ums/images/bgBlueFade.gif);
	background-repeat:repeat;
}

.OuterFormTable_WIDE
{
	border-right: lightgrey thin outset;
	border-collapse:collapse;
	padding-right: 10px;
	border-top: lightgrey thin outset;
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 50px;
	border-left: lightgrey thin outset;
	width: 1200px;
	border-bottom: lightgrey thin outset;
	background-image:url(https://www.huginc.com/apps/ums/images/bgBlueFade.gif);
	background-repeat:repeat;
}

.DialogMsg
{
	font-size:large;
	font-weight:bold;
	margin:20px,25px,30px,25px;
}
.DialogRadioButton_Std
{
	height:30px;
}
.Dialogradiobutton_bld
{
	font-weight:bold;
	height:30px;
}
.StepX
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	background-image: url(images/titlebar.gif);
	padding-bottom: 2px;
	color: whitesmoke;
	padding-top: 2px;
	font-family: Arial, Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	letter-spacing: 0.15em;
	text-align: left;
	font-variant: small-caps;
}
.TableHeading
{
	font-weight: bold;
}
TableColumnHD
{
	font-weight: bold;
	padding-top: 2px;
	font-family: Arial, Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	text-align: center;
}
.TableRowAudit
{
	background-color:D65C5C;
} 
.TableRowCall
{
	background-color:FFEECC;
} 
.TableRowResponse
{
	background-color:5C99D6;
} 
.TableRowLetter
{
	background-color:5CD6D6;
} 
.TableRowIntro
{
	background-color:B88A00;
} 
.TableRowUpdate
{
	background-color:E59A9A;
} 


.txtlinkbutton_AsDList
{
	font-size: xx-small;
}
.TableHeading_sDList
{
	font-weight: bold;
}
TableColumnHD_sDList
{
	font-weight: bold;
	padding-top: 1px;
	font-family: Arial, Verdana, 'Microsoft Sans Serif' , Sans-Serif;
	text-align: left;
}
.txtlinkbutton
{
	font-size: smaller;
}

.ImportantInformation
{
	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: 1px;
	margin-left: 7px;
	Padding-top: 9px;
	Padding-right: 9px;
	Padding-bottom: 9px;
	Padding-left: 9px;
	color: dimgray;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: PaleGoldenrod;
	border-bottom-style: none;
	z-index: 1;
}
.GroupingShade
{
	background-color: #cccccc;
}
 /*Unique IDs - Used one time Or one place */
 
 .dollarsign
{
	font-size:xx-small;
	color: dimgray;
}
 
 
.Link_Admin
{
	font-size:xx-small;
}
.Link_Edit
{
	font-size:xx-small;
	Margin-Left:10px;
}

.MiniHeaderDiv
{
	FLOAT: left; 
	PADDING-right: 20px; 
	PADDING-TOP: 3px; 
	PADDING-Bottom: 5px; 
	PADDING-Left: 7px;
	POSITION: absolute; 
	BACKGROUND-COLOR: palegoldenrod; 
	margin-top: -10px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	width: 100%;
    white-space: nowrap;
 }

.MiniHeaderDiv_OFF
{
		BACKGROUND-COLOR:Transparent; 

}
.MiniHeaderText
{
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 30px;
	Padding-top: 7px;
	Padding-right: 15px;
	Padding-bottom: 7px;
	Padding-left: 15px;
	color: dimgray;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: PaleGoldenrod;
	border-bottom-style: none;
	z-index: 1;
}

.MiniHeaderSpacer
{
	font-size: xx-small;
	PADDING-right: 0px; 
	PADDING-TOP: 0px; 
	PADDING-Bottom: 0px; 
	PADDING-Left: 0px;
	BACKGROUND-COLOR: Transparent; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px
}

 .txtlinkbutton_MyLtr
{
	font-size:xx-small;
}

.tblhdr
{
	font-weight: bold;
	font-size: 1em;
	margin-left: 10px;
	color: #ffffff;
	font-variant: small-caps;
}
.Image_Std
{
	margin: 12px;
	border:none;
}

/* Help  */
.HelpH1
{
	margin-top: 1em;
	font-weight: bolder;
	font-size: 1.2em;
	margin-bottom: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: gray;
	font-style: normal;
	font-family: Times New Roman, serif;
	letter-spacing: 0.15em;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}	

.HelpH2
{
	margin-top: 1em;
	font-size: 1em;
	margin-bottom: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	


.HelpH3
{
	margin-top: 1em;
	font-size: x-small;
	margin-bottom: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
.HelpBody
{
	font-size: x-small;
	color: #003366;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}	

.HelpGridAlternatingRow1
{
	background-color: gainsboro;
}

.HelpGrid
{
	margin-left: 1px;
	margin-right: 1px;
	background-color:White;
	
}
.HelpGrid2
{
	background-color:White;
	font-size:xx-small
	
}
.HelpGridHeading
{
	font-weight: bold;
	background-color: #cccccc;
}

.Helpfooter
{
	font-size: 10px;
	margin:80px,0px,12px,0px;	
	color: #696969;
	text-align: center;
}
.bolder
{
    FONT-WEIGHT: bolder;
    COLOR: #696969
}
.Helpemphasize
{
	font-weight: bolder;
}
.Helpquote
{
	font-weight: bold;
	margin: 2em 3em 2em 1em;
	color: darkslategray;
	font-style: italic;
	font-family: 'Comic Sans MS' , 'Comic Sans' , Cursive;
	text-align: right;
}

/* CB Templates */
.CBTemplateContainer
{
	width:100%;
	height:400px;
	text-align: center;
	background-color:White;
}

.CBTemplate_Label
{
	font-size:xx-small;
	color: dimgray;
	margin-right: 3px;
	margin-left:7px;
	text-align: right;
}

.FormField_CBTemplate_Short
{
	width: 100px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #000000;
	font-size:xx-small;
	z-index: 1;
}
.FormField_CBTemplate
{
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #000000;
	font-size:xx-small;
	z-index: 1;
}
.CBTemplate_Label_Company
{
	font-size:x-small;
	font-weight:bold;
	color: dimgray;
	margin-right: 3px;
	margin-left:7px;
	text-align: right;
}

.CBTemplate_Label_Acct
{
	font-size:xx-small;
	font-weight:bold;
	color: dimgray;
	margin-right: 3px;
	margin-left:7px;
	text-align: right;
}

.SurveyTable
{
    BACKGROUND-IMAGE: url(../images/new/BG_Survey.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: transparent
}
.SurveyNumber
{
    BORDER-RIGHT: green 1px ridge;
    PADDING-RIGHT: 2px;
    BORDER-TOP: green 1px ridge;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: green 1px ridge;
    COLOR: #336600;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: green 1px ridge;
    FONT-STYLE: normal;
    FONT-FAMILY: serif;
    BACKGROUND-COLOR: gainsboro;
    TEXT-ALIGN: center;
    MARGINE-RIGHT: 25px;
    MARGINE-LEFT: 0px;
    MARGINE-TOP: 25px;
    MARGINE-BOTTOM: 7px
}
.SurveyQuestion
	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
    MARGINE-RIGHT: 25px;
    MARGINE-LEFT: 0px;
    MARGINE-TOP: 25px;
    MARGINE-BOTTOM: 0px
	}	

.SurveyAnswer
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 25px;
    FONT-WEIGHT: normal;
    FONT-SIZE: x-small;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    PADDING-BOTTOM: 25px;
    COLOR: #000000;
    PADDING-TOP: 0px;
    FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
    MARGINE-RIGHT: 0px;
    MARGINE-LEFT: 25px;
    MARGINE-TOP: 0px;
    MARGINE-BOTTOM: 7px
}

.UID_CBLogo1
{
	float:left;
	margin: 12px;
	border:none;
}
.UIDLtrIDBox
{
	font-size: x-small;
	PADDING-right: 0px; 
	PADDING-TOP: 0px; 
	PADDING-Bottom: 10px; 
	PADDING-Left: 0px;
	BACKGROUND-COLOR: Red; 
	color: White;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px
}
.UIDPhrase
{
	font-size:x-small;
	font-weight:bold;
	color: dimgray;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
}
.UIDDif
{
	font-size:x-small;
	font-weight:normal;
	color: dimgray;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}
.UIDKeyPhrase
{
	font-size:xx-small;
	font-weight:normal;
	color: dimgray;
	margin-right: 15px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 0px;
	text-align: left;
}
