.break{ clear:both; } /* ------------------------------------------------------------------------- */ /* LINKS */ /* ------------------------------------------------------------------------- */ A:link { color: #2975B5; text-decoration: none; } A:visited { color: #2975B5; text-decoration: none; } A:hover { color: #84AED6; text-decoration: none; } A:active { color: #2975B5; text-decoration: none; } /* ------------------------------------------------------------------------- */ A.navUtility:link { color: #000000; text-decoration: none; } A.navUtility:visited { color: #000000; text-decoration: none; } A.navUtility:hover { color: #2975B5; text-decoration: none; } A.navUtility:active { color: #000000; text-decoration: none; } /* ------------------------------------------------------------------------- */ /* COLOR DEFINITIONS */ /* ------------------------------------------------------------------------- */ .aboutLight { background-color: #D7D4F0; } .aboutMedium { background-color: #C6C2EA; } .aboutDark { background-color: #9A95CE; } .titleAbout { color: #9A95CE; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 15px; font-weight: bold; } A.navAbout:link { color: #000000; text-decoration: none; } A.navAbout:visited { color: #000000; text-decoration: none; } A.navAbout:hover { color: #9A95CE; text-decoration: none; } A.navAbout:active { color: #000000; text-decoration: none; } .membersLight { background-color: #F2CCD9; } .membersMedium { background-color: #EDB7C9; } .membersDark { background-color: #E592AF; } .titleMembers { color: #E592AF; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 15px; font-weight: bold; } A.navMembers:link { color: #000000; text-decoration: none; } A.navMembers:visited { color: #000000; text-decoration: none; } A.navMembers:hover { color: #E592AF; text-decoration: none; } A.navMembers:active { color: #000000; text-decoration: none; } .newsLight { background-color: #F5DFC2; } .newsMedium { background-color: #F1D2A8; } .newsDark { background-color: #E8B878; } .titleNews { color: #E8B878; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 15px; font-weight: bold; } A.navNews:link { color: #000000; text-decoration: none; } A.navNews:visited { color: #000000; text-decoration: none; } A.navNews:hover { color: #E8B878; text-decoration: none; } A.navNews:active { color: #000000; text-decoration: none; } .referenceLight { background-color: #FFFCDB; } .referenceMedium { background-color: #FFFAB7; } .referenceDark { background-color: #F5E714; } .titleReference { color: #F5E714; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 15px; font-weight: bold; } A.navReference:link { color: #000000; text-decoration: none; } A.navReference:visited { color: #000000; text-decoration: none; } A.navReference:hover { color: #F5E714; text-decoration: none; } A.navReference:active { color: #000000; text-decoration: none; } .educationLight { background-color: #DDF5D7; } .educationMedium { background-color: #C6EFBD; } .educationDark { background-color: #93D285; } .titleEducation { color: #93D285; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 15px; font-weight: bold; } A.navEducation:link { color: #000000; text-decoration: none; } A.navEducation:visited { color: #000000; text-decoration: none; } A.navEducation:hover { color: #93D285; text-decoration: none; } A.navEducation:active { color: #000000; text-decoration: none; } /* ------------------------------------------------------------------------- */ .textBody { color: #000000; font-family: arial, helvetica, sans-serif; letter-spacing: .3pt; font-size: 11px; line-height: 1.3; text-decoration: none; } .textSmall { color: #000000; font-family: arial, helvetica, sans-serif; letter-spacing: .1pt; font-size: 10px; text-decoration: none } .textSmallreverse { color: #ffffff; font-family: arial, helvetica, sans-serif; letter-spacing: .1pt; font-size: 10spx; text-decoration: none } /* ------------------------------------------------------------------------- */ /* INPUT DEFINITIONS */ /* ------------------------------------------------------------------------- */ /* .inputText { font-family: arial, helvetica, sans-serif; font-size: 11px; } .inputDropDown { font-family: arial, helvetica, sans-serif; font-size: 11px; } .inputButton { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: bold; background-color: #BDBDBD; border: 1px #666666 solid; border-color: #666666 solid; } */ /* ------------------------------------------------------------------------- */ /* FORM DEFINITIONS */ /* ------------------------------------------------------------------------- */ .formLabel, .formLabelError{ float:left; width: 130px; text-align:right; vertical-align:middle; margin:0; clear:left; line-height:20px; padding:3px 0; } .formField, .formFieldError, .fauxField{ line-height:20px; padding:3px 0; margin:0 0 0 140px; } .formLabelError{ color:#FF0000; font-weight:bold; } .formFieldError input{ line-height:20px; border:1px solid #FF0000; } .error{ color:#FF0000; } .success{ color:green; } textarea, select, input { font-family: arial, helvetica, sans-serif; border-top:solid 1px #999; border-left:solid 1px #666; border-bottom:solid 1px #aaa; border-right:solid 1px #aaa; background-color:#fff; color:#000; padding:2px; } input.formSubmit{ border-top:solid 1px 666; border-left:solid 1px #666; border-bottom:solid 1px #aaa; border-right:solid 1px #aaa; background-color:#fff; color:#000; } /** doesnt work in ie **/ textarea:focus, select:focus, input:focus { background:#ffe; } textarea{ width: 300px; height: 120px; } input.formSubmit { font-size: 11px; cursor:pointer; margin-top:5px; border:outset 1px #ccc; background:#ccc; color:#000; font-weight:bold; padding:2px; } a.fauxSubmit, a.fauxSubmit:hover, a.fauxSubmit:visited { font-size: 10px; cursor:pointer; margin-top:5px; border:outset 1px #ccc; background:#ccc; color:#000 !important; font-weight:bold; padding:5px 10px; text-decoration:none !important; } input.checkbox, input.radio { background:transparent; border:none; } div.checkBox input{ background:transparent; border:none; } .radioGroup input{ border:none; } .radioGroup .formField, .radioGroup .formError{ width:300px; } .form h3, h3.fauxForm{ display:block !important; background:#f9f9f9 !important; border-top:solid 1px #ccc !important; border-bottom:solid 1px #ccc !important; padding:10px 5px !important; margin: 15px 0 !important; } div.checkField{ margin: 0 0 0 140px; clear:both; } div.checkField .formLabel, div.checkField .formLabelError{ margin:0; padding:3px 0; clear:none; text-align:left; } div.wide .formLabel{ width: 300px !important; } div.checkField .formField, div.checkField .formFieldError{ float:left !important; display: inline !important; margin:0; padding:3px 0; clear:none !important; } div.checkField .formField input, div.checkFieldFull .formField input{ border:none; } div.checkFieldFull .formField, div.checkFieldFull .formFieldError{ float:left !important; display:inline !important; margin:0 10px 0 0; padding:3px 0; clear:none !important; } div.checkFieldFull .formLabel, div.checkFieldFull .formLabelError{ margin:0; padding:3px 0; clear:none !important; width:auto !important; text-align:left; float:left !important; display:inline; width: 700px !important; }