/*  --------------------------------------------------------------------------------------------
											Project 'core' styles. 	
	--------------------------------------------------------------------------------------------
*/

.bodyMain { 			
	font-family: Verdana;
	font-size: 11px;
    color: black;
	background-color: black;
	/*background-color: #3d7945;   #8b9aa1  */
	margin-top: 0px;
	margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	/*background-image:url('../images/dot.png');*/
}

td{
	text-align:left;
}

img{
	border:0px solid #ffffff;
}

ul {
	border:0;
	padding-left:15px;
	margin:0;
/*	display:inline; */
}

li {
	border:0;
	padding:0;
	margin:0;
}


.generic{		
	color: #040404;
}

.genericHead{
	font-weight:bold;
}

.generic2Head{
    color: #00695E;
}

.pageHead {
	font-weight:bold;
	font-size:11pt;
}

a:link {
	color: #00695E;
	text-decoration:none;
}

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


/* For notes on various menu-related styles (also affect sitemap styles), see editouCMS/var/notes/styles.txt */

/* The following navSide... styles, are in showChildrenOrPeers(), for the left nav, if a page has children */
.navSideHeadTD { /* This is for the TD where the parent sits */
	/*background-color: #cccccc;*/
}

a.navSideHead:link, a.navSideHead:visited, a.itemLevel0:link, a.itemLevel0:visited { /* Style the link of the parent, in the left nav */
	color: #00695E;
	font-weight:bold;
}

a.navSideItem:link, a.navSideItem:visited { /* Style the link of the children, in the left nav */
	color:#00695E;
	font-weight:bold;
}
/* End navSide... styles */


/* The following are used in navPlainTop() */
a.topMenuItem:link , a.topMenuItem:visited {
	color:#eeeeee;
	font-weight:bold;
	font-size:8pt;
}

a.topMenuItem:hover {
	color:#ffffff;
	font-weight:bold;
	font-size:8pt;
}
/* End of navPlainTop() styles */


.successMessage{
	color: #00aa00;
	font-weight:bold;
}

.errorMessage{
	color:red;
	font-weight:bold;
}

.formElement {
	background-color: white;
	border: 1px solid #11242c;
	font-size: 8pt;
	color: black;
}

.formElement2 {
      color:black;
  
  background-color: #E6EEE9;

	/*background-color: #E6EEE9;
	border: 1px solid #11242c;
	font-size: 8pt;
	color: black;*/
}

.formLabel , a.formLabel{
	color: black;
	font-size: 8pt;
    
}

.redStar {
	color: #ff5555;
	font-size: 9pt;
}


/* These are used in showDetails() - IS THIS USED??? */
/* Uncomment this one when using the sitemap style, full expansion of children */
ul.smLevel0, ul.smLevel1, ul.smLevel2, ul.smLevel3, 
ul.smLevel4, ul.smLevel5, ul.smLevel6, ul.smLevel7  {
	list-style-type: none;
	padding: 0px;
	line-height: 0px;
}

/*  --------------------------------------------------------------------------------------------
						End of 'core' styles - styles for modules (if any) follow
	--------------------------------------------------------------------------------------------
*/


/*  --------------------------------------------------------------------------------------------
									Styles for module 'cReason'
	--------------------------------------------------------------------------------------------
*/


/*  --------------------------------------------------------------------------------------------
								End of styles for module 'cReason'
	--------------------------------------------------------------------------------------------
*/

/* ------------------- Client Login Styles ----------------------*/


.clientLoginBlock, .clientLoginBlockHidden
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.clientLoginWrapper
{
	background-color: #262626;
}

.clientLoginBlockHidden
{
	height: 4px;
	overflow: hidden;
	text-align: right;
}

.headerBlock
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.clientLoginBlock
{
	overflow: hidden;
	text-align: right;
}

.clientLoginForm table
{
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	color: #989898;
}
.clientLoginForm table th
{
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
	padding-left: 10px;
}
.clientLoginForm table td
{
	text-align: left;
}
.customBox
{
	color: #989898;
	background-color: #262626;
	border: solid 1px #3b3b3b;
}
#loginButton
{
	text-align: right;
	padding-left: 10px;
}
#loginButton input
{
	color: #989898;
	font-weight: bold;
	background-color: #262626;
	border: solid 1px #3b3b3b;
}

.right
{
	text-align: right;
	padding-right: 36px;
}


.orderinput {
    width: 100%;
    height: 65%;
    border: none;
    font: 14px Trebuchet MS;
    color: #777777;
}

.fillin {
    width: 750px;
    border: 2px solid;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 15px;
}

.fillin td {
    border: 1px solid #000000;
    padding: 0;
    height: 30px;
    padding: 3px;
}

.tag {
    float: left;
    font: 11px Arial;
    height: 35%;
}

.tag2 {
    font: 11px Arial;
}

.submitButton {
    width: 90px;
    font: bold 12px Arial;
    height: 35px;
    margin-top: 10px;
    float: right;
    text-align: center;
    margin-right: 30px;
}

#contactDet {
    float: right;
    width: 350px;
    font-family: 'Lucida Sans', 'Lucida Grande', sans-serif;
    text-align: right;
    font-size: 12px;
    padding: 20px;
}

