/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 70%;
    
}

.MasterLogoCell
{
    background-image: url(/images/ACS-Global-partners-logo2.gif);
    text-align:left;
    background-repeat:no-repeat;
    	width: 140px;
	vertical-align: top;
}

.FormTable
{
	background-color: #EFEDEF; /* #E1E9F2 */
	border: 2px solid #CCCCCC;
}

.DetailTable
{
	background-color: #EFEDEF; /* #E1E9F2 */
	border: 2px solid #CCCCCC;
	width: 550px;
}

#tblCompany
{
	background-color: #EFEDEF; /* #E1E9F2 */
	border: 2px solid #CCCCCC;
	width: 300px;
}

#tblCompany TD
{
	min-width: 110px;
}



.SmallText
{
	font-size: 80%
}

textarea, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #063;
	color: White;
	float: left;
	width: 100%;
	margin-top: 15px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em 0.4em 1em;
	background-color: #063;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#footerbar
{
	padding: 0.5em;
	margin-left: 0;
	background-color: #ccc;
	color: #555;
	float: left;
	width: 98%;
	text-align: center;
	font-size: 80%;
}

#footernote
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 1.5em;
	background-color: #FFF;
	color: #555;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 80%;
}

#footernote a
{
	color: #555;
}

/* From here are only auto-generated elements */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #063;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TH.font2
{
	text-align: left;
	font-size:	2em;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}	

TH.font1
{
	text-align: left;
	font-size:	1em;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
}	


A:link	{	
	color:	#3333cc;
	}	
		
A:visited	{	
	color:	#333399;
	}	
		
A:active	{	
	color:	#333399;
	}	
		
A:hover	{	
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
	
	
/*************************************************************************************
	Remove the Below tag if it is not required.
*************************************************************************************/		
/*
IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
*/

.optbold { 
    FONT-WEIGHT: 900; 
    COLOR: #ff0000 
}
.optindent { 
    PADDING-LEFT: 2em; 
    COLOR: #0000ff 
}

.labelColumnText
{
	width: 400px;
	vertical-align: text-bottom;
	border-collapse: separate;
	border-style: none;
	border-width: thin;
}
.TextBoxField
{
	width: 268px;
}

.TextBoxFieldPostcode
{
	width: 150px;
}

.TextBoxColumn
{
	width: 400px;
	vertical-align: top;
}

.labelColumn
{
	width: 100px;
	vertical-align: text-top;
	padding-top: 4px;
}

.lblMessageClass
{
	color: Red;
}

.lblUserNameClass
{
	color: Navy;
	font-size: medium;
	font-weight: 900;
}


.MasterTextCell
{
	vertical-align: text-top;
}

.MasterTimeCell
{
	text-align: right;
}

.grdListingClass
 {   
	font-size: small;
	background-color: #C0C0C0;
	margin: 5px 0 5px 0;
	border: solid 1px #525252;
	border-collapse:collapse;
	text-align: left; 
 }
.grdListingClass td
{
	padding: 5px;   
	background-color: #FFFFFF;
}

.alternate td
{
	background-color: #CCFFFF;
	background-position: center;
}

.button 
{
	min-width: 80px;
}

.TableHeader
{
    font-size:large;
    text-align:center;
    color: Navy;
}
