/* Author : Anup Ujawane  */
/* By : www.meltmagic-india.com  */
/* For : Babysitter Planet  */
/* Date : 14th July 2008 */


#dropmenudiv{
position:absolute;
border:1px solid #fff;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
color: #fff;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #bd3269;
color: #fff;
}


/* 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: #dac2c6;
}

.full-size-table {
width: 779px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
padding-right: 105px;
}

.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;
}

.box-gred {
background-image: url("images/box-gred.jpg");
background-repeat : repeat-x;
}

.bulleta {
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: left 3px;
padding: 1px 1px 2px 20px;
}

.bulletb {
background-image: url("images/bullet2.gif");
background-repeat : no-repeat;
background-position: left 3px;
padding: 1px 1px 2px 20px;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.nav-backa {
background-image: url("images/nav-back1.jpg");
background-repeat : no-repeat;
width: 97px;
}

.nav-backb {
background-image: url("images/nav-back2.jpg");
background-repeat : no-repeat;
width: 62px;
}

.nav-backc {
background-image: url("images/nav-back3.jpg");
background-repeat : no-repeat;
width: 49px;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 11px;
text-decoration: none;
text-align: center;
padding: 2px 1px 3px 1px;
display: block;
}

.nav a:hover{
color: #f4e5c1;
}

/* background colours */

.yellow {
background-color: #fcf7e8;
}

.yellowa {
background-color: #f4e5c1;
}

.yellowb {
background-color: #f1ddaf;
}

.white {
background-color: #fff;
}

.gray {
background-color: #d4cfc1;
}

/* borders */

.border {
border : #d4cfc1 1px solid;
}

.bordera {
border-left : #d4cfc1 1px solid;
border-right : #d4cfc1 1px solid;
border-top : #d4cfc1 1px solid;
}


/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.voilet-txt {
color: #6e4a83;
}

.voilet-txta {
color: #401c55;
}

.red-txt {
color: #bb1641;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}