/* CSS Document */

html, body {
	height: 100%;
	background: #000000 url(../images/page.bg.under.jpg) top center repeat-y;
}
#container { /* this is the div you want to fill the window */
	min-height: 100%;
	text-align:center;
}
* html #container {
height:100%;
}
#innercontainer {
	width:780px;
	margin: 0 auto 0 auto;
}
body {
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: hidden; /* prevent scroll bar */
}
#content{
	line-height:1.25em;
}

/******************************************** Global Links *********************************************/

a:link {
	color: #004AA5;
	text-decoration: none;
}
a:visited {
	color: #004AA5;
	text-decoration: none;
}
a:hover {
	color: #5A8DC5;
	text-decoration: none;
}
a:active {
	color: #004AA5;
	text-decoration: none;
}
input:focus { outline: none; }

/********************************************** Buttons ************************************************/

.button {
	position: relative;
	vertical-align: top;
	width: auto;
	height: 24px;
	padding: 0 11px;
	font-size: 12px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #507fcd;
	border: 0;
	border-bottom: 1px solid #365489;
	cursor: pointer;
	box-shadow: inset 0 -1px #365489;
	border-radius: 4px;
	margin-right:3px;
	margin-left:0;
	margin-bottom:5px;
}
.button:active {
	top: 1px;
	outline: none;
	box-shadow: none;
}

.buttonSmall {
	position: relative;
	vertical-align: top;
	width: auto;
	height: 20px;
	padding: 0 9px;
	font-size: 11px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #507fcd;
	border: 0;
	border-bottom: 1px solid #365489;
	cursor: pointer;
	box-shadow: inset 0 -1px #365489;
	border-radius: 4px;
	margin-right:2px;
	margin-left:0;
	margin-bottom:4px;
}
.buttonSmall:active {
	top: 1px;
	outline: none;
	box-shadow: none;
}

.buttonGreen {
  background: #92be39;
  border-bottom: 1px solid #608928;
  box-shadow: inset 0 -1px #608928;
}

/****************************************** Specific Styles ********************************************/

/* Clock */

.clock {
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1B1B1B;
}

/* Footer Text */

.footerText {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:0.05em;
}

/* Main Colours */

.normalColor {
	color:#75A000;
}
.lightColor {
	color:#91C601;
}
.normalNeutral {
	color:#666666;
}
.darkNeutral {
	color:#333333;
}
.lightNeutral {
	color:#999999;
}

/* Disabled Colours */

.disabledNormalDark{
	color:#4D5816;
}

/* Main Highlight Colors */
.lightColorHighlight {
	background-color:#91C601;
}

/* Secondary Colours */

.secondaryLightColor {
	color:#FDE500;
}

/* Main Sizes */

.tiny {
	font-size:10px;
}
.small {
	font-size:11px;
}
.normal {
	font-size:12px;
}
.big {
	font-size:15px;
}
.bigger {
	font-size:18px;
}
.fat {
	font-weight:bold;
}

/* Main Titles */

.title {
	font-weight:bold;
	font-size:12px;
	line-height:1em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.titleTiny {
	font-size:12px;
	font-weight:bold;
	line-height:1em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.titleSmall {
	font-size:12px;
	font-weight:bold;
	line-height:1em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.titleMedium {
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	letter-spacing:-0.05em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.titleBig {
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	letter-spacing:-0.05em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.baseTitle {
	font-family: 'Contrail One', "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:-0.1em;
	font-weight:bold;
	line-height:1.0em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.pageTitle {
	font-family: 'Contrail One', "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:-0.1em;
	font-size:30px;
	font-weight:bold;
	display:inline-block;
	margin-top:0.2em;
	line-height:1.0em;
	color:#222;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.publicTitle {
	font-family: 'Contrail One', "Helvetica Neue", Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:-0.1em;
	font-weight:bold;
	line-height:1.0em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin:0 0 10px 0;
}
.mainMenuText {
	font-size:15px;
	font-weight:bold;
	font-weight:bolder;
	line-height:1.5em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	letter-spacing:-0.05em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color:white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}

/* White */

.white {
	color:#FFFFFF;
}
.white a:link {
	color: #91C601;
	text-decoration: none;
}
.white a:visited {
	color: #91C601;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:active {
	color: #91C601;
	text-decoration: none;
}

/* White2 */

.white2 {
	color:#FFFFFF;
	font-weight:bold;
}
.white2 a:link {
	color: #87b8ef;
	text-decoration: none;
}
.white2 a:visited {
	color: #87b8ef;
	text-decoration: none;
}
.white2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.white2 a:active {
	color: #87b8ef;
	text-decoration: none;
}

/* White on Blue */

.whiteBlue {
	color:#FFFFFF;
}
.whiteBlue a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteBlue a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteBlue a:hover {
	color: #81A1D9;
	text-decoration: none;
}
.whiteBlue a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Black */

.black {
	color:#000000;
}
.black a:link {
	color: #000000;
	text-decoration: none;
}
.black a:visited {
	color: #000000;
	text-decoration: none;
}
.black a:hover {
	color: #CFE983;
	text-decoration: none;
}
.black a:active {
	color: #000000;
	text-decoration: none;
}

/* Light */

.lightNeutral a:link {
	color: #999999;
	text-decoration: none;
}
.lightNeutral a:visited {
	color: #999999;
	text-decoration: none;
}
.lightNeutral a:hover {
	color: #BBBBBB;
	text-decoration:none;
}
.lightNeutral a:active {
	color: #999999;
	text-decoration: none;
}
/* Dark */

.darkNeutral a:link {
	color: #333333;
	text-decoration: none;
}
.darkNeutral a:visited {
	color: #333333;
	text-decoration: none;
}
.darkNeutral a:hover {
	color: #999999;
	text-decoration:none;
}
.darkNeutral a:active {
	color: #333333;
	text-decoration: none;
}

/* Red */

.red a:link {
	color: #C40000;
	text-decoration: none;
}
.red {
	color: #C40000;
}

.red a:visited {
	color: #C40000;
	text-decoration: none;
}
.red a:hover {
	color: #E69393;
	text-decoration: none;
}
.red a:active {
	color: #C40000;
	text-decoration: none;
}

/* Side Bar Style */

.sidebar {
	color:#FFFFFF;
}
.sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar a:hover {
	color: #91C601;
	text-decoration: none;
}
.sidebar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/********************************************** Helpers ************************************************/

.hidden {
	display:none;
}

/********************************************* Club Rooms **********************************************/

.commentTextBox {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 2px;
	height: 16px;
	border: 1px solid #008A64;
}
.commentTextArea {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 4px;
	border: 1px solid #008A64;
	width: 380px;
}

/************************************************ Tab *************************************************/

.tab {
	white-space: nowrap;
	line-height:1.4em;
	letter-spacing:0em;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

/*********************************************** Lists ************************************************/

.list {
}
.listA {
	cursor:pointer;
	background-color:#ECEEEA;
}
.listB {
	cursor:pointer;
	background-color:transparent;
}
.listOn {
	cursor:pointer;
	background-color:#CEEF89;
}
.listDown {
	cursor:pointer;
	background-color:#BEEA64;
}
.listSelected {
	background-color:#BEEA64;
	cursor:default;
}
.listSelected a {
	cursor:default;
}
.listSidebarOn {
	color:#FFFFFF;
	background-color:#6A852E;
}
.listSidebarDown {
	color:#FFFFFF;
	background-color:#87A839;
}
.listSidebarSelected {
	color:#171717;
	font-weight:bold;
	background-color:#D5EF98;
	cursor:default;
}
.listSidebarSelected a {
	cursor:default;
}
.listSidebarSelected a:link {
	color: #171717;
	text-decoration: none;
}
.listSidebarSelected a:visited {
	color: #171717;
	text-decoration: none;
}
.listSidebarSelected a:hover {
	color: #171717;
	text-decoration: none;
}
.listSidebarSelected a:active {
	color: #171717;
	text-decoration: none;
}
.listSidebarDrag {
	color:#004AA5;
	background-color:transparent;
	cursor:default;
}
.listSidebarDrag a {
	cursor:default;
}
.listSidebarDrag a:link {
	color: #004AA5;
	text-decoration: none;
}
.listSidebarDrag a:visited {
	color: #004AA5;
	text-decoration: none;
}
.listSidebarDrag a:hover {
	color: #004AA5;
	text-decoration: none;
}
.listSidebarDrag a:active {
	color: #004AA5;
	text-decoration: none;
}
.listSidebar a:link {
	color: #004AA5;
	text-decoration: none;
}
.listSidebar a:visited {
	color: #004AA5;
	text-decoration: none;
}
.listSidebar a:hover {
	color: #5A8DC5;
	text-decoration: none;
}
.listSidebar a:active {
	color: #004AA5;
	text-decoration: none;
}

/********************************************* Navigation *********************************************/

.navcell
{
	height:18px;
	border: 1px solid #DFE4D6;
	cursor: pointer;
	color:#75A000;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size:10px;
	width:20px;
}
.navcelldisabled
{
	height:18px;
	border: 1px solid #DFE4D6;
	cursor: default;
	color:#DFE4D6;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size:10px;
	width:20px;
}
.navcelldivider
{
	width:2px;
	background-color:transparent;
}
.navcellhover
{
    height:18px;
	background-color: #D5EF98;
	border: 1px solid #B8E25F;
	cursor: pointer;
	color:#75A000;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size:10px;
	width:20px;
}
.navcellselected
{
	height:18px;
	cursor:default;
	background-color: #D5EF98;
	border: 1px solid #B8E25F;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Verdana, sans-serif;
	letter-spacing:-0.05em;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	width:20px;
}

/****************************************** Tutorial Styles ********************************************/

.titleBigColor {
	color:#75A000;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
}
.titleDark {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
}
.titleColor {
	color:#75A000;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
}
.titleSmallDark {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
}
.smallPrint {
	color:#777777;
	font-size:10px;
	font-family:Gotham, Helvetica, sans-serif;
}

/********************************************* HTML Menu ***********************************************/

.htmlmenu {
	font-size:11px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#171717;
}
.htmlmenu a:link {
	color: #608400;
	text-decoration: none;
}
.htmlmenu a:visited {
	color: #608400;
	text-decoration: none;
}
.htmlmenu a:hover {
	color: #8BBF00;
	text-decoration: none;
}
.htmlmenu a:active {
	color: #608400;
	text-decoration: none;
}

/*********************************************** Fixes ************************************************/

p {
	padding: 0px;
	margin: 0 0 8px 0;
}
form {
	margin:0;
	padding:0;
}
.image {
	border-width: 0;
	margin: 0;
	padding: 0;
}
.image a:link {
	text-decoration: none;
	background-color:transparent;
}
.image a:visited {
	text-decoration: none;
	background-color:transparent;
}
.image a:hover {
	text-decoration: none;
	background-color:transparent;
}
.image a:active {
	text-decoration: none;
	background-color:transparent;
}
/* Div clearing fix */
/* For modern browsers */
.clr:before,
.clr:after {
    content:"";
    display:table;
}
.clr:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clr {
    zoom:1;
}
/* Fix inline-block for IE7 */
.inlineBlock{
	display: inline-block;
	vertical-align:top;
}
* html .inlineBlock { display:inline; }  /* for IE 6 */
* + html .inlineBlock { display:inline; }  /* for IE 7 */

/* Turn off highlighing */
.noHighlight::selection {
	background-color:Transparent;
}
.noHighlight::-moz-selection {
	background-color:Transparent;
}
pre {
    -moz-tab-size:    4;
    -o-tab-size:      4;
    -webkit-tab-size: 4;
    -ms-tab-size:     4;
    tab-size:         4;
}

/********************************************* Message Boxes *********************************************/

.messageWarning {
	color:#333333;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #F1C7CB;
	border-bottom: 2px solid #DE7C8D;
	border-radius:5px;
	text-align: center;
	font-size: 12px;
	letter-spacing:-0.04em;
	padding: 3px;
	margin: 0 0 10px 0;
}
.messageWarning a:link {
	color: #AC2B37;
	text-decoration: none;
}
.messageWarning a:visited {
	color: #AC2B37;
	text-decoration: none;
}
.messageWarning a:hover {
	color: #AC2B37;
	text-decoration: underline;
}

.messageNotice {
	color:#333333;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #DEF0B9;
	border-bottom: 2px solid #89B92F;
	border-radius:5px;
	text-align: center;
	font-size: 12px;
	letter-spacing:-0.04em;
	padding: 3px;
	margin: 0 0 10px 0;
}

.messageAction {
	background-color:#F5F5F5;
	background-image:url(../images/icons/warn.png);
	background-position:7px 7px;
	background-repeat:no-repeat;
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
	padding:12px 7px 12px 37px;
	text-align:left;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#222;
}

.messageInfo {
	background-color:#F5F5F5;
	background-image:url(../images/icons/circle.tick.png);
	background-position:7px 7px;
	background-repeat:no-repeat;
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
	padding:12px 7px 12px 40px;
	text-align:left;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#222;
}

/****************************************** Global Message Boxes ******************************************/

.globalMessage {
	color:#333333;
	font-family:'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 4px;
	border-radius:3px;
}

.warning {
	background-color: #F1C7CB;
}

.notice {
	background-color: #DEF0B9;
}

.code {
	background-color:#EEE;
	border:1px dashed #004AA5;
	padding:10px;
	margin:10px 10px 0 10px;
	text-align:left;
	color:#000;
	font-family:"Courier New", Courier, monospace;
}

code {
  white-space: pre-wrap;
  background-color:#EEE;
  font-family:monospace;
  color:#000;
  display: inline-block;
  padding:2px;
}

/********************************************* Form Elements **********************************************/

.textBox {
	color:#171717;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	padding-left:3px;
}

/****************************************** Tables and Datasets *******************************************/

.lightBG {
	background-color:#F5F5F5;
}

.paddedCell {
	padding:5px 0 7px 5px;
}

.topAndBottom {
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
}

.topOnly {
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#CCC;
}

.bottomOnly {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
}
