/* this css style removes the extra padding around form tags */
form {
	display: inline
}

/* apply to a div between elements to get some vertical spacing */
.spacer-vertical {
	height: 10px;
}

/* the browser will not get any smaller than this */
.minimumScreenResolution {  /* UE - was 955px, too big */
	width: 750px;
	background-color: #003466;
}

/* this style is only used in the "user" login level" */
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

/* masthead and footer */
.masthead {
	background-image: url(../images/masthead.jpg);
	height: 47px;
	width: 830px;
	background-repeat: no-repeat;
}
.footer {
	background-color: #003466;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 22px;
}

/* navbar */
.navbuttons {
	left: 189px;
	position: relative;
}
.navButton-on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-image: url(../images/menuButton_on.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 18px;
	padding-left: 18px;
	text-transform: lowercase;
}
.navButton-off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	padding-right: 18px;
	padding-left: 18px;
	height: 24px;
	line-height: 24px;
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.navbar-background {
	background-image: url(../images/menubar.gif);
	height: 24px;
}
.navbar-separator {
	background-image: url(../images/menubar_divider.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 24px;
}



/* sidebar styles */
.sidebar-pulldown {
	width: 150px;
}
.sidebar {  /* UE */
	background-color: #CCCCCC;  /* was #666666 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.sidebar-width {
	width: 189px;
}
.sidebarWindow-find {
	background-color: #E3E3E3;
	padding: 8px;
}
.sidebarWindow-login {  /* UE - new login box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12489E;
	background-color: #FFFFFF;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #5F5F5F;
	border-right-color: #5F5F5F;
	border-bottom-color: #5F5F5F;
	border-left-color: #5F5F5F;
	text-align: left;  /* was right */
	text-transform: lowercase;
}
.sidebar-head-myTaskbars {  /* UE - for toolbar area */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;  /* was #FFFFFF */
	text-transform: lowercase;
	font-weight: bold;  /* new */
}
.sidebar-taskboxes {  /* UE - for toolbars area */
	padding: 8px;
	background-color: #CCCCCC;  /* new */
	border-top-width: 3px;  /* new */
	border-top-style: solid;  /* new */
	border-top-color: #666666;  /* new */
	border-right-color: #666666;  /* new */
	border-bottom-color: #666666;  /* new */
	border-left-color: #666666;  /* new */
}
.taskboxHeader-middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/menubar.gif);
	height: 24px;
	line-height: 24px;
	text-transform: lowercase;
}
.taskboxHeader-capLeft {
	background-image: url(../images/menubar_cap_left.gif);
	height: 24px;
	width: 2px;
}
.taskboxHeader-capRight {
	background-image: url(../images/menubar_cap_right.gif);
	height: 24px;
	width: 2px;
}
.taskbox-content {
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.taskboxIcon-placeholder {
	background-image: url(../images/icon_taskbox_placeholder.jpg);
	height: 24px;
	width: 18px;
	float: left;
	background-position: right center;
	background-repeat: no-repeat;
}
.button-closeWindow {
	background-image: url(../images/button_opened.jpg);
	height: 24px;
	width: 24px;
	float: right;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand; 
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.button-logout {
	background-image: url(../images/button_logout.gif);
	background-repeat: no-repeat;
	background-position: center	center;
	height: 16px;
	width: 46px;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand; 
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.button-edit {
	background-image: url(../images/button_edit.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
	width: 48px;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand; 
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.sidebar-textfield {
	width: 120px;
}


/* content area styles */
.contentArea {
	padding: 0px 5px 5px 20px;
}
.pageID-home {
	background-image: url(../images/pageID_home.jpg);
	background-repeat: no-repeat;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 32px;
	padding-bottom: 6px;
	line-height: 24px;
	text-transform: lowercase;
}
.tab-spacer {
	width: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
}
.tab-off {
	background-image: url(../images/tab_off.gif);
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.tab-on {
	background-image: url(../images/tab_on.gif);
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #12347C;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: lowercase;
}
.tab-off-capLeft {
	background-image: url(../images/tab_off_capLeft.gif);
	width: 2px;
	padding: 1px;
	height: 21px;
}
.tab-off-capRight {
	background-image: url(../images/tab_off_capRight.gif);
	width: 2px;
	padding: 1px;
	height: 21px;
}
.tab-on-capLeft {
	background-image: url(../images/tab_on_capLeft.gif);
	width: 2px;
	padding: 1px;
	height: 21px;
}
.tab-on-capRight {
	background-image: url(../images/tab_on_capRight.gif);
	width: 2px;
	padding: 1px;
	height: 21px;
}
.actionBar {
	background-image: url(../images/actionBar_background.gif);
	background-repeat: repeat-x;
	height: 23px;
}
.actionBar-separator {
	background-image: url(../images/actionBar_divider.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 23px;
}
.actionBar-button-disabled {  /* UE - added lowercase transformation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #999999;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: lowercase;  /* new */
}
.actionBar-button-enabled {  /* UE - added lowercase transformation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
        voice-family: inherit; 
	cursor: pointer;
	text-transform: lowercase;  /* new */
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.contentWindow-top {
	background-image: url(../images/window_outer_top.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.contentWindow-botm {
	background-image: url(../images/window_outer_botm.gif);
	background-repeat: repeat-x;
	height: 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
}
.contentWindow-left {
	background-image: url(../images/window_outer_left.gif);
	background-repeat: repeat-y;
	padding-left: 8px;
	width: 13px;
}
.contentWindow-right {
	background-image: url(../images/window_outer_right.gif);
	background-repeat: repeat-y;
	width: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
	background-position: right;
	padding-right: 8px;
}
.contentWindow-topRight {
	background-image: url(../images/window-outer-topRight.gif);
	height: 25px;
	width: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
	background-repeat: no-repeat;
	background-position: right;
}
.contentWindow-topLeft {
	background-image: url(../images/window_outer_topLeft.jpg);
	height: 25px;
	width: 6px;
}
.contentWindow-botmLeft {
	background-image: url(../images/window_outer_botmLeft.gif);
	height: 19px;
	width: 6px;
	background-repeat: no-repeat;
	border-top: 1px #071730;
	border-right: 1px #071730;
	border-bottom: 1px solid #071730;
	border-left: 1px #071730;
}
.contentWindow-botmRight {
	background-image: url(../images/window_outer_botmRight.gif);
	height: 19px;
	width: 6px;
	background-repeat: no-repeat;
	background-position: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
}
.contentWindow-tabOn {
	background-image: url(../images/window_outer_tabOn.gif);
	height: 25px;
}
.contentWindow-inside {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
	padding: 10px;
}
.windowBorder-dashbardContent {
	border: 1px solid #CFCFCF;
}

.tableContent-leftColumn {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tableContent-rightColumn {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tableContent-middleColumn {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tableContent-middleColumn-cpanel {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tableContent-leftColumn-cpanel {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.progressBar-totalWidth {  /* UE - was 200px, too big */
	width: 180px;
}
.progressBar-red {
	background-image: url(../images/progressbar_red.gif);
	background-repeat: repeat-x;
	height: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #12347C;
	border-right-color: #12347C;
	border-bottom-color: #12347C;
	border-left-color: #12347C;
	background-position: center;
	padding-bottom: 11px;
}
.progressBar-filled {
	background-image: url(../images/progressbar_fill.gif);
	background-repeat: repeat-x;
	height: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #12347C;
	border-right-color: #12347C;
	border-bottom-color: #12347C;
	border-left-color: #12347C;
	background-position: center;
	padding-bottom: 11px;
}
.progressBar-empty {
	background-image: url(../images/progressbar_empty.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #ADADAD;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	height: 11px;
	padding-bottom: 11px;
}

/* list view */
.tableContent-columnHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #5873AA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.tableContent-columnHead-activeSort {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #5873AA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF9FD;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.tableContent-rowDivider-a {
	background-color: #FFFFFF;
}
.tableContent-rowDivider-b {
	background-color: #EAEAEA;
}

/* pagination */
.button-prev {
	background-image: url(../images/button_prev.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.button-prev-disabled {
	background-image: url(../images/button_prev_disabled.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px; 
}
.button-next {
	background-image: url(../images/button_next.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.button-next-disabled {
	background-image: url(../images/button_next_disabled.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
}
.pagination {
	margin-top: 8px;
}


/* wizard */
.wizard-instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px;
}
.stepsWindow-topLeft {
	background-image: url(../images/window_outer_topLeft.jpg);
	height: 15px;
	width: 6px;
}
.stepsWindow-top {
	background-image: url(../images/window_outer_top.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.stepsWindow-topRight {
	background-image: url(../images/window-outer-topRight.gif);
	height: 15px;
	width: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
	background-repeat: no-repeat;
	background-position: right;
}
.stepsWindow-left {
	background-image: url(../images/window_outer_left.gif);
	background-repeat: repeat-y;
	padding-left: 8px;
	width: 10px;
}
.stepsWindow-right {
	background-image: url(../images/window_outer_right.gif);
	background-repeat: repeat-y;
	width: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
	background-position: right;
	padding-right: 8px;
}
.stepsWindow-botmLeft {
	background-image: url(../images/window_outer_botmLeft.gif);
	height: 12px;
	width: 6px;
	background-repeat: no-repeat;
	border-top: 1px #071730;
	border-right: 1px #071730;
	border-bottom: 1px solid #071730;
	border-left: 1px #071730;
}
.stepsWindow-botm {
	background-image: url(../images/window_outer_botm.gif);
	background-repeat: repeat-x;
	height: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
}
.stepsWindow-botmRight {
	background-image: url(../images/window_outer_botmRight.gif);
	height: 12px;
	width: 6px;
	background-repeat: no-repeat;
	background-position: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #071730;
	border-right-color: #071730;
	border-bottom-color: #071730;
	border-left-color: #071730;
}
.stepsWindow-inside {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
}
.stepsWindow-padding {
	padding-left: 20px;
	width: 225px;
}

/* confirmations, errors, alerts */
.notification-alert {
	background-color: #CCCCCC;
	border: 2px solid #FFFF00;
}
.notification-alert-inside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
.showErrorInForm {
	background-color: #FFFF00;
}

/* text styling */
.pageID-hyperlinked {
	color: #FFFFFF;
}
.header-dashboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12347C;
	background-color: #0187CE;
	background-image: url(../images/headerBackground_dashboard.jpg);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 24px;
	padding-left: 10px;
	text-transform: lowercase;
}
.header-steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #12347C;
	background-color: #0187CE;
	background-image: url(../images/headerBackground-steps.jpg);
	background-repeat: repeat-y;
	height: 26px;
	line-height: 24px;
	padding-left: 10px;
	text-transform: lowercase;
	padding-right: 10px;
}
.header-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.header-instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12347C;
	font-weight: bold;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
}
.text-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: none;
}
.text-iconLabel {  /* UE - font for cp icons */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	text-transform: lowercase;
	padding-top: 3px; /* new */
	cursor: hand;  /* new*/   
	white-space: normal;  /* was nowrap */
}
.text-columnHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #5873AA;
}
.text-columnHead-activeSort {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEF9FD;
}
.text-addToFavorites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}
.text-step-current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12347C;
}
.text-requiredField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.tableContent-alignRight {
	text-align: right;
}


/* icons */
.icon-addUser-32 {
	background-image: url(../images/icon_addUser_32.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	margin-right: auto;
	margin-left: auto
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.icon-alert-16 {
	background-image: url(../images/icon_warning.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
	margin-left: 5px;
}

.icon-alert-32 {  /* UE - error icon placement */
	background-image: url(../images/icon_warning_32.gif);
	background-repeat: no-repeat;
	background-position: center 5px;  /* was center center */
	width: 52px;
	position: relative;  /* new */
	top: 10px;  /* new */
}
.icon-activeSort-descending {  /* UE */
	background-image: url(../images/icon_sort_descending.gif);
	float: right;
	height: 16px;
	width: 16px;
	margin-right: 2px;    /* was 10px, decreased to scale fliplist better */
	margin-left: 2px;     /* was 10px, decreased to scale fliplist better */
}
.icon-active-16 {
	background-image: url(../images/icon-state-placeholder.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.icon-addToFavorites {
	background-image: url(../images/icon_addToFavorites.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
	cursor: pointer;
	voice-family: "\"}\"";
	voice-family: inherit;
	cursor: pointer;
	text-align: right;
}
.bugfix{
/* ie 5 will bungle the style that follows after the code that turns a cursor into a "hand", so we make that style an empty placeholder */
}
.icon-stepComplete {
	background-image: url(../images/icon_stepComplete.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 26px;
}
.icon-stepCurrent {
	background-image: url(../images/icon_step_current.gif);
	height: 16px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-stepIncomplete {
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 26px;
}







/* UE NEW CLASSES */


.icon-cpanel-32 {  /* UE new - for dashboard icons */
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	margin-right: auto;
	margin-left: auto
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
        voice-family: inherit; 
	cursor: pointer;
}
.icon-status-up {  /* UE new - status */
	background-image: url(../images/status_up.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.icon-status-down {  /* UE new - status */
	background-image: url(../images/status_down.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.icon-status-warning {  /* UE new - status */
	background-image: url(../images/status_warning.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.sidebar-textfield-large {  /* UE new - for large toolbar text fields */
	width: 150px;
}
.add-to-jumplist {  /* UE new - jump list link placement */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.icon-help-dashboard-header {  /* UE new - help icon in dashboard header */
	background-image: url(../images/icon_addToFavorites.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
	padding-right: 22px;
	margin-top: 4px;

}
.icon-help-dashboard-header-a {  /* UE new - help icon in dashboard header */
	background-image: url(../images/icon_addToFavorites.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	margin-left: 5px;
	vertical-align: middle;
}
.header-dashboard-left {  /* UE new - for dashboard headers that have a help icon */
	float: left;
}
.icon-help-embedded {   /* UE new - embedded help icon for a field */
	background-image: url(../images/icon_addToFavorites.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	float: none;
}
.searchbox-content {  /* UE new - for searchbox with no header */
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-left-style: solid;
	border-top-style: solid;
}
.tableContent-leftColumn-noTopPad {  /* UE new - for dashboard pie chart */
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.tableContent-embedded-help {  /* UE new - for embedded help dashed line box */
	padding: 10px 10px 2px;
	border: 1px dashed #666666;
}
.sub-header-a {  /* UE new, for config service subheads */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background_ice01_grey.gif);
	background-repeat: repeat;
	padding-left: 10px;
	text-transform: lowercase;
	background-position: right;
}
.button-twisty-open {  /* UE new, used in service options */
	background-image: url(../images/button_twisty_open-a.gif);
	height: 19px;
	width: 19px;
	float: left;
	cursor: pointer;
	voice-family: "\"}\"";
	voice-family: inherit;
	cursor: pointer;
	margin-left: 2px;
	clear: left;
	margin-top: 2px;
}
.button-twisty-closed {  /* UE new, used in service options */
	background-image: url(../images/button_twisty_closed-a.gif);
	height: 19px;
	width: 19px;
	float: left;
	cursor: pointer;
	voice-family: "\"}\"";
	voice-family: inherit;
	cursor: pointer;
	margin-left: 2px;
	margin-top: 2px;
}
.nowrap {  /* UE new, used in preferences_branding and service_options_configure - should be used as a span in breadcrumbs to keep long names on the same line (i.e. configure web hosting)*/
	white-space: nowrap;
}
.subhead-title {  /* UE new, for subheaders which are attached to the bottom of the dashboard header, left column */
	background-color: #0187CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
}
.subhead-right {  /* UE new, used in combination with the previous class "subhead-title", right column */
	background-color: #0187CE;
	background-image: url(../images/subhead.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.subhead-formtable {  /* UE new, a combination of subhead-title and subhead-right, now used in one spanning column" */
	background-color: #0187CE;
	background-image: url(../images/subhead.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
}
.button-small {  /* UE new, smaller, better looking button */
	FONT-SIZE: 11px;
	CURSOR: pointer;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.flipper {  /* UE new, for flip list - page flipper area */
	border-top: 1px solid #CFCFCF;
	border-right: none #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
	padding: 2px;
}
.windowBorder-fliplistContent { /* UE new, for containment of fliplist so that a help icon can be placed within the header */
	border: 1px solid #CFCFCF;
}
.float-left {  /* UE new, used in action_log.htm - should be used to prevent the sort icon from wrapping */
	float:left
}
.float-right {  /* UE new, used in control panel, dashboard, and action log */
	float:right
}
.pad-4 {  /* UE new, for breadcrumb help icon placement */
	padding-left:4px;
	padding-top:4px;
	vertical-align: top;
}
.pageID-home {  /* UE new, smaller text, better alignment */
	background-image: url(../images/pageID_home.jpg);
	background-repeat: no-repeat;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; /* XXX SG Was 24px */
	color: #FFFFFF;
	padding-left: 32px;
	padding-bottom: 10px;
	line-height: 26px;  /* was 24px */
	text-transform: lowercase;
	vertical-align: top;  /* new - for text alignment */
}
.pageID-home-disabled {  /* UE new, disabled look for edit dialogs */
	background-image: url(../images/pageID_home.jpg);
	background-repeat: no-repeat;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; /* XXX SG Was 24px */
	color: #C0C0C0;
	padding-left: 32px;
	padding-bottom: 10px;
	line-height: 26px;  /* was 24px */
	text-transform: lowercase;
	vertical-align: top;  /* new - for text alignment */
}

/* new classes, since Snorri merge */

.button-openWindow {  /* UE new, twisty button for a closed task box */
	background-image: url(../images/button_closed.jpg);
	height: 24px;
	width: 24px;
	float: right;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand; 
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;
}
.navbuttons-2col-portal {  /* UE new, navigation buttons position for 2 column portal */
	position: relative;
}
.logo {  /* logo placement */
	background-image: url(../images/logo-unify.gif);
	height: 60px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FF0000;
}
.banner {  /* banner placement */
	background-image: url(../images/banner-unify.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 60px;

}

/* 2 column portal classes */

.domain-text {   /* new, domain text placement and form */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 20px;
	text-transform: lowercase;
	vertical-align: middle;
}
.padding-left {   /* new, only being used to pad the last backup info in old portal designs - should probably remove */
	padding-left: 82px;
}
.sidebar2 {    /* new, left side bar for portal */
	background-color: #E3E3E3;
	padding: 0px;
}
/*.padding-left2 {     new, only being used in site_admin_portal2.htm - not being used anymore 
	padding-left: 7px;
}*/
.padding-stats {  /* padding for content in left column of portal */
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.header-stats {    /* new, only being used in portal as sub header in left side column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12347C;
	text-transform: lowercase;
}
.header-dashboard-a {
	background-color: #B389BB;
	background-image: url(../images/headerBackground_dashboard_purple2.jpg);
	background-repeat: repeat-y;
	height: 32px;
	padding-left: 10px;
	text-transform: lowercase;
	background-position: right;
	color: #FFFFFF;
}
.header-dashboard-b {  /* ISP - right aligned gradient, includes font style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12347C;
	background-color: #D7F2F9;
	background-image: url(../images/headerBackground_dashboard.jpg);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 24px;
	padding-left: 10px;
	text-transform: lowercase;
	background-position: right;
}
.header {  /* header title in portal header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #12347C;
	padding-left: 5px;
	text-transform: lowercase;
	line-height: 18px;
}
.description {  /* portal description text in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #12347C;
	padding-left: 5px;
	text-transform: lowercase;
	line-height: 18px;
}
.top-pad-site-header-icon {  /* to align icons in the portal headers */
	padding-top: 2px;
}
.tablecontent-leftcolumn-g {  /* darker grey rows for isp links in portal */
	background-color: #EAEAEA;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.marketing-content-g {  /* lighter grey portal boxes */
	background-color: #F4F4F4;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-left-style: solid;
	border-top-style: solid;
}
.small {  /* small font for portal "more info..." lnks */
	font-size: 0.8em;
}
.top-pad-5 {  /* for forcing the form components down in the portal boxes, would be better if we could bottom align them */
	padding-top: 5px;
}
.marketing-subhead {  /* Titles for portal boxes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #5D81A5;
}
.marketing-content-background {  /* for marketing boxes, with cool background, on portal page  */
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-left-style: solid;
	border-top-style: solid;
	background-image: url(../images/background_ice01.gif);
}
.portalContent-rowDivider-b {  /* light grey for portal stats area mini flip list */
	background-color: #F4F4F4;
}
.portaltablecontent-leftcolumn-g {  /* light grey rows for isp links in portal */
	background-color: #F4F4F4;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.pad-alert {  /* UE new, for breadcrumb help icon placement */
	padding-left: 5px;
	padding-top: 2px;
}

/* end 2 column portal classes */
.fff {
	font-size: 10px;
	color: #FFFFFF;
	right: 5px;
}
.ulContent-pad2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tableContent-columnHead-nosort1 {  /* column head for unsortable column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #5873AA;  /* sortable color = #5873AA */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers 
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;*/
}

.tableContent-columnHead-nosort2 {  /* column head for unsortable column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #747474;  /* sortable color = #5873AA */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers 
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;*/
}

.tableContent-columnHead-nosort3 {  /* column head for unsortable column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;  /* sortable color = #5873AA */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers 
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;*/
}

.tableContent-columnHead-nosort4 {  /* column head for unsortable column */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #A3A3A3;  /* sortable color = #5873AA */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers 
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit; 
	cursor: pointer;*/
}

.tableContent-columnHead-a {  /* underlined column to show it's sortable */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #5873AA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: hand;
	voice-family: "\"}\"";
	text-decoration: underline;
    voice-family: inherit; 
	cursor: pointer;
}

.tableContent-columnHead-activeSort-a {  /* underlined column to show it's sortable */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #5873AA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEF9FD;
	/* the code below is used to make the cursor a "hand" in ie 5 and most other major browsers */
	cursor: hand;
	voice-family: "\"}\"";
	text-decoration: underline;
    voice-family: inherit; 
	cursor: pointer;
}
a {
	color: #0033FF; /* 0000FF, 0066FF, 0033FF */
}

