﻿html, body
{
	/*
    font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	*/
	font-size: 8pt;
	color: #000000;
	font-family: Verdana,Arial;
}
form
{
	margin-top: 0px;
	padding-top: 0px;	
}

.clear{	clear:both;}
.left{ float: left;}
.right{ float: right;}
.alert{ color: #990000;}
.bold{ font-weight: bold;}

#divContainer 
{
    position:absolute;
    left:8px;
    right:8px;
    bottom:0px;
    top:0px;
    min-width:840px;
    min-height:600px;
    /* background-color:pink; */
}
.divCenter
{
    margin:0 auto;
    text-align:center;
    /*width:600px;*/
}
.divCenterTable
{
    margin:0 auto;
    text-align:center;
    width:600px;
    overflow-x:hidden;
    max-height:500px;
    z-index:1;
}
.PageHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff;
    margin: 5px auto;
    text-align:center;  
}
.HRBalck
{
	width:100%;
	color:Black;
	height:1px;
}
#PageMainCenterFrame
{
	padding: 5px 20px 0 20px;
}

.fieldTextBoxLong{ width: 250px;}
.fieldTextBoxShort{width: 150px;}

.fieldElement
{
	float:left;
	margin-right:10px;
	width:280px;
	height:32px;
}

.fieldElementLabel
{
	float:left;
	width:90px;
}

.fieldElementTextbox
{
	float:left;
	height: 15px;
}

.fieldElementTextArea
{
	float:left;
	height: 26px;
}

.GVQtyTextBox
{
	height: 15px;
	width: 40px;
}
.CompetitionTitle
{
	font-size:12pt;
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff
}
.alert
{
    FONT-SIZE: 10px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffff
}
.FieldName
{
	text-align:right;
}

/*  Start of fff banner at top of page */
.Banner_right  /* actually the left */
{
    background-repeat:no-repeat;
    display:inline-block;
    float:left;
}
.Banner_mid
{
    background-repeat:repeat-x;
    height:105px;
    position:absolute;
    left:22px;
    right:22px;
}
.Banner_left    /* actually the right */
{
    background-repeat:no-repeat;
    display:inline-block;
    float:right;
}
.Banner_left, .Banner_right
{
    width:22px;
    height:105px;
    z-index:1;
}
/*  end of fff banner at top of page */
.Header_topLinks a
{
    display:block;
    width: 150px;
    float:left;
    line-height:20px;
    font-weight:bold;
    font-size: 10px;
    text-align:center;
    padding-top:auto; 
}
.Header_logout a
{
    display:block;
    width: 130px;
    height:20px;
    float:left;
    line-height:20px;
    font-weight:bold;
    font-size: 12px;
    text-align:center;
}

.Header_logo
{
    width:270px;
    height:50px;
    display:block;
    position:absolute;
    top:20px;
    left:20px;
}
.Header_logo_public
{
    width:270px;
    height:50px;
    display:block;
    position:absolute;
    top:20px;
    left:10px;
}
.Header_logoSub_public
{
    position:absolute;
    top: 20px;
    right:30px;
}

.Header_greeting
{
    width:270px;
    height:50px;
    display:block;
    position:absolute;
    top:20px;
    right:220px;
    text-align:right;
    /*font-weight:bold;*/
    font-size: 11px;
}
.Header_branchLogo
{
    width:130px;
    height:80px;
    display:block;
    position:absolute;
    top:20px;
    right:70px;
}
.Header_topLinks
{
    height:20px;
    display:block;
    position:absolute;
    top:85px;
    left:0px;
    right:270px;
    min-width:450px;
}
.Header_topLinks a
{
    text-decoration: none;
}
.Header_logout
{
    height:20px;
    display:block;
    position:absolute;
    top:30px;
    right:0px;
    /*width:150px;*/
}
.Header_search
{
    top:115px;
    left:4px;
    height: 40px;
    width: 130px;
    display:block;
    position:absolute;
    z-index:10;
    background-color:white;
    padding: 0px 0px 15px 0px;
}
.Header_search b, .Header_topButtons div b
{
    margin-left: 10px;
    font-size: 12px;
}

.Header_topButtons
{
    top:115px;
    /*left:150px;*/
    height: 40px;
    width: 600px;
    display:block;
    position:absolute;
    margin-left:10px;
}
.Header_topButtons div
{
    width: 200px;
    height: 40px;
    display:block;
    float: left;
    text-align: center;
}
.ButtonPageTop
{
    background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
	width:147px;
	height:27px;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana;
	text-align:center;
	padding: 0 0 0 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
    margin-top: 10px;  
}
.OrderFormButtons 
{
    z-index:2;
    position:absolute;
    display:block;
    top:42px;
    right:10px;
    height:60px;
    width:180px;
    background-color:transparent;
}

.btn_orderForm
{
    background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    bottom:5px;
    left:5px;
    width:82px;
    height:43px;
    display:block;
    position:absolute;
	padding: 0 0 0 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
    font-weight:bold;
    font-size:12px;
}

.btn_autoOrderForm
{
    background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    width:80px;
    height:58px;
    display:block;
    position:absolute;
    bottom:5px;
    right:5px;
	padding: 0 0 0 0;
    font-weight:bold;
    font-size:12px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
}

.btn_cartDelete
{
	background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    width:38px;
    height:22px;
    display:block;
    padding: 0 0 0 0;
    font-weight:bold;
    font-size:12px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
   
}
.btn_CartUpdateSaveEmpty
{
	background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    width:70px;
    height:20px;
    display:block;
    padding: 0 0 0 0;
    font-weight:bold;
    font-size:12px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
}
.btn_CartFinaliseOrder
{
	background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    width:90px;
    height:60px;
    display:block;
    padding: 0px 5px 0px 10px;
    font-weight:bold;
    font-size:12px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
}

.btn_cartAdd
{
	background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    width:38px;
    height:22px;
    /*display:block;*/
    padding: 0 0 0 0;
    font-weight:bold;
    font-size:12px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
   
}
.btn_cartSort
{
	background-color: Transparent;
    background-position: 100% 0px;
    background-repeat:no-repeat;
    width:38px;
    height:22px;
    /*display:block;*/
    padding: 0 0 0 0;
    font-weight:bold;
    font-size:12px;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
   
}