/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Company Name  */
/* Date : 17th May 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

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

body {
margin: 0px;
padding: 0px;
background-color: #677372;
}

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

.full-size-table {
width: 1004px;
}

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

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

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

.content {
text-align: justify;
}

a {
color: #435a58;
text-decoration: none;
}

a:hover{
color: #000;
}

.pad {
padding-left: 16px;
}

/* images */

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

.h-line {
background-image: url("images/h-line.jpg");
background-repeat : repeat-x;
background-position: bottom;
font-family: arial;
font-size: 11px;
font-weight: bold;
padding: 10px;
}

.comments-img {
background-image: url("images/comments-img.jpg");
background-repeat : no-repeat;
background-position: top;
background-color: #eef8f8;
padding-left: 410px;
}

.listen-img {
background-image: url("images/listen-img.jpg");
background-repeat : no-repeat;
background-position: top;
background-color: #edf9f9;
padding-left: 450px;
}

/* links */

.top-link a {
font-family: arial;
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 6px 10px 7px 10px;
font-weight: bold;
display: block;
}

.top-link a:hover{
color: #fff;
background-color: #a4c2bd;
}

.left-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.arial {
font-family: arial;
font-size: 11px;
font-weight: bold;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 13px;
}