/*** ---- COMMMON STYLE START ----- ***/ 
body
{
    FONT-WEIGHT: normal;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    FONT-SIZE: 10pt;
    COLOR: black;
    margin:0px;
    COLOR: #000000;
}
.TopMenu img,
.pageLogo,
.box-imgpng,
.pngimg
{
    /* leave the img tag to fix png files in IE 5.5 & 6 */
    behavior: url('/CortexDotNet/js/pngfix.htc');
}
table
{
	font-size: 10pt;
}
.heading1, .pageTitle
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 22px;
    BORDER-LEFT: medium none;
    LINE-HEIGHT: normal;
    BORDER-BOTTOM: medium none;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    color: #003366;
}
.heading2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: Navy;
}
.heading3, .heading3box, .pageSubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR : Navy;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.heading3box 
{
    margin-left: 15px;
}

.body1
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 17px;
}
.tableheading2, 
.tableheading2tl,
.tableheading2tr,
.tableheading2bl,
.tableheading2br,
.tableheading2spacer
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    LINE-HEIGHT: 20px;
    BACKGROUND-COLOR: #79adc7;
    TEXT-ALIGN: center;
    vertical-align:top;
    font-size:9pt;
}
.tableheading2spacer
{
    height: 9px;
}
.tableheading2tl
{
    background-image: url('/CortexDotNet/pics/cornerl.gif'); 
    background-repeat: no-repeat;    
}
.tableheading2tr
{
    background-image: url('/CortexDotNet/pics/cornerr.gif'); 
    background-repeat: no-repeat; 
    background-position: right top;
}
.tableheading2bl
{
    background-image: url('/CortexDotNet/pics/cornerbl.gif'); 
    background-repeat: no-repeat;
	background-position: left bottom;
    height: 9px;
}
.tableheading2br
{
    background-image: url('/CortexDotNet/pics/cornerbr.gif'); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    height: 9px;
}
.tabletext2,
.tabletext2Alt
{
    FONT-SIZE: 11px;
    LINE-HEIGHT: 18px;
    vertical-align:middle;
}
.tabletext2Alt
{
    BACKGROUND-COLOR: #F7F8FE;
}
.MenuStyle 
{
	background-color:white;
	border:1px;
	border-style:solid;
	border-color:Gray; 
	width: 180px;	
}
.MainMenu, .MainMenuHover, .MainMenuStyle
{
   width: 160px;
   cursor: pointer;
   background-color: #F9F9F9;
   padding: 2px;
}
A.MainMenuHover,
A.MainMenuHover:link,
A.MainMenuHover:active,
A.MainMenuHover:hover,
A.MainMenuHover:visited,
.MainMenuHover 
{
    background-color: #79adc7;
    color: White;
    text-decoration: none;
}
.MenuItem,
.MenuItemOver
{
  color:black; 
  font-family:MS Sans Serif; 
  font-size:9px; 
  padding:5px;
  padding-left:5px;
  padding-right:10px;
  cursor:pointer; 
  width:160px;
}
.MenuItemOver
{
  background-color:#7FB5EA; 
}
.MenuItem
{
  background-color :#F9F9F9; 
}
.MenuItemOver
{
  background-color:#7FB5EA; 
}
.MenuBreak {
	PADDING-LEFT: 45px; 
	BACKGROUND-COLOR: gray;
	width: 180px;
}
.Panel
{
	border: #aaaaaa 1px solid;
	background-color: #FBFBFA;
}
.LabelWizard,
.labelleftbold
{
    FONT-WEIGHT: bolder;
    TOP: 0pt;
    TEXT-ALIGN: left;
}
.LabelWizard
{
    color: Black;
}
.LabelControl
{
    font-size: 10pt;
    color: Black;
    font-family: Arial;
    top: 0pt;     
    text-align: left;
}
.SmallLabelControl
{
    FONT-SIZE: 8pt;
    TOP: 0pt;
} 
/*service provisioning*/
td.rowA, td.rowAalt
{
	background:#f4f4f9;
	text-align: center;
	color: #3c3c3c;
}
td.rowAalt
{
	background:#eef0f6;
}
td.rowB, td.rowBE, td.rowBEAlt
{
	background:#f4f4f9;
	cursor: pointer;
}
td.rowHE, td.rowHEAlt, td.rowHC, td.rowHCAlt
{
	background-color:#ececd9;
}
td.rowBE, td.rowBEAlt, td.rowHE, td.rowHEAlt, td.rowHC, td.rowHCAlt
{
    background-image:url('/CortexDotNet/pics/exp1.gif'); 
    background-repeat: no-repeat; 
    background-position: right;
}
td.rowBEAlt 
{
    background-color: #eef0f6;
}
td.rowHC, td.rowHCAlt
{
    background-image:url('/CortexDotNet/pics/coll1.gif'); 
}
.divinfo {
	position: absolute;
	TOP: 2px;
	left: 362px;
	height:93%;
	width: 194px;
	z-index:1; 
    padding: 5px 5px 5px 5px;
    background-color: #F6F6F7;
}

.MenuItemTab, 
.MenuItemOverTab, 
.SelectedMenuItemTab 
{
  background-color:white;
  background-image:url(/CortexDotnet/Pics/bg2.gif);
  color:black;
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#808080;
  padding:4px;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
}
.MenuItemOverTab 
{
  overflow:visible;
  color:gray;
  position:relative;
  z-index:1;
}

.SelectedMenuItemTab 
{
  overflow:visible;
  border-bottom:none;
  position:relative;
  z-index:1;
  cursor:default;
}
.PanelBody
{
	border: #808080 1px solid;
	width:750px;
}
.dgrid
{}

/*** CheckedListBox ***/

.chkListTable
{
	font-size: 13px;
	width: 100%;
}
.chkListRow 
{}
.chkListHover
{
	background-color: #ffffcc;
}

/*report*/
.ExpandHeader
{
    width:100%; 
    background-color: #008cd4; 
    border-bottom: solid 1px black;
}
.ExpandText
{
    font-size: 16px;
    color: White;         
}
A.reportmenu,
A.reportmenu:active,
A.reportmenu:hover,
A.reportmenu:visited
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR: #0460BC;
    TEXT-DECORATION : underline;
    TOP: 0pt;
}
/*** ---- COMMMON STYLE END ----- ***/
.heading
{
    BORDER: medium none;
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: Navy;
} 
.MainTable
{
    vertical-align:middle;
    LINE-HEIGHT: 18px;
}
.tabletext2selected,
.tabletextAltSelected
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    LINE-HEIGHT: 18px;
    FONT-STYLE: italic;
    }
.tabletextAltSelected
{
    BACKGROUND-COLOR: #cccccc;  
}
.body1active,
.body1hover
{
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
}
A.body1:link
{
    FONT-SIZE: 12px;
    COLOR: #000000;
}
A.body1:visited,
A.body1:active,
A:link,
A:visited
{
    FONT-SIZE: 12px;
    COLOR: #0460BC;
	TEXT-DECORATION: none;
}
A.body1:hover,
A:hover
{
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
}
A:active
{
    FONT-SIZE: 12px;
}
A.menu1:link
{
    FONT-SIZE: 11px;
    COLOR: #000000;
}
A.menu1:visited
{
    FONT-SIZE: 11px;
    COLOR: #666666;
}
A.menu1:hover
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    TEXT-DECORATION: underline;
}
A.menu1:active
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    BACKGROUND-COLOR: #f3f3f3;
}
.errortext
{
    COLOR: red;
}
.success
{
    COLOR: green;
}
.infotext
{
    COLOR: gray;
}

UL
{
    FONT-SIZE: x-small;
    LIST-STYLE-IMAGE: url(/images/acnvbul3.gif);
    COLOR: #000000
}
.navtrail
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-LEFT: 0 none;
    BORDER-TOP: 0 none;
    BORDER-RIGHT: 0 none;
    BORDER-BOTTOM: #ffffff 2px solid;
}
.reporttitle
{
    FONT-WEIGHT: bolder;
    COLOR: #000000;
    BACKGROUND-COLOR: #339999;
    TEXT-ALIGN: left
}
.formtextbold
{
    FONT-WEIGHT: bolder;
}
.formcellleft
{}
.labelleft
{}
.labelleftalert
{
    FONT-WEIGHT: bolder;
    COLOR: red;
    TEXT-ALIGN: left
}
.labelcenter
{
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: center
}
.formparagraph
{
    TEXT-ALIGN: justify
}
.customertitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 18pt;
    text-align:center
}
.reportbody
{
    BORDER: #339999 1px solid;
    BACKGROUND-COLOR: white
}
.DayHeaderStyle
{
    BACKGROUND-COLOR: #99cccc
}
.TitleStyle
{
    BORDER-COLOR: #3366cc;
    BACKGROUND-COLOR: #99cccc;
}
.trigger 
{ 
	CURSOR: pointer;
	font-weight:bold; 
} 

A.poweredby,
A.poweredby:link,
A.poweredby:active,
A.poweredby:hover,
A.poweredby:visited,
.SmallLabelFade,
.poweredby
{
    font-size: 8pt;
    color: Gray;
    text-decoration: none;
    top: 0pt;
} 
.poweredby
{
    text-align: center;
    padding-top: 8px;
}
A.poweredby:hover
{
    color: Black;
    text-decoration: underline;
}
.LabelError
{
    FONT-WEIGHT:bold;
    COLOR:Red;
    TOP: 0pt;
}
.TopMenuGroup,
.MenuGroup,
.FloatingMenuGroup
{ 
  background-image:url(/CortexDotNet/Pics/background.gif); 
  border-color:#7E7E81;
  border-style:solid;
  border-width:1px; 
  cursor:pointer; 
  width:163px;
}
.MenuGroup
{ 
  width:160px;
}
.FloatingMenuGroup
{
  border-top-style:none;
}
.mf {
	DISPLAY: none; LEFT: 0px; POSITION: absolute; TOP: 0px
}
td.mp
{
	padding: 0;	
	width: 12px;
	height: 24px;
	text-align: right;
}
.MenuImage 
{
	background-color: #F9F9F9;
	width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
}
.hidden
{
	visibility:hidden;
}
.heading4
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    TOP: 0pt;
}

A.reportitem,
A.reportitem:active,
A.reportitem:hover,
A.reportitem:visited,
A.reportsubmenu,
A.reportsubmenu:active,
A.reportsubmenu:hover,
A.reportsubmenu:visited
{
    TOP: 0pt;
}
.MenuTopVertical
{
    TOP: 0pt;
	cursor:pointer;	
}

.TabPage,
.TabPage2
{
	border: #aaaaaa 1px solid;
	background-color: #eeeeee;
}
.TabSpacer
{
	background-image:url(/CortexDotnet/Pics/bg2.gif);
	height:5px;
	z-index:0;
}
.WidthSmall
{
	width: 120px;
}
.WidthMedium
{
	width: 150px;
}
.WidthLarge
{
	width: 200px;	
}
.breadcrumbs
{
	font-size:10px;
	margin-left: 6px;
}
.treeNode
{
	font-size:11px;
}
.treeNodeSelected
{
	font-size:11px;
	background-color: #FCF7B6;
}
.treeNodeHover
{
	font-size:11px;
	TEXT-DECORATION: underline;
	cursor : pointer 
}
.treeNodeParent,
.treeNodeChild
{ 
	font-size:10px;
	cursor : default;
}
.treeNodeParent
{
	font-weight: bold;
}
.impersonate 
{
	background-color: #FF9966;
	border-bottom: double 5px #A1A3A4;
}
 
/*** Disabled text box Style ***/ 
.txtDisabled
{
    color : Gray;
	background-color: #f1f1f1;
}
 
/*** Service Provisioning Styles ***/

.ServiceAction
{
	background-color: #F5F6F8; 
	padding:3px;
	width: 97%;
}
td.frame 
{
	border:3px solid #0099CC;
	padding: 0px;
}
.preService
{
	color: gray; 
	font-size: 10px;
}
DIV#success
{
	border: solid 1px green;
    COLOR: green;
    TEXT-ALIGN: left;	
} 
DIV#repLoading
{
	position: absolute; 
	width:100%; 
	border: solid 2px black; 
	background-color: #FCF7B6; 
	height:50px; 
	text-align: center; 
	vertical-align: middle; 
	z-index: 5000;
}
.errorHover
{
    visibility: hidden;
    position: absolute;
    width: 300px;
    z-index: 333;
    background-color: #FFFEF0;
    border: solid 1px #CFCFCF;
    padding: 3px 3px 3px 3px;
} 

/** Absolute Items Start 
	If you change the left margin on the mainborder, you must 
	update the other Absolute elements too.
**/

DIV#mainborder
{
	width: 100%;
}
.info {
	float: right; margin-top: -15px; cursor: pointer;
}
.info2 {
	position: absolute; left: 680px; cursor:pointer;
} 
.cUserWarning {
	float: left; margin-top: -15px; cursor: pointer;
}
.cServiceWarning  {
	float: left; margin-top: -15px; cursor: pointer;
}
.uServiceWarning 
{
    float: left; margin-top: -15px; cursor: pointer;
}
.mailboxstore 
{
	POSITION:absolute; left:310px; width:360px;
	border: #aaaaaa 1px solid;
	background-color: #FBFBFA;
}
/** Absolute Items End **/
 
.ServiceDiv
{
	position:absolute; 
	left: 5px;
	background:lightyellow;
	border:solid 1px gray;
	overflow:auto;
	padding:3px; 
	width: 180px;
	height: 200px;
    z-index: 1000;
}
.importlist,
.importloading
{
    border: solid 1px gray; 
    background-color:#f0f0f6; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-image: url(/CortexDotNet/pics/excellarge.gif);
    width: 600px;
}
.importloading
{
    cursor: wait;
}  

/*** AutoSuggestBox ***/

.asbMenu 
{
	border: solid 1px #7b8ea5; 
	background: #ffffff;
	position: absolute;
	padding: 5;
	white-space: nowrap;
	width: 230px;
	z-index: 1000;
	font-size: 12px;
}
.asbMenuBase
{
	position: absolute;
	z-index: 1000;
}		
.asbMenuItem
{			
	background: #ffffff;
	cursor: pointer;
}
.asbSelMenuItem
{			
	background: lightblue;
	cursor: pointer;
	white-space: nowrap;
}
/** calendar **/

.Calendar {
    width:200px; 
    font-family: Verdana; 
    font-size: 10px; 
}
.CalTodayDayStyle {
    background-color:#F8CDAA;
}
.CalDayHeaderStyle {
    background-color:#e4e4e4;
}
.CalWeekendDayStyle {
    background-color:#daeeff;
}

/** requests tree **/

.successmsg,
.failedmsg
{
    font-size: 8pt;
    background-repeat: no-repeat; 
    padding-left: 25px; 
    width: 500px; 
}
.successmsg
{
	background-image: url(/CortexDotNet/pics/service/information.gif); 
}
.failedmsg
{
    background-image: url(/CortexDotNet/pics/service/warning.gif); 
}

/** rounded boxes **/

.box-topleftmain,
.box-topleft,
.boxAlt-topleft
 {
    margin-right: 9px;
    background-image: url('/CortexDotNet/pics/corners.gif');
    height: 9px;
    font-size: 2px;
}
.box-toprightmain,
.box-topright, 
.boxAlt-topright {
    margin-top: -9px;
    margin-left: 9px;
    background-image: url('/CortexDotNet/pics/corners.gif'); 
    background-position: 100% 0;
    height: 9px; 
    font-size: 2px;
}
.box-bottomleftmain,
.box-bottomleft,
.boxAlt-bottomleft {
    margin-right: 9px;
    background-image: url('/CortexDotNet/pics/corners.gif');
    background-position: 0 -9px;
    height: 9px;
    font-size: 2px;
}
.box-bottomrightmain,
.box-bottomright,
.boxAlt-bottomright {
    margin-top: -9px;
    margin-left: 9px;
    background-image: url('/CortexDotNet/pics/corners.gif'); 
    background-position: 100% -9px;
    height: 9px; 
    font-size: 2px; 
}
.box-topleftmain,
.box-toprightmain,
.box-bottomleftmain,
.box-bottomrightmain
{
    background-image: url('/CortexDotNet/pics/cornersw1.gif');
}
.box-inside,
.box-insidemain,
.boxAlt-inside {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
.box-insidemain
{
	background-color: White;
	text-align: left; 
}
.boxAlt-topleft, 
.boxAlt-topright,
.boxAlt-bottomleft,
.boxAlt-bottomright,
.boxAlt-inside {
    background-color: #f1f3f8;
}

.tableSideBox 
{
    width:264px;
}
.tableSideInBox
{
    width:100%; 
    margin-left: 10px;
}
.linkRow
{
    cursor: pointer;
}
.box-img, 
.box-imgpng,
.box-imgw
{
    position: absolute; 
    margin-left: -10px; 
    margin-top: -10px;
}
.box-imgw 
{
    margin-top: -7px;
}
.box-imgpng 
{
   width: 35px;
   height: 35px;
}
/* Menu */

.dock {
	position: absolute; 
	height: 50px; 
	width:100%;
	text-align: center;
	margin-top: -25px;
}

.dock-item img {
	border: none; 
	margin: 5px 20px 0px; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
/*** PasswordStrength Related Styles ***/

.BarBorder
{
    border-style:solid;
    border-width:1px;
    width:160px;
    vertical-align:middle;
}
.BarIndicator_weak
{    
    background-color:Red;
}
.BarIndicator_average
{
    background-color:Blue;
}
.BarIndicator_good
{
    background-color:Green;
}
.pageLogo
{
    position: absolute; 
    margin-left: -40px; 
    margin-top: -40px;
    height: 75px;
    width: 75px;
}
.pageTitle
{
    margin-left: 50px; 
    font-size: 28px;
}
.pageSubTitle
{
    margin-left: 50px;
    color: #548fac;
}
.pageBackground 
{
    background-image: url('/CortexDotNet/pics/bg_default.jpg');
    background-repeat:repeat-x;
    background-color:#000000;
    padding: 0; 
    margin: 0;
}
.pageContentBackground 
{
    width:940px;
    height:100%;
}
.MainTableInside
{
    height: 97%;
    overflow: auto;
}
.pageSideBar
{
    width:300px;
}
.topbarspacer 
{
    height: 25px;
}
A.loginlabel,
A.loginlabel:link,
A.loginlabel:active,
A.loginlabel:hover,
A.loginlabel:visited,
.loginlabel
{
    text-align: right;
    padding-right: 11px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 9pt;
    color: #909090;
}
A.loginlabel,
A.loginlabel:link,
A.loginlabel:active,
A.loginlabel:hover,
A.loginlabel:visited
{
     font-weight: bold;
     color: White;
}
A.impersonatelabel,
A.impersonatelabel:link,
A.impersonatelabel:active,
A.impersonatelabel:hover,
A.impersonatelabel:visited,
.impersonatelabel 
{
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 9pt;
    color: White;
    background-color: #3d73ca;
}

table.grid
{
    border-color: #CCCCCC;
    margin-top: 8px;
}
table.expandTable 
{
    width: 600px;
    border-style: none;
    border-collapse: collapse;
}
table.expandTable td 
{
    padding:5px;
}
table.expandTable th
{
    padding:5px;
}
.MenuLinks
{
    font-size: small;
    color: #8d8d8d;
}
.pageTable 
{
    width: 100%; 
    height: 100%;
}
.connectionTest
{
    float: right; margin-top: -15px; cursor: pointer;
}

A.menulnk,
A.menulnk:active,
A.menulnk:hover,
A.menulnk:visited
{
    text-decoration: none;
}
A.menulnk:hover
{
    color: Black;
    text-decoration: underline;
}
.ContentInfoBar
{
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
}
.topinfobar 
{
 position: absolute;
 margin-left: 700px;
 margin-top: -17px;
}
.topinfobart
{
    background-image: url('/CortexDotNet/pics/barcornert.gif');
    font-size: 8pt;
    color: Gray;
}
.topinfobarl,
.topinfobarr
{
    background-image: url('/CortexDotNet/pics/barcornerl.gif'); 
    width: 7px; 
    height: 18px;
}
.topinfobarr
{
    background-image: url('/CortexDotNet/pics/barcornerr.gif'); 
}
.top_banner {
    background-image:url('/CortexDotNet/pics/logo_border.png');
    background-repeat:no-repeat;
    background-position: top left;
    width: 939px;
}
.iframebody
{
    background-image: url('/CortexDotNet/pics/spirals.gif'); 
    background-repeat: no-repeat;
}
.TopMenu img 
{
    width: 45px;
    height: 45px;
}
.errorTable, .errorTableFull, .errorTableS
{
	background-color: #FFFEF0;
	border: solid 1px #CFCFCF;
	margin-left: 13px;
	width: 340px;
	margin-top: 5px;
}
.errorTableFull
{
	width: 100%;
	margin-top: 8px;
}
.errorTableS 
{
	width: 555px;
}

