/* CSS Document */

body {
	background: white;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 20px 0 80px 0;
	border-top: 3px solid #D8DFEB;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.errorboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* HEADER
--------------------------------------------------------------------------------------------*/
div#header {
	position: relative;
	height: 73px;
	background: url(../images/tradepapa_logo.jpg) bottom left no-repeat;
	border-bottom : 1px solid #5B5B5B;
	margin-bottom : 20px;
	left: 6px;
	top: 5px;
}
/*

div#header ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}
div#header ul.navigation li {
	display: inline;
	line-height: 73px;
	margin: 10px;
}
div#header a:link,
div#header a:visited {
	color: #666;
	font-size: 14px;
}
div#header a:hover,
div#header a:active {
	background: #FF6600;
	color: white;
}
*/
/* FOOTER
--------------------------------------------------------------------------------------------*/
div#footer {
	position: relative; 
	border-top : 1px solid #5B5B5B;
	margin-top : 80px;
	padding: 10px;
	height: 20px; 
	clear: both; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#main div.loginfooter {
	padding-left: 40%;
	margin-top : 20px;
}

ul.general {
	list-style: none;
	padding: 7px 0;
	margin: 0;
	font-size: 11px;
}

ul.general li {
	background: url(/supplier/images/black_arrow.gif) left 3px no-repeat;
	margin-bottom: 5px;
	padding-left: 18px;
}

ul.general li a:hover,
ul.general li a:active,{
	background: #FF6600;
	color: white;
}

ul.general li a:link,
ul.general li a:visited,{
	color: #666;
	font-size: 12px;
}


	

/* LEFTG
--------------------------------------------------------------------------------------------*/
div#left {
	position: relative;
	height: 73px;
	text-align: center;
	margin-top : 20px;
	left: 26px;
}

div#left ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}
div#left ul.navigation li {
	line-height: 73px;
	margin: 10px;
}

div#left a:link,
div#left a:visited {
	color: #666;
	font-size: 14px;
}
div#left a:hover,
div#left a:active {
	background: #FF6600;
	color: white;
}

.product-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

.product-content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: center;
	padding: 5px 5px;
}

/* Page Display */
.page_menu th,
.page_menu td,
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.page_menu a:link,
.page_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.page_menu a:hover,
.page_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

/* FORMS
--------------------------------------------------------------------------------------------*/
.form-supplier td.fieldsep_left {
	float: left;
	width: 150px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	line-height: 24px;
}

.form-supplier td.fieldsep_right {
	width: 500px;
	padding: 4px 2px;
	line-height: 24px;
	font-size: 12px;
}

input,textarea,select{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #555;
}

input.formfield{
	width: 300px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: white;
}

input.smallformfield{
	width: 100px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: white;
}

input.tinyformfield{
	width: 50px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: white;
}

textarea.formtextarea{
	width: 300px;
	height: 100px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	overflow: auto;
	background: white;
}

select.formselect{
	background: white;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 1px 1px 1px 2px;
}

select.formmultipleselect{
	background: white;
	height: 200px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 1px 1px 1px 2px;
}

input.formbutton {
	border-top: 1px solid #D4D5D6;
	border-left: 1px solid #D4D5D6;
	border-right: 1px solid #BDBDBC;
	border-bottom: 1px solid #BDBDBC;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	background: #F9F9F9;
	color: #4B4B4B;
}

input.formcheckbox {
	float: left;
}

a:link,
a:visited {
	color: #666;
	font-size: 12px;
}

a:hover,
a:active {
	background: #FF6600;
	color: white;
}

div.desc {
	font-size: 11px;
	color: #777;
}

small {
	color: #777;
	font-size: 11px;
	display: block;
}

label {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

.header_error_message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
	padding-left: 50px;
	border: 1px dotted #999999;
	height: 20px;
	background: #FEF7DE url(/images/error.gif) 6px no-repeat;
	width: 600px;
	margin-left: 270px;
}

.header_ok_message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
	padding-left: 50px;
	border: 1px dotted #999999;
	background: #FEF7DE url(/images/ok.gif) 6px no-repeat;
	width: 600px;
	margin-left: 270px;
}

.supplier_help td.fieldsep_normal {
	padding: 4px 2px;
	line-height: 24px;
	font-size: 12px;
	padding-left: 10px;
}

.help_small_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #595959;
	font-weight: bold;
	padding-top: 13px;
}

.help_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: red;
	font-style: normal;
	color: #595959;
}

ul.helplist {
	font-size: 12px;
	color: #595959;
}

ul.helplist li {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 3px;
	list-style: none;
	background: url(/supplier/images/black_arrow.gif) 12px left no-repeat;
}

ul.detailhelplist {
	font-size: 12px;
	color: #595959;
}

ul.detailhelplist li {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 3px;
	list-style: square outside;
}
