﻿
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for application <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
html, body, form, td{font-family:Arial,Segoe UI, Tahoma ; font-size:12px;}
body {margin:0px;overflow:auto;}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #efefef;
	z-index: 102;
	color:#000000;
	display:none;
	border-style: outset; border-width: 5px;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	font: 11px Tahoma;
	font-weight: bold;
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#efefef;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* Rickey's Centering Capsule  (must also remove <!DOCTYPE... in your page! */
table.centercapsule
{
    height: 100%;
    margin: 0;
    width: 100%;
}
/* Rickey's Centering Capsule  (must also remove <!DOCTYPE... in your page! */

/*
    background-image:url(../images/bigcube.gif);
    border-left: 2px outset #FFFFFF;
    border-right: 1px outset #FFFFFF;
    border-top: 2px outset #FFFFFF;
    border-bottom: 2px outset #FFFFFF;
*/









/*
    Start alphabetizing here
*/


/*bBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbBbB*/
.bhrl 
{
	border-bottom:solid 1px #CACACA;
}

.btn
{
	display:block;
	width:10em;
	line-height:1.4;
	text-decoration:none;
	text-align:center;
	border: solid 2px steelblue;
	color: steelblue;
	font-weight:bold; 
}

.btn:hover
{
	background-color: steelblue; 
	color: #fff;
}

.btnBold
{
	font-size:12px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
	font-weight:bold;
	width:95px;
}

.btnCustomGuest
{
    background-color:#0056C0;
    color:white;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
}

.btnDefault
{
	font-size:12px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
	width:95px;
}

.btnGreen
{
	font-size:12px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:GREEN;
}

.btnSelectBold
{
	font-size:10pt;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
	font-weight:bold;
	width:130px;
	height:25px;
}

.btnSelectDefault
{
	font-size:10pt;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
	width:130px;
}

.btnSmallAction
{
    font-family: Tahoma,Arial;
    font-size: 8pt;
}



/*cCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcCcC*/
.cboList
{
	width:200px;
	font-size: 8pt;
	font-family: 'Segoe UI', Arial;
}

.chkBoxLabelBold
{
    font-weight:bold;
}

.chkBoxLabel, .chkBoxLabelBold
{
    vertical-align:middle;
}

.chkDefault
{
    vertical-align:middle;
}



/*dDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdDdD*/
#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}

.disabledField
{
  background-color:#CDCFCF;
  color:#000000;
}



/*fFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfF*/
.FieldInput
{
	font-family:Tahoma;
	font-size:8pt
}



/*gGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgGgG*/
.graycomment
{
    color : #818181;
}

.guestBodyStyle
{
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    background-color:#EEF2FA;
    margin:0px;
}

.guestMainDivStyle
{
    background-color:#F0F0F0;
    width:800px;
    display:block;
}



/*hHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhHhH*/
.hrl 
{
	border-top:solid 1px #CACACA;
}



/*iIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI*/
img.feedback
{
	border: outset 2px transparent;
	color: White;
	height: 117px;
	width: 194px;
}



/*mMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmMmM*/
.mnuRCImg
{
	width:23px;
	height:22px;
	border:none;
	cursor:default;
}

.mnuRCImgCell
{
	width:28px;
	height:22px;
	background-color:#E0DEDA;
	text-align:center;
	cursor:default;
}

.mnuRCText
{
	font-size:11px;
	font-family: 'Segoe UI', Tahoma, Arial;
}

.mnuRCTxtCell
{	
	width:134px;
	height:22px;
	background-color:#FFFBF7;
	text-align:left;
	vertical-align:middle;
	cursor:default;
}
.MenuGroup
{
  background-image:url(../images/menu/group_background.gif);
  background-color:white;
  border:solid 1px #7E7E81; 
  cursor:default; 
	border-collapse:separate;
}

.MenuGroupRTL
{
  /*
  TODO: Need Image of RTL
  background-image:url(../images/menu/group_background.gif);*/
  background-color:white;
  border:solid 1px #7E7E81; 
  cursor:default; 
 border-collapse:separate;
}


.MenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
border-collapse:separate;
}

.MenuItemHover 
{
  background-color:#FFEEC2; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #4B4B6F; 
  cursor:default; 
	border-collapse:separate;
}

.MenuBreak
{
  background-image:url(../images/menu/break_bg.gif);
  background-repeat:no-repeat;
  width:100%;
  height:1px;
	border-collapse:separate;
}


/*pPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpPpP*/
.pageTab
{
	display:block;
	width:12em;
	line-height:1.4;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	border: solid 1px black ;
	border-right:none;
	border-left:none;
	color: #fff;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:pointer;
}

.pageTab:hover
{
	background-color: #94b8e9;
	color: #fff;
}
	
.pageTabB
{
	display:block;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:pointer;
	width:110px;
	height:17px; 
	border-left:solid 1px black; 
	border-right:solid 1px black;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

.pageTabB:hover
{
	background-color: #94b8e9;
	color: #fff;
}

.pageTabBSelected
{
	display:block;
	background-color:#EFEFEF;
	color: #000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:default;
	width:110px;
	height:17px;
	border-top:solid 1px black;
	border-bottom:solid 1px #EFEFEF;
	border-left:solid 1px black; 
	border-right:solid 1px black;
}

.pageTabSelected
{
	display:block;
	width:12em;
	background-color:#EFEFEF;
	line-height:1.4;
	color: #000;
	text-decoration:none;
	border: solid 1px black ;
	border-bottom:solid 1px #EFEFEF ;
	border-right:none;
	border-left:none;
	text-align:center;
	font-weight:bold;
	font-family: 'Segoe UI', Arial;
	font-size: 8.5pt;
	cursor:default;
	outline:none;
}



/*rRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrRrR*/
.rdoDefault
{
    margin-right:5px;
    vertical-align:middle;
}



/*sSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsSsS*/
.sectionBody
{
    background-color:#ffffff;
    line-height:20px;
}

.sectionBody input
{
    vertical-align:middle;
}

.sectionBodyGrey
{
    background-color:#efefef;
    line-height:20px;
}

.sectionBodyGrey input
{
    vertical-align:middle;
}

.sectionBottom
{
    background-image: url('../Images/TopBorderBlueGray.gif');
    border-bottom: solid 1px #000000;
    color:#ffffff;
}

 .sectionHeader
{
    background-color:#E5E4E0;
    font-weight:bold;
}



/*tTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtTtT*/
.tab
{
	display:block;
	width:10em;
	line-height:1.4;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	border:none;
	border-right:none;
	color: #fff;
	font-weight:bold;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	cursor:default;
}

.tab:hover
{
	background-color: #94b8e9;
	color: #fff;
}

table.feedback
{
    height: 400px;
    font-size: 4px;
    margin: 0;
    text-align: center;
    width: 600px;
}

.tabSelected 
{
	display:block;
	width:10em;
	border:none;
	background-color:#EFEFEF;
	line-height:1.4;
	color: #000;
	text-decoration:none;
	text-align:center;
	border-right:none;
	font-weight:bold;
	cursor:default;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	outline-style:none;
}

.tabSpacer
{ 
    border-bottom:solid 1px black;
}

td.feedback
{
	background-color: #333333;
	color: White;
	font-size: 18px;
	font-weight: bold;
}

.TinyButton 
{
	font-size: 10px;
	font-family: "Segoe UI", Tahoma, Arial;
	font-weight:bold;
}

.toolbar
{
	display:block;
	width:10em;
	line-height:2.1;
	background-color:#174171;
	text-decoration:none;
	text-align:center;
	border:none;
	border-right:none;
	color: #fff;
	font-weight:bold;
	cursor:default;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	background-image:url(../images/tab_bg.gif);
}

.toolbar:hover
{
	background-color: #94b8e9;
	color: #fff;
	background-image:url(../images/tab_ovr.gif);
}

.toolbarSelected
{
	display:block;
	width:10em;
	border:none;
	background-color:#6988B4;
	line-height:2.1;
	color: #fff;
	text-decoration:none;
	text-align:center;
	border-right:none;
	font-weight:bold;
	cursor:default;
	outline-style:none;
	font-family:'Segoe UI', Arial;
	font-size:11px;
	background-image:url(../images/tab.gif);
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:lightsteelblue;
	padding:2px 5px;
	color:black;
	display:none;
	font-family:'Segoe UI', Tahoma, Arial;
	font-size:10pt;
}

.toolTipHDR
{
	font-size:13px;
	font-family: Arial;
	color:#ffffff;
	font-weight:bold;
    line-height:17px;
}

.toolTipHDRItalic
{
	font-size:11px;
	font-family: Arial;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
    line-height:17px;
}

.toolTipText
{
	font-size:11px;
	font-family: Arial;
	color:#ffffff;
    font-weight:normal;
    line-height:15px;
}

.txtBox
{
    width:250px;
    font-size:11px;
	font-family: "Segoe UI", Tahoma, Arial;    
}

.txtBoxRO
{
    width:250px;    
    background-color:#efefef;
    font-size:11px;
	font-family: "Segoe UI", Tahoma, Arial;    
}

.txtBoldBlack
{
	font-size:12px;
	font-family:"Segoe UI", Tahoma, Arial;
	color:#000000;
	font-weight:bold;
}

.txtBoldBlue
{
	font-size:11px;
	font-family:"Segoe UI", Tahoma, Arial;
	color:#0066CC;
	font-weight:bold;
}
.txtBoldGreen
{
	font-size:11px;
	font-family:"Segoe UI", Tahoma, Arial;
	color:#00A636;
	font-weight:bold;
}

.txtDefault
{ 
	font-size:11px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
}

.txtDefaultLink
{
	font-size:11px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#0C5EC2;
	font-weight:bold;
}

.txtDisabled
{ 
    background-color:#CDCFCF;
}

.txtEnabled
{
    /*HACK to fix dropshadow effect: set the background-color to nothing*/
    background-color:;
}

.txtHeader1
{
	font-size:12px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
	font-weight:bold;
}

.txtHelp
{
	font-size:10px;
	font-family:"Segoe UI", Tahoma, Arial;
	color:#3366CC;
}

.txtInfo
{
	font-size:12px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#0066CC;
}

.txtInfoGray
{
	font-size:12px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#808080;
}

.txtLabel
{
	font-size:11px;
	font-family: "Segoe UI", Tahoma, Arial;
	color:#000000;
}

.txtLabelTiny
{
	font-size:10px;
	font-family: "Segoe UI", Tahoma, Arial;
}

.txtReadOnly
{
    background-color:LightSteelBlue;
    border-style:solid;
    border-width:1px;
    border-color:LightSalmon;
}

.txtSectionHeader
{
    color:black;
    font-family:'Segoe UI', Arial;
    font-size:9pt;
    font-weight:bold;
    vertical-align:top;
}

