/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Horse Harmony  */
/* Date : 12th Dec. 2007 */


/* 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-image: url("images/back-tile.jpg");
background-repeat : repeat-x;
background-color: #c7c7c7;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #8F5027;
font-weight: bold;
text-decoration: none;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.h-footer {
background-image: url("images/h-footer.jpg");
background-repeat : no-repeat;
}

.i-footer {
background-image: url("images/i-footer.jpg");
background-repeat : no-repeat;
}

.link-back {
background-image: url("images/link-back.jpg");
background-repeat : repeat-x;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.right-top-back {
background-image: url("images/right-top-back.jpg");
background-repeat : no-repeat;
background-color: #fff;
}

.left-top-back {
background-image: url("images/left-top-back.jpg");
background-repeat : no-repeat;
background-color: #fff;
}

.h-line {
background-image: url("images/gray.jpg");
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;
}

.i-bot {
background-image: url("images/i-bot.jpg");
background-repeat : no-repeat;
background-position: bottom;
}

.i-top-right {
background-image: url("images/i-top-right.jpg");
background-repeat : no-repeat;
}

.margin {
margin-top: 10px;
margin-left: 10px;
}

.margin-right {
margin-right: 10px;
}

/* links */

.nav a {
font-family: arial;
color: #333;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding: 15px 15px 16px 15px;
background-image: url("images/link-back.jpg");
background-repeat : repeat-x;
display: block;
}

.nav a:hover{
background-image: url("images/over.jpg");
background-repeat : repeat-x;
color: #fff;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #830204;
}

.redtext11 {
color: #830204;
font-size: 11px;
font-family: arial;
}

.redtextitalic11 {
color: #830204;
font-size: 11px;
font-family: arial;
font-style: italic;
}

.redtextbolditalic11 {
color: #830204;
font-size: 11px;
font-family: arial;
font-style: italic;
font-weight: bold;
}

.redtext12 {
color: #830204;
font-size: 12px;
font-family: arial;
}

.redtextitalic12 {
color: #830204;
font-size: 12px;
font-family: arial;
font-style: italic;
}

.redtextbolditalic12 {
color: #830204;
font-size: 12px;
font-family: arial;
font-style: italic;
font-weight: bold;
}

.redtext14 {
color: #830204;
font-size: 114x;
font-family: arial;
}

.redtextitalic14 {
color: #830204;
font-size: 14px;
font-family: arial;
font-style: italic;
}

.redtextbolditalic14 {
color: #830204;
font-size: 14px;
font-family: arial;
font-style: italic;
font-weight: bold;
}

.brown-txt {
color: #580606;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 11px;
}