﻿
/* Site Font Declaration  */

body, p, table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #6B6B6C;
	
}

/* Links  */

a:link
{
	color: #F67198;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #F67198;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #6B6B6C;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #F67198;
	text-decoration: underline;
	font-weight: normal;	
}

/* Table Settings  */

table.main {
	width: 650px;
	margin-left: auto;
	margin-right: auto;

}

table.default
{
	width: 594px;
}

/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.pink {
	background-color: #FEE9F0;
}

.darkpink
{
	background-color: #F7A1BA;
}
.darkerpink
{
	background-color: #F67198;
}
.lightpink
{
	background-color: #FEF4F7;
}


/* Borders  */

.pinkborder {
	border-color: #F5A1BB;
	border-width: 1px;
	border-style: solid;
}

.topwhiteborderlgr 
{
	border-top-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
}
.topwhitebordersm 
{
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style:solid;
}
.bottomborderwhite 
{
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style:solid;
}

/* Padding  */

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.leftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}
.toppadding
{
	padding-top: 15px;
	
}
.bottompadding
{
	padding-bottom: 10px;
}

.leftpadding
{
	padding-left: 40px;
}

.rightpadding
{
	padding-right: 40px;
}
.topbottompadding
{
	padding-top:5px;
	padding-bottom:5px;
}

/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.whitetext
{
	color: #FFFFFF;	
}

.darktext
{
	font-weight: bold;
}

.smalltext
{
	font-size: 10px;	
}
.largetext
{
	font-size: 14px;	
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
	align: bottom;
}

/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 50px;
	text-align: left;
	border: solid 1px #FEE9F0; 
}

.StdTextBox
{
	font-size: 11px;
	width: 140px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
	border: solid 1px #FEE9F0; 
}
