.MainBorder { border: 1px solid #61a8dc; } .MainHeader { background-color: #61a8dc; font-family: Century Gothic; color: #ffffff ; padding: 10px; } .HeaderTextColor { color: #ffffff; } .AccentBackground { background-color: #2fac43; } .MainBackground { background-color: #61a8dc; } .MainBorderColor { border-color: #61a8dc; } .HeaderBanner { border-bottom: solid 1px #61a8dc; overflow: hidden; } .SelectionBox { border: 1px solid #2fac43; cursor: pointer; text-align: left; text-decoration: none; font-family: Century Gothic, Tahoma; padding: 5px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -moz-box-shadow: 2px 2px 4px 0 #737373; -webkit-box-shadow: 2px 2px 4px 0 #737373; box-shadow: 2px 2px 4px 0 #737373; color: #ffffff; background: #ffffff; } .SelectionBox:hover { background: #57C268; text-decoration: none; color: #ffffff ; } .SelectionBoxTitle { font-family: Century Gothic, Tahoma; font-size: 22px; font-weight: normal; } .SelectionBoxSubTitle { font-family: Century Gothic, Tahoma; font-size: 15px; font-weight: normal; } .StyledButtonLarge { display: inline-block; border: 2px solid #ffffff; cursor: pointer; text-align: center; text-decoration: none; font-family: Century Gothic, Tahoma; font-size: 22px; font-weight: normal; padding: 16px 26px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; text-shadow:1px 1px 0 #444444; -moz-box-shadow: 2px 2px 4px 0 #737373; -webkit-box-shadow: 2px 2px 4px 0 #737373; box-shadow: 2px 2px 4px 0 #737373; color: #ffffff ; background: #2fac43; } .StyledButtonLarge:hover { background: #57C268; text-decoration: none; color: #ffffff ; } .StyledButtonLarge:active { color: #ffffff ; position: relative; top: 1px; } .StyledButton { display: inline-block; border: 2px solid #ffffff; cursor: pointer; text-align: center; text-decoration: none; font-family: Century Gothic, Tahoma; font-size: 18px; font-weight: normal; padding: 6px 16px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; text-shadow:1px 1px 0 #444444; -moz-box-shadow: 2px 2px 4px 0 #737373; -webkit-box-shadow: 2px 2px 4px 0 #737373; box-shadow: 2px 2px 4px 0 #737373; color: #ffffff ; background: #2fac43; } .StyledButton:hover { background: #57C268; text-decoration: none; color: #ffffff ; } .StyledButton:active { color: #ffffff ; position: relative; top: 1px; } .StyledButtonSmall { display: inline-block; border: 2px solid #ffffff; cursor: pointer; text-align: center; text-decoration: none; font-family: Century Gothic, Tahoma; font-size: 14px; font-weight: normal; padding: 3px 12px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-shadow:1px 1px 0 #444444; -moz-box-shadow: 2px 2px 4px 0 #737373; -webkit-box-shadow: 2px 2px 4px 0 #737373; box-shadow: 2px 2px 4px 0 #737373; color: #ffffff ; background: #2fac43; } .StyledButtonSmall:hover { background: #57C268; text-decoration: none; color: #ffffff ; } .StyledButtonSmall:active { color: #ffffff ; position: relative; top: 1px; } .StyledButtonRed { display: inline-block; border: 2px solid #ffffff; cursor: pointer; text-align: center; text-decoration: none; font-family: Century Gothic, Tahoma; font-size: 18px; font-weight: normal; padding: 6px 16px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; text-shadow:1px 1px 0 #444444; -moz-box-shadow: 2px 2px 4px 0 #737373; -webkit-box-shadow: 2px 2px 4px 0 #737373; box-shadow: 2px 2px 4px 0 #737373; color: #ffffff ; background: red; } .StyledButtonRed:hover { background: #b33636; text-decoration: none; color: #ffffff ; } .StyledButtonRed:active { color: #ffffff ; position: relative; top: 1px; } .ImageHalfSize { -webkit-transform: scale(0.6); /* Saf3.1+, Chrome */ -moz-transform: scale(0.6); /* FF3.5+ */ -ms-transform: scale(0.6); /* IE9 */ -o-transform: scale(0.6); /* Opera 10.5+ */ transform: scale(0.6); /* IE6–IE9 */ filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand'); } /* These styles override the bootstrap styles */ .btn-primary { color: #ffffff; background-image: -webkit-linear-gradient(top, #2fac43 0%, #269E39 100%); background-image: linear-gradient(to bottom, #2fac43 0%, #269E39 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2fac43', endColorstr='#ff269E39', GradientType=0); border-color: #269E39; background-color: #2fac43; border-color: #269E39; } .btn-primary:hover, .btn-primary:focus { color: #ffffff; background-color: #269E39; border-color: #269E39; } .btn-primary:active, .btn-primary.active { background-color: #269E39; border-color: #269E39; }