﻿/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Bartending School  */
/* Date : 19th Jan 2006 */


/* form classes */

form {
margin-bottom: 0;
}

select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

textarea {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

input {
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 */

td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body   { background-image: url("images/back.jpg"); background-repeat: repeat; margin: 0; scrollbar-3dlight-color: #e1f2f2; scrollbar-arrow-color: #000; scrollbar-darkshadow-color: #1b1e25; scrollbar-face-color: #d0d0d0; scrollbar-highlight-color: #fff; scrollbar-shadow-color: #e1f2f2; scrollbar-track-color: #fff  }

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

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

.row1     {
	background-color: #fff;
	background-image: url('images/Tampa-Blue.jpg');
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 95%;
	vertical-align: top;
}

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

.content {
	padding: 0 10 0 10;
	text-align: justify;
}

.voilet-content {
	text-align: justify;
	color: #003399;
}

a {
	color: #33CCFF;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
}

/* images */

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

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

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

/* links */

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

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

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

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

.blue {
background-color: #fff;
}

.voilet {
	background-color: #003399;
}
.form-bot {
	background-color: #003399;
}

/* borders */

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

.voilet-border {
	border: 1px solid #003399;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
	color: #fff;
}

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

.voilet-txt {
	color: #003399;
}

/* headings */

.voilet-head {
	font-size: 16px;
	color: #003399;
}

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

.black-head {
font-size: 18px;
color: #000;
}

.form-head {
	padding-left: 10;
	color: #fff;
	font-size: 13;
	background-color: #003399;
}
h1 {
	font-size: large;
	font-weight: bolder;
	color: #003399;
	text-align: center;
}
.red-bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
