/* theme screen stylesheets */

/* import stylesheets and hide from ie/mac \
@import url("reset.css");
@import url("960.css");
@import url("KeepItSimple.css");
 end import/hide */
 
 /* start - table */
table {
	border-collapse: collapse;
	margin: 0px;
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
/*	text-align: left;			*/
	border-width: 1px;
  	border-style: solid;
}
th {
	background: #FF5B30;
	padding: .8em 1em;
	border-color: #FF5B30;
}
td {
	border-color: #EFEFEF;	
}	
 table.center {margin-left:auto; margin-right:auto;}
/* end - table */

 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #000000; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: center;
}
/* Links */
a:link, a:visited { 
	text-decoration:underline;
	color: #000000;	
}
a:hover 
{
	color:#707070
}
a.more-link {
}
a:hover.more-link {
	text-decoration: none;
}

/* NAVIGATION BUTTONS */
			.cssnav1	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/customer_2.jpg) no-repeat;
						width: 200px;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav1 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 200px;
						height: 30px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav1 img {width: 200px; height: 30px; border: 0; }
			.cssnav1 a:hover img{visibility:hidden}

			.cssnav2	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/invoices_2.jpg) no-repeat;
						width: 200px;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav2 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 200px;
						height: 30px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav2 img {width: 200px; height: 30px; border: 0; }
			.cssnav2 a:hover img{visibility:hidden}

			.cssnav3	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/settings_2.jpg) no-repeat;
						width: 200px;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav3 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 200px;
						height: 30px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav3 img {width: 200px; height: 30px; border: 0; }
			.cssnav3 a:hover img{visibility:hidden}

			.cssnav4	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/logout_2.jpg) no-repeat;
						width: 200px;
						height: 30px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav4 a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 200px;
						height: 30px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav4 img {width: 200px; height: 30px; border: 0; }
			.cssnav4 a:hover img{visibility:hidden}

/* END OF NAVIGATION */
