@charset "UTF-8";

body { padding: 0px; margin: 0px; font: 101% Verdana; background-color: #103E4E; background-image: url(images/backgrounds/backgroundBody.jpg); background-repeat: repeat; background-position: center top; }


 #container { width: 780px; margin: 20px auto 0; text-align: left; /* this overrides the text-align: center on the body element. */ padding-right: 10px; padding-left: 10px; background-repeat: repeat-y; background-position: center center; background-color: #103E4E; background-image: url(images/backgrounds/backgroundhor2.gif);
 
 
 }
#wrapper { width: 780px; margin: 0px auto 0; text-align: left; background-repeat: no-repeat; background-position: left bottom; background-color: #FFF; background-image: url(images/FireworksAnimation/bacgroundWrapper.gif); }
 #header { background: url(images/backgrounds/backgroundHeader.png) no-repeat center top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ text-align: center; height: 60px; padding-top: 60px; padding-left: 55px; border-top-width: 3px; border-bottom-width: 3px; border-top-style: solid; border-bottom-style: solid; border-top-color: #FFC000; border-bottom-color: #FFC000; padding-right: 60px; }
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headingAnimation { padding: 15px 25px; height: 45px; background-color: #FFC000; border: 1px solid #FF7F00; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
h1 { font-family: "Lucida Console", Monaco, monospace; color: #FFF; }
#h1_alternative { font-family: "Lucida Console", Monaco, monospace; font-size: 200%; color: #FFF; padding: 10px; background-image: url(images/backgrounds/backgroundHeadingText.jpg); background-repeat: no-repeat; background-position: left top; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; 
}
 #mainContent { padding: 0 20px; margin-right: 5px; margin-left: 5px; margin-top: 5px; }
 #footer { background:#DDDDDD url(images/backgrounds/backgroundFooter.gif) no-repeat center bottom; padding-top: 10px; padding-right: 10px; padding-left: 280px; padding-bottom: 0px; margin-top: 30px; height: 10px; border-top-width: 3px; border-top-style: solid; border-top-color: #FFBF05; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #FFC000; }
.tableColours { -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; height: 7px; }
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerLift { background-color: #FFB700; border: 2px solid #FF7F00; padding: 7px 10px; width: 200px; text-align: center; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; margin-top: -30px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
.mainContentText { background-color: #FFC000; padding: 25px; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; background-image: url(images/backgrounds/backgroundDropShadowColumn.gif); background-repeat: repeat-y; background-position: right center; line-height: 27px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; margin-top: 10px; font-size: 95%; color: #333; }
#navBar { text-align: center; font-size: 90%; height: 60px; padding-top: 30px; padding-bottom: 15px; margin-top: 20px; margin-right: 5px; margin-left: 5px; margin-bottom: 0px; background-repeat: no-repeat; background-position: center 60px; background-image: url(images/FireworksAnimation/comments.gif); }
#navBar a { font-family: Verdana, Geneva, sans-serif; color: #000; text-decoration: none; padding-top: 7px; padding-right: 12px; padding-bottom: 7px; padding-left: 12px; border: 1px solid #FF7F00; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; margin-top: -30px; margin-right: auto; margin-bottom: 0px; 

}
#navBar a:hover { font-family: Verdana, Geneva, sans-serif; text-decoration: none; padding: 7px 12px; border: 1px solid #FF7F00; background-repeat: repeat-x; background-position: center center; background-color: #FFB700; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -khtml-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -khtml-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; margin-top: -30px; margin-right: auto; margin-bottom: 0px; 
}
.highlight { background-color: #FEE400; padding: 2px 3px; }
.textFields { background-color: #FAE122; height: 20px; width: 300px; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FF6D00; border-right-color: #FF6D00; border-bottom-color: #FF6D00; border-left-color: #FF6D00; }
.textFieldsArea { background-color: #FAE122; width: 300px; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FF6D00; border-right-color: #FF6D00; border-bottom-color: #FF6D00; border-left-color: #FF6D00; }
.MasterColumnPictureFrame  { border: 1px solid #000; margin: 5px 0px; padding: 0px; height: 30px; width: 200px; }
.DetailColumn a { text-decoration: none; color: #000; }
.DetailColumn a:hover { text-decoration: underline; color: #000; }
