﻿/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Fitness HQ   */
/* Date : 8th Sept. 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;
}

.full-size-table {
width: 765;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
background-image: url("images/blue.jpg");
background-repeat : repeat-y;
background-position: left;
}

.h-row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
background-image: url("images/blue-tile.jpg");
background-repeat : repeat-y;
background-position: left;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}


/* images */

.back-tile {
background-image: url("images/back-tile.jpg");
background-repeat : repeat-x;
background-position: top;
}

.h-header {
background-image: url("images/h-header.jpg");
background-repeat : no-repeat;
}

.green-back {
background-image: url("images/green-back.jpg");
background-repeat : no-repeat;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer-tile {
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
}

.gray-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-x;
background-position: bottom;
background-color: #000;
}

.white-line {
background-image: url("images/white.jpg");
background-repeat : repeat-y;
background-position: right;
background-color: #000;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: center center;
}

.bullet {
background-image: url("images/black-bullet.gif");
background-repeat : no-repeat;
background-position: left center;
padding: 1 1 2 15;
}

.box {
background-image: url("images/box.jpg");
background-repeat : no-repeat;
background-position: left bottom;
width: 115;
height: 186;
}

/* links */

.left-link a {
color: #3v3v3v;
font-size: 11px;
text-decoration: none;
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
padding: 3 1 4 10;
display: block;
border-right : #fff 2px solid;
}

.left-link a:hover{
color: #00216C;
}

.left-linka a {
color: #3v3v3v;
font-size: 11px;
text-decoration: none;
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
padding: 3 1 4 10;
display: block;
}

.left-linka a:hover{
color: #00216C;
}

.sub-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/sub.gif");
background-repeat : repeat-x;
background-color: #6f6f6f;
padding: 4 1 5 20;
display: block;
border-right : #fff 2px solid;

}

.sub-link a:hover{
color: #00216C;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #c7c7c7;
}

.blue {
background-color: #83b4db;
}

.green {
background-color: #ace08b;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #002a89;
}

.red-txt {
color: #b6231f;
}

.green-txt {
color: #4f832e;
}

.yellow-txt {
color: #f5dda6;
}

.orange-txt {
color: #f7b834;
}

/* headings */

/* Heading */

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;
}
