/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #000;
font-size: 75%;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #8c9b70;
}

.row3 {
height: 5%;
vertical-align : top;
}

.i-row1 {
height: 95%;
vertical-align : top;
background-color: #8C9B70;
}

.i-row2 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.home-img {
background-image: url("images/home-img.jpg");
background-repeat : no-repeat;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
background-color: #8c9b70;
}

.i-left-tile {
background-image: url("images/i-left-tile.jpg");
background-repeat : repeat-y;
background-color: #8c9b70;
}

.i-left-img {
background-image: url("images/i-left.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
}

.top-link a:hover{
color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.green {
background-color: #6d7957;
}

.green1 {
background-color: #8c9b70;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

/* headings */

.page-head {
font-size: 22px;
color: #fff;
}

.black-head {
font-size: 13px;
color: #000;
}

.white-border {
border : #fff 1px solid;
padding: 5;
}
