/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Valencia Oral & Maxillofacial Surgery  */
/* Date : 20th May 2008 */
/* form classes */
form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #000;
}

.full-table {
width: 100%;
height: 100%;
}

.full-row1 {
height: 100%;
}

.full-size-table {
width: 780px;
}

.full-size-tablea {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #cc3300;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
padding-bottom: 5px;
}

.nav-tilea {
background-image: url("images/nav1-tile.jpg");
background-repeat : repeat-x;
}

.nav-tileb {
background-image: url("images/nav2-tile.jpg");
background-repeat : repeat-x;
}

.top-gred {
background-image: url("images/top-gred.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 10px;
}

.bulleta {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 1px 1px 2px 10px;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #d6d6d6;
}

.graya {
background-color: #b9b8b8;
}

/* borders */

.border {
border : #444343 17px solid;
}

.bordera {
border : #444343 1px solid;
}

.border-top {
border-left : #444343 17px solid;
border-right : #444343 17px solid;
border-top : #444343 17px solid;
}

.border-middle {
border-left : #444343 17px solid;
border-right : #444343 17px solid;
}

.border-bottom {
border-left : #444343 17px solid;
border-right : #444343 17px solid;
border-bottom : #444343 17px solid;
}

/* text */

.white-txt {
color: #000;
}

.black-txt {
color: #000;
}

.gray-txt {
color: #a8a6a6;
}

.gray-txta {
color: #5e5d5d;
}

.gray-txtb {
color: #5f5a57;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

