@font-face {
    font-family: condensed;
    src: url(Eurostile-Condensed.otf);
}

@font-face {
    font-family: eurostile;
    src: url(Eurostile.otf);
}

@font-face {
    font-family: demi;
    src: url(Eurostile-Demi.otf);
}

body {
    color:black;
    font-family:Arial;
    font-size:14px;
	margin:0px 0px; padding:0px;
	text-align:center;
}

.errorMsg {
    color:red;
    font-size:12px;
	font-style: italic;
}

#mainBody {
	width:100%;
	height:100%;
	background: url(../images/bg.gif);
	background-repeat: repeat;
	margin:0px auto;
	padding:0px;
}

#mainBody2 {
	width:100%;
	height:100%;
	background-color:#003366;
	margin:0px auto;
	padding:0px;
}

#coverBox {
	margin:0px auto;
	width:1115px;
	padding:0px;
	background-color:#1A5913;
}

#coverPanel {
	background-color:#1A5913;
	padding:0px;
	height:568px;
}

#logo {
	float:left;
}

#register {
	float:right;
	color:white;
	margin-right:20px;
	margin-top:12px;
}

#register a {
	color:white;
	text-decoration:none;
}

#register a:hover {
   color:black;
   }
   
.sales:hover{
   content: url("../images/4sales-hover.png");
   }
   
.expenses:hover{
   content: url("../images/5disb-hover.png");
   }
   
.sawt:hover{
   content: url("../images/6sawt-hover.png");
   }
   
.analytics:hover{
   content: url("../images/7analytics-hover.png");
   }
   
.usermgmt:hover{
   content: url("../images/8user-hover.png");
   }
   
.journal:hover{
   content: url("../images/9journal-hover.png");
   }
   
.inventory:hover{
   content: url("../images/10inventory-hover.png");
   }
   
 .cms:hover{
   content: url("../images/12cust-hover.png");
   }
   
.reports:hover{
   content: url("../images/11reports-hover.png");
   }
   
.newEntrysales:hover{
   content: url("../images/2saleshover.png");
   }
   
 .newEntrydisb:hover{
   content: url("../images/3disb-hover.png");
   }
   
.salesSt:hover{
   content: url("../images/shortcut/sales-hover.png");
}

.expSt:hover{
   content: url("../images/shortcut/exp-hover.png");
}

.impSt:hover{
   content: url("../images/shortcut/imp-hover.png");
}

.sawtSt:hover{
   content: url("../images/shortcut/sawt-hover.png");
}

.cmsSt:hover{
   content: url("../images/shortcut/client-hover.png");
}

.journalSt:hover{
   content: url("../images/shortcut/journal-hover.png");
}

.reportSt:hover{
   content: url("../images/shortcut/report-hover.png");
}

.analyticSt:hover{
   content: url("../images/shortcut/analytics-hover.png");
}
   
   
tr.even td { 
	//background: #99FF99;
}
   
#login {
   border-top: 0px solid #ffffff;
   background: #fcfcfc;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
   background: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
   background: -moz-linear-gradient(top, #ffffff, #fcfcfc);
   background: -ms-linear-gradient(top, #ffffff, #fcfcfc);
   background: -o-linear-gradient(top, #ffffff, #fcfcfc);
   padding: 8px 30px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
   
#send {
   border-top: 0px solid #404040 ;
   background: #404040;
   background: -webkit-gradient(linear, left top, left bottom, from(#404040 ), to(#404040));
   background: -webkit-linear-gradient(top, #404040 , #404040);
   background: -moz-linear-gradient(top, #404040 , #404040);
   background: -ms-linear-gradient(top, #404040 , #404040);
   background: -o-linear-gradient(top, #404040 , #404040);
   padding: 5px 19px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
   
#sendDisable {
   border-top: 0px solid #FE2E2E ;
   background: #FE2E2E;
   background: -webkit-gradient(linear, left top, left bottom, from(#FE2E2E ), to(#FE2E2E));
   background: -webkit-linear-gradient(top, #FE2E2E , #FE2E2E);
   background: -moz-linear-gradient(top, #FE2E2E , #FE2E2E);
   background: -ms-linear-gradient(top, #FE2E2E , #FE2E2E);
   background: -o-linear-gradient(top, #FE2E2E , #FE2E2E);
   padding: 5px 19px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
#login:hover {
   border-top-color: #156fab;
   background: #0053a0;
   color: #fffcff;
   }
#login :active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
#content {
	background-color:white;
	padding:0px;
	height:920px;
}

#contentPage {
	margin:0px auto;
	width:980px;
	padding:30px;
	padding-top:10px;
}

#contentOut {
        margin:0px auto;
	width:1100px;
}

#contentLeft {
	line-height: 2;
	text-align: left;
	width:615px;
	padding:30px;
	float:left;
	margin-top:10px;
	
}

#contentRight {
	width:290px;
	line-height: 2;
	float:right;
	margin-top:20px;
	text-align:center;
}

#accreditation {
	background-color:#F8F8F8;
	padding:30px;
	text-align:left;
	line-height: 1;
}


#bubbles {
	background-color:#EAEAEA;
	height:218px;
	width:567px;
	margin-top:10px;
	margin-left:30px;
	padding:20px;
	line-height: 2;
	text-align: left;
	float:left;
}

#headerText {
	color:#666666;
	font-weight:bold;
	font-size:20px;
        font-family:demi;
}

#coloredText {
	color:#0053a0;
	font-weight:bold;
}

#coloredTextBlack{
	color:black;
	font-weight:bold;
}

#footer{
	height:150px;
	color:white;
}

#footer2{
	height:70px;
	color:white;
}

.readonly {
	background-color:#E0E0E0 ;
}

#tableHome {
    border-collapse: collapse;
}
#tableHome td, table th {
    border: 1px solid #cccccc;
}

#tableHomeFixed {
    border-collapse: collapse;
}
#tableHomeFixed td, table th {
    border: 1px solid #cccccc;
}
