/* Author : Paul
/* Date : 9:e Juni. 2006 */


/* 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: #162b77;
font-size: 12px;
}

body {
margin: 0;
scrollbar-face-color: #336699;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #0099FF;
scrollbar-3dlight-color: #0099FF;
scrollbar-arrow-color: #000;
scrollbar-track-color: #CCFFFF;
scrollbar-darkshadow-color: #1b1e25;
background-image:  url(back.jpg);
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 778;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 93%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 2%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #162b77;
text-decoration: none;
}

a:hover{
color: #1aa853;
text-decoration: underline;
}

/* images */

.header-tile {
background-image:  url(header-tile.jpg);
background-repeat : repeat-x;
}

.top-banner-image {
background-image:  url(top-banner-image.jpg);
background-repeat : no-repeat;
}


.footer-tile {
background-image:  url(footer-tile.jpg);
background-repeat : repeat-x;
}

.top-tile {
background-image:  url(top-tile.jpg);
background-repeat : repeat-x;
background-position: top;
background-color: #fff;
}

.right-tile {
background-image:  url(right-tile.jpg);
background-repeat : repeat-y;
background-position: right;
background-color: #fff;
}

.bot-tile {
background-image:  url(bot-tile.jpg);
background-repeat : repeat-x;
background-position: top;
background-color: #fff;
}

.left-tile {
background-image:  url(left-tile.jpg);
background-repeat : repeat-y;
background-position: left;
background-color: #fff;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
display: block;
background-color: #b19269;
border : #d0bea5 1px solid;
height: 20;
padding-top: 3;
}

.top-link a:hover{
color: #fff;
background-color: #b96331;
border : #d5a183 1px solid;
text-decoration: none;
}

.left-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 35;
border-bottom : #9acdf6 1px solid;
height: 20;
padding-top: 3;
background-image:  url(normal.gif);
background-repeat : no-repeat;
background-position: left center;
}

.left-link a:hover{
background-color: #50c058;
background-image:  url(over.gif);
background-repeat : no-repeat;
background-position: left center;
color: #fff;
text-decoration: none;
}


.bot-link a {
color: #fff;
text-decoration: none;
}

.bot-link a:hover{
color: #000;
text-decoration: none;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.blue {
background-color: #45a3ef;
}

.blue1 {
background-color: #1379cd;
}

.red {
background-color: #ff372b;
}

.yellow {
background-color: #ffd02b;
}

.green {
background-color: #73cf0f;
}

/* borders */

.black-border {
border : #000 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.red-txt {
color: #ff2a1d;
background-color: #fff;
}

/* headings */

.white-head {
font-size: 13px;
color: #fff;
}

.white-head1 {
font-size: 16px;
color: #fff;
}

.green-head {
font-size: 15px;
color: #31b557;
}

.blue-head {
font-size: 15px;
color: #162b77;
}