﻿img { border: 0; }
a { text-decoration: none; color: #c4c4c4; }
a:hover { color: #80c218; }


.MessageLabel { color: #80c218; font-weight: bold; font-size: 15px; }
.ErrorLabel { color: red; font-weight: bold; font-size: 15px; }

.Clear { clear: both; }

.MainHeading { font-size: 24px; color: #7bbb15; font-weight: normal; margin: 0 0 10px 0; padding: 0;}

.SubTitle {font-size: 24px; color: #cfcfcf; font-weight: normal; margin: 0 0 10px 0; padding: 0 0 0 25px; background-image: url(/Assets/images/backgrounds/mainHeaderIcon.jpg); background-repeat: no-repeat; }

.Section { margin-bottom: 10px; }
.Content { }

.InfoBox { padding: 5px; background-color: #4d4d4d; border: solid 1px #595959;}

.Seperator { line-height: 0; border-top: solid 1px #323232; clear: both; }

.StandOut { font-size: 22px; }
.AltText { color: #80c218; }

input, select { background-color: #e1e1e1}
.Radio input { background-color: Transparent; }
.TextBox, textarea { background-color: #e1e1e1; width: 300px; }
.FieldLabel { color: #80c218; font-weight: bold; }
input.MainButton { border: solid 1px black; color: White; background-image: url(/Assets/images/buttons/MainButtonBackground.jpg); background-color: Black; cursor: pointer; }
input.Button { border: solid 1px black; color: White; background-image: url(/Assets/images/buttons/MainButtonBackground.jpg); background-color: Black; cursor: pointer;}
.Buttons { text-align: center; }
input.DateBox { background-image: url(/Assets/images/icons/calendarBoxIcon.jpg); background-position: right; background-repeat: no-repeat; width: 120px; }
.DetailsForm .FieldTitle { padding: 10px; vertical-align: top; }
.GridView th { padding: 5px; background-color: Black; color: White; }
.GridView td { padding: 5px;}

.NewsRecord { border-bottom: dotted 1px #9d9d9d; padding-bottom: 10px; margin-bottom: 10px;}
.NewsRecord .Heading { font-size: 16px; color: #ffffff; display: block; }

a.MoreLink { color: #80c218; padding-right: 20px; background-repeat: no-repeat; background-image: url(/Assets/images/icons/arrow.jpg); background-position: right; font-size: 14px;  }