del{background:#fcc;}

ins{background:#cfc;}

.rebaseframe{
	border: 0px groove #000000;
	overflow: auto;
	visibility: visible;
	display:block;
	height: 1400px;
	width: 100%;
	margin: 1px;
	padding: 1px;

	scrollbar-base-color: #C6C6C6;
	scrollbar-arrow-color: #1E0B00;
	scrollbar-3dlight-color: #C6C6C6;
	scrollbar-darkshadow-color: #707070;
	scrollbar-face-color: #C6C6C6;
	scrollbar-highlight-color: #C6C6C6;
	scrollbar-shadow-color: #C6C6C6;
	scrollbar-track-color: #EDEDED;
}


.clon {
	background-color : #FFFFCC;
	color : #000000;

}

.cloff {
	background-color : "";
	color : "";
}


.clover {
	background-color : #E9EAFE;
	color : #000000;

}

.clover2 {
	background-color: #E7FDFE ;
	color : #000000;
}

.tbt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.btn{
   color:#330000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#3A3A3A;
   border-left-color:#3A3A3A;
   border-right-color:#000000;
   border-bottom-color:#000000;
	}

.btn2{
   color:#330000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:	84%;
   font-weight:bold;
   background-color:transparent;
   border: 1px solid;
   width: 8em;
   border-top-color:#3A3A3A;
   border-left-color:#3A3A3A;
   border-right-color:#000000;
   border-bottom-color:#000000;
	}


TH {
	background-color: #DDDDFF;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}


Table.editfrm {
	background-color: #ECECFF;
	border: 1px dashed #999999;
}

Table.editfrm_gr {
	background-color: #E3FECF;
	border: 1px dashed #999999;
}

TH.th_gr {
	background-color: #CDFBA4;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}


Table.editfrm_rd {
	background-color: #FDE2CE;
	border: 1px dashed #999999;
}

TH.th_rd {
	background-color: #FDC7B5;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}


.txt{
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#FCFEDA;
   border:1px solid;
   border-top-color:#808080;
   border-left-color:#808080;
   border-right-color:#808080;
   border-bottom-color:#808080;
	}


/* SITE SPECIFIC LAYOUT */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

    body {
        margin: 0;
        padding: 1em;
        text-align: center;
		background: #ccc;
		color: #333;
    }

    div#pagewrapper {
        margin: 0 auto;
        max-width: 100%;
        min-width: 90%;
        padding: 0;
        text-align: left;
		border: 1px solid #000;
		background: #fff;
    }

	div#container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 40px;
            background: #CED6DF;           
            text-align: left;
			line-height: 45px;
			font-size: 35px;
			font-style: bold;
			color: #330000;
            text-decoration:none;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
        position: relative;
        margin: 1.5em auto 2em 0;
        padding: 0;
        text-align: left;
        }

        div#content2 {
        float: none;
		display: inline;
		margin-left: 5px;
        }

        
        /* MAIN */
        div#main {
		clear:both;
        float: none;
        width: 96%;
        display: block;
        margin-left: 2%;
        margin-left: 2%;

            }
        /* END MAIN */
                
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
			clear:both;
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
			color: #fff;
			background-color: #385C72;
        }
    /* END FOOTER */
/* END LAYOUT */

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

.consentform{
	border: 1px groove #000000;
	overflow: auto;
	visibility: visible;
	height: 400px;
	width: 100%;
	margin: 0px;
	padding: 0px;

	scrollbar-base-color: #C6C6C6;
	scrollbar-arrow-color: #1E0B00;
	scrollbar-3dlight-color: #C6C6C6;
	scrollbar-darkshadow-color: #707070;
	scrollbar-face-color: #C6C6C6;
	scrollbar-highlight-color: #C6C6C6;
	scrollbar-shadow-color: #C6C6C6;
	scrollbar-track-color: #EDEDED;
}


A:link {text-decoration: none; color: #DE783A; font-weight:bold;}
A:visited {text-decoration: none; color: #DE783A; font-weight:bold;}
A:active {text-decoration: none; color: #DE783A; font-weight:bold;}
A:hover {text-decoration: underline; color: #DE783A; font-weight:bold;}
