/******************************************************

General Page Styles

*******************************************************/

.full-width
{
    width: 714px;
}

.limited-width
{
    width: 498px;
}

.extended-width
{
    width: 217px;
}

.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

.align-right
{
    text-align: right;
}

.align-left
{
    text-align: left;
}

.align-center
{
    text-align: center;
}

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.padding-top
{
    padding-top: 5px;
}

.table-header-top
{
   	_width: 658px;
	background: #000000 url(../images/table_header_bg.png) no-repeat top left;
	height: 21px;
	padding-top: 4px;
	text-align: left;
	position: absolute;
	_margin-left: -332px;
	/*margin-left: 169px;*/
	width: 661px;
	
}
.table-header-top-page
{

   	_width: 658px;
	background: #000000 url(../images/table_header_bg.png) no-repeat top left;
	height: 21px;
	padding-top: 4px;
	text-align: left;
	margin-left: 169px;
	width: 661px;
	
}

.black-header
{
    background: transparent url(../Images/black-header-bg.gif) repeat-x;
    padding-top: 6px;
    padding-left: 5px;
    height: 21px;
}            

.table-border
{
    border: solid 1px #ccc;
    border-top: none !important;
}

.table-heading
{
    font-weight: bolder;
    color: #000;
}

.yellow
{
    color: #fdb515;
}

.white
{
    color: #ffffff;
}

.grey
{
    color: #999999;
}

.red
{
    color: rgb(220, 50, 50);
}

/******************************************************

General Tag Styles

*******************************************************/

fieldset
{
	border: solid 1px #dadada;
	padding: 10px;
}

legend
{
	font-weight: bolder;
	color: #18568F;
}

input.button
{
    font-size: 8pt;
    border: solid 1px #ccc;
    color: #fff;
    background: transparent url(../images/btn-bg.gif) repeat-x;
    height: 18px;
}

input.black-button
{
    font-size: 8pt;
    border: solid 1px #ccc;
    color: #fff;
    background: black;
    height: 18px;
}

input.textbox
{
	 font-size: 8pt;
}

/******************************************************

Foreground Colour

*******************************************************/

.blue
{
    color: #18568f;
}

.white
{
    color: #fff;
}

/******************************************************

CLEANER

*******************************************************/

div.cleaner
{
    clear: both;
    margin: -1px 0 0 0;
    visibility: hidden;
}

div.cleaner hr
{
    display: none;
}