/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : www.namecollecting.com  */
/* Date : 17th April 2006 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-color: #a7a7a7;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 750;
height: 100%;
}

.row1 {
height: 2%;
vertical-align : top;
}

.row2 {
height: 96%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 2%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.bot-tile {
background-image: url("bot-tile.jpg");
background-repeat : repeat-x;
}

.left-tile {
background-image: url("left-tile.jpg");
background-repeat : repeat-y;
}

.right-tile {
background-image: url("right-tile.jpg");
background-repeat : repeat-y;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
background-color: #0000af;
border-bottom : #fff 1px solid;
height: 26;
padding-top: 5;
}

.top-link a:hover{
color: #fff;
background-color: #f6b018;
border-bottom : #f6b018 1px solid;
text-decoration: none;
}

.over a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
background-color: #f6b018;
border-bottom : #f6b018 1px solid;
height: 26;
padding-top: 5;
}


/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #e1e1e1;
}

.orange {
background-color: #f6b018;
}

/* borders */

.gray-border {
border : #a7a7a7 1px solid;
}

.border-right {
border-top : #a7a7a7 1px solid;
border-right : #a7a7a7 1px solid;
border-bottom : #a7a7a7 1px solid;
background-color: #e1e1e1;
}

.border-left {
border-top : #a7a7a7 1px solid;
border-left : #a7a7a7 1px solid;
border-bottom : #a7a7a7 1px solid;
background-color: #fff;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #0000af;
}

/* headings */

.blue-head {
font-size: 13px;
color: #0000af;
}

.blue-heada {
font-size: 15px;
color: #0000af;
}

.blue-headb {
font-size: 16px;
color: #0000af;
}

.blue-headc {
font-size: 22px;
color: #0000af;
}

.page-head {
font-size: 18px;
color: #0000af;
}

.orange-head {
font-size: 15px;
color: #fb9c1f;
}
