/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Cardiff IT Support Ltd  */
/* Date : 2nd Mar. 2006 */


/* form classes */

P.advert{
border-style:dotted;
border-weight:1px;
}

#advert{
border-style:dotted;
border-weight:1px;
padding:3px;
color:red;
}


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: #333;
font-size: 11px;
}

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-color: #e8e8e8;
}

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

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-image: url("images/content-tile.jpg");
background-repeat : repeat-y;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #0070bc;
text-decoration: underline;
}

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

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

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

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

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

.left-line {
background-image: url("images/white.jpg");
background-repeat : repeat-y;
background-position: left;
background-color: #54b6e7;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position : center center;
}


/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding-left: 8px;
padding-right: 8px;
display: block;
height: 32;
padding-top: 10;
}

.top-link a:hover{
color: #ff0000;
}

.bot-link a {
color: #0070bc;
font-size: 11px;
text-decoration: none;
display: block;
}

.bot-link a:hover{
background-color: transparent;
text-decoration: none;
color: #ff0000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

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

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #0070bc;
}

.blue-txta {
color: #333579;
}

/* headings */

.blue-head {
font-size: 15px;
color: #006fbb;
}

.gray-head {
font-size: 14px;
color: #a7a6a6;
}