/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Busy Body  */
/* Date : 28th Aub 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: #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: #bbb;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 753;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.line {
background-image: url("images/gray.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.left-link a {
color: #f5cb93;
font-size: 11px;
text-decoration: none;
display: block;
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
padding: 7 5 5 15;
}

.left-link a:hover{
color: #fff;
}

.sub-link a {
color: #a3c6ea;
font-size: 11px;
text-decoration: none;
display: block;
background-image: url("images/sub.jpg");
background-repeat : no-repeat;
background-position: 15 center;
padding: 3 5 4 25;
background-color: #002d7c;
}

.sub-link a:hover{
color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #bbb;
}

.graya {
background-color: #eaeaea;
}

/* borders */

.black-border {
border : #000 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.yellow-txt {
color: #f5dda6;
}

.red-txt {
color: #ff0000;
}


.orange-txt {
color: #f7b834;
}

.gold-txt {
color: #816009;
}

.blue-txt {
color: #074486;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}

.yellow-head {
font-family: arial;
font-size: 14px;
background-color: #f5ac2b;
padding: 2 10 0 10;
color: #fff;
font-weight: bold;
height: 20;
}
