/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : My Chinese Lessons  */
/* Date : 4th July 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}

.iptSearch {
background-color: #DBDBDB;
border-style: solid;
border-width: 1px;
border-color:#000000;
}

/* page default settings */

body, td {
font-family: "Times New Roman", tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 14px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #5e5e5e;
}

.full-size-table {
width: 880px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tilea {
background-image: url("images/bot-tile1.jpg");
background-repeat : repeat-x;
}

.bot-tileb {
background-image: url("images/bot-tile2.jpg");
background-repeat : repeat-x;
}

.blue-gred {
background-image: url("images/blue-gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.green-gred {
background-image: url("images/green-gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.g-tile {
background-image: url("images/g-tile.jpg");
background-repeat : repeat-y;
}

.gray-tile {
background-image: url("images/gray-tile.jpg");
background-repeat : repeat-y;
}

.green-dot-line {
background-image: url("images/green-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.gray-dot-line {
background-image: url("images/gray-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.t-tile {
background-image: url("images/t-tile.jpg");
background-repeat : repeat-x;
}

.b-tile {
background-image: url("images/b-tile.jpg");
background-repeat : repeat-x;
}

.number-tile {
background-image: url("images/number-tile.jpg");
background-repeat : repeat-x;
}


.bullet-gray {
background-image: url("images/bullet-gray.jpg");
background-repeat : no-repeat;
background-position: left 7px;
}

.bullet-green {
background-image: url("images/bullet-green.jpg");
background-repeat : no-repeat;
background-position: left 7px;
}

.right-img {
margin-left: 20px;
margin-bottom: 10px;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #333;
font-size: 11px;
text-decoration: none;
padding: 2px 1px 3px 13px;
display: block;
}

.nav a:hover{
color: #000;
}

.white-link a {
color: #fff;
}

.white-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #f9f9f9;
}

.graya {
background-color: #d8d8d8;
}

.blue {
background-color: #63a0d5;
}

.green {
background-color: #9cd00c;
}

/* borders */

.border {
border : #bcbcbc 1px solid;
padding: 12px;
}

.bordera {
border : #bcbcbc 1px solid;
}

.border-lr {
border-left : #bcbcbc 1px solid;
border-right : #bcbcbc 1px solid;
padding: 1px 5px 1px 5px;
}

.blue-border-lr {
border-left : #386b98 1px solid;
border-right : #386b98 1px solid;
padding: 10px 10px 5px 10px;
}

.green-border-lr {
border-left : #419838 1px solid;
border-right : #419838 1px solid;
padding: 10px 10px 5px 10px;
}

/* text */

.white-txt {
color: #fff;
}

.green-txt {
color: #6ab102;
}

.gray-txt {
color: #5f5f5f;
}

.red-txt {
color: #ff0000;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

/*layout*/
.hidden{visibility:hidden};
.shown{visibility:visible};