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


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
font-size: 11px;
border-color: #12b5ec;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
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;
}

body {
padding: 0px;
margin: 0px;
}

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

.full-row {
height: 100%;
background-color: #fff;
}

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

/* images */

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

/* text */

.blue-txt {
color: #12b5ec;
}

.green-txt {
color: #629F01;
}
