/* site-wide defaults*/

/*	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		}
*/
    html, body {
    height: 100%;
    }

    .homemenu {
        font-size: 12pt;
        }

	#leftcontent {
		position: absolute;
        top: 130px;
        left: 0px;
        width: 100px;

		background:#f5f5dc;
        height: 100%;
		}

    /* leftcontent may contain the sub-menu items */

		div.divSideMenu {
		  margin-top: 1em;
			width: 99px;
			position: relative;
		}

    .divSideMenu ul {
        list-style-type: none;
        font-size: 10pt;
        padding-left: 0;
        margin-left: 0;
    }

    .divSideMenu li {
        width: 100px;
        padding-left: 2px;
        margin-left: 2px;
        background-repeat: no-repeat;
        background-position: 0px 2px;
        text-align: left;
    }

    .divSideMenu span.islabel {
        width: 100px;
        padding-left: 5px;
        margin-left: 2px;
        background-repeat: no-repeat;
        background-position: 0px 2px;
        text-align: left;
	    font-size: 8pt;
	    color: black;
    }

    .divSideMenu a.issublabel {
        margin-top: 0em;
        width: 100px;
        padding-left: 7px;
        margin-left: 7px;
        background-image: url(images/bulletarrowsmall.bmp);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        text-align: left;
	    font-size: 8pt;
	    color: blue;
        margin-bottom: 0em;
    }

    .divSideMenu a {
        margin-top: .75em;
        display: block;
        text-decoration: none;
        width: 75px;
				/*padding-bottom: 1.5em;*/
				margin-bottom: 1.5em;
        /*padding-left: 2em;*/
/*        padding-left: 15px; */
        padding-left: 7px;
        background-color: #fff;
/*        background-image: none;
        font-weight: bold; */
        font-size: 8pt;
        background-color: #f5f5dc;
        background-image: url(images/bulletarrowsmall.bmp);
        background-repeat: no-repeat;
        background-position: 0px 3px;

    }

    .divSideMenu a:link, .divSideMenu a:visited
    {
        color: #000;
        text-decoration: none;
    }

    .divSideMenu a:hover {
        /*background-color: #779c95;*/
/*        background-image: url(images/bullet.gif); */
        color: #FF0000;
    }

    .divSideMenu span.selected {
        color: #ff0000;
    }

	#centercontent {
        position: absolute;
        top: 130px;

        /*
        margin-left: 15%;
        margin-right: 10%;
        width: 75%;
        */
        margin-left: 100px;
        margin-right: 40px;
        width: 900px;  /* change to 660? */

        padding-left: 5px; /* prevent text from going over the bg image gradient */
		/*border-top:1px solid #000;*/
		/*border-left:1px solid #000;*/
		/*border-right:1px solid #000;*/
        /* border-bottom: 1px solid green;*/

        /*
		border-bottom:1px solid #000;
        */

        /* 2/15/2006        height: 650px;*/
        height: 100%;
        background: url("images/centerbg900.jpg") repeat-y;

        /*overflow: auto;*/

		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.

		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.

		Read more at http://www.glish.com/css/hacks.asp
		*/

		voice-family: "\"}\"";
		voice-family: inherit;
		}

    * html #centercontent {
    height: 100%;
    }

	#rightcontent {
		position: absolute;
		top:128px;


        margin-left: 970px;
        width: 0px;

        /*
        left:90%;
        width: 10%;
        */


		background:#fff;

        /* border:1px solid #000;  */


        height: 500%;
		/*height: 778px;*/


        background-color: #fff;
        background: url("images/rightsidebg2.jpg") repeat-y;
		}



	#banner {
		background:#fff;
		border-top:1px solid #000;
		/*border-right:1px solid #000;*/
		/*border-left:1px solid #000;*/
		/*border-bottom: 1px solid #000;*/
		voice-family: "\"}\"";
		voice-family: inherit;
        height: 125px;
        /*
        width: 90%;
        */

        left: 0px;
        width: 970px;
		}
#rightbanner {
        position: absolute;
        left: 970px;
        width: 40px;
        background: url("images/rightsidebg2.jpg") repeat-y;
        height: 130px;
        /*border: 2px solid red;*/
    }



div#tabs6 {
 display: inline;
}

    #tabs6 {
      float:left;
      width: 100%;
      background:#F5F5DC;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabs6 ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      font-size: 10pt;
      /*font-size:93%;*/
      /*font-weight: bold;*/
      float:left;
      background:url("images/tableft6a.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("images/tabright6a.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

    #tabs6 a.selected {
      background-position:0% -42px;
      }

    #tabs6 a span.selected {
      background-position:100% -42px;
      }


A.HeadingMenuLink {
  FONT-SIZE: 8pt;
  COLOR: Blue;
  TEXT-DECORATION: None;
}

A.HeadingMenuLink:visited {
  FONT-SIZE: 8pt;
  COLOR: Blue;
  TEXT-DECORATION: None;
}

A.HeadingMenuLink:hover {
  FONT-SIZE: 8pt;
  COLOR: Blue;
  TEXT-DECORATION: underline;
}

.MainMenuButtons
{
   font-size:8pt;
   color:Maroon;
   background-color:#FFFFFF;
   border-style:none;
}


.EditBox {
  font-size: 8pt;

}

.checklist {
	LIST-STYLE-TYPE: none; BACKGROUND-COLOR: #f5f5dc;
}
UL.checklist {
	OVERFLOW: auto; WIDTH: 400px; HEIGHT: 350px;
}
.checklist LI:hover {
	BACKGROUND-COLOR: #e5e5cc;
}
.checklist LI UL {
	LIST-STYLE-TYPE: none;
}
.checklist LI UL LI {
	DISPLAY: inline;
}
LI.fieldlabel {
	FLOAT: left; WIDTH: 100px; TEXT-ALIGN: left;
}
DIV#divPermissions {
	BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: black 1px solid; PADDING-LEFT: 5px; BACKGROUND: #f5f5dc; PADDING-BOTTOM: 1px; BORDER-LEFT: black 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 1px solid
}

