/*
----------------------------------------------------------
	2ergo main stylesheet.
	FileName:    screen.css
	Version:     1.00				20/03/2004
	Copyright 2ergo
----------------------------------------------------------
*/

/* HTML Redefinitions */

BODY, P, TABLE, DIV, SPAN, FORM, OL, UL {
  font: small/100% Arial, Helvetica, sans-serif normal;
  voice-family: "\"}\"";
  voice-family: inherit;
}

BODY {
 	background-color: #FFF;
 	height: 100%;
	margin: 0px
}

A IMG {
	border-style:none
}

h4 {
	margin-bottom: 0px
}

FORM {
	margin: 0px
}

LEGEND {
	color: #269543
}

/* Classes */

/* Formats the entire detail table */
.MainTable { 
	width: 100%;
	font-family: Arial, Helvetica
} 

.tableDataHeaderOff {
	background-image:url(/images/tab_header_bgrnd.gif);
	cursor: default
}

.tableDataHeaderOver {
	background-image:url(/images/tab_header_bgrnd_over.gif);
	cursor: default          
}

.tableData {
	width: 100%;
	background-color: #FFF;
	font-size: .9em;
	border: solid 1px #000;
	color: #000
}

.tableDataSmallText {
	font-size: .9em
}
 
.tableDataSmallerText {
	font-size: .8em
}
 
/* Fix for selects that display over the top of large drop down menus. The class of the mainContent div is changed for all selects in order that they are hidden */
#mainContent.selectHide select {
	visibility: hidden
}

/* Reverses the above */
#mainContent.selectHideselectVisible {
	visibility:visible
}
 
/* Table cell containing important information, such as "required fields". Displayed at the top of the form */
.FormHeader { 
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 5px; 
	padding-right: 5px; 
	background-color: #000
}
 
/* Applied to all rows in the signup form. Can be used to alter things such as padding and to override table data colours */
.TableRow {
	font-size: 100%	
}

/* Sets the colour for the first row of data in the table */
.TableData1 {
	width: 350px;
	font-size: 100%
} 

/* Sets the colour for the second row of data in the table */
.TableData2 { 
	font-size: 100%
}

#loginForm {
	margin-bottom: 10px;
	margin-top: 10px
}

.Login {
	color: #3C8A2E
}

/* Formats the input boxes for the login form */
.loginFormInputOff {
	width: 200px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}

/* Emulates disabled text */
.greyText {
	color: #666
}

/* Formats the input boxes for the login form in the over state */
.loginFormInputOver {
	width: 200px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}

/* Formats the input boxes for the generic details forms */
.detailsFormInputOff {
	width: 300px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}
.detailsFormInputOfftwo {
	width: 276px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}
.detailsFormInputOvertwo {
	width: 276px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}
.detailsFormInputOffsmall {
	width: 80px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}
/* Formats the input boxes for the generic details forms in the over state */
.detailsFormInputOver {
	width: 300px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}
.detailsFormInputOver {
	width: 300px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}
.detailsFormInputOverSmall {
	width: 80px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}

/* Formats the input box for small searches */
.searchFormInputOff {
	width: 150px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}

/* Formats the input boxes for small searches in the over state */
.searchFormInputOver {
	width: 150px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}

/* Formats the input boxes for the generic contact forms */
.contactFormInputOff {
	width: 300px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}

/* Formats the input boxes for the generic contact forms in the over state */
.contactFormInputOver {
	width: 300px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}

/* Formats the input boxes for the subscription forms */
.subscriptionFormOff {
	width: 450px;
	font-family: arial;
	border: solid 1px;
	border-color: #404040 #B0B0B0 #B0B0B0 #404040;
	background-color: #FFF
}

/* Formats the input boxes for the subscription forms in the over state */
.subscriptionFormOver {
	width: 450px;
	font-family: arial;
	border: solid 1px;
	border-color: #606060 #D0D0D0 #D0D0D0 #606060;
	background-color: #EEE
}

.btn {
	cursor: default;
	line-height: 150%;
	border: 1px solid buttonface;
	font-size: 100%
}
.btnOver {
	cursor: default;
	line-height: 150%;
	border: 1px solid buttonface;
	color: #FFF;
	background-color: #36C;
	font-size: 100%
}
.btnDown {
	cursor: default;
	line-height: 150%;
	border: 1px inset;
	color: #FFF;
	background-color: #36C;
	font-size: 100%
}
.btnNA {
	cursor: default;
	line-height: 150%;
	border: 1px solid buttonface;
	filter: alpha(opacity=25);
	font-size: 100%
}


/* Elements */
/* ----------------------------------------------------- */
#mainBody {
	position: relative;
	margin: auto;
	border: #CCC 1px solid;
}

#mainHeader {
	position: relative;
	height: 120px;
 	color: #666;
 	font-size: 80%;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid;
	border-left: #FFF 1px solid;
	background-color: #FFF
}

#mainMenu {
	position: relative;
	white-space: nowrap;
  min-width: 99.0%;
 	color: #666;
 	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: solid 1px;
	background-color: threedface;
	border-color: threedhighlight #808080 #808080 threedhighlight
}

#subMenu {
	position: relative;
	height: 15px;
 	color: #666;
 	font-size: 80%;
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	background-color: threedface;
	border-color: threedhighlight #808080 #808080 threedhighlight
}

#mainCMSContent {
	position: relative;
 	color: #666;
	font-size: 80%
}

/* Used in order to display menus within each section */
#appMenu {
	position: relative;
 	color: #666;
 	font-size: 80%;
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	background-color: threedface;
	border-color: threedhighlight #808080 #808080 threedhighlight
}

#mainContent {
	position: relative;
 	color: #666;
 	font-size: 80%;
	padding: 5px;
	border: solid 1px;
	border-color: #404040 #808080 #808080 threedhighlight;
	background-color: threedface;
	padding-bottom: 10px
}

/* Misc Content */
/* ----------------------------------------------------- */
/* Defines the text colour, size and weight of the error text that is displayed at the top of the forms */
.Error {
	color: #F00;
	font: small/105% Arial, Helvetica, sans-serif
}

.t6Button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	border-left: #AAAAAA 2px solid;
	border-top: #AAAAAA 2px solid;
	border-right: #333333 2px solid;
	border-bottom: #333333 2px solid;
	background-color: #3C8A2E;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}

/* Hyperlinks */
/*  Common link attributes */
a:link {
	color: #CC0000;
	text-decoration: none
}

a:visited {
	color: #CC0000;
	text-decoration: none
}

a:hover {
	color: #FF0000;
	text-decoration: underline
}

a:active {
	color: #FF0000;
	text-decoration: none
}

/* Menu */
/* Menu link attributes for top and other menus that have an application-like design */
a.btn:link {
	color: #666;
	padding: 2px;
	text-decoration: none
}

a.btn:visited {
	color: #666;
	padding: 2px;
	text-decoration: none
}

a.btn:hover {
	color: #FFF;
	padding: 2px;
	background-color: #36C;
	text-decoration: none
}

a.btn:active {
	color: #FFF;
	padding: 2px;
	text-decoration: none
}

a.btnOver:link {
	color: #666;
	padding: 2px;
	text-decoration: none
}

a.btnOver:visited {
	color: #666;
	padding: 2px;
	text-decoration: none
}

a.btnOver:hover {
	color: #FFF;
	padding: 2px;
	text-decoration: none
}

a.btnOver:active {
	color: #FFF;
	padding: 2px;
	text-decoration: none
}

a.btnDown:link {
	color: #666;
	padding: 2px;
	text-decoration: none
}

a.btnDown:visited {
	color: #666;
	padding: 2px;
	text-decoration: none
}

a.btnDown:hover {
	color: #FFF;
	padding: 2px;
	text-decoration: none
}

a.btnDown:active {
	color: #FFF;
	padding: 2px;
	text-decoration: none
}

.subMenu {
  position: absolute;
  border: solid 1px #A8A499 ;
  background-color: #FFF;
  width: 200px;
  padding: 2px;
  visibility: hidden;
  z-index:100
}

/* Menu link attributes for sub menus having an application-like design */
.subBtn {
  cursor: default;
  display: block;
  padding-left: 10px;
  font-size: 80%
}

a.subBtn:link {
  color: #666;
  padding: 2px;
  padding-left: 10px;
  text-decoration: none
}

a.subBtn:visited {
  color: #666;
  padding-left: 10px;
  text-decoration: none
}

a.subBtn:hover {
  color: #FFF;
  background-color: #3169C5;
  text-decoration: none
}