/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : AffiliateWatchdogs.com  */
/* Date : 10th July 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: 0px;
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: #b9b9b9
}

.full-size-table {
width: 769;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #003366;

}

a:hover{
color: #ff5a00;
}

.TrackingLink
{
	cursor: pointer;
	text-decoration: underline;
}

.TrackingLink:hover
{
	color: #ff5a00;
}
/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.gred {
background-image: url("images/gred.jpg");
background-repeat : repeat-y;
}

.top-img {
background-image: url("images/top-img.jpg");
background-repeat : no-repeat;
background-position: right;
}

.gray-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-y;
background-position: center center;
}

/* links */

.main-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
background-color: #d8d8d8;
border-bottom : #fff 1px solid;
padding: 4 0 5 15;
}

.main-link a:hover{
color: #000;
background-color: #cdcdcd;
text-decoration: none;
}

.sub-link a {
color: #000;
font-size: 11px;
text-decoration: none;
display: block;
background-color: #b9d4fa;
border-bottom : #fff 1px solid;
padding: 4 0 5 15;
}

.sub-link a:hover{
color: #000;
background-color: #c7dcfa;
text-decoration: none;
}

/* background colours */

.gray {
background-color: #b9b9b9;
}

/* borders */

/* text */

.white-txt {
color: #fff;
text-decoration:none;
}

/* headings */

.cat-head {
font-family: arial, verdana, helvetica;
font-size: 13px;
color: #fff;
background-color: #003366;
padding: 2 0 3 15;
font-weight: bold;
}

.GridHead {
font-family: arial, verdana, helvetica;
font-size: 13px;
color: #fff;
background-color: #003366;

font-weight: bold;
}
.LightBackground
{
	background-color: lemonchiffon;
}
.orange-head {
font-family: arial, verdana, helvetica;
font-size: 14px;
color: #ff5a00;
font-weight: bold;
}

h1 {
font-family: arial, verdana, helvetica;
font-size: 13px;
color: #fff;
background-color: #003366;
padding: 2 0 3 15;
font-weight: bold;
margin:0px;
}

h2 
{
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #ff5a00;
	font-weight: bold;

	margin-top: 10px;
	margin-bottom: 10px;
}
.TopSection
{
	width: 768px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	top: 0px;
}
.BottomSection
{
	width: 768px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	top: 131px;
	position: absolute;
}
.FullSection
{
	width: 768px;
}
.MainText
{
	font-size: 12px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-top: 17px;
}
.SmallGrayText
{
	font-size: 10px;
	color: darkgray;
}
.errorInfo
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
}
.successInfo
{
	font-weight: bold;
	font-size: 10pt;
	color: green;
}
.SmallColumn
{
	width:400px;
	WORD-BREAK:break-all;
}