body, TD, TH, TBODY, THEAD, TFOOT, select, option, input, .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
    border: 0;
}
.content_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #9999CC;
}
.Logout a:link, .Logout a:visited, .Logout A:hover, .Logout a:active
{
	color: White;
	text-decoration: underline;
}
ul li {
	list-style-type: square;
	padding-bottom: 4px;
}
#NumberedList 
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 4px;
	margin-left: -12px;
}
ul {
	padding: 0;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 0;
}
ul.left {
	padding: 0;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	list-style-position: outside;
}
.Header_Text {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
fieldset.UserProfile {
    padding: 15px;
    min-width: 550px;
}
legend.UserProfile {
    font-weight: bold;
}
label.UserProfile {
    float:left;
    width:25%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;  
    font-size: 11px;
    font-weight: normal;  
}
.bdpCalendar {
    border-collapse: separate;
}
.Summary_Title_Text 
{
	color: Black;
	font-size: 18px;
	font-weight: normal;
}

.Title_Text 
{
	color: #666699;
	font-size: 20px;
}

.SubTitle_Text
{
	color: #666699;
	font-size: 16px;
}

.HeaderTitle_Text
{
	color: #666699;
	font-size: 12px;
}

.Disabled_Text
{
	color: Gray;
}

.Label 
{
	color: #000000;
	font-weight: bold;
}

.ErrorMsg
{
	color: Red;
	padding: 4px; 
	height: 30px; 
	font-size: 14px;
	/* border: solid 1px #9999CC; 
	background-color: #FFFF66; */
	width: 100%;
}

.LegislatorSuffix
{
	color: Gray;
	font-size: 9px;
	font-family: Microsoft Sans Serif, Verdana;
}


body a[disabled]
{
   	color: #adadad !important;
   	text-shadow: 1px 1px #ffffff; 
}
.sub-page-name 
{
    background-color: #D3D3F1;
    font-weight: bold;
    padding: 4px 0 4px 15px;
    white-space: nowrap;
}
.section-sub-header {
    background-color: #D3D3F1;
    font-weight: bold;
}
/***************************/
/*New Helpers for Edge Mode*/
/***************************/
.body-with-padding {
    padding: 15px;
}

.old-section-sub-header 
{
    background-color: #D3D3F1;
    padding: 4px;
    border-top: solid 1px #ECE9D8;
}
.old-section-table-details {
    border-collapse: separate;
    border-spacing: 5px;
}
input[type="text"],
select,
textarea
{
    color: #000000;
}
input[type="checkbox"]
{
    margin: 3px;
}
.radio-list {
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}
    .radio-list label,
    .radio-single label {
        margin-left: 2px;
        margin-right: 3px;
        vertical-align: middle;
        display: inline-block;
        /*width: 75px;*/
    }
    .radio-list input,
    .radio-single input {
        margin-left: 2px;
        margin-right: 3px;
        vertical-align: middle;
    }
.check-box-list td,
.check-box-list td label,
.check-box-list td input,
.check-box-single,
.check-box-single label,
.check-box-single input
 {
    vertical-align: middle;
}

.table-align-horizontally-Center,
.table-align-horizontally-center,
.div-align-horizontally-center
 {
    margin-left: auto;
    margin-right: auto;
}

.table-align-horizontally-left {
    margin-left: 0;
    margin-right: auto;
}
.table-align-horizontally-right {
    margin-left: auto;
    margin-right: 0;
}
.table-cells-with-spacing-small-spacing,
div.table-cells-with-spacing-small-spacing table {
    border-collapse: separate;
    border-spacing: 5px;
}
.table-cells-with-spacing-large-spacing {
    border-collapse: separate;
    border-spacing: 10px;
}
.table-cells-with-padding-small-padding td,
.table-cells-with-padding-small-padding th{
    padding: 3px;
}
.table-cells-without-padding td{
    padding: 0;
}
.table-cells-with-padding-large-padding td,
.table-cells-with-padding-large-padding th {
    padding: 5px;
}
.table-cells-with-border-small-border {
    border-collapse: separate;
    border-spacing: 1px;
}
.table-fixed-cell-width {
    table-layout: fixed;
    /*don't forget to put cell's and table actual width*/
}
    .table-fixed-cell-width td
    {
        overflow: hidden;
    }
.hr-style {
    border: none;
    height: 1px;
    width: 100%;
    background-color: #808080;
}
.table-cell-height-fix {
    line-height: 1px;
}
.div-margin-bottom {
    margin-bottom: 10px;
}


/***************************/
/* New IWF MENU (Telerik PANELBAR) */
/***************************/
.Control_Panel_Contents {
	background-image: url(images/Panels/Content-Panel-Gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.Navigator_Panel_Contents {
	padding: 7px;	
}
.Section_Container {
	background-color: #FFFFFF;
	border: 1px solid #9999CC;
}
.Section_Container_Top {
	/* background-color: #FFFFFF; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9999CC;
}
.Section_Container_Bottom {
	/* background-color: #FFFFFF; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	height: 6px;
}
.Section_Container_Left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9999CC;
}
.Section_Container_Right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9999CC;
}
.Section_Container_SW {
	background-image: url(Images/IWF-Menu/Container-SW.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 6px;
	width: 6px;
}
.Section_Container_SE {
	background-image: url(Images/IWF-Menu/Container-SE.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 6px;
}
.Section_Container_Upper {
	/* background-color: #FFFFFF; */
	border: solid 1px #9999CC;
	border-bottom: none;
}
.Section_Container_Lower {
	/* background-color: #FFFFFF; */
	border: solid 1px #9999CC;
	border-top: none;
}
.IWF_Menu_Plinth_Left {
	background-image: url(Images/IWF-Menu/Button-Plinth-Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 6px;
}
.IWF_Menu_Plinth_Middle {
	background-image: url(Images/IWF-Menu/Button-Plinth-Middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align : center;
}
.IWF_Menu_Plinth_Right {
	background-image: url(Images/IWF-Menu/Button-Plinth-Right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 6px;
}

/***************************/
/* IWF TREEVIEW MENU (Telerik TREEVIEW) */
/***************************/
.IWFTreeView_nw {
	background-image: url(Images/IWFMenuTreeView/nw.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 10px;
}
.IWFTreeView_top {
	background-image: url(Images/IWFMenuTreeView/top.gif);
	background-repeat: repeat-x;
}
.IWFTreeView_ne {
	background-image: url(Images/IWFMenuTreeView/ne.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 10px;
}
.IWFTreeView_right {
	background-image: url(Images/IWFMenuTreeView/right.gif);
	background-repeat: repeat-y;
}
.IWFTreeView_se {
	background-image: url(Images/IWFMenuTreeView/se.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 10px;
	background-position: left top;
}
.IWFTreeView_bottom {
	background-image: url(Images/IWFMenuTreeView/bottom.gif);
	background-repeat: repeat-x;
}
.IWFTreeView_sw {
	background-image: url(Images/IWFMenuTreeView/sw.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.IWFTreeView_left {
	background-image: url(Images/IWFMenuTreeView/left.gif);
	background-repeat: repeat-y;
}
.IWFTreeView_bottom_right {
	background-image: url(Images/IWFMenuTreeView/bottom_right.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	background-color: #FFFFFF;
	height: 7px;
	background-position: right;
}
.IWFTreeView_inner_right {
	background-image: url(Images/IWFMenuTreeView/inner_right.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: right;
}

/***************************/
/* IWF PROGRESS BAR  */
/***************************/
.IWFProgressBackground {
	background-image: url(images/IWFProgress/bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
	font-weight: bold;
}

TD.IWFProgressCompleteStep {
	background-image: url(images/IWFProgress/completed.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8px;
	font-weight: bold;
	width: 19px;
	height: 21px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 2px;
	color: #4C4C70;
}

TD.IWFProgressCurrentCompleteStep {
	background-image: url(images/IWFProgress/currentcompleted.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8px;
	font-weight: bold;
	width: 19px;
	height: 21px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 2px;
	color: #4C4C70;
}

SPAN.IWFProgressCompleteStep
{
	text-align: right;
	padding-right: 2px;
}

SPAN.IWFProgressCurrentCompleteStep
{
	text-align: right;
	padding-right: 4px;
}

TD.IWFProgressCurrentStep {
	background-image: url(images/IWFProgress/current.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	font-weight: bold;
	width: 17px;
	height: 21px;
	padding-right: 3px;
	padding-left: 1px;
	text-align: center;
	color: #4C4C70;
}

TD.IWFProgressIncompleteStep {
	background-image: url(images/IWFProgress/incomplete.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	font-weight: bold;
	width: 19px;
	height: 21px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	color: #4C4C70;
}

.IWFProgress_VertCell
{
	background-image: url(images/IWFProgress/Vertical/cell_bg.gif);
	width: 28px;
	height: 24px;
	text-align: center;
	background-repeat: no-repeat;
	border-right: solid 1px #9999CC;
	padding-top: 1px;
}

.IWFProgress_bg
{
	background-image: url(images/IWFProgress/Vertical/bg.gif);
	width: 28px;
	background-repeat: repeat-y;
	border-right: solid 1px #9999CC;
}

.IWFProgress_Text, .IWFProgress_Text A:link
{
	color: Black;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
}

.IWFProgress_Text A:visited
{
	color: Black;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
}

.IWFProgress_Text A:hover
{
	color: Blue;
	text-decoration: underline;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
}
/***************************/
/* IWF Left Panel MENU (Telerik PANELBAR)  4/1/2005 */
/***************************/
.alert_title {
	font-size: 14px;
	font-weight: bold;
	color: #4C4C70;
}
.alert_label 
{
	font-size: 12px;
	font-weight: bold;
	color: White;
}
.navigator_nav {
	padding-top: 0px;
}
.menu_top_level {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.IWFTopPanel_title_left
{
	background-image: url(Images/Title-Bar-Blue/Title/left.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
}

.IWFTopPanel_title_middle
{
	background-image: url(Images/Title-Bar-Blue/Title/middle.gif);
	background-repeat: repeat-x;
	height: 24px;
	text-align: center;
	
}

.IWFTopPanel_title_right
{
	background-image: url(Images/Title-Bar-Blue/Title/right.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
}

.IWFLeftPanel_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9999CC;
}
.IWFLeftPanel_border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9999CC;
}
.IWFLeftPanel_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9999CC;
}
.selected_item {
}
.IWFLeftPanel_Selected_Item {
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	padding-left: 2px;
	height: 24px;
	vertical-align: middle;
	width : 100%;
}
.IWFLeftPanel_Section_Label {
	font-size: 14px;
	font-weight: bold;
	color: black;
	/* color: #4C4C70; */
	height: 32px;
	padding-top: 5px;
	vertical-align: bottom;
	cursor : hand;
	cursor : pointer;
}

.IWFLeftPanel_menu_item {
	font-size: 11px;
	color: #333366;
	vertical-align: middle;
	padding-left: 20px;
	height: 24px;
	cursor : hand;
	cursor : pointer;
}


/*********************************************/
/* Individual Search Menu (Telerik PANELBAR) */
/*********************************************/

Table.Individual_Search {
	background-color: #FFCC66;
	background-image: url(Images/Search-Menu/Gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
TD.Individual_Search {
	cursor: hand;
	cursor: pointer;
	height: 24px;
	background-image: url(Images/Search-Menu/Divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-right: 7px;
}
TD.N {
	border-top: 1px solid #FF9900;
}
TD.NE {
	background-color: #FFCC66;
	background-image: url(Images/Search-Menu/ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 6px;
}
TD.S {
	border-bottom: 1px solid #FF9900;
}
TD.SE {
	background-color: #FFFFFF;
	background-image: url(Images/Search-Menu/se.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 6px;
}

/*********************************************/
/* INDIVIDUAL SEARCH: WEIGHTED_ACTIVITY_DRAWER */
/*********************************************/
.ActivityDrawer_nw {
	background-image: url(Images/PowerSearch/Activity_Drawer/nw.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.ActivityDrawer_top {
	background-image: url(Images/PowerSearch/Activity_Drawer/top.gif);
	background-repeat: repeat-x;
}
.ActivityDrawer_ne {
	background-image: url(Images/PowerSearch/Activity_Drawer/ne.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.ActivityDrawer_right {
	background-image: url(Images/PowerSearch/Activity_Drawer/right.gif);
	background-repeat: repeat-y;
}
.ActivityDrawer_se {
	background-image: url(Images/PowerSearch/Activity_Drawer/se.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.ActivityDrawer_bottom {
	background-image: url(Images/PowerSearch/Activity_Drawer/bottom.gif);
	background-repeat: repeat-x;
}
.ActivityDrawer_sw {
	background-image: url(Images/PowerSearch/Activity_Drawer/sw.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.ActivityDrawer_left {
	background-image: url(Images/PowerSearch/Activity_Drawer/left.gif);
	background-repeat: repeat-y;
}

/*********************************************/
/* INDIVIDUAL SEARCH: POWER SEARCH */
/*********************************************/
.PowerSearch_Text {
	font-size: 11px;
}

.Help_InfoLabel {
	font-size: 11px;
	text-decoration: none;
}

.Help_InfoLabel:hover {
	text-decoration: underline;
}

.PowerSearch_nw {
	background-image: url(Images/PowerSearch/nw.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.PowerSearch_top {
	background-image: url(Images/PowerSearch/top.gif);
	background-repeat: repeat-x;
}
.PowerSearch_ne {
	background-image: url(Images/PowerSearch/ne.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.PowerSearch_right {
	background-image: url(Images/PowerSearch/right.gif);
	background-repeat: repeat-y;
}
.PowerSearch_se {
	background-image: url(Images/PowerSearch/se.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.PowerSearch_bottom {
	background-image: url(Images/PowerSearch/bottom.gif);
	background-repeat: repeat-x;
}
.PowerSearch_sw {
	background-image: url(Images/PowerSearch/sw.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.PowerSearch_left {
	background-image: url(Images/PowerSearch/left.gif);
	background-repeat: repeat-y;
}

/*********************************************/
/* Individual Detail Menu (Telerik PANELBAR) */
/*********************************************/

Table.Individual_Detail {
	background-color: #CCCCFF;
	background-image: url(Images/Detail-Menu/Gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
TD.Individual_Detail {
	cursor: hand;
	cursor: pointer;
	height: 24px;
	background-image: url(Images/Detail-Menu/Divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9999CC;
	padding-right: 7px;
}
TD.Detail-Menu_N {
	border-top: 1px solid #9999CC;
}
TD.Detail-Menu_NE {
	background-color: #9999CC;
	background-image: url(Images/Detail-Menu/ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 6px;
}
TD.Detail-Menu_S {
	border-bottom: 1px solid #9999CC;
}
TD.Detail-Menu_SE {
	background-color: #FFFFFF;
	background-image: url(Images/Detail-Menu/se.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 6px;
}

/*********************************************/
/* MATCH TYPE - IN SELECT TARGETS PAGES */
/*********************************************/
.MatchType_Fill {
	background-image: url(Images/MatchType/fill.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-position:
	width: 6px;
}
.MatchType_top {
	background-image: url(Images/MatchType/top.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #93A9BC;
}
.MatchType_ne {
	background-image: url(Images/MatchType/ne.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
.MatchType_right {
	border-right: solid 1px #93A9BC;
}
.MatchType_left {
	border-left: solid 1px #93A9BC;
}
.MatchType_se {
	background-image: url(Images/MatchType/se.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
.MatchType_bottom {
	background-image: url(Images/MatchType/bottom.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #93A9BC;
}

/*////////////////////////////////////////////////////////////////////////*/
/**********************/
/* ORANGE NAVIGATOR TEXT */
/**********************/
.Navigator_Title_Orange {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.Navigator_Subtitle_Orange {
	font-size: 11px;
	color: #D08F0E;
	font-weight: bold;
	text-decoration: none;
}
a.Navigator_Subtitle_Selected_Orange {
	font-size: 11px;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
.Token_Orange {
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
/********************/
/* BLUE NAVIGATOR TEXT */
/********************/
a.Navigator_Subtitle_Blue {
	font-size: 11px;
	color: #4C4C70;
	font-weight: bold;
	text-decoration: none;
}
a.Navigator_Subtitle_Selected_Blue {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.Token_Blue {
	font-size: 11px;
	color: #4C4C70;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}

/********************/
/* DARKBLUE NAVIGATOR TEXT */
/********************/
a.Navigator_Subtitle_DarkBlue {
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
a.Navigator_Subtitle_Selected_DarkBlue {
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.Token_DarkBlue {
	font-size: 11px;
	color: White;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
/**********************************/

.menu_style {
	padding-bottom: 5px;
}
.menu_right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9999CC;
}
.item_plinth_selected {
	background-image: url(Images/IWF-Menu/ItemPlinth.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	vertical-align: middle;
	font-weight: bold;
	color: #663300;
	font-size: 11px;
}
.item_plinth {
	padding-left: 24px;
	font-weight: bold;
	color: #333366;
	font-size: 11px;
}
/* Menu Bottom */
.menu_bl {
	background-image: url(Images/IWF-Menu/Menu_BL_Corner.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
.menu_b {
	background-image: url(Images/IWF-Menu/Menu_B.gif);
	background-repeat: repeat-x;
}
.menu_br {
	background-image: url(Images/IWF-Menu/Menu_BR_Corner.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
Select.Type_Dropdown {
	font-size: 11px;
}
.Table_Title {
	font-size: 16px;
	font-weight: bold;
}

.selected_item_curve {
	background-image: url(Images/IWF-Menu/ItemPlinth_Curve.gif);
	background-repeat: no-repeat;
}
.selected_item_fill {
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(Images/IWF-Menu/ItemPlinth.gif);
	background-repeat: no-repeat;
}


/*////////////////////////////////////////////////////////////////////////*/
/***********/
/*  PANELS */
/***********/

/******************/
/*  DEFAULT PANEL */
/******************/

.Panel_nw {
	background-image: url(Images/Panels/nw.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	background-position:bottom;
}
.Panel_top {
	background-image: url(Images/Panels/top.gif);
	background-repeat: repeat-x;	
	background-position:bottom;
}
.Panel_ne {
	background-image: url(Images/Panels/ne.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;	
	background-position:bottom;
}
.Panel_right {
	background-image: url(Images/Panels/right.gif);
	background-repeat: repeat-y;
}
.Panel_se {
	background-image: url(Images/Panels/se.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.Panel_bottom {
	background-image: url(Images/Panels/bottom.gif);
	background-repeat: repeat-x;
}
.Panel_sw {
	background-image: url(Images/Panels/sw.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.Panel_left {
	background-image: url(Images/Panels/left.gif);
	background-repeat: repeat-y;
}

/******************/
/*  BLUE PANEL */
/******************/

.PanelBlue_nw {
	background-image: url(Images/Panels/Blue/nw.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}
.PanelBlue_nw_outer {
	background-image: url(Images/Panels/Blue/nw.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}

.PanelBlue_top_outer {
	background-image: url(Images/Panels/Blue/top.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.PanelBlue_ne_outer {
	background-image: url(Images/Panels/Blue/ne.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

.PanelBlue_nw_outer_noheader {
	background-image: url(Images/Panels/Blue/nw_noHeader.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 6px;
}

.PanelBlue_top_outer_noheader {
	background-image: url(Images/Panels/Blue/top_noHeader.png);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.PanelBlue_ne_outer_noheader {
	background-image: url(Images/Panels/Blue/ne_noHeader.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 6px;
}

.PanelBlue_right_outer {
	background-image: url(Images/Panels/Blue/right.png);
	background-repeat: repeat-y;
}
.PanelBlue_se_outer {
	background-image: url(Images/Panels/Blue/se.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
.PanelBlue_bottom_outer {
	background-image: url(Images/Panels/Blue/bottom.png);
	background-repeat: repeat-x;
	
}
.PanelBlue_sw_outer {
	background-image: url(Images/Panels/Blue/sw.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
.PanelBlue_left_outer {
	background-image: url(Images/Panels/Blue/left.png);
	background-repeat: repeat-y;
}



/********************/
/* BLUE Panel Decor */
/********************/
.Panel_Contents_Blue {
	border: 1px solid #9999CC;
	height: 100%;
	width: 100%;
}
.Title_Row_Blue {
	background-color: #9999CC;
	font-size: 14px;
	font-weight: bold;
	color: #4C4C70;
	padding-left: 10px;
	background-image: url(Images/Table-Header-Fills/Blue/Header-Fill.gif);
	background-repeat: repeat-x;
}
.SubTitle_Row_Blue {
	background-color: #D3D3F1;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 25px;
}

/********************/
/* DARKBLUE Panel Decor */
/********************/
.Panel_Contents_DarkBlue {
	border: 1px solid #9999CC;
	height: 100%;
	width: 100%;
}
.Title_Row_DarkBlue {
	background-color: #4C4C70;
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding-left: 10px;
	background-repeat: repeat-x;
}
.SubTitle_Row_DarkBlue {
	background-color: #8986C2;
	font-size: 11px;
	font-weight: bold;
	color: White;
	padding-left: 25px;
}

/**********************/
/* ORANGE Panel Decor */
/**********************/
.Panel_Contents_Orange {
	border: 1px solid #FF9900;
	height: 100%;
	width: 100%;
}
.Title_Row_Orange {
	background-color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	background-image: url(Images/Table-Header-Fills/Orange/Header-Fill.gif);
	background-repeat: repeat-x;
}
.SubTitle_Row_Orange {
	background-color: #FFCC66;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 25px;
}

/**********************/
/* GENERAL TABLE BORDER */
/**********************/
.Nullify_Left_Pad 
{
	padding-left: 0px;
}

TABLE.BlueBorder {
	border: 1px solid #9999CC;
}

.Table_Header_Row_Plain 
{
	background-color: White;
	font-weight: normal;
}

.Table_Header_Row_Blue {
	background-color: #D3D3F1;
	font-weight: bold;
	border: solid 1px #ece9d8 !important;
}

.Table_Header_Row_DarkBlue {
	background-color: #4C4C70;
	font-weight: bold;
}

.Table_Header_Row_Gray {
	background-color: #DEDEDE;
	font-weight: bold;
}

.Table_Header_Row_Green {
	background-color: #D2E8C8;
	font-weight: bold;
}

.Table_Header_Row_LightBlue {
	background-color: #CBDBE8;
	font-weight: bold;
}

.Table_Header_Row_Light_Gray
{
	background-color: #EEEEEE;
	font-weight: bold;
	border: solid 1px #ece9d8 !important;
}

.Table_Header_Row_Orange 
{
	background-color: #FFCC66;
	font-weight: bold;
}

.Table_Header_Fill_Blue {
	background-image: url(Images/Table-Header-Fills/Blue/Header-Fill.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
	padding-left: 5px;
}

.Table_Header_Fill_DarkBlue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
	padding-left: 5px;
}

.Table_Header_Fill_Gray {
	background-image: url(Images/Table-Header-Fills/Gray/Header-Fill.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
	padding-left: 5px;
}

.Table_Header_Fill_Green {
	background-image: url(Images/Table-Header-Fills/Green/Header-Fill.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	vertical-align: middle;
	padding-left: 5px;
}

.Table_Header_Fill_LightBlue {
	background-image: url(Images/Table-Header-Fills/LightBlue/Header-Fill.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	vertical-align: middle;
	padding-left: 5px;
}

.SelectedTargets_Header_LightBlue {
	background-image: url(Images/Table-Header-Fills/LightBlue/Header-Fill.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	vertical-align: middle;
}

.DataGrid_Header_Fill_LightBlue {
	background-image: url(Images/Table-Header-Fills/LightBlue/Header-Fill.gif);
	background-repeat: repeat-x;
	height: 24px;
}

.Table_Header_Fill_Orange {
	background-image: url(Images/Table-Header-Fills/Orange/Header-Fill.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F99500;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	vertical-align: middle;
	padding-left: 5px;
}

/********************************/
/* BLUE Curved Button Container */
/********************************/
.Curved_Plinth_Left_Blue, .Curved_Plinth_Left_DarkBlue  {
	background-image: url(Images/Plinths/Blue/Left.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 41px;
	background-position:bottom;
}
.Curved_Plinth_Middle_Blue, .Curved_Plinth_Middle_DarkBlue {
	background-image: url(Images/Plinths/Blue/Middle.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	background-position:bottom;
}
.Curved_Plinth_Right_Blue, .Curved_Plinth_Right_DarkBlue {
	background-image: url(Images/Plinths/Blue/Right.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 40px;
	background-position:bottom;
}
.Curved_Plinth_Divider_Blue, .Curved_Plinth_Divider_DarkBlue 
{
	background-image: url(Images/Plinths/Blue/Divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Background_Blue
{
	background-color: #DDDDF7;
}

/********************************/
/* GREEN Curved Button Container */
/********************************/
.Curved_Plinth_Left_Green {
	background-image: url(Images/Plinths/Green/Left.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 41px;
	background-position:bottom;
}
.Curved_Plinth_Middle_Green {
	background-image: url(Images/Plinths/Green/Middle.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	background-position:bottom;
}
.Curved_Plinth_Right_Green {
	background-image: url(Images/Plinths/Green/Right.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 40px;
	background-position:bottom;
}
.Curved_Plinth_Divider_Green 
{
	background-image: url(Images/Plinths/Green/Divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/********************************/
/* LIGHTBLUE Curved Button Container */
/********************************/
.Curved_Plinth_Left_LightBlue {
	background-image: url(Images/Plinths/LightBlue/Left.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 41px;
	background-position:bottom;
}
.Curved_Plinth_Middle_LightBlue {
	background-image: url(Images/Plinths/LightBlue/Middle.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	background-position:bottom;
}
.Curved_Plinth_Right_LightBlue {
	background-image: url(Images/Plinths/LightBlue/Right.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 40px;
	background-position:bottom;
}
.Curved_Plinth_Divider_LightBlue 
{
	background-image: url(Images/Plinths/LightBlue/Divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/**********************************/
/* ORANGE Curved Button Container */
/**********************************/
.Curved_Plinth_Left_Orange {
	background-image: url(Images/Plinths/Orange/Left.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 41px;
	background-position:bottom;
}
.Curved_Plinth_Middle_Orange {
	background-image: url(Images/Plinths/Orange/Middle.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	background-position:bottom;
}
.Curved_Plinth_Right_Orange {
	background-image: url(Images/Plinths/Orange/Right.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 40px;
	background-position:bottom;
}
.Curved_Plinth_Divider_Orange 
{
	background-image: url(Images/Plinths/Orange/Divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 5px;
	padding-right: 5px;
}

/*****************/
/*  BLUE Button  */
/*****************/
.PillButton_Left_Blue, .PillButton_Left_DarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Blue/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_Blue, .PillButton_Middle_DarkBlue {
	height: 26px;
	background-image: url(Images/Buttons/Blue/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_Blue a:link, .PillButton_Middle_Blue a:visited, .PillButton_Middle_Blue a:hover, .PillButton_Middle_Blue a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_Blue, .PillButton_Right_DarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Blue/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_Blue, .PillButton_Left_disabled_DarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Blue/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_Blue, .PillButton_Middle_disabled_DarkBlue {
	height: 26px;
	background-image: url(Images/Buttons/Blue/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #4C4C70;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_Blue a:link, .PillButton_Middle_disabled_Blue a:visited, .PillButton_Middle_disabled_Blue a:hover, .PillButton_Middle_disabled_Blue a:active
{
	color: #4C4C70;
	text-decoration: none;
}

.PillButton_Right_disabled_Blue, .PillButton_Right_disabled_DarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Blue/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  BLUE ON CLEAR Button  */
/**************************/
.PillButton_Left_BlueOnClear {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnClear/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_BlueOnClear {
	height: 26px;
	background-image: url(Images/Buttons/BlueOnClear/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position:center;
}
.PillButton_Right_BlueOnClear {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnClear/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_BlueOnClear {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnClear/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_BlueOnClear {
	height: 26px;
	background-image: url(Images/Buttons/BlueOnClear/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #4C4C70;
	cursor: default;
	background-position:center;
}
.PillButton_Right_disabled_BlueOnClear {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnClear/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*****************/
/*  BLUE ON DARK BLUE Button  */
/*****************/
.PillButton_Left_BlueOnDarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnDarkBlue/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_BlueOnDarkBlue {
	height: 26px;
	background-image: url(Images/Buttons/BlueOnDarkBlue/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_BlueOnDarkBlue a:link, .PillButton_Middle_BlueOnDarkBlue a:visited, .PillButton_Middle_BlueOnDarkBlue a:hover, .PillButton_Middle_BlueOnDarkBlue a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_BlueOnDarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnDarkBlue/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_BlueOnDarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnDarkBlue/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_BlueOnDarkBlue {
	height: 26px;
	background-image: url(Images/Buttons/BlueOnDarkBlue/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #4C4C70;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_BlueOnDarkBlue a:link, .PillButton_Middle_disabled_BlueOnDarkBlue a:visited, .PillButton_Middle_disabled_BlueOnDarkBlue a:hover, .PillButton_Middle_disabled_BlueOnDarkBlue a:active
{
	color: #4C4C70;
	text-decoration: none;
}

.PillButton_Right_disabled_BlueOnDarkBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnDarkBlue/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  BLUE STRADDLE Button  */
/**************************/
.PillButton_Left_BlueStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueStraddle/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_BlueStraddle {
	height: 26px;
	background-image: url(Images/Buttons/BlueStraddle/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_BlueStraddle a:link, .PillButton_Middle_BlueStraddle a:visited, .PillButton_Middle_BlueStraddle a:hover, .PillButton_Middle_BlueStraddle a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_BlueStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueStraddle/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_BlueStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueStraddle/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_BlueStraddle {
	height: 26px;
	background-image: url(Images/Buttons/BlueStraddle/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #4C4C70;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_BlueStraddle a:link, .PillButton_Middle_disabled_BlueStraddle a:visited, .PillButton_Middle_disabled_BlueStraddle a:hover, .PillButton_Middle_disabled_BlueStraddle a:active
{
	color: #4C4C70;
	text-decoration: none;
}

.PillButton_Right_disabled_BlueStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueStraddle/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}


/**************************/
/*  GRAY STRADDLE Button  */
/**************************/
.PillButton_Left_Gray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Gray/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_Gray {
	height: 26px;
	background-image: url(Images/Buttons/Gray/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_Gray a:link, .PillButton_Middle_Gray a:visited, .PillButton_Middle_Gray a:hover, .PillButton_Middle_Gray a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_Gray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Gray/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_Gray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Gray/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_Gray {
	height: 26px;
	background-image: url(Images/Buttons/Gray/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_Gray a:link, .PillButton_Middle_disabled_Gray a:visited, .PillButton_Middle_disabled_Gray a:hover, .PillButton_Middle_disabled_Gray a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_Gray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Gray/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/***************************/
/*  GREEN Button  */
/***************************/
.PillButton_Left_Green {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Green/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_Green {
	height: 26px;
	background-image: url(Images/Buttons/Green/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_Green a:link, .PillButton_Middle_Green a:visited, .PillButton_Middle_Green a:hover, .PillButton_Middle_Green a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_Green {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Green/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_Green {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Green/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_Green {
	height: 26px;
	background-image: url(Images/Buttons/Green/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_Green a:link, .PillButton_Middle_disabled_Green a:visited, .PillButton_Middle_disabled_Green a:hover, .PillButton_Middle_disabled_Green a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_Green {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Green/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}


/************************/
/*  GREENONBLUE Button  */
/************************/
.PillButton_Left_GreenOnBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnBlue/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_GreenOnBlue {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnBlue/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position:center;
}

.PillButton_Middle_GreenOnBlue a:link, .PillButton_Middle_GreenOnBlue a:visited, .PillButton_Middle_GreenOnBlue a:hover, .PillButton_Middle_GreenOnBlue a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_GreenOnBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnBlue/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_GreenOnBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnBlue/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GreenOnBlue {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnBlue/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_GreenOnBlue a:link, .PillButton_Middle_disabled_GreenOnBlue a:visited, .PillButton_Middle_disabled_GreenOnBlue a:hover, .PillButton_Middle_disabled_GreenOnBlue a:active
{
	color: #4C4C70;
	text-decoration: none;
}

.PillButton_Right_disabled_GreenOnBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnBlue/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  GREENONGRAY Button  */
/*******************/
.PillButton_Left_GreenOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnGray/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_GreenOnGray {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnGray/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
	background-position:center;
}

.PillButton_Middle_GreenOnGray a:link, .PillButton_Middle_GreenOnGray a:visited, .PillButton_Middle_GreenOnGray a:hover, .PillButton_Middle_GreenOnGray a:active
{
	color: Black;
	text-decoration: none;
}


.PillButton_Right_GreenOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnGray/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_GreenOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnGray/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GreenOnGray {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnGray/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_GreenOnGray a:link, .PillButton_Middle_disabled_GreenOnGray a:visited, .PillButton_Middle_disabled_GreenOnGray a:hover, .PillButton_Middle_disabled_GreenOnGray a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_GreenOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnGray/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  GREENONORANGE Button  */
/*******************/
.PillButton_Left_GreenOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnOrange/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_GreenOnOrange {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnOrange/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
}

.PillButton_Middle_GreenOnOrange a:link, .PillButton_Middle_GreenOnOrange a:visited, .PillButton_Middle_GreenOnOrange a:hover, .PillButton_Middle_GreenOnOrange a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_GreenOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnOrange/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_GreenOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnOrange/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GreenOnOrange {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnOrange/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_GreenOnOrange a:link, .PillButton_Middle_disabled_GreenOnOrange a:visited, .PillButton_Middle_disabled_GreenOnOrange a:hover, .PillButton_Middle_disabled_GreenOnOrange a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_GreenOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnOrange/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/***************************/
/*  GREEN STRADDLE Button  */
/***************************/
.PillButton_Left_GreenStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenStraddle/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_GreenStraddle {
	height: 26px;
	background-image: url(Images/Buttons/GreenStraddle/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position:center;
	color: #000000;
}
.PillButton_Right_GreenStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenStraddle/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_GreenStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenStraddle/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GreenStraddle {
	height: 26px;
	background-image: url(Images/Buttons/GreenStraddle/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}
.PillButton_Right_disabled_GreenStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenStraddle/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**********************/
/*  LIGHTBLUE Button  */
/**********************/

.PillButton_Left_LightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlue/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_LightBlue {
	height: 26px;
	background-image: url(Images/Buttons/LightBlue/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_LightBlue a:link, .PillButton_Middle_LightBlue a:visited, .PillButton_Middle_LightBlue a:hover, .PillButton_Middle_LightBlue a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_LightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlue/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_LightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlue/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_LightBlue {
	height: 26px;
	background-image: url(Images/Buttons/LightBlue/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_LightBlue a:link, .PillButton_Middle_disabled_LightBlue a:visited, .PillButton_Middle_disabled_LightBlue a:hover, .PillButton_Middle_disabled_LightBlue a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_LightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlue/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  LIGHTBLUEONGRAY Button  */
/*******************/
.PillButton_Left_LightBlueOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnGray/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_LightBlueOnGray {
	height: 26px;
	background-image: url(Images/Buttons/LightBlueOnGray/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
}

.PillButton_Middle_LightBlueOnGray a:link, .PillButton_Middle_LightBlueOnGray a:visited, .PillButton_Middle_LightBlueOnGray a:hover, .PillButton_Middle_LightBlueOnGray a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_LightBlueOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnGray/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_LightBlueOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnGray/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_LightBlueOnGray {
	height: 26px;
	background-image: url(Images/Buttons/LightBlueOnGray/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_LightBlueOnGray a:link, .PillButton_Middle_disabled_LightBlueOnGray a:visited, .PillButton_Middle_disabled_LightBlueOnGray a:hover, .PillButton_Middle_disabled_LightBlueOnGray a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_LightBlueOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnGray/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  LIGHTBLUEONORANGE Button  */
/*******************/
.PillButton_Left_LightBlueOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnOrange/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_LightBlueOnOrange {
	height: 26px;
	background-image: url(Images/Buttons/LightBlueOnOrange/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
}

.PillButton_Middle_LightBlueOnOrange a:link, .PillButton_Middle_LightBlueOnOrange a:visited, .PillButton_Middle_LightBlueOnOrange a:hover, .PillButton_Middle_LightBlueOnOrange a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_LightBlueOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnOrange/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_LightBlueOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnOrange/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_LightBlueOnOrange {
	height: 26px;
	background-image: url(Images/Buttons/LightBlueOnOrange/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_LightBlueOnOrange a:link, .PillButton_Middle_disabled_LightBlueOnOrange a:visited, .PillButton_Middle_disabled_LightBlueOnOrange a:hover, .PillButton_Middle_disabled_LightBlueOnOrange a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_LightBlueOnOrange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/LightBlueOnOrange/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  ORANGE Button  */
/*******************/
.PillButton_Left_Orange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Orange/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_Orange {
	height: 26px;
	background-image: url(Images/Buttons/Orange/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
}

.PillButton_Middle_Orange a:link, .PillButton_Middle_Orange a:visited, .PillButton_Middle_Orange a:hover, .PillButton_Middle_Orange a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_Orange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Orange/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_Orange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Orange/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_Orange {
	height: 26px;
	background-image: url(Images/Buttons/Orange/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_Orange a:link, .PillButton_Middle_disabled_Orange a:visited, .PillButton_Middle_disabled_Orange a:hover, .PillButton_Middle_disabled_Orange a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_Orange {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/Orange/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  ORANGESTRADDLE Button  */
/*******************/
.PillButton_Left_OrangeStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeStraddle/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_OrangeStraddle {
	height: 26px;
	background-image: url(Images/Buttons/OrangeStraddle/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
}

.PillButton_Middle_OrangeStraddle a:link, .PillButton_Middle_OrangeStraddle a:visited, .PillButton_Middle_OrangeStraddle a:hover, .PillButton_Middle_OrangeStraddle a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_OrangeStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeStraddle/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_OrangeStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeStraddle/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_OrangeStraddle {
	height: 26px;
	background-image: url(Images/Buttons/OrangeStraddle/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_OrangeStraddle a:link, .PillButton_Middle_disabled_OrangeStraddle a:visited, .PillButton_Middle_disabled_OrangeStraddle a:hover, .PillButton_Middle_disabled_OrangeStraddle a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_OrangeStraddle {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeStraddle/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*******************/
/*  OrangeOnLightBlue Button  */
/*******************/
.PillButton_Left_OrangeOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnLightBlue/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right top;
}
.PillButton_Middle_OrangeOnLightBlue {
	height: 26px;
	background-image: url(Images/Buttons/OrangeOnLightBlue/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #000000;
	background-position: center top;
}

.PillButton_Middle_OrangeOnLightBlue a:link, .PillButton_Middle_OrangeOnLightBlue a:visited, .PillButton_Middle_OrangeOnLightBlue a:hover, .PillButton_Middle_OrangeOnLightBlue a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_OrangeOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnLightBlue/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left top;
}

.PillButton_Left_disabled_OrangeOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnLightBlue/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_OrangeOnLightBlue {
	height: 26px;
	background-image: url(Images/Buttons/OrangeOnLightBlue/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #996633;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_OrangeOnLightBlue a:link, .PillButton_Middle_disabled_OrangeOnLightBlue a:visited, .PillButton_Middle_disabled_OrangeOnLightBlue a:hover, .PillButton_Middle_disabled_OrangeOnLightBlue a:active
{
	color: #996633;
	text-decoration: none;
}

.PillButton_Right_disabled_OrangeOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnLightBlue/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  BLUEONWHITE Button  */
/**************************/
.PillButton_Left_BlueOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnWhite/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_BlueOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/BlueOnWhite/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_BlueOnWhite a:link, .PillButton_Middle_BlueOnWhite a:visited, .PillButton_Middle_BlueOnWhite a:hover, .PillButton_Middle_BlueOnWhite a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_BlueOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnWhite/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_BlueOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnWhite/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_BlueOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/BlueOnWhite/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_BlueOnWhite a:link, .PillButton_Middle_disabled_BlueOnWhite a:visited, .PillButton_Middle_disabled_BlueOnWhite a:hover, .PillButton_Middle_disabled_BlueOnWhite a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_BlueOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/BlueOnWhite/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  GRAYONWHITE Button  */
/**************************/
.PillButton_Left_GrayOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GrayOnWhite/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_GrayOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/GrayOnWhite/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_GrayOnWhite a:link, .PillButton_Middle_GrayOnWhite a:visited, .PillButton_Middle_GrayOnWhite a:hover, .PillButton_Middle_GrayOnWhite a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_GrayOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GrayOnWhite/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_GrayOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GrayOnWhite/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GrayOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/GrayOnWhite/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_GrayOnWhite a:link, .PillButton_Middle_disabled_GrayOnWhite a:visited, .PillButton_Middle_disabled_GrayOnWhite a:hover, .PillButton_Middle_disabled_GrayOnWhite a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_GrayOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GrayOnWhite/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  GREENONLIGHTBLUE Button  */
/**************************/
.PillButton_Left_GreenOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnLightBlue/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_GreenOnLightBlue {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnLightBlue/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_GreenOnLightBlue a:link, .PillButton_Middle_GreenOnLightBlue a:visited, .PillButton_Middle_GreenOnLightBlue a:hover, .PillButton_Middle_GreenOnLightBlue a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_GreenOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnLightBlue/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_GreenOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnLightBlue/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GreenOnLightBlue {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnLightBlue/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_GreenOnLightBlue a:link, .PillButton_Middle_disabled_GreenOnLightBlue a:visited, .PillButton_Middle_GreePillButton_Middle_disabled_GreenOnLightBluennLightBlue a:hover, .PillButton_Middle_disabled_GreenOnLightBlue a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_GreenOnLightBlue {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnLightBlue/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  GREENONWHITE Button  */
/**************************/
.PillButton_Left_GreenOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnWhite/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_GreenOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnWhite/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_GreenOnWhite a:link, .PillButton_Middle_GreenOnWhite a:visited, .PillButton_Middle_GreenOnWhite a:hover, .PillButton_Middle_GreenOnWhite a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_GreenOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnWhite/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_GreenOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnWhite/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_GreenOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/GreenOnWhite/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_GreenOnWhite a:link, .PillButton_Middle_disabled_GreenOnWhite a:visited, .PillButton_Middle_disabled_GreenOnWhite a:hover, .PillButton_Middle_disabled_GreenOnWhite a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_GreenOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/GreenOnWhite/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  ORANGEONGRAY Button  */
/**************************/
.PillButton_Left_OrangeOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnGray/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_OrangeOnGray {
	height: 26px;
	background-image: url(Images/Buttons/OrangeOnGray/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_OrangeOnGray a:link, .PillButton_Middle_OrangeOnGray a:visited, .PillButton_Middle_OrangeOnGray a:hover, .PillButton_Middle_OrangeOnGray a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_OrangeOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnGray/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_OrangeOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnGray/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_OrangeOnGray {
	height: 26px;
	background-image: url(Images/Buttons/OrangeOnGray/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_OrangeOnGray a:link, .PillButton_Middle_disabled_OrangeOnGray a:visited, .PillButton_Middle_disabled_OrangeOnGray a:hover, .PillButton_Middle_disabled_OrangeOnGray a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_OrangeOnGray {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnGray/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/**************************/
/*  ORANGEONWHITE Button  */
/**************************/
.PillButton_Left_OrangeOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnWhite/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_OrangeOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/OrangeOnWhite/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-position:center;
}

.PillButton_Middle_OrangeOnWhite a:link, .PillButton_Middle_OrangeOnWhite a:visited, .PillButton_Middle_OrangeOnWhite a:hover, .PillButton_Middle_OrangeOnWhite a:active
{
	color: Black;
	text-decoration: none;
}

.PillButton_Right_OrangeOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnWhite/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_OrangeOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnWhite/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_OrangeOnWhite {
	height: 26px;
	background-image: url(Images/Buttons/OrangeOnWhite/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	cursor: default;
	background-position:center;
}

.PillButton_Middle_disabled_OrangeOnWhite a:link, .PillButton_Middle_disabled_OrangeOnWhite a:visited, .PillButton_Middle_disabled_OrangeOnWhite a:hover, .PillButton_Middle_disabled_OrangeOnWhite a:active
{
	color: #666666;
	text-decoration: none;
}

.PillButton_Right_disabled_OrangeOnWhite {
	height: 26px;
	width: 14px;
	background-image: url(Images/Buttons/OrangeOnWhite/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*****************/
/*  IWF Menu Button  */
/*****************/
.PillButton_Left_IWF {
	height: 26px;
	width: 14px;
	background-image: url(Images/IWF-Menu/Buttons/Left.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: right;
}
.PillButton_Middle_IWF {
	height: 26px;
	background-image: url(Images/IWF-Menu/Buttons/Middle.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	color: #003300;
}

.PillButton_Middle_IWF a:link, .PillButton_Middle_IWF a:visited, .PillButton_Middle_IWF a:hover, .PillButton_Middle_IWF a:active
{
	color: #003300;
	text-decoration: none;
}

.PillButton_Right_IWF {
	height: 26px;
	width: 14px;
	background-image: url(Images/IWF-Menu/Buttons/Right.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	background-position: left;
}

.PillButton_Left_disabled_IWF {
	height: 26px;
	width: 14px;
	background-image: url(Images/IWF-Menu/Buttons/Left-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: right;
	cursor: default;
}
.PillButton_Middle_disabled_IWF {
	height: 26px;
	background-image: url(Images/IWF-Menu/Buttons/Middle-Disabled.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #4C4C70;
	cursor: default;	
	background-position:center;
}

.PillButton_Middle_disabled_IWF a:link, .PillButton_Middle_disabled_IWF a:visited, .PillButton_Middle_disabled_IWF a:hover, .PillButton_Middle_disabled_IWF a:active
{
	color: #4C4C70;
	text-decoration: none;
}

.PillButton_Right_disabled_IWF {
	height: 26px;
	width: 14px;
	background-image: url(Images/IWF-Menu/Buttons/Right-Disabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: left;
	cursor: default;
}

/*****************/
/*  INDIVIDUAL SEARCH - ADVANCED  */
/*****************/
.DdlGroupOperator
{
	color: #333399;
	font-size: 11px;
	font-weight: bold;
}
.DdlItemOperator
{
	color: #006600;
	font-size: 11px;
}
.dgiGroup
{
	background-color: #F4F5F5;
	padding: 1px;
}
.dgiItem
{
	padding: 1px;
}

.RadEditorMergeFieldsBtn
{
	width: 103px;	
}

/*****************************/
/*  PACWEB PAYROLL CALENDAR  */
/*****************************/
.payday
{
	background-color: #FFCC66;	
	background-image: url(Images/Calendar/payday_bg.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	border: solid 1px #FF9900;
}

/*****************************/
/*  CONTENT MANAGER          */
/*****************************/

.DataGridSelectedRow
{
	background-color: #316AC5;	
	color: White;
	font-weight: bold;
	padding: 2px;
}

/******************/
/*  SEARCH FILTER */
/******************/
.SearchFilterGrayTD
{
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
	background-color: #F8F8F8;
}
.Search-Filter-nw {
	background-image: url(Images/SearchFilter/Search-Filter-nw.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
	width: 11px;
}
.Search-Filter-n {
	background-image: url(Images/SearchFilter/Search-Filter-n.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Search-Filter-ne {
	background-image: url(Images/SearchFilter/Search-Filter-ne.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
	width: 11px;
}
.Search-Filter-e {
	background-image: url(Images/SearchFilter/Search-Filter-e.gif);
	background-repeat: repeat-y;
}
.Search-Filter-Gray-e {
	background-image: url(Images/SearchFilter/Search-Filter-Gray-e.gif);
	background-repeat: repeat-y;
}
.Search-Filter-se {
	background-image: url(Images/SearchFilter/Search-Filter-se.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
	width: 11px;
}
.Search-Filter-s {
	background-image: url(Images/SearchFilter/Search-Filter-s.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Search-Filter-sw {
	background-image: url(Images/SearchFilter/Search-Filter-sw.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
	width: 11px;
}
.Search-Filter-w {
	background-image: url(Images/SearchFilter/Search-Filter-w.gif);
	background-repeat: repeat-y;
}
.Search-Filter-Gray-w {
	background-image: url(Images/SearchFilter/Search-Filter-Gray-w.gif);
	background-repeat: repeat-y;
}

/********************/
/* Tooltip Panel Decor */
/********************/

.TooltipPanel_nw {
	background-image: url("images/TooltipPanels/nw.png");
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}

.TooltipPanel_noHeader_nw {
	background-image: url("images/TooltipPanels/nw_noHeader.png");
	background-repeat: no-repeat;
	height: 12px;
	width: 9px;
}


.TooltipPanel_top {
	background-image: url("images/TooltipPanels/top.png");
	background-repeat: repeat-x;
	color: #ffffff;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}

.TooltipPanel_noHeader_top {
	background-image: url("images/TooltipPanels/top_noHeader.png");
	background-repeat: repeat-x;
	color: #ffffff;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}

.TooltipPanel_ne {
	background-image: url("images/TooltipPanels/ne.png");
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}

.TooltipPanel_noHeader_ne {
	background-image: url("images/TooltipPanels/ne_noHeader.png");
	background-repeat: no-repeat;
	height: 12px;
	width: 9px;
}

.TooltipPanel_right {
	background-image: url("images/TooltipPanels/right.png");
	background-repeat: repeat-y;
}
.TooltipPanel_se {
	background-image: url("images/TooltipPanels/se.png");
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.TooltipPanel_bottom {
	background-image: url("images/TooltipPanels/bottom.png");
	background-repeat: repeat-x;
}
.TooltipPanel_sw {
	background-image: url("images/TooltipPanels/sw.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.TooltipPanel_left {
	background-image: url("images/TooltipPanels/left.png");
	background-repeat: repeat-y;
}

.TooltipPanel_center{
	background-color:#afafd7;
	color:#ffffff;
}


/********************/
/* Light Blue Tooltip Panel Decor */
/********************/

.TooltipPanel_nw_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/nw.png");
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
.TooltipPanel_top_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/top.png");
	background-repeat: repeat-x;
	color: #ffffff;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}
.TooltipPanel_ne_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/ne.png");
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
.TooltipPanel_right_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/right.png");
	background-repeat: repeat-y;
}
.TooltipPanel_se_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/se.png");
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.TooltipPanel_bottom_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/bottom.png");
	background-repeat: repeat-x;
}
.TooltipPanel_sw_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/sw.png");
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.TooltipPanel_left_LightBlue {
	background-image: url("images/TooltipPanels/LightBlue/left.png");
	background-repeat: repeat-y;
}

.TooltipPanel_center_LightBlue{
	background-color:#a9c6de;
	color:#ffffff;
}

/********************/
/* Green Tooltip Panel Decor */
/********************/

.TooltipPanel_nw_Green {
	background-image: url("images/TooltipPanels/Green/nw.png");
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
.TooltipPanel_top_Green {
	background-image: url("images/TooltipPanels/Green/top.png");
	background-repeat: repeat-x;
	color: #ffffff;
	font: normal bold 11px Arial, Helvetica, sans-serif;
}
.TooltipPanel_ne_Green {
	background-image: url("images/TooltipPanels/Green/ne.png");
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
.TooltipPanel_right_Green {
	background-image: url("images/TooltipPanels/Green/right.png");
	background-repeat: repeat-y;
}
.TooltipPanel_se_Green {
	background-image: url("images/TooltipPanels/Green/se.png");
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.TooltipPanel_bottom_Green {
	background-image: url("images/TooltipPanels/Green/bottom.png");
	background-repeat: repeat-x;
}
.TooltipPanel_sw_Green {
	background-image: url("images/TooltipPanels/Green/sw.png");
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.TooltipPanel_left_Green {
	background-image: url("images/TooltipPanels/Green/left.png");
	background-repeat: repeat-y;
}

.TooltipPanel_center_Green{
	background-color:#a9c6de;
	color:#ffffff;
}

/*****************************/
/*  WIZARD    			     */
/*****************************/

/*****************************/
/*  Blue (Lavander) WIZARD   */
/*****************************/

.Wizard_Container_Blue{
	background-color:#ddddf7;
	border: solid 1px #ddddf7;
}

.Wizard_Header_Blue{
	background: #ddddf7 url(Images/Wizard/Blue/header_back.gif) repeat-x top left;
	color: #5a41c9;
	font-size: 12px;
	font-weight: bold;
	white-space:nowrap;
	line-height: 24px;
	padding-left: 7px;
	padding-right: 7px;
}

.Wizard_Item_Passed_Blue{
	color:#573dc8;
	padding-top:6px;
	padding-bottom: 6px;
	}

.Wizard_Item_Blue{
	color:#746fcc;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
.Wizard_Item_Sel_Blue{
	color: #07a341;
	font-weight: bold;
	background-color: #82c084;
	}

.Wizard_Selection_Blue{
	margin: 1px;
	border: solid 1px #FFFFFF;
	background: #d1eecd url(Images/Wizard/Blue/selection_back.gif) repeat-x center left;
	padding-top:4px;
	padding-bottom: 4px;
	color:#07a341;
	font-weight: bold;
	border-color: #07a341;
}

.Wizard_Arrow_Blue{
	padding-top: 6px;
	padding-bottom: 6px;
}

.Wizard_Bottom_Blue{
	background: #fff url(Images/Wizard/Blue/bottom_back.gif) repeat-x center left;
	height: 19px;
	min-height: 19px;
}

/*****************************/
/*  TOOLBAR    			     */
/*****************************/

/*****************************/
/*  Blue (Lavander) TOOLBAR   */
/*****************************/

.Toolbar_Left_Blue{
	padding:0px 0px 5px 0px;
	margin-top: 10px;
	float:left;
	display: block;
	width:49px;
}

.Toolbar_Middle_Blue{ 
	margin: 18px 3px 15px 49px;
	padding-top: 0px;
	*padding-top: 0px;
	padding-left: 10px;
	background: transparent url(images/Toolbars/Blue/title_back2.gif) repeat-x top left;
	color: #5c3d92;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 25px;
	*line-height: 27px;
	height: 29px;
	display: block;
	Z-INDEX: 100;
	}

.Toolbar_Right_Blue{
	float:right;
	display: block;
	padding:0px 0px 3px 0px;
	margin-top: 19px;
	width:3px;
}

.Toolbar_Middle_Item{
	display: block;
	width: inherit;
	float:left;
	padding-right: 10px;
}

.Toolbar_Middle_Item select{
	vertical-align: middle;
}


textarea{font-family:Arial,Helvetica,sans-serif;font-size:11px;}
.ClearLeft{clear:left;font-size:0pt;height:0pt;line-height:0pt;overflow:hidden;}
.ClearBoth{clear:both;font-size:0pt;height:0pt;line-height:0pt;overflow:hidden;}

/***********************************/
/*  COMMUNICATION WIZARD SECTIONS  */
/***********************************/

/*****************************/
/*  General Section Stuff    */
/*****************************/

/****Breadcrumbs****/
.Breadcrumbs_LinkWithIcon_Enabled a
{
	color: #333366;
	font-size:11px;
	font-weight: bold;
	padding-left: 25px;
	white-space: nowrap;
}

.Breadcrumbs_LinkWithIcon_Icon_SendEmail_Enabled
{
	background:transparent url(images/Icons/sendEmail.gif) no-repeat center left;
}

.Breadcrumbs_LinkWithIcon_Icon_Copy_Enabled
{
	background:transparent url(images/Icons/copy.gif) no-repeat center left;
}

.Breadcrumbs_LinkWithIcon_disabled
{
	color: #9084cb;
	font-size:11px;
	font-weight: normal;
	padding-left: 25px;
	white-space: nowrap;
}

.Breadcrumbs_LinkWithIcon_Icon_SendEmail_disabled
{
	background:transparent url(images/Icons/sendEmail_disabled.gif) no-repeat center left;
}

.Breadcrumbs_LinkWithIcon_Icon_Copy_disabled
{
	background:transparent url(images/Icons/copy_disabled.gif) no-repeat center left;
}

/****Sections****/

.AlSectionContainers_Holder{margin-left: 10px; margin-right: 10px;}
.Section_NW{width: 49px!important; height: 42px!important; padding-bottom: 2px;}
.Section_Top{padding-top: 8px; border-top: 6px solid #ffffff;vertical-align:top; width: inherit;}
.Section_Title td{font-family : Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: middle;}
.Section_Title{height: 25px; vertical-align: middle; font-weight: bold; }
.Section_Title_Header{font-size: 12px !important; font-weight: bold;}
.Section_NE{height: 43px; width: 12px;}
.Section_NE img{width: 12px; height:1px;}
.Section_Details_NE{vertical-align:top;}
.Section_Details_RightCorner{height: 39px; width: 15px;}
.Section_Left{border-left: 8px solid #ffffff; border-right: 5px solid #ffffff;}
.Section_Details_Left{border-left: 5px solid #ffffff; background: transparent url(images/Sections/Left_Details.gif) repeat-y top right; width: 36px;}
.Section_Right{width: 12px; min-width: 12px;}
.Section_SW{border-left: 8px solid #ffffff; padding-bottom: 10px;}
.Section_Details_SW{border-left: 10px solid #ffffff; /*padding-bottom: 10px;*/ height: 15px;}
.Section_Title_Info, .Section_Title_Info_Dark{width:18px; min-height: 16px; margin-left: 5px; margin-right: 10px; height: 33px; }
.Section_Menu{margin-top: 1px;}
.Section_Menu_Left{width: 20px;	height:26px;}
/*.Section_Menu_Center .Section_Menu_Item{font:Arial, Helvetica, sans-serif; font-weight: normal;	padding-right: 3px; padding-left:19px; font-size: 12px; line-height: 20px;}*/
.Section_Menu_Item{font:Arial, Helvetica, sans-serif; font-weight: normal!important;	/*padding-left:3px;*/ padding-right: 3px; padding-left:19px; font-size: 12px; line-height: 20px; white-space:nowrap;}
.Section_Menu_Center td img{margin-right: 3px;}
.Section_Menu_Center{white-space:nowrap;}
.Section_Menu_Center td{ padding-right: 3px; font-weight:normal!important;}
.Section_Menu_Center td table td{ padding-right: 0px;}
.Section_Menu_Center span img{padding-right: 3px;}
.Section_Menu_Right{width: 3px;}
.Section_SubHeader{font-size: 12px; font-weight:bold;}
.Section_SubHeader span{padding-left: 13px;}
.TableHeaderRow td, th.TableHeaderRow{border-right: 1px solid #ffffff !important;border-bottom: 1px solid #ffffff !important; white-space: nowrap;}
.TableHeaderColumnAlt{background-color: #dddddd;color: #3d3d3d; white-space: nowrap;}
.ColspanRow .TableHeaderColumnAlt{ border-bottom-color: #dddddd;}
.TableHeaderColumn{white-space: nowrap;}
.TableDetails, .SubTableDetails{border-collapse:collapse; empty-cells: show;}
.TableDetails td{padding:3px; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.TableDetails td p{padding-top:0px; padding-bottom:0px; line-height: 20px; vertical-align:middle; margin-top: 0px; margin-bottom: 0px;}
.TableDetails td:first-child{border-left:1px solid #cccccc;}
.TableDetails_Noheader{border-color: #cccccc; border-width: 0 0 1px 1px; border-style: solid;}
.TableDetails_Noheader td{border-color: #cccccc; border-width: 1px 1px 0 0; border-style: solid; margin: 0; background-color: #fff; padding: 3px;}
.TableDetails tr:first-child{ border-top:1px solid #cccccc; }
.TableDetails td td:first-child{border-left: none 0;}
.Button_Small a{padding-left: 19px; padding-top: 5px; padding-bottom:5px; margin-left: 5px; margin-right: 5px;}
.Section_Menu_Spacer_TelerikMenu {width:1px;  padding: 0px; font-weight:normal !important;}
.MenuManage .contentCell{font-weight: bold !important;}
.MenuManage .contentCell, .MenuAdd .contentCell, .MenuTemplate .contentCell{ padding-right: 8px !important;}
.Section_Menu_Item a{text-decoration:none; font-size: 12px; font-variant:normal; color: #57348E;  height: 27px; line-height: 27px; display: block; padding-bottom: 1px;}
.Section_Menu_Button {width:inherit;  padding-left:5px; background: transparent url(images/Wizard/EditMode/Menu_Button_Back.gif) no-repeat top left; min-width: 114px; width: 114px; padding-top: 0px; margin-top: 0px;}
.Section_Menu_Button a{text-decoration:none; font-size: 11px; font-variant:normal;}
.Section_Menu_Button_disabled {width:inherit;  padding-left:5px; background: transparent url(images/Wizard/EditMode/Menu_Button_Back_disabled.gif) no-repeat top left; min-width: 114px; width: 114px; padding-top: 0px; margin-top: 0px;}
.Section_Menu_Button_disabled a{text-decoration:none; font-size: 11px; font-variant:normal;}
.SectionSubsectionDark {padding:3px;}

.TableInfoText{font-style:italic;}
.Section_InfoText {padding-top: 5px; padding-bottom: 5px;}
.Section_Details_Bottom{background: transparent url(images/Sections/Bottom_Details.gif) repeat-x top left;}
.Section_Details_NW{width: 49px;vertical-align: top;}
.SectionIconBackground{width: 54px; height: 44px; vertical-align: top;}
.Section_Details_Center{padding: 0px; padding-top: 17px;}
.Section_Details_Container {border-collapse:collapse; empty-cells:show; /*border:1px solid #fff;*/}
.Section_Details_Container td{white-space: nowrap; padding: 5px 3px;}
.Section_Details_Container_NoPadding td{padding-top: 0px!important; padding-bottom: 0px!important;}
.Section_Details_Right{ padding-left: 3px; border-right: 7px solid #696969; background: transparent url(images/Sections/Right_Details.gif) repeat-y top left;}
.Section_SelectedText{font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold;}
.DetailScreenLabelCell{white-space:nowrap;}
.SelectedText{color:#ca4600;font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
.Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/ViewMode/TabsBckgrnd_Small.gif) repeat-x top left;}
.Section_Tabs_BottomLine_Small img{height: 11px}
.Section_Right img{width: 12px; min-width: 12px;}
.Section_WarningText{color:#ca4600; font-size: 11px; font-weight:bold;}
.Section_AddLarge{background: transparent url(images/Wizard/ViewMode/Icons/Add_30.gif) no-repeat center center; padding-left: 5px; padding-right: 5px;}
.Section_Header{font-size: 14px; font-weight:bold; font-family: Arial, Helvetica, sans-serif;}
.SectionDetails_Table{empty-cells:show;}
.SectionDetails_Table td{ padding: 3px !important;}
.SectionDetailsSubsection_Header, .Section_SelectedField{font-weight:bold;}
/*.Section_Label{text-align: right!important}*/


/****Sections Border And Buttons****/
.SectionsBorder_NW{width: 11px; height: 11px; background:transparent url(images/Wizard/SectionsBorder_NW.gif) no-repeat top left;}
.SectionsBorder_NE{width: 11px; height: 11px; background:transparent url(images/Wizard/SectionsBorder_NE.gif) no-repeat top left;}
.SectionsBorder_SW{width: 11px; height: 11px; background:transparent url(images/Wizard/SectionsBorder_SW.gif) no-repeat top left;}
.SectionsBorder_SE{width: 11px; height: 11px; background:transparent url(images/Wizard/SectionsBorder_SE.gif) no-repeat top left;}
.SectionsBorder_Left{width: 11px; background:transparent url(images/Wizard/SectionsBorder_Left.gif) repeat-y top left;}
.SectionsBorder_Right{width: 11px; background:transparent url(images/Wizard/SectionsBorder_Right.gif) repeat-y top left;}
.SectionsBorder_Top{height: 11px; background:transparent url(images/Wizard/SectionsBorder_Top.gif) repeat-x top left;}
.SectionsBorder_Bottom{height: 11px; background:transparent url(images/Wizard/SectionsBorder_Bottom.gif) repeat-x top left;}
.SectionDetails_Subsection{border: 1px solid #A5A3D1; padding: 0px !important;}



/*****InfoSections*****/

.CommWizard_InfoSection_NW{width: 5px; height: 5px; background:#d6d3f2 url(images/Wizard/ViewMode/InfoSectionBorder_NW.gif) no-repeat top left;}
.CommWizard_InfoSection_NE{width: 5px; height: 5px; background:#d6d3f2 url(images/Wizard/ViewMode/InfoSectionBorder_NE.gif) no-repeat top right;}
.CommWizard_InfoSection_SW{width: 5px; height: 5px; background:#d6d3f2 url(images/Wizard/ViewMode/InfoSectionBorder_SW.gif) no-repeat bottom left;}
.CommWizard_InfoSection_SE{width: 5px; height: 5px; background:#d6d3f2 url(images/Wizard/ViewMode/InfoSectionBorder_SE.gif) no-repeat bottom right;}
.CommWizard_InfoSection_Left{width: 5px; background-color: #d6d3f2;}
.CommWizard_InfoSection_Right{width: 5px; background-color: #d6d3f2;}
.CommWizard_InfoSection_Top{height: 5px; min-height: 5px; background-color: #d6d3f2;}
.CommWizard_InfoSection_Bottom{height: 5px; min-height: 5px; background-color: #d6d3f2;}
.CommWizard_InfoSection_Center{background-color: #d6d3f2; color:#58348c; font-weight:bold; padding-left: 5px; padding-top: 3px; padding-bottom: 3px;}


/****Wizard****/
.WizardContainer_Header{background: #b9b9df url(images/Wizard/Wizard_Header.gif) no-repeat top left; height: 41px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#FFFFFF; padding-left: 10px; padding-right: 10px; border-right: 1px solid #ffffff; width: 70px; min-width: 70px;}
.WizardContainer_Body{background: transparent url(images/Wizard/Wizard_Body_Back.gif) repeat-x bottom left; padding-top: 0px; vertical-align:top;}
.WizardIcon{padding-left: 8px; padding-right: 8px; vertical-align:top;}
.WizardContainer_End{background: transparent url(images/Wizard/Wizard_End.gif) no-repeat bottom left; width: 78px; height: 41px; min-width: 78px; }
.WizardIcon td {padding-top: 3px; padding-left: 6px; padding-right: 6px;color: #593a90;}

/****Section Icons*******/


.SectionIcon_Letters{width: 37px; height: 42px;}
.SectionIcon_Targets{width: 37px; height: 42px;}
.SectionIcon_AlertText{width: 37px; height: 42px;}
.SectionIcon_AdvVisibility{width: 37px; height: 42px;}
.SectionIcon_Reporting{width: 37px; height: 42px;}
.SectionIcon_AlertDetails{width: 54px; height: 43px;}
.HotTopic_Icon{width: 17px; height: 17px; padding-left: 3px; padding-right: 3px;}
.AdditinalInfo_Icon{width: 17px; height: 17px; margin-left: 3px; margin-right: 3px;}
.ExplanationInfo_Icon{width: 17px; height: 17px; padding-left: 3px; padding-right: 3px; background: transparent url(images/Wizard/ViewMode/Icons/Info.gif) no-repeat top left; }
.SectionIcon_EmailDetails{width: 37px; height: 42px;}
.SectionIcon_Targets{width: 37px; height: 42px;}
.SectionIcon_AlertText{width: 37px; height: 42px;}
.SectionIcon_Attachment{width: 37px; height: 42px;}
.SectionIcon_EmailBody{width: 37px; height: 42px;}
.SectionIcon_EmailTargets{width: 37px; height: 42px;}
.SectionIcon_LetterDetails{width: 37px; height: 42px;}
.SectionIcon_OpeningSection{width: 37px; height: 42px;}
.SectionIcon_ClosingSection{width: 37px; height: 42px;}
.SectionIcon_LetterBody{width: 37px; height: 42px;}
.SectionIcon_ImportDetails{width: 37px; height: 42px;}
.SectionIcon_ImportMapping{width: 37px; height: 42px;}
.SectionIcon_ImportAdvancedSettings{width: 37px; height: 42px;}
.SectionIcon_ImportNotification{width: 37px; height: 42px;}




.ButtonLarge_Icon{width: 18px; height: 18px;}

.Complete .SectionIcon_Letters{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_Letters{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_Targets{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_Targets{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_AlertText{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_AlertText{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Small_NotComplete.gif) no-repeat top left;}
.Add .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Small_Add.gif) no-repeat top left;}
.Complete .SectionIcon_Reporting{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_Reporting{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Small_NotComplete.gif) no-repeat top left;}
.Add .SectionIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Small_Add.gif) no-repeat top left;}
.Complete .SectionIcon_EmailBody{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_EmailBody{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_LetterDetails{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_LetterDetails{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Small_NotComplete.gif) no-repeat top left;}
.Add .SectionIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Small_Add.gif) no-repeat top left;}
.Complete .SectionIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Small_NotComplete.gif) no-repeat top left;}
.Add .SectionIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Small_Add.gif) no-repeat top left;}
.Complete .SectionIcon_LetterBody{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_LetterBody{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Small_NotComplete.gif) no-repeat top left;}
.Complete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Small_Complete.gif) no-repeat top left;}
.NotComplete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Small_NotComplete.gif) no-repeat top left;}



/*

.WizardIcon_AlertText {m: expression(this.onmouseover =  new Function("this.className = 'WizardIcon_AlertText_Hover';"), this.onmouseout =  new Function("this.className = 'WizardIcon_AlertText';"));}

*/

/*****************************/
/*  Section ViewMode         */
/*****************************/

/****Sections****/

.ViewMode .Section_Top{background: transparent url(images/Wizard/ViewMode/Top.gif) repeat-x top left;color: #704aae;}
.ViewMode .Section_NE{background: transparent url(images/Wizard/ViewMode/NE.gif) no-repeat top left;}
.ViewMode .Section_Left{background:#d3d3f1 url(images/Wizard/Left_Corner.gif) no-repeat top left;}
.ViewMode .Section_Right{background: transparent url(images/Wizard/ViewMode/Right.gif) repeat-y top right;}
.ViewMode .Section_SW{background: transparent url(images/Wizard/ViewMode/SW.gif) no-repeat top left;}
.ViewMode .Section_Details_SW{background: transparent url(images/Wizard/ViewMode/SW_Details.gif) no-repeat top left;}
.ViewMode .Section_Bottom{background: transparent url(images/Wizard/ViewMode/Bottom.gif) repeat-x top left;}
.ViewMode .Section_SE{background: transparent url(images/Wizard/ViewMode/SE.gif) no-repeat top left;}
.ViewMode .Section_Title{background: transparent url(images/Wizard/ViewMode/Top_Right.gif) no-repeat right top;}
.ViewMode .Section_Title_Info{background: transparent url(images/Wizard/ViewMode/Icons/Info.gif) no-repeat left center;}
.ViewMode .Section_Title_Info_Dark{background: transparent url(images/Icons/info_darkBlue.gif) no-repeat left center;}
.ViewMode .Section_Menu_Left{background: transparent url(images/Wizard/ViewMode/Menu_Left.gif) no-repeat top left;}
.ViewMode .Section_Menu_Center{background: transparent url(images/Wizard/ViewMode/Menu_Middle.gif) repeat-x top left; color: #57368f;}
.ViewMode .Section_Menu_Right{background: transparent url(images/Wizard/ViewMode/Menu_Right.gif) no-repeat top left;}
.ViewMode .TableHeaderRow td, .ViewMode th.TableHeaderRow {background-color: #D3D3F1; color: #4d4078 !important;}
.ViewMode .TableHeaderRow td:last-child,  .ViewMode th.TableHeaderRow:last-child {border-right-color:#d3d3f1 !important;}
.ViewMode .SubTableDetails td, .ViewMode .SubTableDetails td:first-child{border-color: #cccccc;}
.ViewMode .TableDetails td a{color:#18973e;}
.ViewMode .TableDetails_Noheader td a{color:#18973e;}
.ViewMode .WizardButtonLarge, .ViewMode .WizardButtonLarge input{background-image: url(images/Wizard/ViewMode/Button_Large.gif); color: #ffffff; _text-decoration:underline; *text-decoration:underline;}
.ViewMode .WizardButtonLarge img, .ViewMode .WizardButtonMedium img{background-image: url(images/Wizard/ViewMode/Icons/Edit_Button.gif);}
.ViewMode .WizardButtonMedium, .ViewMode .WizardButtonMedium input{background-image: url(images/Wizard/ViewMode/Button_Medium.gif); color: #ffffff; _text-decoration:underline; *text-decoration:underline;}
.ViewMode .WizardButtonIcon_Edit{background-image:url(images/Wizard/ViewMode/Icons/Edit_Button.gif);}
.ViewMode .Disabled .WizardButtonIcon_Edit{background-image:url(images/Wizard/DisabledMode/Icons/Edit_Button.gif);}
.ViewMode .WizardButtonIcon_Add{background-image:url(images/Wizard/ViewMode/Icons/Add_Button.gif);}
.ViewMode .WizardButtonIcon_Check{background-image:url(images/Wizard/ViewMode/Icons/Complete.gif);}
.ViewMode .WizardButtonLabel{color: #ffffff; text-decoration:underline;}
.ViewMode .WizardButtonOrangeLabel{color: #cf4500; text-decoration:underline;}
.ViewMode .Disabled .WizardButtonLabel{color:#CDCDCD; text-decoration:none;}
.ViewMode .Disabled .WizardButtonOrangeLabel{color:#ffffff; text-decoration:none;}
.ViewMode .WizardButtonTL, .ViewMode .WizardButtonTR, .ViewMode .WizardButtonBL, .ViewMode .WizardButtonBR,  .ViewMode .WizardButtonML, .ViewMode .WizardButtonMR, .ViewMode .WizardButtonTC, .ViewMode .WizardButtonBC, .ViewMode .WizardButtonMC{background-image: url(images/Wizard/ViewMode/Button_Super.gif);}
.ViewMode .WizardButtonOrangeTL, .ViewMode .WizardButtonOrangeTR, .ViewMode .WizardButtonOrangeBL, .ViewMode .WizardButtonOrangeBR,  .ViewMode .WizardButtonOrangeML, .ViewMode .WizardButtonOrangeMR, .ViewMode .WizardButtonOrangeTC, .ViewMode .WizardButtonOrangeBC, .ViewMode .WizardButtonOrangeMC{background-image: url(images/Wizard/ViewMode/Button_Super_Orange.gif);}

.ViewMode .Disabled .WizardButtonTL, .ViewMode .Disabled .WizardButtonTR, .ViewMode .Disabled .WizardButtonBL, .ViewMode .Disabled .WizardButtonBR,  .ViewMode .Disabled .WizardButtonML, .ViewMode .Disabled .WizardButtonMR, .ViewMode .Disabled .WizardButtonTC, .ViewMode .Disabled .WizardButtonBC, .ViewMode .Disabled .WizardButtonMC{background-image: url(images/Wizard/DisabledMode/Button_Super.gif) !important;}
.ViewMode .Disabled .WizardButtonOrangeTL, .ViewMode .Disabled .WizardButtonOrangeTR, .ViewMode .Disabled .WizardButtonOrangeBL, .ViewMode .Disabled .WizardButtonOrangeBR,  .ViewMode .Disabled .WizardButtonOrangeML, .ViewMode .Disabled .WizardButtonOrangeMR, .ViewMode .Disabled .WizardButtonOrangeTC, .ViewMode .Disabled .WizardButtonOrangeBC, .ViewMode .Disabled .WizardButtonOrangeMC{background-image: url(images/Wizard/ViewMode/Button_Super_Orange_disabled.gif);}
.ViewMode .Section_SelectedField{color: #CA4600;}


.ViewMode .Section_Details_Container a{color:#000000;}
/*.ViewMode .Section_Menu_Center td, .ViewMode .Section_Menu_Center td a{color: #57348e !important;}*/
.ViewMode .Section_NW{background: transparent url(images/Wizard/ViewMode/NW.gif) no-repeat top left;}
.ViewMode .Section_Details_NW{background: transparent url(images/Wizard/ViewMode/Left_Details.gif) repeat-y top left;}
.ViewMode .SectionIconBackground{background: transparent url(images/Wizard/ViewMode/NW_Details.gif) no-repeat top left;}
.ViewMode .Section_Details_Left{border-right:3px solid #d3d2f1; background-color: #d3d2f1;}
.ViewMode .Section_Details_Top{background-color:#d3d2f1;}
.ViewMode .Section_Details_NE{background: url(images/Wizard/ViewMode/Right_Details.gif) repeat-y top right; vertical-align:top;}
.ViewMode .Section_Details_SE{background: transparent url(images/Wizard/ViewMode/SE_Details.gif) no-repeat top left;}
.ViewMode .SectionDetails_AltRow{ background-color:#dfdff9;}
.ViewMode .Section_Label{ color: #4b407a;}
.ViewMode .SectionDetailsSubsection_Header{ color: #fff; background-color:#A3A3D1;}
.ViewMode .Section_SelectedText{color:#13983d;}
.ViewMode .Section_Details_RightCorner{background: transparent url(images/Wizard/ViewMode/NE_Details.gif) no-repeat top left; }
.ViewMode .TableHeaderColumn{background-color: #efefef; color: #3d3d3d;}
.ViewMode .TableInfoText{color: #696969;}
.ViewMode .Section_Details_Bottom{background: #d3d2f1 url(images/Wizard/ViewMode/Bottom_Details.gif) repeat-x top left;}
.ViewMode .Section_Details_Center{background: #d3d2f1 url(images/Wizard/ViewMode/Top_Details2.gif) repeat-x top left; }
/*.ViewMode .Section_Details_Container{background-color: #d3d2f1; }*/
.ViewMode .TableDetails_RowAlt{background-color: #efefef;}
.ViewMode .Section_EmailDetails{ background: transparent url(images/Wizard/ViewMode/Section_EmailDetails_Back.jpg) no-repeat bottom right;}
.ViewMode .Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/ViewMode/TabsBckgrnd_Small.gif) repeat-x top left;}
.ViewMode .SectionDetails_DetailsContainer_Alert{ background:#a5a3d1 url(images/Wizard/ViewMode/AlertDetails_Back.jpg) no-repeat top right;} 
.ViewMode .SectionDetails_DetailsContainer_Email{ background:#a5a3d1 url(images/Wizard/ViewMode/EmailDetails_Back.jpg) no-repeat top right;}
.ViewMode .SectionDetails_DetailsContainer_Import{ background:#a5a3d1 url(images/Wizard/ViewMode/ImportDetails_Back.jpg) no-repeat top right;}
.ViewMode .SectionDetails_DetailsContainer_Alert .Section_SelectedText, .ViewMode .SectionDetails_DetailsContainer_Email .Section_SelectedText, .ViewMode .SectionDetails_DetailsContainer_Import .Section_SelectedText{color: #ffffc0 !important; font-size: 13px;}
.ViewMode .SectionDetails_DetailsContainer_Alert td, .ViewMode .SectionDetails_DetailsContainer_Email td, .ViewMode .SectionDetails_DetailsContainer_Import td{color: #FFFFC0 !important; font-weight:bold; }
.ViewMode .SectionDetails_DetailsContainer_Alert .Section_Label, .ViewMode .SectionDetails_DetailsContainer_Email .Section_Label, .ViewMode .SectionDetails_DetailsContainer_Import .Section_Label{font-weight:normal; color: #FFFfff !important;}
/*.ViewMode .SubSectionDetails{background-color:#D6D3F7;}*/
.ViewMode .Section_Header{color:#4B407A !important;}
.ViewMode .SectionDetails_Divider_Horizontal{background: transparent url(images/Wizard/ViewMode/Divider_Details_Horizontal.gif) repeat-x center left;}
.ViewMode .SectionDetails_Divider_Vertical{background: transparent url(images/Wizard/ViewMode/Divider_Details_Vertical.gif) repeat-y top center;}
/*.ViewMode .SectionDetails_Table{color: #4B407A;}*/
.ViewMode .SectionDetails_Table_Row{background-color: #dfdff9;}
.ViewMode .SectionDetails_Table_AltRow{background-color: #ebeafc;}
.ViewMode .SectionDetails_Table .Button_Small a {color: #18973E;}
/*.ViewMode .SectionDetails_SubTable{border-top:1px dotted #fff;}*/
.ViewMode .SectionDetailsTable_Header{ background-color:#a3a3d1; /*background-color:#9d9db5;*/ color: #FFFFFF;}
.ViewMode .SectionDetails_Subsection{border: 1px solid #A5A3D1;}
.ViewMode .Section_SubHeader{background:transparent url(images/Wizard/ViewMode/Icons/Subsection_icon.gif) no-repeat center left;}
.ViewMode .SectionDetailsSubsectionDark_HeaderNW{background-color: #8887b6; border-left:1px solid #8887b6;}
.ViewMode .SectionDetailsSubsectionDark_HeaderNE{background-color: #8887b6; border-right:1px solid #8887b6;}
.ViewMode .SectionDetailsSubsectionDark_SW{border-left:1px solid #8887b6; border-bottom:1px solid #8887b6;}
.ViewMode .SectionDetailsSubsectionDark_SE{border-right:1px solid #8887b6; border-bottom:1px solid #8887b6;}
.ViewMode .SectionDetailsSubsectionDark_Left{border-left:1px solid #8887b6;}
.ViewMode .SectionDetailsSubsectionDark_Right{border-right:1px solid #8887b6;}
.ViewMode .SectionDetails_DetailsContainer_Email a, .ViewMode .SectionDetails_DetailsContainer_Import a{color: #FFFFC0 !important;}
.ViewMode .SectionSubsectionDark{border:1px solid #A5A3D1;}


/****Section Icons*******/

.ViewMode .Button_Small .Edit{background: transparent url(images/Wizard/ViewMode/Icons/Edit.gif) no-repeat center left;}
.ViewMode .Button_Small .View{background: transparent url(images/Wizard/ViewMode/Icons/View.gif) no-repeat center left;}
.ViewMode .Button_Small .Preview{background: transparent url(images/Wizard/ViewMode/Icons/Preview.gif) no-repeat center left;}
.ViewMode .MenuNew{background: transparent url(images/Wizard/ViewMode/Icons/New.gif) no-repeat center left;}
.ViewMode .MenuManage{background: transparent url(images/Wizard/ViewMode/Icons/Manage.gif) no-repeat center left;}
.ViewMode .MenuAdd{background: transparent url(images/Wizard/ViewMode/Icons/Add.gif) no-repeat 3px center;}
.ViewMode .MenuAdd_Over{background-position: 3px center; *background-position: 4px center;}
.ViewMode .MenuRemove{background: transparent url(images/Wizard/ViewMode/Icons/Remove.gif) no-repeat center left;}
.ViewMode .Delete{background: transparent url(images/Wizard/ViewMode/Icons/Delete.gif) no-repeat center left;}
.ViewMode .MenuManage .contentCell, .ViewMode .MenuAdd .contentCell, .ViewMode .MenuTemplate .contentCell{background: transparent url(images/Wizard/ViewMode/Icons/Menu_Arrow.gif) no-repeat center right;}
.ViewMode .HotTopic_Icon{background: transparent url(images/Wizard/ViewMode/Icons/Hot_Topic.gif) no-repeat top left;}
.ViewMode .Open .AdditinalInfo_Icon{background: transparent url(images/Wizard/ViewMode/Icons/ExpandPanelIcon_Open.gif) no-repeat top left;}
.ViewMode .Closed .AdditinalInfo_Icon{background: transparent url(images/Wizard/ViewMode/Icons/ExpandPanelIcon_Closed.gif) no-repeat top left;}
.ViewMode .MenuPreview{background: transparent url(images/Wizard/ViewMode/Icons/Preview.gif) no-repeat center left;}
.ViewMode .MenuPrint, .CommWizard_EditSection .MenuPrint{background: transparent url(images/Wizard/ViewMode/Icons/Print.gif) no-repeat center left;}
.ViewMode .MergeFieldsButton{background: transparent url(images/Icons/MergeFieldsNoText.gif) no-repeat center left; padding-left: 28px!important; }
.ViewMode .SpecialCharacters{background: transparent url(images/Icons/RemoveSpecialCharacters.gif) no-repeat center left;  padding-left: 21px!important; line-height: 20px; }


.ViewMode .Complete .SectionIcon_Letters{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_Letters{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_Targets{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_Targets{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_AlertText{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_AlertText{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Add .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Small_Add.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_Reporting{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_Reporting{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Add .SectionIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Small_Add.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_EmailBody{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_EmailBody{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Small_NotComplete.gif) no-repeat top left;}
.ViewMode .Complete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Small_Complete.gif) no-repeat top left;}
.ViewMode .NotComplete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Small_NotComplete.gif) no-repeat top left;}


/****Wizard****/




.ViewMode .Complete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AlertDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_Targets{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Targets{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Targets_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_Letters{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Letters{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Letters_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_AlertText{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_AlertText{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AlertText_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Large_Complete.gif) no-repeat top center;}
.ViewMode .Add .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .Add .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/ViewMode/Icons/AdvVisibility_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_Reporting{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Reporting{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Reporting_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/EmailDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_EmailBody{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_EmailBody{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/ViewMode/Icons/EmailBody_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Add .WizardIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Attachment{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Add .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/ViewMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/ViewMode/Icons/EmailTargets_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_LetterDetails{background: transparent url(images/Wizard/ViewMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_LetterDetails{background: transparent url(images/Wizard/ViewMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_LetterDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_LetterDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}

.ViewMode .Add .WizardIcon_OpeningSection{background: transparent url(images/Wizard/ViewMode/Icons/OpeningSection_Large_Add.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/ViewMode/Icons/OpeningSection_Large_Complete.gif) no-repeat top center;}
.ViewMode .Add .WizardIcon_OpeningSection_Hover{background: transparent url(images/Wizard/ViewMode/Icons/OpeningSection_Large_Add_Hover.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_OpeningSection_Hover{background: transparent url(images/Wizard/ViewMode/Icons/OpeningSection_Large_Complete_Hover.gif) no-repeat top center;}

.ViewMode .NotComplete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/ViewMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_LetterBody{background: transparent url(images/Wizard/ViewMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_OpeningSection_Hover{background: transparent url(images/Wizard/ViewMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_LetterBody_Hover{background: transparent url(images/Wizard/ViewMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}

.ViewMode .NotComplete .WizardIcon_LetterBody{background: transparent url(images/Wizard/ViewMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Add .WizardIcon_ClosingSection{background: transparent url(images/Wizard/ViewMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_LetterBody_Hover{background: transparent url(images/Wizard/ViewMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Add .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_ClosingSection{background: transparent url(images/Wizard/ViewMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ClosingSection{background: transparent url(images/Wizard/ViewMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportMapping_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportAdvancedSettings_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .Complete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Large_Complete.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Large_NotComplete.gif) no-repeat top center;}
.ViewMode .Complete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Large_Complete_Hover.gif) no-repeat top center;}
.ViewMode .NotComplete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/ViewMode/Icons/ImportNotification_Large_NotComplete_Hover.gif) no-repeat top center;}

.ViewMode .WizardIcon{color: #593a90;}

.ViewMode .ButtonLarge_Icon{background: transparent url(images/Wizard/ViewMode/Icons/Edit_Button.gif) no-repeat center center;}
.ViewMode .WizardButton, .ViewMode .WizardButton input, .ViewMode .WizardButtonOrange, .ViewMode .WizardButtonOrange input{cursor: pointer;}

/*********************************/
/*  Section DisabledMode         */
/*********************************/

/****Sections****/

.DisabledMode .Section_Top{background: transparent url(images/Wizard/DisabledMode/Top.gif) repeat-x top left;color: #bebebe;}
.DisabledMode .Section_NE{background: transparent url(images/Wizard/DisabledMode/NE.gif) no-repeat top left;}
.DisabledMode .Section_Left{background:#efefef url(images/Wizard/Left_Corner.gif) no-repeat top left;}
.DisabledMode .Section_Right{background: transparent url(images/Wizard/DisabledMode/Right.gif) repeat-y top right;}
.DisabledMode .Section_SW{background: transparent url(images/Wizard/DisabledMode/SW.gif) no-repeat top left;}
.DisabledMode .Section_Details_SW{background: transparent url(images/Wizard/DisabledMode/SW_Details.gif) no-repeat top left;}
.DisabledMode .Section_Bottom{background: transparent url(images/Wizard/DisabledMode/Bottom.gif) repeat-x top left;}
.DisabledMode .Section_SE{background: transparent url(images/Wizard/DisabledMode/SE.gif) no-repeat top left;}
.DisabledMode .Section_Title{background: transparent url(images/Wizard/DisabledMode/Top_Right.gif) no-repeat right top;}
.DisabledMode .Section_Title_Info{background: transparent url(images/Wizard/DisabledMode/Icons/Info.gif) no-repeat left center;}
.DisabledMode .Section_Menu_Left{background: transparent url(images/Wizard/DisabledMode/Menu_Left.gif) no-repeat top left;}
.DisabledMode .Section_Menu_Center{background: transparent url(images/Wizard/DisabledMode/Menu_Middle.gif) repeat-x top left; }
.DisabledMode .Section_Menu_Center td, .DisabledMode .Section_Menu_Center td a{color: #b5b5b5;}
.DisabledMode .Section_Menu_Right{background: transparent url(images/Wizard/DisabledMode/Menu_Right.gif) no-repeat top left;}
.DisabledMode .TableHeaderRow td, .DisabledMode th.TableHeaderRow{background-color: #eeeeee; color: #b6b6b6 !important;}
.DisabledMode .TableHeaderRow td:last-child, .DisabledMode th.TableHeaderRow:last-child{border-right-color:#d3d3f1 !important;}
.DisabledMode .SubTableDetails td, .DisabledMode .SubTableDetails td:first-child{border-color: #EBEBEB;}
.DisabledMode .TableDetails td a{color:#cdcdcd; text-decoration: none;}
.DisabledMode .TableDetails td {color:#b1b1b1;}
.DisabledMode .TableDetails_Noheader td a{color:#cdcdcd; text-decoration:none;}
.DisabledMode .TableDetails_Noheader td {color:#b1b1b1;}
.DisabledMode .Button_Medium{background: transparent url(images/Wizard/DisabledMode/Button_Medium.gif) no-repeat top left;}
.DisabledMode .Section_Menu_Center td{color: #b5b5b5;}
.DisabledMode .Section_NW{background: transparent url(images/Wizard/DisabledMode/NW.gif) no-repeat top left;}
.DisabledMode .Section_Details_NW{background: transparent url(images/Wizard/DisabledMode/Left_Details.gif) repeat-y top left;}
.DisabledMode .SectionIconBackground{background: transparent url(images/Wizard/DisabledMode/NW_Details.gif) no-repeat top left;}
.DisabledMode .Section_Details_Left{border-right:3px solid #d3d2f1; background-color: #d3d2f1;}
.DisabledMode .Section_Details_Top{background-color:#eeeeee;}
.DisabledMode .Section_Details_NE{background: url(images/Wizard/DisabledMode/Right_Details.gif) repeat-y top right; vertical-align:top;}
.DisabledMode .Delete{background: transparent url(images/Wizard/DisabledMode/Icons/Delete.gif) no-repeat center left;}
.DisabledMode .Section_Details_SE{background: transparent url(images/Wizard/DisabledMode/SE_Details.gif) no-repeat top left;}
.DisabledMode .Section_Details_Container td{color:#999999;}
.DisabledMode .SectionDetails_AltRow{ background-color:#f3f3f3;}
.DisabledMode .Section_Label, .DisabledMode .SectionInfoText{ color: #b5b5b5 !important;}
.DisabledMode .Section_Value{color: #999999;}
.DisabledMode .SectionDetailsSubsection_Header{ background-color: #dbdbdb; color: #fff !important;}
.DisabledMode .SectionDetails_Subsection{border:1px solid #dcdcdc;}
.DisabledMode .Section_SelectedText{color:#d1d1d1 !important;}
.DisabledMode .Section_Details_Container a{color:#999999; text-decoration:none;}
.DisabledMode .Section_Details_RightCorner{background: transparent url(images/Wizard/DisabledMode/NE_Details.gif) no-repeat top left; }
.DisabledMode .TableHeaderColumn{background-color: #f9f9f9; color: #b1b1b1;}
.DisabledMode .TableDetails td, .DisabledMode .SubTableDetails td{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;}
.DisabledMode .TableDetails td:first-child{border-left:1px solid #ebebeb;}
/*.DisabledMode .SubSectionDetails{background-color:#efefef;}*/

.DisabledMode .TableDetails_Noheader{border-color: #ebebeb;}
.DisabledMode .TableDetails_Noheader td{border-color: #ebebeb;}
.DisabledMode .TableHeaderColumnAlt{ background-color: #f1f1f1; color: #b1b1b1;}
.DisabledMode .ColspanRow .TableHeaderColumnAlt{ border-bottom-color: #f1f1f1;}
.DisabledMode .TableInfoText{color: #c9c9c9;}
.DisabledMode .Section_InfoText{ color:#999999;}
.DisabledMode .Section_Details_Bottom{background: #eeeeee url(images/Wizard/DisabledMode/Bottom_Details.gif) repeat-x top left;}
.DisabledMode .Section_Details_Center{background: #eeeeee url(images/Wizard/DisabledMode/Top_Details.gif) repeat-x top left; }
/*.DisabledMode .Section_Details_Container{background-color: #eeeeee; }*/
.DisabledMode .TableDetails_RowAlt{background-color: #f9f9f9;}
.DisabledMode .Section_EmailDetails{ background: transparent url(images/Wizard/DisabledMode/Section_EmailDetails_Back.jpg) no-repeat bottom right;}
.DisabledMode .Section_Input_Text{border:1px solid #f5f5f5;}
.DisabledMode .Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/DisabledMode/TabsBckgrnd_Small.gif) repeat-x top left;}
.DisabledMode .SectionDetails_DetailsContainer_Alert{ background:#d4d4d4 url(images/Wizard/DisabledMode/AlertDetails_Back.jpg) no-repeat top right;}
.DisabledMode .SectionDetails_DetailsContainer_Import{ background:#cacaca url(images/Wizard/DisabledMode/ImportDetails_Back.jpg) no-repeat top right;}

.DisabledMode .SectionDetails_DetailsContainer_Alert .Section_SelectedText, .DisabledMode .SectionDetails_DetailsContainer_Email .Section_SelectedText, .DisabledMode .SectionDetails_DetailsContainer_Import .Section_SelectedText{color: #fff !important; font-size: 13px;}
.DisabledMode .SectionDetails_DetailsContainer_Alert td, .DisabledMode .SectionDetails_DetailsContainer_Email td, .DisabledMode .SectionDetails_DetailsContainer_Import td{color: #FFFFFF !important; font-weight:bold;}
.DisabledMode .SectionDetails_DetailsContainer_Alert .Section_Label, .DisabledMode .SectionDetails_DetailsContainer_Email .Section_Label, .DisabledMode .SectionDetails_DetailsContainer_Import .Section_Label{font-weight:normal;}
.DisabledMode .Section_Header{color:#b5b5b5 !important;}
.DisabledMode .SectionDetails_Divider_Horizontal{background: transparent url(images/Wizard/DisabledMode/Divider_Details_Horizontal.gif) repeat-x center left;}
.DisabledMode .SectionDetails_Divider_Vertical{background: transparent url(images/Wizard/DisabledMode/Divider_Details_Vertical.gif) repeat-y top center;}
/*.ViewMode .SectionDetails_Table{color: #4B407A;}*/
.DisabledMode .SectionDetails_Table_Row{background-color: #f3f3f3;}
.DisabledMode .SectionDetails_Table_AltRow{background-color: #f7f7f7;}
.DisabledMode .SectionDetails_Table .Button_Small a {color: #CDCDCD;}
/*.ViewMode .SectionDetails_SubTable{border-top:1px dotted #fff;}*/
.DisabledMode .SectionDetailsTable_Header{ background-color:#dbdbdb; color: #FFFFFF !important;}
.DisabledMode .Section_SubHeader{background:transparent url(images/Wizard/DisabledMode/Icons/Subsection_icon.gif) no-repeat center left;}
.DisabledMode .SectionDetailsSubsectionDark_HeaderNW{background-color: #d0d0d0; border-left:1px solid #d0d0d0;}
.DisabledMode .SectionDetailsSubsectionDark_HeaderNE{background-color: #d0d0d0; border-right:1px solid #d0d0d0;}
.DisabledMode .SectionDetailsSubsectionDark_SW{border-left:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0;}
.DisabledMode .SectionDetailsSubsectionDark_SE{border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0;}
.DisabledMode .SectionDetailsSubsectionDark_Left{border-left:1px solid #d0d0d0;}
.DisabledMode .SectionDetailsSubsectionDark_Right{border-right:1px solid #d0d0d0;}
.DisabledMode .SectionDetails_DetailsContainer_Email{ background:#dbdbdb url(images/Wizard/DisabledMode/EmailDetails_Back.jpg) no-repeat top right;}
.DisabledMode .SectionDetails_DetailsContainer_Email a, .DisabledMode .SectionDetails_DetailsContainer_Import a{color:#ffffff !important;}
.DisabledMode .SectionSubsectionDark{border:1px solid #dbdbdb;}

/*.DisabledMode .WizardButtonLarge_disabled, .DisabledMode .WizardButtonLarge_disabled input{background-image: url(images/Wizard/DisabledMode/Button_Large.gif); color: #CDCDCD; text-decoration: none;}
.DisabledMode .WizardButtonLarge_disabled img, .DisabledMode .WizardButtonMedium_disabled img{background-image: url(images/Wizard/DisabledMode/Icons/Edit_Button.gif);}
.DisabledMode .WizardButtonMedium_disabled, .DisabledMode .WizardButtonMedium_disabled input{background-image: url(images/Wizard/DisabledMode/Button_Medium.gif); color: #CDCDCD; text-decoration:none;}*/
.DisabledMode .WizardButtonIcon_Edit{background-image:url(images/Wizard/DisabledMode/Icons/Edit_Button.gif);}
.DisabledMode .WizardButtonIcon_Check{background-image:url(images/Wizard/DisabledMode/Icons/Complete.gif);}
.DisabledMode .WizardButtonLabel, .DisabledMode .WizardButtonOrangeLabel{color: #CDCDCD; text-decoration:none;}
.DisabledMode .WizardButtonTL, .DisabledMode .WizardButtonTR, .DisabledMode .WizardButtonBL, .DisabledMode .WizardButtonBR,  .DisabledMode .WizardButtonML, .DisabledMode .WizardButtonMR, .DisabledMode .WizardButtonTC, .DisabledMode .WizardButtonBC, .DisabledMode .WizardButtonMC, .DisabledMode .WizardButtonOrangeTL, .DisabledMode .WizardButtonOrangeTR, .DisabledMode .WizardButtonOrangeBL, .DisabledMode .WizardButtonOrangeBR,  .DisabledMode .WizardButtonOrangeML, .DisabledMode .WizardButtonOrangeMR, .DisabledMode .WizardButtonOrangeTC, .DisabledMode .WizardButtonOrangeBC, .DisabledMode .WizardButtonOrangeMC{background-image: url(images/Wizard/DisabledMode/Button_Super.gif);}
.DisabledMode .Section_SelectedField{color: #acacac;}





/****Section Icons*******/

.DisabledMode .Button_Small .Edit{background: transparent url(images/Wizard/DisabledMode/Icons/Edit.gif) no-repeat center left;}
.DisabledMode .Button_Small .View{background: transparent url(images/Wizard/DisabledMode/Icons/View.gif) no-repeat center left;}
.DisabledMode .MenuNew{background: transparent url(images/Wizard/DisabledMode/Icons/New.gif) no-repeat center left;}
.DisabledMode .MenuManage{background: transparent url(images/Wizard/DisabledMode/Icons/Manage.gif) no-repeat center left;}
.DisabledMode .MenuAdd{background: transparent url(images/Wizard/DisabledMode/Icons/Add.gif) no-repeat 3px center;}
.DisabledMode .MenuPreview{background: transparent url(images/Wizard/DisabledMode/Icons/Preview.gif) no-repeat center left;}
.DisabledMode .MenuRemove{background: transparent url(images/Wizard/DisabledMode/Icons/Remove.gif) no-repeat center left;}
.DisabledMode .MenuManage .contentCell, .DisabledMode .MenuAdd .contentCell, .DisabledMode .MenuTemplate .contentCell{background: transparent url(images/Wizard/DisabledMode/Icons/Menu_Arrow.gif) no-repeat center right;}
.DisabledMode .HotTopic_Icon{background: transparent url(images/Wizard/DisabledMode/Icons/Hot_Topic.gif) no-repeat top left;}
.DisabledMode .Open .AdditinalInfo_Icon{background: transparent url(images/Wizard/DisabledMode/Icons/ExpandPanelIcon_Open.gif) no-repeat top left;}
.DisabledMode .Closed .AdditinalInfo_Icon{background: transparent url(images/Wizard/DisabledMode/Icons/ExpandPanelIcon_Close.gif) no-repeat top left;}

.DisabledMode .Complete .SectionIcon_Letters{background: transparent url(images/Wizard/DisabledMode/Icons/Letters_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_Letters{background: transparent url(images/Wizard/DisabledMode/Icons/Letters_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_Targets{background: transparent url(images/Wizard/DisabledMode/Icons/Targets_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_Targets{background: transparent url(images/Wizard/DisabledMode/Icons/Targets_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_AlertText{background: transparent url(images/Wizard/DisabledMode/Icons/AlertText_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_AlertText{background: transparent url(images/Wizard/DisabledMode/Icons/AlertText_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Add .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Small_Add.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_Reporting{background: transparent url(images/Wizard/DisabledMode/Icons/Reporting_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_Reporting{background: transparent url(images/Wizard/DisabledMode/Icons/Reporting_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/DisabledMode/Icons/AlertDetails_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/DisabledMode/Icons/AlertDetails_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/DisabledMode/Icons/EmailDetails_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/DisabledMode/Icons/EmailDetails_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_Attachment{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_Attachment{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Add .SectionIcon_Attachment{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Small_Add.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_EmailBody{background: transparent url(images/Wizard/DisabledMode/Icons/EmailBody_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_EmailBody{background: transparent url(images/Wizard/DisabledMode/Icons/EmailBody_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/DisabledMode/Icons/EmailTargets_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/DisabledMode/Icons/EmailTargets_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/DisabledMode/Icons/ImportDetails_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/DisabledMode/Icons/ImportDetails_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/DisabledMode/Icons/ImportMapping_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/DisabledMode/Icons/ImportMapping_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/DisabledMode/Icons/ImportAdvancedSettings_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/DisabledMode/Icons/ImportAdvancedSettings_Small_NotComplete.gif) no-repeat top left;}
.DisabledMode .Complete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/DisabledMode/Icons/ImportNotification_Small_Complete.gif) no-repeat top left;}
.DisabledMode .NotComplete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/DisabledMode/Icons/ImportNotification_Small_NotComplete.gif) no-repeat top left;}



/****Wizard****/

.DisabledMode .Complete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/DisabledMode/Icons/AlertDetails_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/DisabledMode/Icons/AlertDetails_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AlertDetails_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AlertDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_Targets{background: transparent url(images/Wizard/DisabledMode/Icons/Targets_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Targets{background: transparent url(images/Wizard/DisabledMode/Icons/Targets_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Targets_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Targets_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_Letters{background: transparent url(images/Wizard/DisabledMode/Icons/Letters_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Letters{background: transparent url(images/Wizard/DisabledMode/Icons/Letters_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Letters_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Letters_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_AlertText{background: transparent url(images/Wizard/DisabledMode/Icons/AlertText_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_AlertText{background: transparent url(images/Wizard/DisabledMode/Icons/AlertText_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AlertText_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AlertText_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Large_Complete.gif) no-repeat top center;}
.DisabledMode .Add .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .Add .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/AdvVisibility_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_Reporting{background: transparent url(images/Wizard/DisabledMode/Icons/Reporting_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Reporting{background: transparent url(images/Wizard/DisabledMode/Icons/Reporting_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Reporting_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Reporting_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/DisabledMode/Icons/EmailDetails_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/DisabledMode/Icons/EmailDetails_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/EmailDetails_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/EmailDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_EmailBody{background: transparent url(images/Wizard/DisabledMode/Icons/EmailBody_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_EmailBody{background: transparent url(images/Wizard/DisabledMode/Icons/EmailBody_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/EmailBody_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/EmailBody_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Add .WizardIcon_Attachment{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_Attachment{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Attachment{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Add .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/DisabledMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/DisabledMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/DisabledMode/Icons/ImportDetails_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/DisabledMode/Icons/ImportDetails_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportDetails_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/DisabledMode/Icons/ImportMapping_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/DisabledMode/Icons/ImportMapping_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportMapping_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportMapping_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/DisabledMode/Icons/ImportAdvancedSettings_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/DisabledMode/Icons/ImportAdvancedSettings_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportAdvancedSettings_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportAdvancedSettings_Large_NotComplete_Hover.gif) no-repeat top center;}

.DisabledMode .Complete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/DisabledMode/Icons/ImportNotification_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/DisabledMode/Icons/ImportNotification_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportNotification_Large_Complete_Hover.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/DisabledMode/Icons/ImportNotification_Large_NotComplete_Hover.gif) no-repeat top center;}



/*.DisabledMode .Complete .WizardIcon_LetterDetails{background: transparent url(images/Sections/DisabledMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_LetterDetails{background: transparent url(images/Sections/DisabledMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Add .WizardIcon_OpeningSection{background: transparent url(images/Sections/DisabledMode/Icons/OpeningSection_Large_Add.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_OpeningSection{background: transparent url(images/Sections/DisabledMode/Icons/OpeningSection_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_OpeningSection{background: transparent url(images/Sections/DisabledMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_LetterBody{background: transparent url(images/Sections/DisabledMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_LetterBody{background: transparent url(images/Sections/DisabledMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}
.DisabledMode .Add .WizardIcon_ClosingSection{background: transparent url(images/Sections/DisabledMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}
.DisabledMode .Complete .WizardIcon_ClosingSection{background: transparent url(images/Sections/DisabledMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.DisabledMode .NotComplete .WizardIcon_ClosingSection{background: transparent url(images/Sections/DisabledMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}
*/
.DisabledMode .ButtonLarge_Icon{background: transparent url(images/Wizard/DisabledMode/Icons/Edit_Button.gif) no-repeat center center;}


/*.DisabledMode .WizardIconText_AlertDetails{color: #a295ca;}
.DisabledMode .WizardIconText_Targets{color: #a295ca;}
.DisabledMode .WizardIconText_Letters{color: #a295ca;}
.DisabledMode .WizardIconText_AlertText{color: #a295ca;}
.DisabledMode .WizardIconText_AdvVisibility{color: #a295ca;}
.DisabledMode .WizardIconText_Reporting{color: #a295ca;}
.DisabledMode .WizardIconText_EmailBody{color: #a295ca;}
.DisabledMode .WizardIconText_EmailDetails{color: #a295ca;}
.DisabledMode .WizardIconText_Attachment{color: #a295ca;}
.DisabledMode .WizardIconText_EmailTargets{color: #a295ca;}
.DisabledMode .WizardIconText_LetterBody{color: #a295ca;}
.DisabledMode .WizardIconText_LetterDetails{color: #a295ca;}
.DisabledMode .WizardIconText_OpeningSection{color: #a295ca;}
.DisabledMode .WizardIconText_ClosingSection{color: #a295ca;}
*/

.DisabledMode .WizardButton, .DisabledMode .WizardButton input, .DisabledMode .WizardButtonOrange, .DisabledMode .WizardButtonOrange input{cursor:no-drop;}



/*****************************/
/*  Section EditMode         */
/*****************************/

/****Sections****/

.EditMode .Section_Top{background: transparent url(images/Wizard/EditMode/Top.gif) repeat-x top left;color: #5c5c5c;}
.EditMode .Section_NE{background: transparent url(images/Wizard/EditMode/NE.gif) no-repeat top left;}
.EditMode .Section_Left{background:#d4d4d4 url(images/Wizard/Left_Corner.gif) no-repeat top left;}
.EditMode .Section_Right{background: transparent url(images/Wizard/EditMode/Right.gif) repeat-y top right;}
.EditMode .Section_SW{background: transparent url(images/Wizard/EditMode/SW.gif) no-repeat top left;}
.EditMode .Section_Details_SW{background: transparent url(images/Wizard/EditMode/SW_Details.gif) no-repeat top left;}
.EditMode .Section_Bottom{background: transparent url(images/Wizard/EditMode/Bottom.gif) repeat-x top left;}
.EditMode .Section_SE{background: transparent url(images/Wizard/EditMode/SE.gif) no-repeat top left;}
.EditMode .Section_Title{background: transparent url(images/Wizard/EditMode/Top_Right.gif) no-repeat right top;}
.EditMode .Section_Title_Info{background: transparent url(images/Wizard/EditMode/Icons/Info.gif) no-repeat left center;}
.EditMode .Section_Menu_Left{background: transparent url(images/Wizard/EditMode/Menu_Left.gif) no-repeat top left;}
.EditMode .Section_Menu_Center{background: transparent url(images/Wizard/EditMode/Menu_Middle.gif) repeat-x top left; }
.EditMode .Section_Menu_Center td, .EditMode .Section_Menu_Center td a{color: #b5b5b5;}
.EditMode .Section_Menu_Right{background: transparent url(images/Wizard/EditMode/Menu_Right.gif) no-repeat top left;}
.EditMode .TableDetails td a{color:#858585; text-decoration:none;}
.EditMode .TableDetails_Noheader td a{color:#858585; text-decoration:none;}
.EditMode .TableHeaderRow td, .EditMode th.TableHeaderRow{background-color: #d5d5d5; color: #494949 !important;}
.EditMode .TableHeaderRow td:last-child, .EditMode th.TableHeaderRow:last-child{border-right-color:#d3d3f1 !important;}
.EditMode .SubTableDetails td, .EditMode .SubTableDetails td:first-child{border-color: #cccccc;}
.EditMode .Section_Menu_Center td{color: #b5b5b5;}
.EditMode .Section_NW{background: transparent url(images/Wizard/EditMode/NW.gif) no-repeat top left;}
.EditMode .Section_Details_NW{background: transparent url(images/Wizard/EditMode/Left_Details.gif) repeat-y top left;}
.EditMode .SectionIconBackground{background: transparent url(images/Wizard/EditMode/NW_Details.gif) no-repeat top left;}
.EditMode .Section_Details_Left{border-right:3px solid #d3d2f1; background-color: #d3d2f1;}
.EditMode .Section_Details_Center, .EditMode .Section_Details_Top, .EditMode .Section_Details_Container{background-color: #ffffff; }
.EditMode .Section_Details_NE{background: url(images/Wizard/EditMode/Right_Details.gif) repeat-y top right; vertical-align:top;}
.EditMode .Section_Details_SE{background: transparent url(images/Wizard/EditMode/SE_Details.gif) no-repeat top left;}
.EditMode .Section_Details_Container{border-left: 0px none; border-top: 0px none;}
.EditMode .SectionDetails_AltRow{ background-color:#D3D3F1;}
.EditMode .Section_Details_Container .SectionDetails_AltRow{color:#56358d !important;}
.EditMode .Section_Label{ color: #474747 !important;}
.EditMode .Section_SelectedText{color:#848484 !important;}
.EditMode .Section_Details_Container a{color:#000000;}
.EditMode .Section_Details_RightCorner{background: transparent url(images/Wizard/EditMode/NE_Details.gif) no-repeat top left; }
.EditMode .TableHeaderColumn{background-color: #f9f9f9; color: #b1b1b1;}
.EditMode .TableDetails td{border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.EditMode .TableDetails td:first-child{border-left:1px solid #cccccc;}
.EditMode .TableHeaderColumnAlt{ background-color: #dddddd; color: #b1b1b1;}
.EditMode .ColspanRow .TableHeaderColumnAlt{ border-bottom-color: #dddddd;}
.EditMode .TableInfoText{color: #7a7a7a;}
.EditMode .Section_InfoText{ color:#000000;}
.EditMode .Section_Details_Bottom{background: #eeeeee url(images/Wizard/EditMode/Bottom_Details.gif) repeat-x top left;}
.EditMode .Section_Details_Center{background: #d3d3f1 url(images/Wizard/EditMode/Top_Details.gif) repeat-x top left; padding: 3px; padding-top: 28px; }
.EditMode .Delete{background: transparent url(images/Wizard/EditMode/Icons/Delete2.gif) no-repeat center left;}
.EditMode hr{color: #cccccc; background-color: #cccccc; height: 1px; border: 0;}
.EditMode .TableDetails td {color:#3c3c3c;}
.EditMode .TableDetails_RowAlt{background-color: #efefef;}
.EditMode .TableDetails_Noheader{border-color: #cccccc;}
.EditMode .TableDetails_Noheader td{color:#3C3C3C; border-color: #cccccc;}
.EditMode .Section_Input_Text{border:1px solid #dddddd;}
.EditMode .Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/EditMode/TabsBckgrnd_Small.gif) repeat-x top left;}
.EditMode .SectionDetails_Divider_Horizontal{background: transparent url(images/Wizard/EditMode/Divider_Details_Horizontal.gif) repeat-x center left;}
.EditMode .SectionDetails_Divider_Vertical{background: transparent url(images/Wizard/EditMode/Divider_Details_Vertical.gif) repeat-y top center;}
.EditMode .SectionDetails_Table{border:1px solid #9999CC;}
.EditMode .SectionDetails_Table_Row{background-color: #f3f3f3;}
.EditMode .SectionDetails_Table_AltRow{background-color: #f7f7f7;}
.EditMode .SectionDetails_Table .Button_Small a {color: #CDCDCD;}
/*.ViewMode .SectionDetails_SubTable{border-top:1px dotted #fff;}*/
.EditMode .SectionDetailsTable_Header{ background-color:#D3D3F1; color: #4D4078 !important;}
.EditMode .SectionDetails_Subsection{border:1px solid #dddddd;}
.EditMode .Section_SubHeader{background:transparent url(images/Wizard/EditMode/Icons/Subsection_icon.gif) no-repeat center left;}
.EditMode .SectionDetails_Subsection{border: 1px solid #A5A3D1;}
.EditMode .SectionDetailsSubsection_Header{ color: #000000; background-color:#D3D3F1;}
.EditMode .Section_Header {color:#4B407A !important;}
.EditMode .SectionDetailsSubsectionDark_HeaderNW{background-color: #D3D3F1; border-left:1px solid #D3D3F1; color:#56358D;}
.EditMode .SectionDetailsSubsectionDark_HeaderNE{background-color: #D3D3F1; border-right:1px solid #D3D3F1;}
.EditMode .SectionDetailsSubsectionDark_SW{border-left:1px solid #D3D3F1; border-bottom:1px solid #D3D3F1;}
.EditMode .SectionDetailsSubsectionDark_SE{border-right:1px solid #D3D3F1; border-bottom:1px solid #D3D3F1;}
.EditMode .SectionDetailsSubsectionDark_Left{border-left:1px solid #D3D3F1;}
.EditMode .SectionDetailsSubsectionDark_Right{border-right:1px solid #D3D3F1;}
/*.EditMode .WizardButtonLarge_disabled, .EditMode .WizardButtonLarge_disabled input{background-image: url(images/Wizard/EditMode/Button_Large.gif); color: #858585; text-decoration: none;}
.EditMode .WizardButtonLarge_disabled img, .EditMode .WizardButtonMedium_disabled img{background-image: url(images/Wizard/EditMode/Icons/Edit_Button.gif);}
.EditMode .WizardButtonMedium_disabled, .EditMode .WizardButtonMedium_disabled input{background-image: url(images/Wizard/EditMode/Button_Medium.gif); color: #858585; text-decoration:none;}*/
.EditMode .WizardButtonIcon_Edit{background-image:url(images/Wizard/EditMode/Icons/Edit_Button.gif);}
.EditMode .WizardButtonIcon_Check{background-image:url(images/Wizard/EditMode/Icons/Complete.gif);}
.EditMode .SectionSubsectionDark{border:1px solid #d6d6d6;}
.EditMode .WizardButtonLabel, .EditMode .WizardButtonOrangeLabel{color: #858585; text-decoration:none;}
/*.EditMode .SubSectionDetails{background-color:#d6d7d6;}*/

.EditMode .WizardButtonTL, .EditMode .WizardButtonTR, .EditMode .WizardButtonBL, .EditMode .WizardButtonBR,  .EditMode .WizardButtonML, .EditMode .WizardButtonMR, .EditMode .WizardButtonTC, .EditMode .WizardButtonBC, .EditMode .WizardButtonMC, EditMode .WizardButtonOrangeTL, .EditMode .WizardButtonOrangeTR, .EditMode .WizardButtonOrangeBL, .EditMode .WizardButtonOrangeBR,  .EditMode .WizardButtonOrangeML, .EditMode .WizardButtonOrangeMR, .EditMode .WizardButtonOrangeTC, .EditMode .WizardButtonOrangeBC, .EditMode .WizardButtonOrangeMC{background-image: url(images/Wizard/DisabledMode/Button_Super.gif);}
.DisabledMode .Section_SelectedField{color: #747474;}


/*Section Icons*/

.EditMode .Button_Small .Edit{background: transparent url(images/Wizard/EditMode/Icons/Edit.gif) no-repeat center left;}
.EditMode .Button_Small .View{background: transparent url(images/Wizard/EditMode/Icons/View.gif) no-repeat center left;}
.EditMode .MenuNew{background: transparent url(images/Wizard/EditMode/Icons/New.gif) no-repeat center left;}
.EditMode .MenuManage{background: transparent url(images/Wizard/EditMode/Icons/Manage.gif) no-repeat center left;}
.EditMode .MenuAdd{background: transparent url(images/Wizard/EditMode/Icons/Add.gif) no-repeat 3px center;}
.EditMode .MenuRemove{background: transparent url(images/Wizard/EditMode/Icons/Remove.gif) no-repeat center left;}
.EditMode .MenuRemove{background: transparent url(images/Wizard/EditMode/Icons/Remove.gif) no-repeat center left;}
.EditMode .HotTopic_Icon{background: transparent url(images/Wizard/ViewMode/Icons/Hot_Topic.gif) no-repeat top left;}
.EditMode .Open .AdditinalInfo_Icon{background: transparent url(images/Wizard/EditMode/Icons/ExpandPanelIcon_Open.gif) no-repeat top left;}
.EditMode .Closed .AdditinalInfo_Icon{background: transparent url(images/Wizard/EditMode/Icons/ExpandPanelIcon_Close.gif) no-repeat center left;}
.EditMode .Complete .SectionIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Add .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Add .SectionIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Small_Add.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Small_NotComplete.gif) no-repeat top left;}
.EditMode .Complete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Small_Complete.gif) no-repeat top left;}
.EditMode .NotComplete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Small_NotComplete.gif) no-repeat top left;}



/*Wizard*/

.EditMode .Complete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Complete.gif) no-repeat top center;}
.EditMode .Add .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Complete.gif) no-repeat top center;}
.EditMode .Add .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Add .WizardIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Add .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_LetterDetails{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_LetterDetails{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_LetterDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_LetterDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Add .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Add .WizardIcon_OpeningSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_OpeningSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_OpeningSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_LetterBody{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_LetterBody{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_LetterBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_LetterBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Add .WizardIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Add .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_Complete_Hover.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_Complete_Hover.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_NotComplete_Hover.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_Complete_Hover.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_NotComplete_Hover.gif) no-repeat top center;}

.EditMode .Complete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_Complete.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_NotComplete.gif) no-repeat top center;}
.EditMode .Complete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_Complete_Hover.gif) no-repeat top center;}
.EditMode .NotComplete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_NotComplete_Hover.gif) no-repeat top center;}

.EditMode .ButtonLarge_Icon{background: transparent url(images/Wizard/EditMode/Icons/Edit_Button.gif) no-repeat center center;}

.EditMode .WizardIconText_AlertDetails{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_Targets{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_Letters{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_AlertText{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_AdvVisibility{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_Reporting{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_EmailDetails{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_EmailBody{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_EmailTargets{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_Attachment{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_LetterDetails{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_LetterBody{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_OpeningSection{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.EditMode .WizardIconText_ClosingSection{font-weight: bold; padding-left: 0px; padding-right: 0px;}


.EditMode .WizardButton, .EditMode .WizardButton input, .EditMode .WizardButtonOrange, .EditMode .WizardButtonOrange input{cursor:no-drop;}



/*****************************/
/*  Section ListMode         */
/*****************************/

/****Sections****/

.ListMode .Section_Top{background: transparent url(images/Wizard/EditMode/Top.gif) repeat-x top left;color: #5c5c5c;}
.ListMode .Section_NE{background: transparent url(images/Wizard/EditMode/NE.gif) no-repeat top left;}
.ListMode .Section_Left{background:#d4d4d4 url(images/Wizard/Left_Corner.gif) no-repeat top left;}
.ListMode .Section_Right{background: transparent url(images/Wizard/EditMode/Right.gif) repeat-y top right;}
.ListMode .Section_SW{background: transparent url(images/Wizard/EditMode/SW.gif) no-repeat top left;}
.ListMode .Section_Details_SW{background: transparent url(images/Wizard/EditMode/SW_Details.gif) no-repeat top left;}
.ListMode .Section_Bottom{background: transparent url(images/Wizard/EditMode/Bottom.gif) repeat-x top left;}
.ListMode .Section_SE{background: transparent url(images/Wizard/EditMode/SE.gif) no-repeat top left;}
.ListMode .Section_Title{background: transparent url(images/Wizard/EditMode/Top_Right.gif) no-repeat right top;}
.ListMode .Section_Title_Info{background: transparent url(images/Wizard/EditMode/Icons/Info.gif) no-repeat left center;}
.ListMode .Section_Menu_Left{background: transparent url(images/Wizard/EditMode/Menu_Left.gif) no-repeat top left;}
.ListMode .Section_Menu_Center{background: transparent url(images/Wizard/EditMode/Menu_Middle.gif) repeat-x top left; }
.ListMode .Section_Menu_Center td, .EditMode .Section_Menu_Center td a{color: #b5b5b5;}
.ListMode .Section_Menu_Right{background: transparent url(images/Wizard/EditMode/Menu_Right.gif) no-repeat top left;}
.ListMode .TableDetails td a{color:#858585; text-decoration:none;}
.ListMode .TableDetails_Noheader td a{color:#858585; text-decoration:none;}
.ListMode .TableHeaderRow td, .ListMode th.TableHeaderRow{background-color: #d5d5d5; color: #494949 !important;}
.ListMode .TableHeaderRow td:last-child, .ListMode th.TableHeaderRow:last-child{border-right-color:#d3d3f1 !important;}
.ListMode .Section_Menu_Center td{color: #b5b5b5;}
.ListMode .Section_NW{background: transparent url(images/Wizard/EditMode/NW.gif) no-repeat top left;}
.ListMode .Section_Details_NW{background: transparent url(images/Wizard/EditMode/Left_Details.gif) repeat-y top left;}
.ListMode .SectionIconBackground{background: transparent url(images/Wizard/EditMode/NW_Details.gif) no-repeat top left;}
.ListMode .Section_Details_Left{border-right:3px solid #d3d2f1; background-color: #d3d2f1;}
.ListMode .Section_Details_Center, .EditMode .Section_Details_Top, .EditMode .Section_Details_Container{background-color: #ffffff; }
.ListMode .Section_Details_NE{background: url(images/Wizard/EditMode/Right_Details.gif) repeat-y top right; vertical-align:top;}
.ListMode .Section_Details_SE{background: transparent url(images/Wizard/EditMode/SE_Details.gif) no-repeat top left;}
.ListMode .Section_Details_Container{border-left: 0px none; border-top: 0px none;}
.ListMode .SectionDetails_AltRow{ background-color:#D3D3F1;}
.ListMode .Section_Details_Container .SectionDetails_AltRow{color:#56358d !important;}
.ListMode .Section_Label{ color: #474747 !important;}
.ListMode .Section_SelectedText{color:#848484 !important;}
.ListMode .Section_Details_Container a{color:#000000;}
.ListMode .Section_Details_RightCorner{background: transparent url(images/Wizard/EditMode/NE_Details.gif) no-repeat top left; }
.ListMode .TableHeaderColumn{background-color: #f9f9f9; color: #b1b1b1;}
.ListMode .TableDetails td{border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.ListMode .TableDetails td:first-child{border-left:1px solid #cccccc;}
.ListMode .TableHeaderColumnAlt{ background-color: #dddddd; color: #b1b1b1;}
.ListMode .ColspanRow .TableHeaderColumnAlt{ border-bottom-color: #dddddd;}
.ListMode .TableInfoText{color: #7a7a7a;}
.ListMode .Section_InfoText{ color:#000000;}
.ListMode .Section_Details_Bottom{background: #eeeeee url(images/Wizard/EditMode/Bottom_Details.gif) repeat-x top left;}
.ListMode .Section_Details_Center{background: #d3d3f1 url(images/Wizard/EditMode/Top_Details.gif) repeat-x top left; padding: 3px; padding-top: 28px; }
.ListMode .Delete{background: transparent url(images/Wizard/EditMode/Icons/Delete2.gif) no-repeat center left;}
.ListMode hr{color: #cccccc; background-color: #cccccc; height: 1px; border: 0;}
.ListMode .TableDetails td {color:#3c3c3c;}
.ListMode .TableDetails_RowAlt{background-color: #efefef;}
.ListMode .TableDetails_Noheader{border-color: #cccccc;}
.ListMode .TableDetails_Noheader td{border-color: #cccccc;}
.ListMode .Section_Input_Text{border:1px solid #dddddd;}
.ListMode .Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/EditMode/TabsBckgrnd_Small.gif) repeat-x top left;}
.ListMode .SectionDetails_Divider_Horizontal{background: transparent url(images/Wizard/EditMode/Divider_Details_Horizontal.gif) repeat-x center left;}
.ListMode .SectionDetails_Divider_Vertical{background: transparent url(images/Wizard/EditMode/Divider_Details_Vertical.gif) repeat-y top center;}
.ListMode .SectionDetails_Table{border:1px solid #9999CC;}
.ListMode .SectionDetails_Table_Row{background-color: #f3f3f3;}
.ListMode .SectionDetails_Table_AltRow{background-color: #f7f7f7;}
.ListMode .SectionDetails_Table .Button_Small a {color: #CDCDCD;}
/*.ViewMode .SectionDetails_SubTable{border-top:1px dotted #fff;}*/
.ListMode .SectionDetailsTable_Header{ background-color:#D3D3F1; color: #4D4078 !important;}
.ListMode .SectionDetails_Subsection{border:1px solid #dddddd;}
.ListMode .Section_SubHeader{background:transparent url(images/Wizard/EditMode/Icons/Subsection_icon.gif) no-repeat center left;}
.ListMode .SectionDetails_Subsection{border: 1px solid #A5A3D1;}
.ListMode .SectionDetailsSubsection_Header{ color: #000000; background-color:#D3D3F1;}
.ListMode .Section_Header {color:#4B407A !important;}
.ListMode .SectionDetailsSubsectionDark_HeaderNW{background-color: #D3D3F1; border-left:1px solid #D3D3F1; color:#56358D;}
.ListMode .SectionDetailsSubsectionDark_HeaderNE{background-color: #D3D3F1; border-right:1px solid #D3D3F1;}
.ListMode .SectionDetailsSubsectionDark_SW{border-left:1px solid #D3D3F1; border-bottom:1px solid #D3D3F1;}
.ListMode .SectionDetailsSubsectionDark_SE{border-right:1px solid #D3D3F1; border-bottom:1px solid #D3D3F1;}
.ListMode .SectionDetailsSubsectionDark_Left{border-left:1px solid #D3D3F1;}
.ListMode .SectionDetailsSubsectionDark_Right{border-right:1px solid #D3D3F1;}
.ListMode .SectionSubsectionDark{border:1px solid #d6d6d6;}
/*.ListMode .WizardButtonLarge_disabled, .ListMode .WizardButtonLarge_disabled input{background-image: url(images/Wizard/EditMode/Button_Large.gif); color: #858585; text-decoration: none;}
.ListMode .WizardButtonLarge_disabled img, .ListMode .WizardButtonMedium_disabled img{background-image: url(images/Wizard/EditMode/Icons/Edit_Button.gif);}
.ListMode .WizardButtonMedium_disabled, .ListMode .WizardButtonMedium_disabled input{background-image: url(images/Wizard/EditMode/Button_Medium.gif); color: #858585; text-decoration:none;}*/
.ListMode .WizardButtonIcon_Edit{background-image:url(images/Wizard/EditMode/Icons/Edit_Button.gif);}
.ListMode .WizardButtonIcon_Check{background-image:url(images/Wizard/EditMode/Icons/Complete.gif);}
.ListMode .WizardButtonLabel, .ListMode .WizardButtonOrangeLabel{color: #858585; text-decoration:none;}
.ListMode .WizardButtonTL, .ListMode .WizardButtonTR, .ListMode .WizardButtonBL, .ListMode .WizardButtonBR,  .ListMode .WizardButtonML, .ListMode .WizardButtonMR, .ListMode .WizardButtonTC, .ListMode .WizardButtonBC, .ListMode .WizardButtonMC, .ListMode .WizardButtonOrangeTL, .ListMode .WizardButtonOrangeTR, .ListMode .WizardButtonOrangeBL, .ListMode .WizardButtonOrangeBR,  .ListMode .WizardButtonOrangeML, .ListMode .WizardButtonOrangeMR, .ListMode .WizardButtonOrangeTC, .ListMode .WizardButtonOrangeBC, .ListMode .WizardButtonOrangeMC{background-image: url(images/Wizard/DisabledMode/Button_Super.gif);}

/*Section Icons*/

.ListMode .Button_Small .Edit{background: transparent url(images/Wizard/EditMode/Icons/Edit.gif) no-repeat center left;}
.ListMode .Button_Small .View{background: transparent url(images/Wizard/EditMode/Icons/View.gif) no-repeat center left;}
.ListMode .MenuNew{background: transparent url(images/Wizard/EditMode/Icons/New.gif) no-repeat center left;}
.ListMode .MenuManage{background: transparent url(images/Wizard/EditMode/Icons/Manage.gif) no-repeat center left;}
.ListMode .MenuAdd{background: transparent url(images/Wizard/EditMode/Icons/Add.gif) no-repeat 3px center;}
.ListMode .MenuRemove{background: transparent url(images/Wizard/EditMode/Icons/Remove.gif) no-repeat center left;}
.ListMode .MenuRemove{background: transparent url(images/Wizard/EditMode/Icons/Remove.gif) no-repeat center left;}
.ListMode .HotTopic_Icon{background: transparent url(images/Wizard/ViewMode/Icons/Hot_Topic.gif) no-repeat top left;}
.ListMode .Open .AdditinalInfo_Icon{background: transparent url(images/Wizard/EditMode/Icons/ExpandPanelIcon_Open.gif) no-repeat top left;}
.ListMode .Close .AdditinalInfo_Icon{background: transparent url(images/Wizard/EditMode/Icons/ExpandPanelIcon_Close.gif) no-repeat center left;}
.ListMode .Complete .SectionIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Add .SectionIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Small_Add.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Add .SectionIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Small_Add.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Small_NotComplete.gif) no-repeat top left;}
.ListMode .Complete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Small_Complete.gif) no-repeat top left;}
.ListMode .NotComplete .SectionIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Small_NotComplete.gif) no-repeat top left;}



/*Wizard*/

.ListMode .Complete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_AlertDetails{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_AlertDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertDetails_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Targets{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Targets_Hover{background: transparent url(images/Wizard/EditMode/Icons/Targets_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Letters{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Letters_Hover{background: transparent url(images/Wizard/EditMode/Icons/Letters_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_AlertText{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_AlertText_Hover{background: transparent url(images/Wizard/EditMode/Icons/AlertText_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Complete.gif) no-repeat top center;}
.ListMode .Add .WizardIcon_AdvVisibility{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Complete.gif) no-repeat top center;}
.ListMode .Add .WizardIcon_AdvVisibility_Hover{background: transparent url(images/Wizard/EditMode/Icons/AdvVisibility_Large_Add.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Reporting{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Reporting_Hover{background: transparent url(images/Wizard/EditMode/Icons/Reporting_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_EmailDetails{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_EmailDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailDetails_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_EmailBody{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_EmailBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailBody_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Add .WizardIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Attachment{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Add .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_Attachment_Hover{background: transparent url(images/Wizard/EditMode/Icons/Attachment_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_EmailTargets{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_EmailTargets_Hover{background: transparent url(images/Wizard/EditMode/Icons/EmailTargets_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_LetterDetails{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_LetterDetails{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_LetterDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_LetterDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterDetails_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Add .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Add .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_OpeningSection{background: transparent url(images/Wizard/EditMode/Icons/OpeningSection_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_LetterBody{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_LetterBody{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_LetterBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_LetterBody_Hover{background: transparent url(images/Wizard/EditMode/Icons/LetterBody_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Add .WizardIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ClosingSection{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Add .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Add.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ClosingSection_Hover{background: transparent url(images/Wizard/EditMode/Icons/ClosingSection_Large_NotComplete.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportDetails{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_Complete_Hover.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportDetails_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportDetails_Large_NotComplete_Hover.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportMapping{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_Complete_Hover.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportMapping_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportMapping_Large_NotComplete_Hover.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportAdvancedSettings{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_Complete_Hover.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportAdvancedSettings_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportAdvancedSettings_Large_NotComplete_Hover.gif) no-repeat top center;}

.ListMode .Complete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_Complete.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportNotification{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_NotComplete.gif) no-repeat top center;}
.ListMode .Complete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_Complete_Hover.gif) no-repeat top center;}
.ListMode .NotComplete .WizardIcon_ImportNotification_Hover{background: transparent url(images/Wizard/EditMode/Icons/ImportNotification_Large_NotComplete_Hover.gif) no-repeat top center;}


.ListMode .ButtonLarge_Icon{background: transparent url(images/Wizard/EditMode/Icons/Edit_Button.gif) no-repeat center center;}

.ListMode .WizardIconText_AlertDetails{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_Targets{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_Letters{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_AlertText{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_AdvVisibility{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_Reporting{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_EmailDetails{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_EmailBody{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_EmailTargets{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_Attachment{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_LetterDetails{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_LetterBody{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_OpeningSection{font-weight: bold; padding-left: 0px; padding-right: 0px;}
.ListMode .WizardIconText_ClosingSection{font-weight: bold; padding-left: 0px; padding-right: 0px;}


.ListMode .WizardButton, .EditMode .WizardButton input, .ListMode .WizardButtonOrange, .EditMode .WizardButtonOrange input{cursor:no-drop;}



/*****Edit Sections*****/

.CommWizard_EditSection{border: 1px solid #9999cb; border-top: 0px none; margin-top: 5px;}
.CommWizard_EditSection_Top{background: transparent url(images/Wizard/EditMode/Top_EditSection.gif) repeat-x top left; color: #57348E; height: 27px;}
.CommWizard_EditSection_Title td{font-family : Arial, Helvetica, sans-serif; font-size: 12px; /* vertical-align: middle;line-height: 27px;*/}
.CommWizard_EditSection_TopLeftCurved{background: transparent url(images/Wizard/ViewMode/Top_Left_Curved.gif) no-repeat top left;}


.CommWizard_EditSection .Section_Menu{margin-top: 0px !important;}
.CommWizard_EditSection .Section_Menu_Left{background: transparent url(images/Wizard/ViewMode/Menu_Left.gif) no-repeat top left;}
.CommWizard_EditSection .Section_Menu_Center{background: transparent url(images/Wizard/ViewMode/Menu_Middle.gif) repeat-x top left; color: #57368f;}
.CommWizard_EditSection .Section_Menu_Right{background: transparent url(images/Wizard/ViewMode/Menu_Right.gif) no-repeat top left;}

.CommWizard_EditSection .Section_Title_Info{background: transparent url(images/Wizard/ViewMode/Icons/Info.gif) no-repeat left center;}
.CommWizard_EditSection .Section_Menu_Center td, .CommWizard_EditSection .Section_Menu_Item a{color: #57348e !important;}
.CommWizard_EditSection .MenuManage{background: transparent url(images/Wizard/ViewMode/Icons/Manage.gif) no-repeat center left;}
.CommWizard_EditSection .MenuAdd{background: transparent url(images/Wizard/ViewMode/Icons/Add.gif) no-repeat 3px center;}
.CommWizard_EditSection .MenuAdd_Over{background-position: 3px center; *background-position: 4px center;}
.CommWizard_EditSection .MenuNew{background: transparent url(images/Wizard/ViewMode/Icons/New.gif) no-repeat center left;}
.CommWizard_EditSection .MenuRemove, .MenuRemove{background-image: url(images/Wizard/ViewMode/Icons/Remove.gif); background-repeat: no-repeat; background-position: center left;}
.CommWizard_EditSection .MenuRemove_disabled{background-image: url(images/Wizard/ViewMode/Icons/Remove_disabled.gif); background-repeat: no-repeat; background-position: center left;}
.CommWizard_EditSection .MenuTemplate{background: transparent url(images/Wizard/ViewMode/Icons/Template.gif) no-repeat center left;}
.CommWizard_EditSection .MenuTemplate_disabled{background: transparent url(images/Wizard/ViewMode/Icons/Template_disabled.gif) no-repeat center left;}
.CommWizard_EditSection .MenuSave, .MenuSave{background-image: url(images/Wizard/ViewMode/Icons/Save.gif); background-repeat: no-repeat; background-position: center left;}
.CommWizard_EditSection .MenuSave_disabled{background-image: url(images/Wizard/ViewMode/Icons/Save_disabled.gif); background-repeat: no-repeat; background-position: center left;}
.CommWizard_EditSection .MenuPreview{background: transparent url(images/Wizard/ViewMode/Icons/Preview.gif) no-repeat center left;}
.CommWizard_EditSection .MenuSendTestEmail{background: transparent url(images/Wizard/ViewMode/Icons/SendTestEmail.gif) no-repeat center left;}
.CommWizard_EditSection .MenuSendTestEmail_disabled{background: transparent url(images/Wizard/ViewMode/Icons/SendTestEmail_disabled.gif) no-repeat center left;}
.CommWizard_EditSection .MenuMergeFieldsButton{background: transparent url(images/Icons/RemoveSpecialCharacters.gif) no-repeat center left;}
.CommWizard_EditSection .MenuTemplate .contentCell{background: transparent url(images/Wizard/ViewMode/Icons/Menu_Arrow.gif) no-repeat center right;}
.CommWizard_EditSection a {color:#18973E;}

.CommWizard_EditSection .Button_Small a {color:#18973E;}
.CommWizard_EditSection .Table_Header_Row_Blue {background-color:#D3D3F1;}
.CommWizard_EditSection .Section_SelectedField {color:#CA4600;}

.CommWizard_EditSection .Section_Label{ color: #4b407a !important;}
.CommWizard_EditSection .Section_SelectedText{color:#13983d !important;}
.CommWizard_EditSection .TableDetails_Noheader td a{color:#18973e;}
.CommWizard_EditSection .Disabled .TableDetails_Noheader td a{color:#858585; text-decoration:none;}

.CommWizard_EditSection .Button_Small .View{ background:transparent url(images/Wizard/ViewMode/Icons/View.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Button_Small .Edit {background:transparent url(images/Wizard/ViewMode/Icons/Edit.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Button_Small .Delete {background:transparent url(images/Wizard/EditMode/Icons/Delete.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Button_Small .Clear {background:transparent url(images/Wizard/EditMode/Icons/Clear.gif) no-repeat scroll left center;}

.CommWizard_EditSection .Disabled .TableDetails_Noheader td a{color:#bdbdbd; text-decoration:none;}
.CommWizard_EditSection .Disabled .Button_Small .Edit {background:transparent url(images/Wizard/EditMode/Icons/Edit.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Disabled .Button_Small .View{ background:transparent url(images/Wizard/EditMode/Icons/View.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Disabled .Button_Small .Clear{ background:transparent url(images/Wizard/EditMode/Icons/View.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Disabled .Button_Small .Clear{ background:transparent url(images/Wizard/EditMode/Icons/View.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Disabled .Button_Small .Delete {background:transparent url(images/Wizard/EditMode/Icons/Delete_disabled.gif) no-repeat scroll left center;}
.CommWizard_EditSection .Disabled .Button_Small .Clear {background:transparent url(images/Wizard/EditMode/Icons/Clear_disabled.gif) no-repeat scroll left center;}
.CommWizard_EditSection .MenuManage .contentCell, .CommWizard_EditSection .MenuAdd .contentCell, .CommWizard_EditSection .MenuTemplate .contentCell{background: transparent url(images/Wizard/ViewMode/Icons/Menu_Arrow.gif) no-repeat center right;}



/*Tabs*/
.CommWizard_EditSection .DisabledMode .Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/EditMode/TabsBckgrnd_Small.gif) repeat-x top left;}
.CommWizard_EditSection .ViewMode .Section_Tabs_BottomLine_Small{background:transparent url(images/Wizard/ViewMode/TabsBckgrnd_Small.gif) repeat-x top left;}
/*
.CommWizard_EditSection .Icon_Complete{background: transparent url(../Img/ViewMode/Complete.gif) no-repeat center center;}
.CommWizard_EditSection .Icon_NotComplete{background: transparent url(../Img/ViewMode/NotComplete.gif) no-repeat center center;}
.CommWizard_EditSection .Icon_Arrow_Green{background: transparent url(../Img/ViewMode/arrow_green.gif) no-repeat center center;}
.CommWizard_EditSection .Icon_Arrow_Yellow{background: transparent url(../Img/ViewMode/arrow_yellow.gif) no-repeat center center;}

*/
.CommWizard_EditSection_Buttons{ background-color: #d3d3f1; padding-top: 5px; padding-bottom: 5px; vertical-align:middle; border:1px solid #ffffff; line-height: 26px;}
.CommWizard_EditSection_SubButtons{ background-color: #d3d3f1; padding-top: 2px; padding-bottom: 2px; vertical-align:middle; border:1px solid #ffffff;}
.CommWizard_EditSection_TableHeaderRow{background-color: #d3d3f1; color: #3d3172 !important; font-weight:bold;}



/******/

.TableDetails td td{padding: 0px !important; border: none 0 !important;}
.TableDetails_Noheader td td {border:0pt none; background-color:transparent; padding: 0px;}
.SubTableDetails td{padding:3px !important; border-bottom-width: 1px !important; border-bottom-style: solid !important;   border-right-width: 1px !important;  border-right-style: solid !important;}
.SubTableDetails .TableHeaderRow td, .SubTableDetails th.TableHeaderRow{border-color: #ffffff;}
.SubTableDetails td:first-child{border-left-width: 1px !important; border-left-style: solid !important;}
.SubSectionDetails td{padding:3px !important;}

/***************************************/
/*  COMMUNICATION WIZARD List Screens  */
/***************************************/

.ListScreen_HeaderLink{ color:#FFFFFF; font-weight:bold; font-size:13px; font-family : Arial, Helvetica, sans-serif; text-decoration: none;}
.ListScreen_BreadcrumbLink{text-decoration: none; color:#333366; font-size:11px;}
.ListScreen_Toolbar_Header{background:transparent url(images/Lists/Toolbar_Back.gif) repeat-x left top; color: #5a3a8d; padding-top: 13px; *padding-top: 12px; vertical-align: top;}
.ListScreen_Toolbar_HeaderSeparator{background:transparent url(images/Lists/Toolbar_Separator.gif) no-repeat center center; padding-left: 7px; padding-right: 7px; width: 2px;}
.ListScreen_Toolbar_HeaderLabels td{color: #5a3a8d!important; font-weight:bold;}
.ListScreen_Toolbar_HeaderLabels td, .ListScreen_Toolbar_HeaderLabels select, .ListScreen_Toolbar_HeaderLabels input{ vertical-align:middle;}
.ListScreen_Toolbar_HeaderRight{background:transparent url(images/Lists/Toolbar_Back_Right.gif) no-repeat right top; width: 2px;}

.ListScreen_Toolbar_Menu_Left{width: 21px;	height: 37px; background: transparent url(images/Lists/Toolbar_Menu_Left.gif) no-repeat top right;}
.ListScreen_Toolbar_Menu_Center td{font:Arial, Helvetica, sans-serif; font-weight: normal;	/*padding-left:3px;*/ padding-right: 3px; font-size: 12px;}
.ListScreen_Toolbar_Menu_Center td img{margin-right: 3px;}
.ListScreen_Toolbar_Menu_Center{width:1%; line-height:18px; *line-height:20px; white-space:nowrap; background: transparent url(images/Lists/Toolbar_Menu_Middle.gif) repeat-x top left; color: #57368f; vertical-align: top; padding-top: 13px; *padding-top: 12px;}
.ListScreen_Toolbar_Menu_Center span img{padding-right: 3px;}
.ListScreen_Toolbar_Menu_Right{width: 3px; background: transparent url(images/Lists/Toolbar_Menu_Right.gif) no-repeat top left;}
.ListScreen_Toolbar_Menu_Item {width:inherit;  padding-left:19px;}
.ListScreen_Toolbar_Menu_Item a{text-decoration:none; font-size: 11px; font-variant:normal; color:#57348E !important;}
.ListScreen_Toolbar_Menu_Item_disabled {width:inherit;  padding-left:19px;}
.ListScreen_Toolbar_Menu_Item_disabled a{text-decoration:none; font-size: 11px; font-variant:normal; color:#8471b3 !important;}

.ListScreen_ListContainer{border-left: 1px solid #9999cc; border-right: 1px solid #9999cc; border-bottom: 1px solid #9999cc; background: transparent url(images/Lists/TabsBckgrnd_Large.gif) repeat-x top left;}

.ListScreen_InfoBar_Left{background: transparent url(images/Lists/InfoBar_Left.gif) no-repeat top left;}
.ListScreen_InfoBar_Separator{background: transparent url(images/Lists/InfoBar_Separator.gif) no-repeat center center; padding-left: 7px; padding-right: 7px;}
.ListScreen_InfoBar_Center{height: 24px; background: transparent url(images/Lists/InfoBar_Center.gif) repeat-x top left; padding-left: 15px; padding-right: 10px;}
.ListScreen_InfoBar_Center td{font:Arial, Helvetica, sans-serif; font-size: 11px; color:#57348E; height: 24px;}
.ListScreen_InfoBar_Center .ShowAll_disabled{color:#9f9bc2; background: transparent url(images/Lists/ShowAll_disabled.gif) no-repeat center left; padding-left: 16px;}
.ListScreen_InfoBar_Center .ShowAll_disabled a{color:#9f9bc2; text-decoration:none;}
.ListScreen_InfoBar_Center .ShowAll{background: transparent url(images/Lists/ShowAll.gif) no-repeat center left; padding-left: 16px;}
.ListScreen_InfoBar_Center .ShowAll a{ color:#57348E; text-decoration:none;}
.ListScreen_InfoBar_Center .HideAll{background: transparent url(images/Lists/HideAll.gif) no-repeat center left; padding-left: 16px;}
.ListScreen_InfoBar_Center .HideAll a{ color:#57348E; text-decoration:none;}
.ListScreen_InfoBar_Center .Label{color:#000; font-weight:normal; white-space:nowrap;}
.ListScreen_InfoBar_Right{background: transparent url(images/Lists/InfoBar_Right.gif) no-repeat top left;}
.ListScreen_InfoBar_Right img{width: 21px;	height: 24px;}
.ListScreen_InfoBar_Left img, .ListScreen_InfoBarSelection_Left img, .ListScreen_InfoBarSelection_Right img, .ListScreen_InfoBarSelection_Separator img{width: 3px; height: 24px;} 
.ListScreen_InfoBarSelection_Left{background: transparent url(images/Lists/InfoBar_Selection_Left.gif) no-repeat top left;}
.ListScreen_InfoBarSelection_Right{background: transparent url(images/Lists/InfoBar_Selection_Right.gif) no-repeat top left; padding-right: 10px;}
.ListScreen_InfoBarSelection_Center{height: 24px; background: transparent url(images/Lists/InfoBar_Selection_Center.gif) repeat-x top left; padding-left: 8px; padding-right: 8px;}
.ListScreen_InfoBarSelection_Separator{background: transparent url(images/Lists/InfoBar_Selection_Separator.gif) no-repeat center center; padding-left: 7px; padding-right: 7px;}
.ListScreen_InfoBarSelection_SelectedText{color:#57348E; font-weight:bold;}
.ListScreen_TableHeader, .ListScreen_TableHeader a{background-color: #d3d3f1; font-weight: bold; color:#4c4079;}
.ListScreen_TableHeader{padding-left: 3px;}
.ListScreen_TableSelectedText{ color:#13983D; font-weight:bold;}
.ListScreen_TableSelectedText_disabled{ color:#838383; font-weight:bold;}
.ListScreen_TableThreshold{background-color:#71d249; height: 16px; line-height: 16px; color:#FFFFFF; font-weight:bold; margin-left: 5px; margin-right: 5px;}
.ListScreen_TableLink{color:#000000; white-space:nowrap;}
.ListScreen_TableLink_disabled{ color:#999999; text-decoration: none; white-space:nowrap;}

/****RadioButtonList Table Wraper****/
.ListScreen_Toolbar_HeaderSeparator_RadioWraper input, .ListScreen_Toolbar_HeaderSeparator_RadioWraper label{vertical-align: middle;}
.ListScreen_Toolbar_HeaderSeparator_RadioWraper input{padding-top: 0pt; margin-top: 0pt;}


/*****Toolbar Icons*****/
.ListScreen_ToolbarIcon_Alert{ width: 51px; height: 47px;  background:transparent url(images/Lists/Icon_Alert.gif) no-repeat left top;}
.ListScreen_ToolbarIcon_AlertSorting{ width: 51px; height: 47px;  background:transparent url(images/Lists/Icon_AlertSorting.gif) no-repeat left top;}
.ListScreen_ToolbarIcon_Letter{ width: 51px; height: 47px;  background:transparent url(images/Lists/Icon_Letter.gif) no-repeat left top;}
.ListScreen_ToolbarIcon_Target{ width: 51px; height: 47px;  background:transparent url(images/Lists/Icon_Target.gif) no-repeat left top;}
.ListScreen_ToolbarIcon_Email{ width: 51px; height: 47px;  background:transparent url(images/Lists/Icon_Email.gif) no-repeat left top;}
.ListScreen_ToolbarIcon_Import{ width: 51px; height: 47px;  background:transparent url(images/Lists/Icon_Import.gif) no-repeat left top;}
.ListScreen_ToolbarIcon_Alert img{ width: 51px;}
.ListScreen_ToolbarIcon_Letter img{ width: 51px;}
.ListScreen_ToolbarIcon_AlertSorting img{ width: 51px;}
.ListScreen_ToolbarIcon_Target img{ width: 51px;}
.ListScreen_ToolbarIcon_Email img{ width: 51px;}
.ListScreen_ToolbarIcon_Import img{ width: 51px;}


.ListScreen_Toolbar_Menu .MenuNew{background: transparent url(images/Wizard/ViewMode/Icons/New.gif) no-repeat left center;}
.ListScreen_Toolbar_Menu .MenuNew_disabled{background: transparent url(images/Icons/new_disabled.gif) no-repeat left center;}
.ListScreen_Toolbar_Menu .MenuSort{background: transparent url(images/Lists/MenuIcon_Sort.gif) no-repeat left center;}
.ListScreen_Toolbar_Menu .MenuExport, .CommWizard_EditSection .MenuExport{background: transparent url(images/Lists/MenuIcon_Export.gif) no-repeat left center;}
.ListScreen_Toolbar_Menu .MenuNewFolder{background: transparent url(images/Lists/MenuIcon_NewFolder.gif) no-repeat left center;}
.ListScreen_Toolbar_Menu .MenuNewFolder_disabled{background: transparent url(images/Lists/MenuIcon_NewFolder_disabled.gif) no-repeat left center;}
.ListScreen_Toolbar_Menu .MenuSort_disabled{background: transparent url(images/Lists/MenuIcon_Sort_disabled.gif) no-repeat left center;}

.TabRadTabstrip{background-image: url(images/bg.gif); background-repeat: repeat-x;	background-position: bottom; padding: 0px 20px 0px 0px; margin-left: 0px; width: 100%;}



/**************************************/
/*  WIZARD BUTTONS                    */
/**************************************/

/*span.WizardButtonLarge, span.WizardButtonLarge_disabled, span.WizardButtonMedium, span.WizardButtonMedium_disabled {
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	font-style:normal;*/
	
	/*margin:0;
	*padding:0;*/
	
	vertical-align:middle;	
	
   /* padding-top:-2px;
	*vertical-align:top;	
	*position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



span.WizardButtonLarge, span.WizardButtonLarge_disabled, span.WizardButtonLarge input, span.WizardButtonLarge_disabled input {
	height: 78px;
}
span.WizardButtonMedium, span.WizardButtonMedium_disabled, span.WizardButtonMedium input, span.WizardButtonMedium_disabled input {
	height: 57px;
}


 span.WizardButtonLarge input, span.WizardButtonLarge_disabled input, span.WizardButtonMedium input, span.WizardButtonMedium_disabled input
 {
	background-color:transparent;
	background-position:100% 0pt;
	background-repeat:no-repeat;
	border:medium none;
	color:#ffffff;
	cursor:pointer;
	display:-moz-inline-box;
	font-family:"Arial" !important;
	font-size:11px !important;
	font-weight:bold;
	letter-spacing:0pt !important;
	line-height:1;
	margin:0 0 0 16px;*/
	/*padding:0 11px 0px 0;*/
	/*padding:0 16px 0 0;
	vertical-align:text-top;
	white-space:nowrap;
	*width: 5px; 
	*overflow: visible;
	*padding-left: 0px;
	*padding-top: 2px;*/
	/*padding-right: 12px;*/
	/**position:relative;
	*margin-right:0px;	
	*display:block;
	*top:0;
	*right:0px;
	
}

span.WizardButtonLarge img, span.WizardButtonLarge_disabled img, span.WizardButtonMedium img, span.WizardButtonMedium_disabled img

{
	position:absolute;
	z-index: 15;
	margin-top: 10px;
	margin-left:20px;
	*margin-left:20px;
	border: none;
	_margin-left: 5px;
	display:block;
}

span.WizardButtonMedium img, span.WizardButtonMedium_disabled img{
	margin-top: 5px;
	 margin-left:20px;
	_margin-left:15px;

}*/

/**************************************/
/*  SUPER BUTTON                      */
/**************************************/

/*.WizardButtonTL, .WizardButtonTR, .WizardButtonBL, .WizardButtonBR,  .WizardButtonML, .WizardButtonMR{background-image: url(images/Wizard/ViewMode/Button_Super.gif); margin: 0; padding: 0; }
.WizardButtonTL{padding-left: 7px; height: 8px; background-position:0 0; background-repeat:no-repeat;}
.WizardButtonTR{padding-right: 7px; height: 8px;	background-position:100% 0pt; background-repeat:no-repeat;}
.WizardButtonBL{padding-left: 7px; height: 8px; background-position:0pt 100%; background-repeat:no-repeat;}
.WizardButtonBR{padding-right: 7px; height: 8px;	background-position:100% 100%; background-repeat:no-repeat;}
.WizardButtonML{height:100%; padding-left: 7px; background-position: 0 -27px; background-repeat:no-repeat;}
.WizardButtonMR{height:100%; padding-right: 7px; background-position:100% -27px; background-repeat:no-repeat;}
.WizardButtonIcon{height: 18px; background-color:transparent; background-position:center top; background-repeat:no-repeat; border:medium none; font-weight:bold; width: 100%; margin-top: 5px;}
.WizardButtonLabel{ font-weight:bold; text-align:center;}*/


.WizardButtonTL, .WizardButtonTR, .WizardButtonBL, .WizardButtonBR,  .WizardButtonML, .WizardButtonMR, .WizardButtonTC, .WizardButtonBC, .WizardButtonMC, .WizardButtonOrangeTL, .WizardButtonOrangeTR, .WizardButtonOrangeBL, .WizardButtonOrangeBR,  .WizardButtonOrangeML, .WizardButtonOrangeMR, .WizardButtonOrangeTC, .WizardButtonOrangeBC, .WizardButtonOrangeMC{ margin: 0; padding: 0; }
.WizardButtonTL, .WizardButtonOrangeTL{width: 7px; height: 8px; background-position:0 0; background-repeat:no-repeat;}
.WizardButtonTC, .WizardButtonOrangeTC{background-position:-8px 0pt;  background-repeat: repeat-x;}
.WizardButtonTR, .WizardButtonOrangeTR{width: 7px; height: 8px;	background-position:100% 0pt; background-repeat:no-repeat;}
.WizardButtonBL, .WizardButtonOrangeBL{width: 7px; height: 8px; background-position:0pt 100%; background-repeat:no-repeat;}
.WizardButtonBR, .WizardButtonOrangeBR{width: 7px; height: 8px;	background-position:100% 100%; background-repeat:no-repeat;}
.WizardButtonBC, .WizardButtonOrangeBC{background-position:-8px 100%;  background-repeat: repeat-x;}
.WizardButtonML, .WizardButtonOrangeML{width: 7px; background-position: 0 -27px; background-repeat:no-repeat;}
.WizardButtonMR, .WizardButtonOrangeMR{width: 7px; background-position:100% -27px; background-repeat:no-repeat;}
.WizardButtonMC, .WizardButtonOrangeMC{background-position:-8px -27px; background-repeat:repeat-x; vertical-align:middle; text-align:center;}
.WizardButtonIcon, .WizardButtonOrangeIcon{height: 18px; background-color:transparent; background-position:center top; background-repeat:no-repeat; border:medium none; font-weight:bold; width: 100%; margin-top: 2px; margin-bottom: 2px;}
.WizardButtonLabel, .WizardButtonOrangeLabel{ font-weight:bold; text-align:center; margin-bottom: 2px;}

/****************************************/
/*  SUPER BUTTON FOR CREATE ALERT SCREEN*/
/****************************************/

.WizardButtonIcon_Add, .WizardButtonIcon_Check{width:30px; *width:28px; padding-right: 0px; vertical-align:middle; background-position:center center; float:left;}
.WizardButtonIcon_Check{width:40px; *width:38px; }
/**************************************/
/*  NEW PILL BUTTONS                  */
/**************************************/

span.NewPillBtn_BlueOnFlatBlue, span.NewPillBtn_BlueOnFlatBlue_disabled, span.NewPillBtn_GreenOnFlatBlue, span.NewPillBtn_GreenOnFlatBlue_disabled, span.NewPillBtn_GreenOnClear, span.NewPillBtn_GreenOnClear_disabled, span.NewPillBtn_BlueOnFlatDarkBlue, span.NewPillBtn_BlueOnFlatDarkBlue_disabled, span.NewPillBtn_BlueOnFlatWhite, span.NewPillBtn_BlueOnFlatWhite_disabled,span.NewPillBtn_BlueOnPlinthBlue, span.NewPillBtn_BlueOnPlinthBlue_disabled, span.NewPillBtn_GreenOnPlinthBlue, span.NewPillBtn_GreenOnPlinthBlue_disabled, span.NewPillBtn_GrayOnWhite, span.NewPillBtn_GrayOnWhite_disabled, span.NewPillBtn_GreenOnWhite, span.NewPillBtn_GreenOnWhite_disabled, span.NewPillBtn_BlueOnFlatMediumBlue, span.NewPillBtn_BlueOnFlatMediumBlue_disabled

{
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	background-position:0 0;
	background-repeat:no-repeat;
	height:26px;
	text-decoration:none;
	color:#000000;
	font-style:normal;
	
	
	*margin:0;
	*padding:0;
	vertical-align:middle;	
	
    padding-top:-2px;
	
	*vertical-align:top;	
	/**position:relative;*/
	
	_width:10px;	
	_overflow-y:hidden;
}

 span.NewPillBtn_BlueOnFlatWhiteWithIcon, span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon_disabled
 {
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	background-position:0 0;
	background-repeat:no-repeat;
	height:26px;
	text-decoration:none;
	color:#000000;
	font-style:normal;
	*margin:0;
	*padding:0;
	vertical-align:middle;	
	
    padding-top:-2px;
	*vertical-align:top;	
	*position:relative;
	/*_width:10px;*/	
	/*_overflow-y:hidden;*/
}


span.NewPillBtn_BlueOnFlatBlue input, span.NewPillBtn_BlueOnFlatBlue_disabled input, span.NewPillBtn_GreenOnFlatBlue input, span.NewPillBtn_GreenOnFlatBlue_disabled input, span.NewPillBtn_GreenOnClear input, span.NewPillBtn_GreenOnClear_disabled input, span.NewPillBtn_BlueOnFlatDarkBlue input, span.NewPillBtn_BlueOnFlatDarkBlue_disabled input, span.NewPillBtn_BlueOnFlatWhite input, span.NewPillBtn_BlueOnFlatWhite_disabled input,span.NewPillBtn_BlueOnPlinthBlue input, span.NewPillBtn_BlueOnPlinthBlue_disabled input, span.NewPillBtn_GreenOnPlinthBlue input, span.NewPillBtn_GreenOnPlinthBlue_disabled input, span.NewPillBtn_GrayOnWhite input, span.NewPillBtn_GrayOnWhite_disabled input, span.NewPillBtn_GreenOnWhite input, span.NewPillBtn_GreenOnWhite_disabled input, span.NewPillBtn_BlueOnFlatMediumBlue input, span.NewPillBtn_BlueOnFlatMediumBlue_disabled input
{
	background-color:transparent;
	background-position:100% 0pt;
	background-repeat:no-repeat;
	border:medium none;
	color:#000000;
	cursor:pointer;
	display:-moz-inline-box;
	font-family:"Tahoma" !important;
	font-size:9px !important;
	font-weight:bold;
	height:26px;
	letter-spacing:0pt !important;
	line-height:1;
	margin:0 0 0 12px;
	padding:0 11px 3px 0;
	vertical-align:text-top;
	white-space:nowrap;
	*width: 5px; 
	*overflow: visible;
	*padding-left: 0px;
	*padding-top: 2px;
	*padding-right: 12px;
	*margin-left: 12px;
	*position:relative;
	*margin-right:0px;	
	*display:block;
	*top:0;
	*right:0px;
}


 span.NewPillBtn_BlueOnFlatWhiteWithIcon input, span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled input, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon input, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon_disabled input
 {
	background-color:transparent;
	background-position:100% 0pt;
	background-repeat:no-repeat;
	border:medium none;
	color:#000000;
	cursor:pointer;
	display:-moz-inline-box;
	font-family:"Tahoma" !important;
	font-size:9px !important;
	font-weight:bold;
	height:26px;
	letter-spacing:0pt !important;
	line-height:1;
	margin:0 0 0 0;
	padding:0 11px 3px 0;
	vertical-align:text-top;
	white-space:nowrap;
	*width: 5px; 
	*overflow: visible;
	*padding-left: 0px;
	*padding-top: 2px;
	/*padding-right: 12px;*/
	*position:relative;
	*margin-right:0px;	
	*display:block;
	*top:0;
	*right:0px;
}

span.NewPillBtn_BlueOnFlatWhiteWithIcon img, span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled img, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon img, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon_disabled img

{
	margin: 5px 3px 5px 12px;
	_margin-left: 5px;
	display:block;
	float:left;
}

/******************************/
/*  BLUE ON FLAT BLUE Button  */
/******************************/
span.NewPillBtn_BlueOnFlatBlue, span.NewPillBtn_BlueOnFlatBlue input{background-image:url(images/ButtonsNew/BlueOnFlatBlue/Enabled.gif);}
span.NewPillBtn_BlueOnFlatBlue_disabled, span.NewPillBtn_BlueOnFlatBlue_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatBlue/Disabled.gif);	color:#4C4C70;}

/*************************************/
/*  BLUE ON FLAT MEDIUM BLUE Button  */
/*************************************/
span.NewPillBtn_BlueOnFlatMediumBlue, span.NewPillBtn_BlueOnFlatMediumBlue input, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon input{background-image:url(images/ButtonsNew/BlueOnFlatMediumBlue/Enabled.gif);}
span.NewPillBtn_BlueOnFlatMediumBlue_disabled, span.NewPillBtn_BlueOnFlatMediumBlue_disabled input, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon_disabled, span.NewPillBtn_BlueOnFlatMediumBlueWithIcon_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatMediumBlue/Disabled.gif);	color:#4C4C70;}

/***********************************/
/*  BLUE ON FLAT DARK BLUE Button  */
/***********************************/
span.NewPillBtn_BlueOnFlatDarkBlue, span.NewPillBtn_BlueOnFlatDarkBlue input{background-image:url(images/ButtonsNew/BlueOnFlatDarkBlue/Enabled.gif);}
span.NewPillBtn_BlueOnFlatDarkBlue_disabled, span.NewPillBtn_BlueOnFlatDarkBlue_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatDarkBlue/Disabled.gif);	color:#4C4C70;}

/******************************/
/*  GREEN ON FLAT BLUE Button  */
/******************************/
span.NewPillBtn_GreenOnFlatBlue, span.NewPillBtn_GreenOnFlatBlue input{background-image:url(images/ButtonsNew/GreenOnFlatBlue/Enabled.gif);}
span.NewPillBtn_GreenOnFlatBlue_disabled, span.NewPillBtn_GreenOnFlatBlue_disabled input{background-image:url(images/ButtonsNew/GreenOnFlatBlue/Disabled.gif);	color:#4C4C70;}

/********************************/
/*  GREEN ON CLEAR Blue Button  */
/********************************/
span.NewPillBtn_GreenOnClear, span.NewPillBtn_GreenOnClear input{background-image:url(images/ButtonsNew/GreenOnClear/Enabled.gif);}
span.NewPillBtn_GreenOnClear_disabled, span.NewPillBtn_GreenOnClear_disabled input{background-image:url(images/ButtonsNew/GreenOnClear/Disabled.gif);	color:#4C4C70;}

/***********************************/
/*  BLUE ON FLAT WHITE Button      */
/***********************************/
span.NewPillBtn_BlueOnFlatWhite, span.NewPillBtn_BlueOnFlatWhite input{background-image:url(images/ButtonsNew/BlueOnFlatWhite/Enabled.gif);}
span.NewPillBtn_BlueOnFlatWhite_disabled, span.NewPillBtn_BlueOnFlatWhite_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatWhite/Disabled.gif);	color:#4C4C70;}
.DisabledMode span.NewPillBtn_BlueOnFlatWhite_disabled, .DisabledMode span.NewPillBtn_BlueOnFlatWhite_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatWhite/Disabled_disabledMode.gif);color:#4C4C70;}

/*****************************************/
/*  BLUE ON FLAT WHITE WITH ICON Button  */
/*****************************************/

span.NewPillBtn_BlueOnFlatWhiteWithIcon, span.NewPillBtn_BlueOnFlatWhiteWithIcon input{background-image:url(images/ButtonsNew/BlueOnFlatWhite/Enabled.gif);}
span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled, span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatWhite/Disabled.gif);	color:#4C4C70;}
.DisabledMode span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled, .DisabledMode span.NewPillBtn_BlueOnFlatWhiteWithIcon_disabled input{background-image:url(images/ButtonsNew/BlueOnFlatWhite/Disabled_disabledMode.gif);color:#4C4C70;}


/***********************************/
/*  BLUE ON PLINTH BLUE Button     */
/***********************************/
span.NewPillBtn_BlueOnPlinthBlue, span.NewPillBtn_BlueOnPlinthBlue input{background-image:url(images/ButtonsNew/BlueOnPlinthBlue/Enabled.gif);}
span.NewPillBtn_BlueOnPlinthBlue_disabled, span.NewPillBtn_BlueOnPlinthBlue_disabled input{background-image:url(images/ButtonsNew/BlueOnPlinthBlue/Disabled.gif);	color:#4C4C70;}
.DisabledMode span.NewPillBtn_BlueOnPlinthBlue_disabled, .DisabledMode span.NewPillBtn_BlueOnPlinthBlue_disabled input{background-image:url(images/ButtonsNew/BlueOnPlinthBlue/Disabled_disabledMode.gif);color:#4C4C70;}

/***********************************/
/*  GREEN ON PLINTH BLUE Button     */
/***********************************/
span.NewPillBtn_GreenOnPlinthBlue, span.NewPillBtn_GreenOnPlinthBlue input{background-image:url(images/ButtonsNew/GreenOnPlinthBlue/Enabled.gif);}
span.NewPillBtn_GreenOnPlinthBlue_disabled, span.NewPillBtn_GreenOnPlinthBlue_disabled input{background-image:url(images/ButtonsNew/GreenOnPlinthBlue/Disabled.gif);	color:#4C4C70;}
.DisabledMode span.NewPillBtn_GreenOnPlinthBlue_disabled, .DisabledMode span.NewPillBtn_GreenOnPlinthBlue_disabled input{background-image:url(images/ButtonsNew/GreenOnPlinthBlue/Disabled_disabledMode.gif);color:#4C4C70;}

/***********************************/
/*  GRAY ON WHITE Button           */
/***********************************/
span.NewPillBtn_GrayOnWhite, span.NewPillBtn_GrayOnWhite input{background-image:url(images/ButtonsNew/GrayOnWhite/Enabled.gif);}
span.NewPillBtn_GrayOnWhite_disabled, span.NewPillBtn_GrayOnWhite_disabled input{background-image:url(images/ButtonsNew/GrayOnWhite/Disabled.gif);	color:#4C4C70;}
.DisabledMode span.NewPillBtn_GrayOnWhite_disabled, .DisabledMode span.NewPillBtn_GrayOnWhite_disabled input{background-image:url(images/ButtonsNew/GrayOnWhite/Disabled_disabledMode.gif);color:#4C4C70;}

/***********************************/
/*  GREEN ON WHITE Button           */
/***********************************/
span.NewPillBtn_GreenOnWhite, span.NewPillBtn_GreenOnWhite input{background-image:url(images/ButtonsNew/GreenOnWhite/Enabled.gif);}
span.NewPillBtn_GreenOnWhite_disabled, span.NewPillBtn_GreenOnWhite_disabled input{background-image:url(images/ButtonsNew/GreenOnWhite/Disabled.gif); color:#4C4C70;}
.DisabledMode span.NewPillBtn_GreenOnWhite_disabled, .DisabledMode span.NewPillBtn_GreenOnWhite_disabled input{background-image:url(images/ButtonsNew/GrayOnWhite/Disabled_disabledMode.gif);color:#4C4C70;}

/*******************************************/
/*  Fixing Styling of input type - upload  */
/*******************************************/
.upload { position:relative; }
.File { position:absolute; top:0; right:0; /* start of transparency styles */ opacity:0; -moz-opacity:0; filter:alpha(opacity:0); /* end of transparency styles */ z-index:2; /* bring the real upload interactivity up front */} 
form .fakeupload { background:url(browse.gif) no-repeat 100% 50%; } 
form .fakeupload input { }



.Curved_Plinth_Left_BlueOnTransparent {
	background-image: url(Images/Plinths/BlueOnTransparent/Left.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 40px;
	background-position:bottom;
}
.Curved_Plinth_Right_BlueOnTransparent {
	background-image: url(Images/Plinths/BlueOnTransparent/Right.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 40px;
	background-position:bottom;
}

.BorderFix td
{BORDER:1px solid #e7dfe7}

/* fix problem with original DDC li style for the RAD window*/
ul.rwControlButtons li
{
list-style-type:none;
}

/*******************************************/
/*  Content Management Suite               */
/*******************************************/

.fiieldName{white-space: nowrap; padding: 3px; width: 90px; display: block; float: left;}
.fieldValue{ padding: 3px; display: block; float: left;}
.labelContainer{clear: both;}
.labelContainer .NewPillBtn_BlueOnFlatWhite{float: left; padding-top: 0px;}
 

	 