body {
  margin:0px;
  padding:0px;
}

#dataListHeader, #dataListFooter {
  text-align:center;
  font-size:smaller; 
  width:100%;
}

#help {
  color: white;
  width: 475px;
  padding: 10px;
  border: thin solid #fce4a4;
}

#profile_pic {
    width:100%;
    text-align:center;
}

#drdLink:hover {
  color:black;
  text-decoration:none;
}

.ContextMenuPanel {
  border: 1px solid #868686;
  z-index: 1000;
  background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
  cursor: default;
  padding: 1px 1px 0px 1px;
  FILTER: alpha(opacity=90);
  opacity: 0.9;
}

.ContextMenuBreak {
  margin:1px 1px 1px 32px;
  padding:0;
  height:1px;
  overflow:hidden;
  display:block;
  border-top: 1px solid #C5C5C5;
}

.blankspace {
  background:white;
  FILTER: alpha(opacity=50);
  opacity: 0.5;
}

.ContextMenuItem {
  width:100%;
}

a.ContextMenuItem:link {
  width:100%;
  margin: 1px 0 1px 0;
  display: block;
  color: darkslategray;
  text-decoration: none;
  font-size:smaller;
  cursor: pointer;
  padding: 4px 19px 4px 33px;
  white-space: nowrap;
}

a.ContextMenuItem-Selected {
  font-weight: bold;
}

a.ContextMenuItem:hover {
  background-color: #FFE6A0;
  color: #003399;
  border: 1px solid #D2B47A;
  padding: 3px 18px 3px 32px;
  width:100%;
}

.dragIcon {
  FONT-WEIGHT: bold;
  CURSOR: move;
  TEXT-ALIGN: center
}

.ajax__tab_default .ajax__tab_header
{
    white-space: normal!important;
}

/* Animation */

.dlitemstyle table a, .dlitemstyle a {
        color:white;
}

.dlaltitemstyle table a, .dlaltitemstyle a {
}

.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}

.watermark {
       color:gray;  
}

wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;
position:absolute; 

}

#flyout_result {
  width:300px;
  BORDER-RIGHT: #cccccc 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #cccccc 1px solid;
  DISPLAY: none;
  PADDING-LEFT: 5px;
  FONT-SIZE: 12px;
  Z-INDEX: 2;
  FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  PADDING-BOTTOM: 5px;
  BORDER-LEFT: #cccccc 1px solid;
  PADDING-TOP: 5px;
  BORDER-BOTTOM: #cccccc 1px solid;
  BACKGROUND-COLOR: #ffffff;
  text-align:center;
  opacity: 0;
}


/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:dotted;
	border-width:1px;

}

/* static footer */

#staticFooter {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  BACKGROUND-COLOR:  #ffffdd;
  Border-top: darkgray 3px solid;
  height:31px;
  z-index:1000;
  margin-top:-3px;
  padding-top:0px; 
}

#staticFooter a {
  color:black;
  text-decoration: underline;
}

/* Miscellaneous */

body (
  width:100%;
)

.snb {
  width:330px;
}

#toggle {
  position:absolute;
  left:140px;
  top:20px;
  z-index:10;
}

#toggleGraphicLeft {
  background:url(images/arrowleft_32.png) no-repeat;
  width:64px;
  height:64px;
}

#toggleGraphicRight {
  background:url(images/arrowright_32.png) no-repeat;
  width:64px;
  height:64px;
}

#containerSub #toggle {
  left:5px;
  top:0px; 
}

#containerSub #menu {
  top:0px;
}

#containerSub #pageHeader {
  display:none;
}

#containerSub #linkList {
  display:none;
}


#containerSub #contentBody {
  margin-left:5px;
  padding-left:5px;
}

#containerSub #mainBody {
  margin-left:5px;
  padding-left:5px;
}

#containerSub #pageTitle {
  top:2px;
}

#nb_divider {
  color:white;
  padding:4px;
  margin:0px;
  margin-top:-12px; 
}

#linkList {
  z-index:5;
}

.TextIndicator_TextBox1 {
         background-color:Gray;
         color:White;
         font-family:Arial;
         font-size:x-small;
         font-style:italic;  
         padding: 2px 3px 2px 3px;   
    }

#help {
  color:blue; 
}

.helplink {
  margin-right:14px;
  border-bottom: dashed 1px;
  padding-top:0px;
  padding-bottom:10px;
}

.helplink a, .helplink a:link, .helplink a:visited {
  text-decoration:none;
}

.footerPanel {
  width:165px;
  margin-bottom:3px;
  margin-left:-6px; 
  BORDER-RIGHT: darkgray 3px solid;
  PADDING-RIGHT: 3px;
  BORDER-TOP: darkgray 3px solid;
  PADDING-LEFT: 3px;
  PADDING-BOTTOM: 3px;
  BORDER-LEFT: darkgray 3px solid;
  COLOR: black; PADDING-TOP: 3px;
  BACKGROUND-COLOR:  #ffffdd;
}

.MyTabs .ajax__tab_tab {
	PADDING-RIGHT: 4px;
        PADDING-LEFT: 15px;
        PADDING-BOTTOM: 4px;
        MARGIN: 0px;
        PADDING-TOP: 4px;
        HEIGHT: 25px;
        text-decoration:underline; 
}
.MyTabs .ajax__tab_hover .ajax__tab_tab {
	PADDING-LEFT: 15px; BACKGROUND: url(images/pinyellow.png) no-repeat
}
.MyTabs .ajax__tab_active .ajax__tab_tab {
	PADDING-LEFT: 15px; BACKGROUND: url(images/pinred.png) no-repeat
}
.MyTabs .ajax__tab_body {
	BORDER-RIGHT: 1px solid;
        PADDING-RIGHT: 8px;
        BORDER-TOP: 1px dotted;
        MARGIN-TOP: 8px;
        PADDING-LEFT: 8px;
        FONT-SIZE: 10pt;
        PADDING-BOTTOM: 8px;
        BORDER-LEFT: 1px solid;
        BORDER-BOTTOM: 1px solid;
        FONT-FAMILY: verdana,tahoma,helvetica;
        BACKGROUND-COLOR: transparent;
        Min-Height:400px;
}

.watermark {
	BACKGROUND: #ffaaff
}
.popupControl {
	BORDER-RIGHT: white 2px solid;
        BORDER-TOP: white 2px solid;
        VISIBILITY: hidden;
        BORDER-LEFT: white 2px solid;
        BORDER-BOTTOM: white 2px solid;
        POSITION: absolute;
        BACKGROUND-COLOR: #aad4ff
}
.modalBackground {
	BACKGROUND: black;
        FILTER: alpha(opacity=70);
        LEFT: 0px;
        POSITION: absolute;
        TOP: 0px;
        opacity: 0.7;
}
.modalPopup {
	BORDER-RIGHT: darkgray 3px solid;
        PADDING-RIGHT: 3px;
        BORDER-TOP: darkgray 3px solid;
        PADDING-LEFT: 3px;
        PADDING-BOTTOM: 3px;
        BORDER-LEFT: darkgray 3px solid;
        COLOR: black; PADDING-TOP: 3px;
        BORDER-BOTTOM: darkgray 3px solid;
        BACKGROUND-COLOR:  #ffffdd;
}

.modalPopup p, .modalPopup table p {
        padding-top:5px;
        padding-bottom:5px;
}

.modalPopup a:link, .modalPopup table a:link, .modalPopup a:visited, .modalPopup table a:visited  {
       color: black;
       text-decoration:underline; 
}

.modalPopup a:hover {color: black;
}

.mycalendar .ajax__calendar_container {
	BORDER-RIGHT: 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 11px; BACKGROUND: #606060; PADDING-BOTTOM: 4px; BORDER-LEFT: 1px solid; WIDTH: 170px; CURSOR: default; PADDING-TOP: 4px; BORDER-BOTTOM: 1px solid; FONT-FAMILY: tahoma,verdana,helvetica; POSITION: absolute; TEXT-ALIGN: center
}
.mycalendar .ajax__calendar_body {
	MARGIN: auto; OVERFLOW: hidden; WIDTH: 170px; POSITION: relative; HEIGHT: 139px
}
.mycalendar .ajax__calendar_days {
	LEFT: 0px; MARGIN: auto; WIDTH: 170px; POSITION: absolute; TOP: 0px; HEIGHT: 139px; TEXT-ALIGN: center
}
.mycalendar .ajax__calendar_months {
	LEFT: 0px; MARGIN: auto; WIDTH: 170px; POSITION: absolute; TOP: 0px; HEIGHT: 139px; TEXT-ALIGN: center
}
.mycalendar .ajax__calendar_years {
	LEFT: 0px; MARGIN: auto; WIDTH: 170px; POSITION: absolute; TOP: 0px; HEIGHT: 139px; TEXT-ALIGN: center
}
.mycalendar .ajax__calendar_container TABLE {
	FONT-SIZE: 11px
}
.mycalendar .ajax__calendar_header {
	WIDTH: 100%; HEIGHT: 20px
}
.mycalendar .ajax__calendar_prev {
	BACKGROUND-POSITION: 50% 50%; FLOAT: left; BACKGROUND-IMAGE: url(images/arrowleft.ico); WIDTH: 15px; CURSOR: pointer; BACKGROUND-REPEAT: no-repeat; HEIGHT: 15px
}
.mycalendar .ajax__calendar_next {
	BACKGROUND-POSITION: 50% 50%; FLOAT: right; BACKGROUND-IMAGE: url(images/arrowright.ico); WIDTH: 15px; CURSOR: pointer; BACKGROUND-REPEAT: no-repeat; HEIGHT: 15px
}
.mycalendar .ajax__calendar_title {
	FONT-WEIGHT: bold; CURSOR: pointer
}
.mycalendar .ajax__calendar_footer {
	HEIGHT: 15px
}
.mycalendar .ajax__calendar_today {
	CURSOR: pointer; PADDING-TOP: 3px
}
.mycalendar .ajax__calendar_dayname {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 0px; WIDTH: 17px; PADDING-TOP: 0px; HEIGHT: 17px; TEXT-ALIGN: right
}
.mycalendar .ajax__calendar_day {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 0px; WIDTH: 18px; CURSOR: pointer; PADDING-TOP: 0px; HEIGHT: 17px; TEXT-ALIGN: right
}
.mycalendar .ajax__calendar_month {
	OVERFLOW: hidden; WIDTH: 40px; CURSOR: pointer; HEIGHT: 44px; TEXT-ALIGN: center
}
.mycalendar .ajax__calendar_year {
	OVERFLOW: hidden; WIDTH: 40px; CURSOR: pointer; HEIGHT: 44px; TEXT-ALIGN: center
}
.mycalendar .ajax__calendar .ajax__calendar_container {
	BORDER-RIGHT: #646464 1px solid; BORDER-TOP: #646464 1px solid; BORDER-LEFT: #646464 1px solid; COLOR: #000000; BORDER-BOTTOM: #646464 1px solid; BACKGROUND-COLOR: #ffffff
}
.mycalendar .ajax__calendar .ajax__calendar_footer {
	BORDER-TOP: #f5f5f5 1px solid
}
.mycalendar .ajax__calendar .ajax__calendar_dayname {
	BORDER-BOTTOM: #f5f5f5 1px solid
}
.mycalendar .ajax__calendar .ajax__calendar_day {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.mycalendar .ajax__calendar .ajax__calendar_month {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.mycalendar .ajax__calendar .ajax__calendar_year {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.mycalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_day {
	BORDER-LEFT-COLOR: #0066cc; BORDER-BOTTOM-COLOR: #0066cc; COLOR: #0066cc; BORDER-TOP-COLOR: #0066cc; BACKGROUND-COLOR: #edf9ff; BORDER-RIGHT-COLOR: #0066cc
}
.mycalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_month {
	BORDER-LEFT-COLOR: #0066cc; BORDER-BOTTOM-COLOR: #0066cc; COLOR: #0066cc; BORDER-TOP-COLOR: #0066cc; BACKGROUND-COLOR: #edf9ff; BORDER-RIGHT-COLOR: #0066cc
}
.mycalendar .ajax__calendar .ajax__calendar_active .ajax__calendar_year {
	BORDER-LEFT-COLOR: #0066cc; BORDER-BOTTOM-COLOR: #0066cc; COLOR: #0066cc; BORDER-TOP-COLOR: #0066cc; BACKGROUND-COLOR: #edf9ff; BORDER-RIGHT-COLOR: #0066cc
}
.mycalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day {
	BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-COLOR: #ffffff; COLOR: #646464; BORDER-TOP-COLOR: #ffffff; BACKGROUND-COLOR: #ffffff; BORDER-RIGHT-COLOR: #ffffff
}
.mycalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year {
	BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-COLOR: #ffffff; COLOR: #646464; BORDER-TOP-COLOR: #ffffff; BACKGROUND-COLOR: #ffffff; BORDER-RIGHT-COLOR: #ffffff
}
.mycalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
	BORDER-LEFT-COLOR: #daf2fc; BORDER-BOTTOM-COLOR: #daf2fc; COLOR: #0066cc; BORDER-TOP-COLOR: #daf2fc; BACKGROUND-COLOR: #edf9ff; BORDER-RIGHT-COLOR: #daf2fc
}
.mycalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
	BORDER-LEFT-COLOR: #daf2fc; BORDER-BOTTOM-COLOR: #daf2fc; COLOR: #0066cc; BORDER-TOP-COLOR: #daf2fc; BACKGROUND-COLOR: #edf9ff; BORDER-RIGHT-COLOR: #daf2fc
}
.mycalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
	BORDER-LEFT-COLOR: #daf2fc; BORDER-BOTTOM-COLOR: #daf2fc; COLOR: #0066cc; BORDER-TOP-COLOR: #daf2fc; BACKGROUND-COLOR: #edf9ff; BORDER-RIGHT-COLOR: #daf2fc
}
.mycalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
	COLOR: #0066cc
}
.mycalendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
	COLOR: #0066cc
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader_comment
{
    border-bottom: 1px dashed;
    padding: 3px;
    margin-bottom: 5px;
}

.accordionHeader_comment a
{
    font-size:smaller;
    text-decoration:none; 
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.collapsePanel {

	height:0px;
	overflow:hidden;
        background-color: #b8aaa4;

}

.expandlink a {

        color:white;
        
}

.expandheader a, .expandheader table a {

        color:black; /*#ffd09d;*/

}

.collapsePanelHeader{
	width:100%;
	height:14px;
	float:left;
	padding:5px;
	cursor: pointer;
	vertical-align: middle;
        border-bottom:1px solid;
}

.accordionContent
{
    background-color: #D3DEEF; /* the blue color */
    background-color: #b8aaa4;
    border: 1px dashed;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

#menuTab {
   margin:0px;
   padding: 0px;
   margin-left:5px;
}

#menuTab a {
	padding-left:5px;
	padding-right:5px;
}

#menuTabLeft{
  margin:0px;
  padding:2px;
  padding-top:2px;
  padding-bottom:0px;
  background: url(images/LBracket.gif) bottom no-repeat;
}


#menuTabRight{
  margin:0px;
  margin-right:10px;
  padding:2px;
  padding-top:2px;
  padding-bottom:0px;
  background: url(images/RBracket.gif) bottom no-repeat;
}

#chatterName {
  color:blue; 
}

.chatWindow
{
	border-right: #cc0000 2px solid;
	border-top: #cc0000 2px solid;
	border-left: #cc0000 2px solid;
	border-bottom: #cc0000 2px solid;
	height: 250px;
	width: 300px;
	background-color: #ffffcc;
}

.chatNowPanel
{
	background-color: whitesmoke;	
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
	position: absolute;
	top: 100px;
	left: 200px;
	text-align: center;
	width: 230px;
	height: 136px;
	color: #666666;
}

.chatNowPanelTitle
{
	background-color: #6699ff;
	padding: 4px 4px 4px 4px;	
	text-align: center;
	color: White;
	font-weight: bold;
}
