/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */

/* 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;
background-image: url("images/back.jpg");
background-repeat : repeat;
padding-left: 1px;
}

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

.full-row {
height: 100%;
}

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

/* images */

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

/* links */

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

.link a:hover{
background-color: #20b4f0;
text-decoration: none;
color: #fff;
}

.linka a {
font-family: arial;
background-color: #20b4f0;
color: #fff;
font-size: 12px;
text-decoration: none;
padding: 5 10 6 10;
font-weight: bold;
display: block;
}

.linka a:hover{
background-color: #20b4f0;
text-decoration: none;
color: #fff;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #dedede;
padding-left: 20px;
padding-right: 10px;
font-weight: bold;
color: #333;
}

.green {
background-color: #89d115;
}

/* borders */

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

/* text */

.black-txt {
color: #333;
}

.white-txt {
color: #fff;
}

.gray-txt {
color: #b4b4b4;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0px;
}