﻿/*CWF CSS Version 2.3.1*/

/*Created by SourceCode Software-Bradley Rosenfeld*/

#links_content {width: 850px;}

a[name] 
{
width: auto !important;
}

fieldset {background:#AED673;border:2px outset #AED673;margin-bottom:1em;width:500px;padding-top:1.5em;}

h2.legend3 {background:#000080;color:white;padding:.2em .3em;font-size:1.5em;border:2px outset #000080;position:relative;margin-bottom:-1em;width:10em;margin-left:1em;margin-top:1em;}

h2.legend2 {background:#000080;color:white;padding:.2em .3em;font-size:1.8em;border:2px outset #000080;position:relative;margin-bottom:-1em;width:10em;margin-left:1em;margin-top:1em;}

h2.legend1 {background:#000080;color:white;padding:.2em .3em;font-size:1.2em;border:2px outset #000080;position:relative;margin-bottom:-1em;width:10em;margin-left:1em;margin-top:1em;}

h2.legend {background:#000080;color:white;padding:.2em .3em;font-size:1.2em;border:2px outset #000080;position:relative;margin-bottom:-1em;width:10em;margin-left:1em;margin-top:1em;}

h2.header {background:#000080;color:white;padding:.2em .3em;border:2px outset #000080;position:relative;margin-bottom:-1em;width:20em;margin-left:1em;margin-top:1em;}



p.links {float: left; margin-top: 27px;}




/*background for entire page*/
body {background: #FFFDDA;}

a {display:block;padding:2px;text-decoration:none;width:7em;margin:2px; 

color:#000000;font-family:"Trebuchet MS", Verdana, sans-serif;} 

/*remove the underlining, set the color to yellow, and display as block elements to make them go down the left side of the page */

 a:link, a:visited {background:#F8F400;border:2px outset #F8F400; } 

/* give unvisited and visited links a light orange background and an outset border of the same color to make it look like a button */

 a:focus, a:hover {background: #8dcb41;border:2px outset #8dcb41; color:black;} 

/* give buttons that are hovered over or that have focus a darker background and border, as well as black text; bold formatting makes the text jump around to much */

 a:active {background:#5E9619;border:2px inset #5E9619;} 

/*give buttons when they are clicked ("active"), an even darker background */
/*makes current link darker*/
 a.current {background:#8dcb41;border:2px outset #8dcb41;}
a.emaillink {width:14em;margin:2px;} 

a.nothing {width:1em;}

/*changes look of submit buttons*/
input[type="submit"], input[type="reset"] {background:#F8F400;}



h3.header2 {color: #ffffff;}
/*end form css*/

/*start text based pages css*/

p.textblock2 {background-color:#AED673; width:560px; height:400px; overflow:auto; border:2px outset #AED673; float: left; margin-left: 20px; padding-left: 10px; padding-right: 10px;}

.textblock {background:#AED673;border:2px outset #AED673;margin-bottom:1em;width:500px;padding-top:1.5em; padding-bottom: 20px; padding-left: 10px; padding-right: 10px;}

#textblock {background:#AED673;border:2px outset #AED673;margin-bottom:1em;width:500px;padding-top:1.5em; padding-left: 10px; padding-right: 10px;}

/*drop down menus*/
#navbar, #navbar ul {display:block; margin:0; padding:0; list-style:none;}

#navbar a {display:block; width:8em;}

#navbar li {float:right;width:10em;}

#navbar li ul {display:none}

#navbar li:hover ul{position:absolute;display:block; width:10.1em;}

#navbar li ul li {float:none;	width: auto;}

/* disabled link */
.disabled {display:block;padding:2px;text-decoration:none;width:7em;margin:2px; 

color:#000000;font-family:"Trebuchet MS", Verdana, sans-serif;
background:gray;border:2px outset gray; } 

/*default link*/
.default_link {text-decoration: underline !important; background: none !important; color: blue !important; display: inline !important; border: none !important;}

/*admin textarea style*/
#cke_content {border: none;}
#cke_path_content {display: none;}
.cke_dialog_ui_button {margin: 0 !important;}


