/* Not Just a Grid v1.0 (c) 2011 Al Redpath / Outrageous Creations! Licenced under an MIT Licence*/
body{
	padding:0px;
	margin:0px;
	min-height:100%;
	background:#cfcfcf;
}

.empty{
font-size:0px;
}
.PopupMenu table{
width:100%;
}

#OuterContainer {
width:960px;
position:relative;
margin:auto;
margin-top:10px;
background:#fff;
border:5px solid #fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px #666;
	-moz-box-shadow: 0px 0px 7px #666;
	box-shadow: 0px 0px 7px #666;
}

#InnerContainer{
/*width:100%;*/
margin:auto;
}

#contentarea{
/*width:100%;*/
min-height:200px;
background-color:#ffffff;
}


#Banner {
	position:relative;
	clear:both;
	width:960px;
	font-size:0;
	color:#999;
}

#Banner a
{
color:#999;
}

.CompanyDetail
{
font-size:12px;
text-transform:uppercase;
}

.Companylogo
{
position:absolute;
top:0px;
left:0px;
}

.Companylogo img
{
max-width:225px;
max-height:125px;
}

.CompanyDetailGroup
{
position:absolute;
bottom:0px;
left:0px;
}


.CustomerDetail
{
font-size:12px;
text-transform:uppercase;
}

.Customerlogo
{
position:absolute;
top:0px;
right:0px;
margin-bottom:10px;
}

.Customerlogo img
{
max-width:225px;
max-height:125px;
}

.CustomerDetailGroup
{
position:absolute;
bottom:0px;
right:0px;
}

.UserDetail
{
font-size:10px;
text-transform:uppercase;
position:absolute;
top:20px;
right:190px;
left:250px;
width:320px;
}

.clearfloat {
	float:left;
	width:100%;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
}
.width100 {
	width:100%;
	float:left;
	margin-bottom:5px;
}
#footer {
	padding:10px;
	text-align:center;
	color:#000;
	background:#ccc url('../Images/notjustagrid/misc/transoverlay-glossy.png') top repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px 1px 1px #fff;
	margin-top:10px;
	
}
#footer a {
	color:#000;
}
#footer a:hover {
	color:#333;
}
#echologo {
	width:165px;
	margin:auto;
}
#echologo img {
	width:161px;
	height:21px;
}

#Menu {
	width:100%;
	font-size:70%;
}
.Menu-side{

}

.Menu-side h2{
display:none;
}


.full, .half, .threequarter, .quarter,.third,.twothird,.fifth,.twofifth,.threefifth,.fourfifth,.sixth,.fivesixth {
float:left;
display:inline;
margin:0px 10px 0px 10px;
margin:0px;
padding:0px;
}
.full {
width:100%;
}
.half {
width:50%;
}
.threequarter {
width:75%;
}
.quarter {
width:25%;
}
.third {
width:33%;
}
.twothird {
width:66%;
}
.fifth {
width:20%;
}
.twofifth {
width:40%;
}
.threefifth {
width:60%;
}
.fourfifth {
width:80%;
}

.fourfifth#MainContentArea{
width:79%;
margin-left:1%;
overflow:scroll;
overflow:auto;
}

.sixth {
width:160px;
}
.fivesixth {
width:800px;
}
.first {
margin-left:0px;
}
.last {
margin-right:0px;
}





/* Text Columns */

.text_container{
float:left;
height:100%;
width:100%;
}

.text_container .text2columns{
float:left;
min-height:100%;
width:47%;
padding:1%;
}

.text_container .text3columns{
float:left;
min-height:100%;
width:31%;
padding:1%;
/*border-right:1px dotted #ccc;*/
}

.text_container .lastcolumn{
border:0px;
}
/* end of Text columns layout  */


/* Block Menu*/

#topmenu
{
margin-top:10px;
margin-bottom:10px;
font-size:120%;
}

.BlockMenu{
position:relative;
height:35px;
text-transform:capitalize;
width:960px;
margin:0px;
padding:0px;
z-index:1002;
}

.BlockMenu ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
}

.BlockMenu ul li
{
margin:0px;
padding:0px; 

display:block;
float:left;
margin:0;
width:158px;
height:35px;
margin-right:1px;
position:relative;
text-align:center;
color:#fff;
}

.BlockMenu ul li.last
{
margin-right:0px;
width:159px;   
}


.BlockMenu ul li a
{
    background-position: top;
    display: block;
    float: left; /*padding:0 10px 0 40px;*/
    margin: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    background-color:#cfcfcf;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url('../Images/notjustagrid/misc/transoverlay-glossy.png');
    background-repeat: repeat-x;
}

.BlockMenu ul li a:hover{
background-color:#000;
background-image: url('../Images/notjustagrid/misc/transoverlay-glossy.png');
color:#fff;
}

.BlockMenu ul li a span{
display:block;
/*float:left;*/
margin:0px;
height:50px;
width:auto;
}


/* drop down */
.BlockMenu li ul{
visibility:hidden;
}

.BlockMenu li:hover>ul{
visibility:visible;
}

.BlockMenu li ul{
	position:absolute;
	left:0;
	top:35px;
	z-index:1000;
}

.BlockMenu li li{
float:none;

height:25px;
line-height:25px;
padding-bottom:10px;
text-align:left;
font-weight:100;
text-indent:10px;

}

.BlockMenu li li a{
margin:0px;
padding:5px;
line-height:25px;
overflow:hidden;
width:200px;
}


/* drop downs for multiple layers*/

.BlockMenu li li ul{
	left:100%;
	top:0;
	/*display:none;*/
}


/*.BlockMenu ul li a.currentpage,.BlockMenu ul li a.currentpage:hover{
color:#fff;
background-color:#333333;
}
*/