/* CSS Document */
.bg1  {background:url(http://www.customlight.co.nz/siteimages/bg1.jpg) repeat-y center; }
.padding{padding:5px;}
.table1 {
width:800px;
height:700px;
background-color:#006699;
}

body {
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.contentTable {height:700px;}
/* ---------------------Category tables---------------------- */
.tabHeight {
height:25px;
width:100px;
}
.tab{
height:25px;
width:100px;
}
.tab :hover{
height:25px;
background-color:#006699; /* #02E302 */
cursor:pointer;
font-weight:bold;
}
.tabOver{
height:25px;
background-color:#006699; /* #02E302 */
font-weight:bold;
}
/* ---------------------Admin---------------------- */
a.adminBlock{
height:100%; /* 30 */
width:100%; /* 200 */
display:block;
background:#777777;
line-height:30px;
text-align:center;
}
a.adminBlock:hover{background:#888888;}
/* ---------------------TEXT---------------------- */
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height:16px;
}

a {/* This is what all link colors look like! */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff; /* 006699 */
	line-height:16px;
}
a img {/* This is what all Linked image border colors look like! */
border:0px;
}

a:link {
    
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}