﻿/* start of form settings */

.body
{
    text-align:center;
	background-color:White;
	width:900px;
	margin:auto;
}

.background
{
    background-color:White;
    width:900px;
    font-family:Arial;
    font-size:8pt;
    color:Silver;
    border:solid 1px Silver;
}

.header
{
    width:890px; 
    height:140px; 
    text-align:left;  
    background-color:White;
    margin:auto;
}

.bodycontent
{
    background-color:White;     
    text-align:left; 
    font-family:Arial; 
    font-size:8pt; 
    width:890px;
    color:Black;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
}

.tdleft
{
    padding:10px 10px 0px 10px; 
    width:205px; 
    vertical-align:top;
}

.tdcentre
{
    padding:10px 10px 0px 10px; 
    width:400px; 
    vertical-align:top;
    text-align:left;
}

.tdright
{
    padding:10px 10px 0px 10px; 
    width:235px; 
    vertical-align:top;
}

.banner
{
    background-color:#99CC00;
    height:20px;
}

.dborder
{
    border-bottom:solid 1px Silver;
}

.countrytxt
{
    padding-right:5px;
}

.img
{
    border:none;
}

/* end of form settings */

/* start of menu settings */

.menucontent
{
	color:Gray;
	font-family:Arial Narrow;
	font-size:12pt;  
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px Silver;
	width:210px;
	text-align:left;
}

.menucontent:hover
{
	color:White;
	background-color:#99CC00;
	font-family:Arial Narrow;
}

.menucontentselected
{
	color:White;
	font-family:Arial Narrow;
	font-size:12pt;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid 1px Silver;
	background-color:#99cc00;
	width:210px;
	text-align:left;
}

.menutxt
{
    padding-left:10px;
    text-decoration:none;
    color:Gray;
}

.menutxt:hover
{
    padding-left:10px;
    text-decoration:none;
    color:White;
}

.menutxtselected
{
    padding-left:10px;
    text-decoration:none;
    color:White;
}

/* end of menu settings */

/* start of font settings */

.fontstyle
{
	font-family:Arial;
	font-size:8pt;
	text-decoration:none;
}

.txtitalic
{
    font-style:italic;
}

.txtcolbold
{
    font-weight:bold;
    color:#99CC00;
}

.txtpadding
{
    padding-left:20px;
}

.txtcontactbx
{
    font-family:Arial;
    font-size:8pt;
    width:350px;
    height:150px;
}

.jsmsg
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    color:#BF008F;
}

.jsmsgtxt
{
    font-family:Arial;
    font-size:10pt;
}

.hdrcontent
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    color:#99CC00;
}

.watermarks
{
	font-family:Arial;
	font-size:8pt;
	color:Gray;
}

.resource
{
    color:Gray;
    border-top:solid 1px Silver;
    text-align:left;
}

.resourcetxt
{
    font-family:Arial;
    font-size:8pt;
    color:Gray;
    text-decoration:none;
}

/* end of font settings */

/* start of login section */

.hdrlogin
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    color:White;
}

.loginsection
{
    font-family:Arial;
    text-align:left;
    width:205px;
    background-color:#99CC00;
}

.noaccesstxt
{
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    color:White;
    text-decoration:none;
}

.registerlinkshdr
{
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    color:#99CC00;
}

/* end of login section */

/* start of flash settings */

.headerflash
{
    text-align:center;
}

.mediafrm
{
    border:solid 1px Silver; 
    width:190px;
}

/* end of flash settings */

/* start of modal popup settings */

.modalbackground
{
    background-color:Silver;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalpopuperrmsg
{
	background-color:#FFFFCC;
	font-family:Arial;
	font-size:8pt;
	width:300px;
	color:Gray;
	border:solid 2px #666666;
}

.tblset
{
    width:100%;
    text-align:center;
}

.closebanner
{
    background-color:Black;
    padding:0px 4px 0px 4px;
    color:White;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    vertical-align:middle;
}

/* end of modal popup settings */