@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
*	{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

body {
    background: #f8f8e6;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #4C4E56;
    min-width: 830px;
    margin-bottom: 40px;
}
	
#container {
	
	margin: 30px 40px;
	}

#loginTable {
	width: 400px;
	background: #a8ce56 url(../../ADMIN/CMSImages/login-background.gif) bottom left no-repeat;
	border: 1px solid #57790e;
	margin: 50px auto;
	}
	
#loginTable h1 {
	background: #709c12;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: 1px solid #57790e;
	}
	
#loginTable table {
	margin: 15px 20px 15px 70px;
	}

.loginLabel {
	text-align: right;
	font-weight: bold;
	padding: 5px 20px 5px 0;
	}
	
.validationError {
	color: #7e2007;
	}
	
#mainNavagation {
	background: #a8ce56;
	height: 100%;
	margin-bottom:5px;
	}	

#mainNavagation ul {
	list-style: none;
	}

#topNavagation {
	background: #a8ce56;
	height: 100%;
	}

#mainNavagation li {
	float: left;
	}

#mainNavagation li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #709c12;
	padding: 8px 10px;
	display:block;
	border-right: 3px solid #f8f8e6;
	}

#mainNavagation li a:hover {
	color: #4a6313;
	background: #a8ce56;
	}
			
#topNavagation ul {
	list-style: none;
	}
	

#topNavagation li {
	float: left;
	}
	
#topNavagation li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #709c12;
	padding: 8px 10px;
	display: block;
	border-right: 3px solid #f8f8e6;
	}
		
#topNavagation li a:hover {
	color: #4a6313;
	background: #a8ce56;
	}

.highlightedHero {
	clear: both;
	margin: -10px 0px 5px 0px;
	background: #f1eece;
	padding: 5px;
	font-size: 16px;
	text-align:center;
}
	
.highlightedParagraph {
	clear: both;
	margin: 20px 0;
	background: #f1eece;
	padding: 10px;
	font-size: 14px;
	}

.highlightedList {
	background-color: #f1eece;
	padding: 10px 20px 10px 30px;
	font-size: 14px;
}

.highlightedParagraphinvoice 
{
	padding: 10px;
	font-size: 14px;
	clear: both;
	background: #ecf1e2;
}

.clear 
{
	clear: both;
}
	
.floatRight
{
	float:right;
}
	
	.floatLeft
{
	float:left;
}
	
	
.invoiceviewenquiry
{
	margin-top:10px;
	float:right;
	clear:both;
	margin-right:40px;
}

.mainbtns
{
	margin-right:2px;
	padding:3px;
}
.remindertext
{
	margin-left:40px;
	margin-top:5px;
}

.buttongroups
{
	margin-right:30px;
}
.displaytable {
	margin-top: 10px;
	margin-bottom: 20px;
}

.addBTNS
{
	padding:0px;
	margin-top:7px;
}

.simpleTable {
	border-collapse: collapse;
	margin-bottom: 12px;
}

	.simpleTable th, .simpleTable td {
		padding: 5px;
		text-align: left;
	}

	.simpleTable th {
		background-color: #f2f2f2;
	}

	.simpleTable tr:hover {
		background-color: #f5f5f5;
	}