*{
    margin: 0px ;
}

body {
  margin:0px;
  padding:0px;
}

p {
  margin-bottom:5px;
  }

.titles {
  font-size:x-large;
  font-weight:bold; 
  text-shadow: 0.2em 0.2em 0.4em #808080;
}

h3 {
  padding-top:15px;
  padding-bottom:10px;
  }

#dataListHeader, #dataListFooter {
  text-align:center;
  font-size:smaller; 
  width:100%;
}

#help {
  color: white;
  width: 475px;
  padding: 10px;
  border: thin solid #fce4a4;
}

#divMessages {
  border:black 1px solid;
  padding:4px;
  font-size:12px;
  background-color:white;
  font-family: trebuchet, verdana, sans-serif;
}

#fb_wrapper, #wc_wrapper {
  font-size:smaller; 
}

#chatLine {
  margin-bottom:5px; 
}

.insidebubble, .insidebubblehigh {
  text-align:center;
  padding:3px;
  margin:3px;
  font-size:smaller;
}

.insidebubble {
   border-top:1px solid;
   margin-top:6px;
}

.insidebubblehigh {
   border-bottom:1px solid;
   margin-bottom:6px;
}

.textbubble, .textbubblehigh{
  margin-top:3px;
  color:black;
}

.textbubble {
  background:url(images/uparrow.gif) right top no-repeat #fff;
}

.textbubblehigh {
  background:url(images/downarrow.gif) right bottom no-repeat #fff;
}

.textbubble, .textbubblehigh {
 -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 8px 4px #888;
  -moz-box-shadow:5px 5px 8px 4px #888;
}


.treeviewclass {
  font-size:100%;
}

.communitygroupmenu {
  background:Black; 
  color:white;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.transparent {
   FILTER: alpha(opacity=90);
  opacity: 0.9;
  padding:5px;
}

.gradient {
  background: #A33F27; /* older browsers background */
  background: -moz-linear-gradient(#A33F27, #610020);
  background: -o-linear-gradient(#A33F27, #610020);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A33F27), to(#610020));/* Older webkit syntax */
  background: -webkit-linear-gradient(#A33F27, #610020);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A33F27', endColorstr='#610020',GradientType=0 );
  color:whitesmoke;
}


#menuLinkButton {
  background: url(images/check12_red.png) no-repeat;
  width:12px;
  height:12px;
  margin-top:2px;
  margin-left:4px;
}

#menuAddButton {
  background: url(images/plus12_red.png) no-repeat;
  width:12px;
  height:12px;
  margin-top:2px;
  margin-left:4px;
}

#menuDivider {
  text-align:right;
  border-bottom:1px dotted;
  width:100%;
  font-style:italic;
  margin-bottom:3px;
}

#menuPanel {
  margin-top:5px;
}

#menuPanel table a {
  text-decoration:none;
}

#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;
}

.wc_class {
	border:1px solid white;
}

.wc_class:hover {
	cursor:pointer;
	border:1px dotted black; 
	-webkit-box-shadow: 10px 10px 15px 8px #888;
   -moz-box-shadow:10px 10px 15px 8px #888;
}

/* 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;
  FILTER: alpha(opacity=85);
  opacity: 0.85;
}

#staticFooter a, #footerPanel a {
  color:black;
  text-decoration: underline;
}

/* chat notification */

#footerPanels {
  position:absolute;
  bottom:30px;
  BACKGROUND-COLOR:  #ffffdd;
  FILTER: alpha(opacity=85);
  opacity: 0.85;
}

#nb_divider {
  border-bottom:black dotted 1px;
  color:black;
  text-align:right;
}

.mainSubMenu {
  margin:3px;
  border-top:solid 5px;
  margin-top:15px;
  margin-bottom:15px;
  padding:0px;

}

.footerPanel {
  margin:0px;
  width:150px;
  font-size:smaller;
  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;
  BACKGROUND-COLOR:  #ffffdd;
  PADDING-TOP: 3px;
    -moz-border-radius-topleft: 10px;
   border-top-left-radius: 10px;
   -moz-border-radius-topright: 10px;
   border-top-right-radius: 10px;
}

/* 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;
}

#pageTitle p {
  display:inline;
  margin-right:7px;
}

#linkList {
  z-index:5;
}

.activemenulink {
  margin-left:-3px;
}

.twitterLists {
  font-size:12px;
}

#menuTab a:hover{

  background: url(images/pin_left_yellow_16.png) left bottom no-repeat;
}

.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:8px;
}

.splash {
  z-index:1000;
  width:60%;
}

.helplink a, .helplink a:link, .helplink a:visited {
  text-decoration:none;
}

.unpinned {
 }
.pinned {
	PADDING-LEFT: 18px; BACKGROUND: url(images/pin_left_16.png) no-repeat;
        font-weight:bold;
     }

.MyTabs .ajax__tab_tab {
	PADDING-RIGHT: 4px;
        PADDING-LEFT: 25px;
        PADDING-BOTTOM: 4px;
        MARGIN: 0px;
        PADDING-TOP: 4px;
        HEIGHT: 25px;
        text-decoration:underline;
}
.MyTabs .ajax__tab_hover .ajax__tab_tab {
	PADDING-LEFT: 25px; BACKGROUND: url(images/pin_left_yellow_32.png) no-repeat
}
.MyTabs .ajax__tab_active .ajax__tab_tab {
	PADDING-LEFT: 25px; BACKGROUND: url(images/pin_left_32.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, .dlitemstyle {

	height:0px;
	overflow:hidden;
        background: #f7d28b; /* older browsers background */
        background: -moz-linear-gradient(#f7d28b, #fbe9c5);
        background: -o-linear-gradient(#f7d28b, #fbe9c5);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7d28b), to(#fbe9c5));/* Older webkit syntax */
        background: -webkit-linear-gradient(#f7d28b, #fbe9c5);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d28b', endColorstr='#fbe9c5',GradientType=0 );

}

.menucollapsePanel {
        height:0px;
	overflow:hidden;
        background: #f7d28b; /* older browsers background */
        background: -moz-linear-gradient(#f7d28b, #fbe9c5);
        background: -o-linear-gradient(#f7d28b, #fbe9c5);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7d28b), to(#fbe9c5));/* Older webkit syntax */
        background: -webkit-linear-gradient(#f7d28b, #fbe9c5);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d28b', endColorstr='#fbe9c5',GradientType=0 );
}

.dlitemstyle, .dlaltitemstyle {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.dlitemstyle a, .dlitemstyle table a {
  color:#303030;
}


.collapsePanelHeader{
	width:100%;
	height:14px;
	float:left;
	padding:5px;
	cursor: pointer;
	vertical-align: middle;
        border-bottom:1px solid;
}

.collapsePanelHeaderButton {
        padding:2px;
        margin:2px;
        margin-left:0px;
        margin-right:0px;
        padding-left:5px;
        padding-right:5px;
}

.collapsePanelHeaderButtonThin {
        font-size:smaller;
        padding:0px;
        margin:2px;
        margin-left:0px;
        margin-right:0px;
        padding-right:5px;
        text-align:right;
}

#treeviewheader {
  text-align:right;
  padding:4px;
}

#treeviewheaderhidden {
  padding:4px;
  
}

#pnTreeView {
  margin-right:10px;
}

.expandlink a {

        color:white;

}

.tocheader {
        width:98%;
        margin-bottom:7px;
        padding:5px;
}

.attachmentheader {
        width:100%;
        margin-bottom:7px;
        padding:3px;
}

.attachmentheader a {
        color:white; 
}

.tocheader a, .tocheader table a {
        color:black; /*#ffd09d;*/
}

.buttonProgressBar {
  background: url(Images/ajax-loader-bar.gif) no-repeat;
  height:15px;
  width:20px;
}

.accordionContent
{
    background-color: #D3DEEF; /* the blue color */
    background-color: #f7d28b;
    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;
}

#menu_hider {
        margin-top:5px;
}

#lbWidget1 a img {
	border:none; 
}

#lbWidget2 a img {
	border:none; 
}

#newspaperText, .newspaperText {    /*this is CSS3 and will make columns out of anything imbedded in a div with this class.*/
	-moz-column-width: 250px;
	-webkit-column-width: 250px;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

.textPop {
         border-top: 1px solid;
         border-bottom: 1px solid;
         font-size: larger;
         padding: 15px 5px 5px;
         margin-bottom: 15px;
         font-weight: bold;
         background-color: rgb(230, 230, 230);
        -webkit-column-break-inside:avoid;
        -moz-column-break-inside:avoid;
        column-break-inside:avoid;
}

#wideColText, .wideColText {    /*this is CSS3 and will make wide (max 2) olumns out of anything imbedded in a div with this class.*/
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

.rounded {
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.halfrounded {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.shadow {
  -webkit-box-shadow: 10px 10px 15px 8px #888;
  -moz-box-shadow:10px 10px 15px 8px #888;
}

.shortshadow {
  -webkit-box-shadow: 3px 3px 5px 2px #AAA;
  -moz-box-shadow:3px 3px 5px 2px #AAA;
}

#pageTitle p {
	margin-right:15px;
}

#sOrgname {
        font-size:35px;
}

#sPanelTitle {
	font-size:30px;
}

#sPanelLink {
	font-size:25px; 
}

#sTreeLink {
	font-size:20px;
	font-style:italic;
}

#footer {
  font-size:small;
  width:100%;
  text-align:center; 
}

#bodySplash #footer{
  position:fixed;
  bottom:5px; 
  right:5px;
  padding:10px;
  background:white;
  color:black;
  opacity: .70;
  filter: alpha(opacity=70);
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#textShadow, .textShadow {
  text-shadow: 0.2em 0.2em 0.4em #808080;
}

blockquote #all_mail_template {
  margin-top:200px;
}

blockquote #all_mail_template #linkList {
  top: 200px;
}

/*OSX Dock*/

div.cap {
  display: block;
  height: 80px;
  width: 40px;
  background: url(images/dock_table.png) bottom left no-repeat;
  FILTER: alpha(opacity=95);
  opacity: 0.95;

}

div.cap.left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

div.cap.right {
  background-position: right bottom;
  position: absolute;
  top: 0px;
  right: 0px;
}

ul.osx-dock {
  display: inline-block;
  height: 120px;
  padding: 0 40px 0 0;
  padding-left:80px;
  padding-right:120px;
  background: url(images/dock_table.png) no-repeat right bottom;
  overflow: hidden;
  margin: 0 0 0 40px;
  FILTER: alpha(opacity=95);
  opacity: 0.95;
}

ul.osx-dock li {
  display: block;
  position: relative;
  float: left;
  width: 44px;
  height: 34px;
  margin: 50px 0 4px 0;
  -webkit-transition: 0.15s linear;
  -webkit-transition-property:
  -webkit-transform margin;
  text-align: center;
}

ul.osx-dock li a {
  display: block;
  height: 34px;
  padding: 0 1px;
  -webkit-transition: 0.15s linear;
  -webkit-transition-property:
  -webkit-transform margin;
  margin: 0;
  -webkit-box-reflect: below 2px
  -webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(1.45, transparent), to(rgba(255, 255, 255, 1.25)));
  border-style:none;
  }

ul.osx-dock li a img {
  width: 40px;
  border:none;
  }

		ul.osx-dock li:hover {
			margin-left: 9px; margin-right: 9px;
			z-index: 200;
		}
		ul.osx-dock li:hover a {
			-webkit-transform-origin: center bottom;
			-webkit-transform: scale(2.0);
		}
		ul.osx-dock li.nearby {
			margin-left: 6px; margin-right: 6px;
			z-index: 100;
		}
		ul.osx-dock li.nearby a {
			-webkit-transform-origin: center bottom;
			-webkit-transform: scale(1.50);
		}

ul.osx-dock li span {
  background: black; 
  background: rgba(0,0,0,0.75);
  position: absolute;
  bottom: 60px;
  left:-55px;
  margin: 0 auto;
  display: none;
  width:130px;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: white;
}

ul.osx-dock li:hover span { display: block; }
		
div#dockContainer {
  position: fixed;
  bottom: 25px;
  height: 110px;
  padding: 50px 0 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 100%;
  line-height: 1;
  z-index: 100;
}

div#dockWrapper {
  width: auto;
  display: inline-block;
  position: relative;
  border-bottom: solid 2px rgba(255,255,255,.35);
  line-height: 0;
}

	#imageFader {
          position:relative;
	  height:100%;
	  width:100%;
	  margin:0 auto;
          display:none; 
	}

        #image1, #image2, #image3, #image4{
            	position:absolute;
                top:0px;
		left:0px;
                right:0px;
        }

	#imageDisplay1, #imageDisplay2, #imageDisplay3, #imageDisplay4 {
		-webkit-transition: opacity 2s ease-in-out;
		-moz-transition: opacity 2s ease-in-out;
		-o-transition: opacity 2s ease-in-out;
		transition: opacity 2s ease-in-out;
        }

        .imageVisible {
		opacity:1;
		filter: alpha(opacity=100);
        }

        .imageHidden {
                opacity:0;
                filter: alpha(opacity=0);
	}

#menuContent {
  border:solid 1px #a0a0a0;
  padding:5px;
  margin:0px;
  -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   border-bottom-right-radius: 10px;
}


