/* Layout styles */
.ulogo {
   height: 60px;
   width: 157px;
   background-repeat: no-repeat;
   background-position: top left;
}

.ubanner {
   height: 60px;
   width: auto;
   background-repeat: no-repeat;
   background-position: top right;
}

.twoColRow
{
    height: 100%;
    vertical-align: top;
}

.twoColLeftCell
{
    background-color: #CCCCCC; /* Should match the .sidebar background */
    width: 12em;
}

.sidebar
{
	width: 100%;
}

.twoColRightCell
{
    background-color: #0058BA; /* Should match the .contentArea background */
    padding: 0px;
    width: auto;
}
.contentArea 
{
    margin: 0px; width: 100%; 
    }

/* 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: 46px;
	text-align: right;
}

/* navbar */
.navbuttons {
	left: 0px;  /* XXX SG 12/3/03 Not all navbuttons have this offset - useradmin has 0px */
	position: relative;
}
.navButton-on {
	background-image: url(images/menuButton_on.gif);
	background-repeat: no-repeat;
}
.navButton-on a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	height: 24px;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 9px;
	margin-right: 9px;
	text-transform: lowercase;
	text-decoration: none;
	white-space: nowrap;
}
.navButton-off a {  /* XXX SG 12/3/03 Navbuttons are a hyperlink */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 9px;
	margin-right: 9px;
	height: 24px;
	line-height: 24px;
	cursor: hand;
	voice-family: "\"}\"";
    voice-family: inherit;
	cursor: pointer;
	white-space: nowrap;
}
.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;
}

/* Drop down boxes should have lowercase text */
SELECT 
{
    text-transform: lowercase;
}

.domainInfo-text { /* XXX SG 12/3/03 Added to display domain.com in siteadmin */
    padding-left: 1em;
    vertical-align: bottom;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 14px;
    color: White;
}


/* 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;
}
.searchbox-contentTable 
{
        width: inherit; /* needed to fix a bug in IE 5 - will be treated as 100% */
}
.sidebarWindow-login {
	background-color: red;
	border: none;
	border-bottom: solid 1px #5F5F5F;
}
.loginInfoBox-Table {  /* UE - new login box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12489E;
	background-color: #FFFFFF;
	text-align: left;
	text-transform: lowercase;
	width: 100%;
}
.sidebar-head-myTaskbars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	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 
{
    text-transform: lowercase;
}
.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-logout a /* XXX SG 12/3/03 This is to make the logout image button clickable */
{
    display: block; 
    width: auto; 
    height: 16px; 
    text-decoration: none;
}
.button-logout a span  /* XXX SG 12/3/03 This is to make the logout image button clickable */
{
    display: none;
}

.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 */
}
/* XXX SG 12/11/03 - we cannot have this fixed width - it ruins all the dynamic of the sidebar
.sidebar-textfield {
	width: 120px;
}
*/

/* content area styles */
.contentArea {
	background-color: #0058BA;
	/* padding: 23px;  XXX SG 12/3/03 We put the padding in main */
}
.main /* XXX SG 12/3/03 We have two levels of divs, the inner one is the main */
{
    padding: 16px;
}
.pageID-home {
	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 12/3/03 Was 24px */
	color: #FFFFFF;
	padding-left: 32px;
	padding-bottom: 6px;
	line-height: 24px;
	text-transform: lowercase;
}
.pageID-home a { /* XXX SG 12/3/03 New - needed because some are links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: underline;
}
.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);
	white-space: nowrap; /* XXX SG 12/3/03 */
	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);
	white-space: nowrap; /* XXX SG 12/3/03 */
	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;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: lowercase;  /* new */
	text-decoration: none;
    white-space: nowrap; /* XXX SG 12/3/03 Needed for actions with whitespace*/
}
.actionBar-button-enabled {  /* UE - added lowercase transformation */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	height: 23px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: lowercase;  /* new */
	text-decoration: none;
    white-space: nowrap; /* XXX SG 12/3/03 Needed for actions with whitespace*/
	/* 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 */
}
.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-subTitle  /* XXX SG 12/3/03 Added this for formtable - verify if still needed */
{
	background-color: #EEF9FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
	text-transform: lowercase;
	height: 24px;
	vertical-align: middle;
	border-top: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	padding-left: 10px;
}
.tableContent-leftColumn 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	/* padding-top: 5px; */
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.tableContent-leftColumn-rightAlign
{
    padding-left: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right; /* XXX Snorri 12/3/03 - was done with two spans (too much code change for us) */
}
.tableContent-rightColumn 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tableContent-middleColumn 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px; 
	padding-bottom: 5px;
	white-space: nowrap;
	vertical-align: middle;
}
.tableContent-middleColumn-cpanel {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tableContent-middleColumn-cpanel a 
{
    text-decoration: none;
}
.tableContent-leftColumn-cpanel {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tableContent-leftColumn-cpanel a 
{
    text-decoration: none;
}
.RadioButtonList 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.progressBar-totalWidth {  /* UE - was 200px, too big */
	width: 150px;
}
.progressBar-small-totalWidth {
	width: 100px;
}
.progressBar-yellow {
	background-image: url(../../images/progressbar_yellow.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-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;
}
.tableContent-columnHead A
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #5873AA;
	/* 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;
}
.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 A 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #5873AA;
	/* 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-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:  repeat-y;
	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;
	vertical-align: top; /* to prevent from floating */
    padding-top: 5px;
    text-transform: lowercase;
}
.subhead-nopadding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
	vertical-align: top; /* to prevent from floating */
        text-transform: lowercase;
}
.subhead-middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
	vertical-align: middle;
    padding-top: 5px;
    text-transform: lowercase;
    white-space: nowrap;
}
.text-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: none;
	vertical-align: top;
}
.text-columnNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
    padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	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;
	text-decoration: none;
	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-item{  /* UE new - help icon in items in formtable */
	background-image: url(images/icon_addToFavorites.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	height: 16px;
	width: 16px;
	cursor: pointer;

}
.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;
	cursor: pointer;
}

.icon-help-page{
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
	padding-left: 25px;
	padding-right:25px;
	padding-top: 10px;
   vertical-align: top;
}

.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;
}
.item-embedded-help {  /* UE new - for embedded help dashed line box for singleitem */
	border: 1px dashed #666666;
}
.sub-header-a {  /* UE new, for config service subheads */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D9F2F7;
	background-image: url(images/headerBackground_options_2.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	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;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
    text-transform: lowercase;
}
.flipper {  /* UE new, for flip list - page flipper area */
	border-top: none #FFFFFF;
	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 */
}
.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;
}

.controlPanel-subhead 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
	vertical-align: top;  /* to prevent from floating */
    padding-top: 5px;
    padding-left: 10px;
    text-transform: lowercase;
}

.controlPanel-subhead-disabled
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	vertical-align: top;  /* to prevent from floating */
    padding-top: 5px;
    padding-left: 10px;
    text-transform: lowercase;
}

/* Navigation panel classes for Ultimate Panel */



.NAV_Panel
{
	background-color:#cccccc;
}

.NAV_GroupHeader
{
	background-color:#114A9B;
	background-image: url(images/menubar.gif);
	color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:Bold;
}

.NAV_GroupHeaderOpen
{
	background-color:#114A9B;
	background-image: url(images/menubar.gif);
	color:#ffffff; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:Bold;
}

.NAV_DisabledGroupHeader
{
	background-color:#6487dc;
	background-image: url(images/menubar.gif);
	color:#dddddd;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;
}

.NAV_Group
{
	border-style:solid;
	border-width:1px;
	border-color:#6487dc;
	background-color:#f5f5f5;
}

.NAV_DisabledItem
{
	color:#a9a9a9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-top:5px;
	padding-left:5px;
	cursor:default;
}

.NAV_Item
{
	color: Black; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	/* text-decoration:Underline; */
	margin-top:5px;
	padding-left:5px;
}


.NAV_ItemOver
{
	color: Black; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	/* text-decoration:Underline; */
	margin-top:5px;
	padding-left:5px;
	cursor:pointer; cursor:hand;
}


.NAV_ItemSelect
{
	color: Black; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:Bold;
	margin-top:5px;
	padding-left:5px;
}

.NAV_ItemTitle
{
	color:Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:Bold;
	margin-top:5px;
	padding-left:4px;
}

.embededHelp 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
/*copy right */

.text-copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-transform: none;
}

.service-section {
	BORDER-RIGHT: #b1b1b1 1px; 
	PADDING-RIGHT: 6px; 
	BORDER-TOP: #b1b1b1 1px; 
	PADDING-LEFT: 6px; 
	BACKGROUND-IMAGE: url(images/background_ice01.gif); 
	PADDING-BOTTOM: 6px; 
	BORDER-LEFT: #cfcfcf 1px; 
	PADDING-TOP: 6px; 
	BORDER-BOTTOM: #b1b1b1 1px solid
}
.service-section2 {
	BORDER-RIGHT: #b1b1b1 1px; 
	PADDING-RIGHT: 6px; 
	BORDER-TOP: #b1b1b1 1px; 
	PADDING-LEFT: 6px; 
	BACKGROUND-IMAGE: url(images/background_ice04.gif); 
	PADDING-BOTTOM: 6px; 
	BORDER-LEFT: #cfcfcf 1px; 
	PADDING-TOP: 6px; 
	BORDER-BOTTOM: #b1b1b1 1px solid
}
.portal-service-column {
	BORDER-TOP-WIDTH: 1px; 
	BACKGROUND-IMAGE: url(images/background_ice01.gif); 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #b1b1b1; 
	BORDER-LEFT: #cfcfcf 1px solid; 
	BORDER-TOP-COLOR: #b1b1b1; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #b1b1b1
}
.portal-service-column2 {
	BORDER-TOP-WIDTH: 1px; 
	BACKGROUND-IMAGE: url(images/background_ice04.gif); 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #b1b1b1; 
	BORDER-LEFT: #cfcfcf 1px solid; 
	BORDER-TOP-COLOR: #b1b1b1; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #b1b1b1
}
.marketing-subhead2 {
	FONT-WEIGHT: bold; 
	COLOR: #12347c; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.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;
}
.service-description {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.service-actions {
	TEXT-ALIGN: right
}

.padding-stats {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.header-stats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #12347C;
	text-transform: lowercase;
}

.header-dashboard-a {  /* site portal - right aligned gradient, no font style */
	background-color: #D7F2F9;
	background-image: url(images/headerBackground_dashboard.jpg);
	background-repeat: repeat-y;
	height: 32px;
	padding-left: 10px;
	text-transform: lowercase;
	background-position: right;
}

.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;
	font-weight: normal;
	color: #12347C;
	padding-left: 5px;
	text-transform: lowercase;
	line-height: 18px;
}
.padding-header {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.top-pad-site-header-icon {  /* to align icons in the portal headers */
	padding-top: 2px;
}
.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;
}
.dashboard-navbuttons {
	left: 0px;  /* XXX SG 12/3/03 Not all navbuttons have this offset - useradmin has 0px */
	position: relative;
	width: 100%;
}

.advSearch-leftColumn
{
    padding-left: 12px;
    padding-right: 12px;    
}

.advSearch-middleColumn
{
    padding-left: 5px;
    padding-right: 5px;    
}

.advSearch-TopRow {
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
}

.advSearch-SecondRow {
    border-top: 0px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
}
.edit-part{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
}

.mode-part{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.footer-zone  
{
	background-color: #EEF9FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
        font-weight: bold;
	color: #12347C;
	height: 26px;
	vertical-align: middle;
	border-top: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	padding-left: 10px;
	text-transform: lowercase;
}

.chromep-style
{
	background-color: #EEF9FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: normal;
	color: #12347C;
	text-transform: lowercase;
	height: 24px;
	vertical-align: middle;
	border-top: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	padding-left: 10px;
}

.header-zone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #12347C;
	background-color: #0187CE;
	background-image: url(images/headerBackground_dashboard.jpg);
	background-repeat:  repeat-y;
	height: 26px;
	line-height: 24px;
	padding-left: 10px;
	text-transform: lowercase;
}

.part-style
{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
	background-color: #FFFFFF;
	foreground-color: #12347C;
}

.label-part
{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
}
.titlebar
{
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
	foreground-color: #12347C;
}
.WebPartTitle{
 font-size: 8pt;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 color: #FFFFFF;
 width: 100%;
 background-color:#FFFFFF;
}

.MyWebZone
{
  background-color=#0187CE;
  font-size: 8pt;
  font-family:Verdana;
  color=#CCCCCC;
  height=100%;
}

.dashboard-WebZone
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5D81A5;
    vertical-align: top; /* to prevent from floating */
    padding-top: 1px;
    text-transform: lowercase;
}

.MyVerb{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FFFFFF;
}

.text-normal-attention {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: Red;
	text-decoration:blink;
	text-transform:lowercase;
	vertical-align: top;
	white-space:pre-wrap;
}
.text-normal-attention a
{
    color:red;
}
.header-dashboard-webpart {
	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:  repeat-y;
	height: 15px;
	padding-left: 2px;
	text-transform: lowercase;
}
.table-BarChart-container {
	position:relative;
	width:200px;
	height:15px;
	padding:0px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.table-BarChart-gradient {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:15px;
	background-image: url(../../images/gradient.gif);
	background-repeat:no-repeat;
}
.table-BarChart-mask {
	position:absolute;
	font-size:1px;
	width:200px;
	height:15px;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
}
.table-BarChart-progressIndicator {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#C0C0C0;
	text-align:center;
}

.table-tab-control{
	position:relative;
	border: 0px;
	/*border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;*/
	padding: 4px 10px;
}
.table-tab-page{
	position:relative;
	top:0px;
	left:0px;
}
.ajaxWait
{
    
    /*font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5D81A5;
    vertical-align: top; 
    text-transform: lowercase;
    */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:Black;
    position:absolute;
    top:50%;
    left:40%;
    width:100px;
    height:50px;
    border:solid 1px;
    padding-top:3px;
    padding-bottom:0px;
    background-color:White;
    padding-left:1px;
    padding-right:1px;
    font-size:10px;
    text-align:center;
    text-transform: lowercase;
}
/* Ultimate Menu*/
.WebExMenu{
    background-image: url(images/menubar.gif);
    cursor:default;
}

.WebExGroup
{
    background-color: #12347C;
    cursor:pointer;
    cursor:hand;
}

.WebExGroupFooter{
    cursor:default;
}

.WebExMenuItem{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 24px;
	text-decoration: none;
	white-space: nowrap;
        text-transform:lowercase;
        text-align:center;
        cursor:pointer;
        cursor:hand;
}

.WebExMenuItemOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9CCFFF;
	height: 24px;
	text-decoration: none;
	white-space: nowrap;
        text-transform:lowercase;
        text-align:center;
        cursor:pointer;
        cursor:hand;
        voice-family: "\"}\"";
        voice-family: inherit;
}

.WebExItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;     
    color: #FFFFFF;
    height: 20px;
    width:150px;
    text-decoration: none;
    white-space: nowrap;
    text-transform:lowercase;
    text-align:left;
    cursor:pointer;
    cursor:hand;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.WebExItemOver
{
    background-color: #9CCFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;     
    color: Black;
    height: 20px;
    width:150px;
    text-decoration: none;
    white-space: nowrap;
    text-transform:lowercase;
    text-align:left;
    cursor:pointer;
    cursor:hand;
    voice-family: "\"}\"";
    voice-family: inherit;
}
.WebExItemDisabled
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;     
    font-weight:bold;
    color: #9CCFFF;
    height: 20px;
    width:150px;
    text-decoration: underline;
    white-space: nowrap;
    text-transform:lowercase;
    text-align:left;
    cursor:default;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.CMenu
{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:1px;
	cursor:pointer;
	cursor:hand;
}

.CGroup
{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:1px;
	cursor:pointer;
	cursor:hand;
}

.CItem
{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-family:Verdana;
	font-size:11px;
}


.CHeadItem
{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-family:Verdana;
	font-size:11px;
        text-decoration: underline;
        font-weight:bold;
}

.CItemOver
{
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
	font-family:Verdana;
	font-size:11px;
}

.CHeadItemOver
{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-family:Verdana;
	font-size:11px;
        cursor:default;
}
/*ACL styles */
.ACL_MaincontainerItem{
    padding-left:4px;
}
.ACL_Group /*<TABLE>*/{
    border-style:solid;
    border-width:0px;
    border-color:#6487dc;
    background-color:#f5f5f5;    
}
.ACL_HeaderContainer /*<TABLE>*/
{
    border: 1px solid #CFCFCF;
    padding-left:2px;
}

.ACL_EventContainer{
    border-bottom: solid 1px #CFCFCF;
    border-right : solid 1px #CFCFCF;
    border-left: solid 1px #CFCFCF;
	
}
.ACL_ChildActionContainer
{
   padding-left:4px;
   padding-bottom:4px;
   padding-right:4px;
}
.ACL_HeaderItemContainer /*<TR>*/
{
    	background-color: #EEF9FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
	text-transform: lowercase;
	height: 24px;
	vertical-align: middle;
	padding-left: 10px;
}
.ACL_Item /*<TD>*/
{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D81A5;
	height: 24px;
	text-decoration: none;
	white-space: nowrap;
        text-transform:lowercase;
        text-align:left;       
}
/* pop up */
 .dhtmlwindow{
    position: absolute;
    border: 1px solid #6487dc;
    visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
    padding: 1px;
    text-indent: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;    
    background-color: #EEF9FD;
    color: #5D81A5;
    cursor: move;
    overflow: hidden;
    width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: hand;
    cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
    border-top: 1px solid #6487dc;
    height: 150px;
    padding: 2px;
    overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
    border-top: 1px solid gray;
    background-color: #F8F8F8;
    height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
    float: right;
    width: 13px; /*width of resize image*/
    height: 13px; /*height of resize image*/
    cursor: nw-resize;
    font-size: 0;
}

.thePopUpDialogBoxBackgroundShadow
{
    background-color:blue;
}

.windowBorder-popup-dashbardContent {
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
}

/*End styles*/

