/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Bartending School  */
/* Date : 19th Jan 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   { 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/San-Antonio.jpg"); background-repeat: no-repeat; background-position: 50% top; height: 95%; vertical-align: top }

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

.content {
text-align: justify;
}

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

a {
color: #333;
text-decoration: underline;
}

a:hover{
color: #1e62e3;
}

/* 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: 32;
padding-top: 25;
}

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

.blog a {
color: #000000;
}

.blog a:hover{
color: #000000;
}

.blog{
scrollbar-3dlight-color: #e1f2f2; 
scrollbar-arrow-color: #000; 
scrollbar-darkshadow-color: #1b1e25;
scrollbar-face-color: #1e5cd3;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-track-color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

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

.blue {
background-color: #fff;
}

.voilet {
background-color: #1e62e3;
}

.form-bot {
background-color: #1e62e3;
}

/* borders */

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

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

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

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

.voilet-txt {
color: #1e62e3;
}

/* headings */

.voilet-head {
font-size: 16px;
color: #1e62e3;
}
h1 { color: #1e62e3; font-size: 16px }
.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: #1e62e3;
}