p, td, li, input, select, textarea {
	font-family: Arial, Verdana, Tahoma,Helvetica, sans-serif;	
	line-height: 20px;
	font-size: 13px;
}

hr { height: 3px; color: #66cccc; border-color: #66cccc; background-color:#66cccc;}


body {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	color: #333333;
        

}

a {
	color: #333333;
	text-decoration: none; 
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #333333; text-decoration: underline;
}

a:active {
	text-decoration: none;
}


ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
        color: #333333;
}

img {border: 0px;}
img.centre {display: block; text-align: center; margin: 5px auto;}
img.center {display: block; text-align: center; margin: 5px auto;}
img.left {margin: 5px 5px 5px -5px; float: left;}
img.right {margin: 5px -5px 5px 5px; float: right;}

.indent {
	margin-left: 40px;
}

.error {
	color: #CC3333; font-weight: bold;
}

.printheader {display:none; }

.header {
        font-family: Tahoma, Arial;
        position: fixed; top: 0px; left:0px; width: 100%;
	padding-bottom: 10px;
        height: 70px; z-index:3;
        background: #ffffff;
}

.header h2 {margin:7px; margin-top: 12px; margin-bottom: 12px;
                color: #7A8B8B;}

.header a:hover {
	color: #cc00ff; text-decoration: underline;
	background: transparant;
	border-bottom: 0px;
}

.page {
        position: absolute; top: 90px; left: 150px; width: 80%;
	color: #333333;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 15px;
        padding-bottom: 50px;
        margin-right: 15px;
	height: 100%;
        z-index:2;
}

.page a {
	text-decoration: underline; font-weight:bold;
}

.page a:hover {
	color: #333333;
	text-decoration: underline;
}

.missingpage {
	/* background: #ccffff; */ 
	text-decoration: none;
	/*border-bottom-width: 1px;*/ 
	/*border-bottom-color: #933;*/
	/*border-bottom-style: dotted;*/ 
}

.footer {
        position: fixed; left: 2px; top: 120px; width: 120px;
        overflow: visible;
	clear: both;
	background-color: #ffffff;
	padding-left: 3px;
	border: 1px;
	 
}


.inpagefooter {
       position: relative; width: 100%; top: 5px;
       }

.boxheader {
        background-color: #66cccc;
        color: #333333;
        font-weight: bold;
        text-decoration: none;
        padding: 2px;
        padding-left:3px;
        font-size: 9px;
        border: 1px solid #ffffff;
       
}

.boxheader a:hover { 
        color: #333333;
	text-decoration: underline;
        }

.boxheader a.ext:hover {
	color: #333333;
}


.boxbody {
        background-color: #ADEAEA;
        color: #333333;
        text-decoration: none;
        font-size: 10px;
        padding: 2px;
        padding-left: 3px;
        padding-bottom: 6px;
        line-height: 130%;
        border: 1px solid #ffffff;
        border-top: none;
}
       
.boxbody a:hover { 
        color: #333333;
	text-decoration: underline;
        }

.boxbody a.ext:hover {
	color: #333333;
}


.dashboxheader {
        background-color: #cc99ff;
        color: #330066;
        font-weight: bold;
        text-decoration: none;
        padding: 2px;
        padding-left:3px;
        font-size: 9px;
        border: 1px solid #330066;
        border-bottom: none;
        z-index: 2;
}

.dashboxheader a:hover { 
        color: #330066;
	text-decoration: underline;
        }

.dashboxheader a.ext:hover {
	color: #330066;
}


.dashboxbody {
        background-color: #EEE9ED;
        color: #330066;
        text-decoration: none;
        font-size: 10px;
        padding: 2px;
        padding-left: 3px;
        padding-bottom: 6px;
        line-height: 130%;
        border: 1px solid #330066;
}
       
.dashboxbody a:hover { 
        color: #330066;
	text-decoration: underline;
        }

.dashboxbody a.ext:hover {
	color: #330066;
}

.commentsheader { display:none;
	clear: both;
	background-color: #DDDDDD;
	padding: 2px 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
}

.comment { display:none;
	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EEEEEE;
}

.commentinfo { display:none;
	color: #AAAAAA;
}

.commentform { display:none;
	background-color: #EEEEEE;
	padding: 10px;
	border-left: 1px inset;
	border-right: 1px inset;
	border-top: 1px solid #CCCCCC;
}

.code {
	color: black;
	background:	   #ffffee;
	border: 1px solid #888;
	font: 11px "Bitstream Vera Sans Mono","Courier New", monospace;
	width: 95%;
	margin:auto;
	overflow: auto;
	padding: 3px;
}

.notes {
	color: #888800;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.copyright { display: none;
	font-size: 11px;
	color: #330066;
	text-align: left;
}

.copyright a {
	color: #AAAAAA;
}

h5 {
	font-size: 10pt;
}

h4 {
	font-size: 12pt;
}

h3 {
	font-size: 14pt;
}

h2 {
	font-size: 16pt;
}

h1 {
	font-size: 18pt;
}

a.ext {
	color: #333333;
}

a.ext:hover {
	color: #333333;
}


.exttail {
	color: #c9c9c9;
	position: relative;
	bottom: 0.5ex;
}

.header .exttail { display:none;}

.footer .exttail { display:none;}

.searchbox {
	/* border: none; */
	border: 1px solid #CCCCAA; 
	padding: 0px;  
	margin: 0px; 
}

.toolbar tr { background: ButtonFace; }
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,  
.toolbar .btn-pressed {  
	background: ButtonFace; 
	color: ButtonText;
 	border: 1px solid ButtonFace; 
	padding: 1px;  
	margin: 0px; 
	cursor: pointer; 
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
.toolbar .btn-active,  
.toolbar .btn-pressed { border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; }
.toolbar .btn-pressed { background: ButtonHighlight; }
.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

/*---Speific Styles ---*/

.clear {clear:both;}

.comments {display: none;}

.floatl {float: left; width: 48%; margin: 0.5%; padding: 0.5%; background: #EEE;}

.floatr {float: right; width: 48%; margin: 0.5%; padding: 0.5%; background: #EEE;}

.previewhead {
	margin: auto; 
	z-index:20; 
	position:fixed; 
	top: 40px; 
	left: 10px; 
	color: red; 
	font-size: xx-large; 
	font-weight: bold; 
	padding: 5px;
}

.highlight {color: red; background: #FFFFD0;}

.strikethrough {color: #888; text-decoration: line-through;}

.additions {background-color: #ccffcc;}

.deletions {color: #876; background-color: #FFCC99;}

.underline {text-decoration: underline;}

.recentchanges {font-size: 0.9em;}

.pagenote {color: #888;}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.keys {	
	color: #333;
	background-color: #EFEFEF;
	font: normal 80% "Verdana", sans-serif;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

.smallprint {display: none; font-size: 0.8em; color: #777; padding-right: 0.5%; text-align: right;}

.smallprint a {
	color: #987;
}

/* Calendar styling - added 2004-11-30 - updated 2004-12-01 */
/* general styling */
table.calendar {
    color: #330066;
    background-color: #99ff22;        /* comment out to have space between cells same color as page background */
    /*border-collapse: collapse;*/    /* would make single-width borders, ignoring cell-spacing */
}
table.calendar caption {
    background-color: #33ffcc;
    font-weight: bold;
    line-height: 1.6em;
}
table.calendar thead {
    background-color: #99ff22;
}
table.calendar tbody.face {
    background-color: #99ff22;
}
table.calendar tbody.calnav {
    background-color: #99ff22;
}
/* styling for some specific elements */
table.calendar thead th {
    /*border: 1px solid #000000;*/    /* uncomment to have border around day name headers (will be page background if table background is undefined) */
    padding: 1px;
    text-align: center;
    font-size: 85%;
    width: 26px;
}
table.calendar tbody.face td {
    border: 1px solid #330066;
    text-align: right;
}
table.calendar td.currentday {
    color: #330066;
    background-color: #33ffcc;
    font-weight: bold;
}
/* styling of calendar navigation */
table.calendar tbody.calnav {
    font-weight: bold;
}
table.calendar td.prevmonth {
    text-align: left;
    font-size: 85%;
}
table.calendar td.curmonth {
    text-align: center;
}
table.calendar td.nextmonth {
    text-align: right;
    font-size: 85%;
}
table.calendar a:link {
    color: #330066;
    text-decoration: none;
}
table.calendar a:visited {
    color: #330066;
    text-decoration: none;
}
table.calendar a:hover {
    color: #330066; text-decoration: underlined;
}
table.calendar a:active {
    color: #330066;
    text-decoration: none;
}

.lastedit { font-size: 9px; color: #330066; background-color: #cccccc; width: 20%;}


/* table css statement for dashboard*/
.tablearea    { display: table }
.tablerow       { display: table-row;}
.tablehead    { display: table-header-group }
.tablebody    { display: table-row-group; border-style: 1px solid #000000; }
.tablefooter    { display: table-footer-group }
.tablecolumn      { display: table-column }
.tablecolumngroup { display: table-column-group }
.tabledata, tableh   { display: table-cell; padding:10px; }
.tablecaption  { display: table-caption }

* html body {
             height: 95%;
             overflow: hidden;
              }

* html  .header { position: absolute; overflow: hidden; width:75%;}

* html  .footer {position: absolute; overflow: hidden;}

* html .page {position: relative; top:60px; height: 80%;overflow: auto; width:80%;}          