/* styles.css
   styles for all pages */

body, table, td, p, textarea, div, span {
	color: #333;
	font-family: Arial, Verdana;
	font-size: 12px;
	}
.forstockdetails{
	color: #333;
	font-family: Arial, Verdana;
	font-size: 13px;
	line-height: 30px;
	padding: 0px 5px;
	}
th {
	color: #FFF;
	background-color: #000;
	font-family: Arial, Verdana;
	font-size: 12px;
	}
.bglist{
	background-color: #EFEFEF;
}
a:active {
	text-decoration: none;
	color: #003663;
	font-weight: bold;
	}
a:visited {
	text-decoration: none;
	color: #003663;
	font-weight: bold;
	}
a:link {
	text-decoration: none;
	color: #003663;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	}
	
.button{
	border: 1px solid #333;
	background-color: #AAFFAA;
	font-weight: bold;
}

.loginbox{
	padding: 10px;
	border: 1px solid #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 300px;
}

.error{
	border: 1px solid #333;
	background-color: #DDDDFF;
	width: 98%;
}

img{
	vertical-align: middle;
}

.tdhover{
	cursor: pointer;
}

.tdhover:hover{
	background-color: #FFCCCC;
}

.filterbox{
	border: 1px solid #888;
	width: 90%;
	font-size: 8pt;
	font-family: Tahoma;
	-moz-user-select: text;
}

.pagenavs:active {
	text-decoration: none;
	color: #333;
	background-color: #EEEEFF;
	padding: 3px 5px;
	border: 1px solid #AAA;
	}
.pagenavs:visited {
	text-decoration: none;
	color: #333;
	background-color: #EEEEFF;
	padding: 3px 5px;
	border: 1px solid #AAA;
	}
.pagenavs:link {
	text-decoration: none;
	color: #333;
	background-color: #EEEEFF;
	padding: 3px 5px;
	border: 1px solid #AAA;
	}
.pagenavs:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FF3333;
	font-weight: bold;
	}
.activepagenavs {
	padding: 3px 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

.stufflist{
	font-family: Tahoma;
	font-size:12px;
	overflow: hidden;
	border-top: 1px solid #A4BED4;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	border-left: 1px solid #A4BED4;
	padding: 4px;
}

.table_cell_small{
	font-family: Tahoma;
	font-size: 11px;
	overflow: hidden;
	border-top: 1px solid #A4BED4;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	border-left: 1px solid #A4BED4;
	padding: 4px;
}

.headerbackground{
	background-image:url(../js/dhtmlxGrid/codebase/imgs/sky_blue_grid.gif);
	border-collapse: collapse;
}

.headerowntable{
	border-top: 1px solid #A4BED4;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	border-left: 1px solid #A4BED4;
	background-color: transparent;
	font-family:Tahoma;
	font-size:11px;
	color:black;
	text-align:center;
	font-weight: bold;
	padding: 4px;
}

.borderl{
	border-left: 1px solid #333;
}

.borderr{
	border-right: 1px solid #333;
}

.borderb{
	border-bottom: 1px solid #333;
}

.bordert{
	border-top: 1px solid #333;
}

.bgblue{
	background-color: #EEEEFF;
}

.bgseparator{
	background-image: url(../img/bg_separator.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

.bgnotactive{
	background-image: url(../img/bg.gif);
	background-repeat: repeat-all;
}
.headerowntable2{
	border-top: 1px solid #A4BED4;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	border-left: 1px solid #A4BED4;
	background-color: transparent;
	font-family:Tahoma;
	font-size:9px;
	color:black;
	text-align:center;
	padding: 4px;
}

.table_input{
	border-top: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 1px solid #DD0000;
	border-left: 0px solid #FFF;
	text-align: right;
	width: 98%;
	background-color: transparent;
}

.input_field{
	width: 95%;
}

div.gridbox table.row20px tr td{
	white-space: normal !important;
}

div.dhx_textarea{
	overflow-x: hidden !important;
}

.ui-widget-content a{
	border: 1px solid transparent;
	font-weight: normal !important;
	display: block;
}

.product-image-box{
	float: left;
	width: 150px;
	height: 150px;
	margin: 5px;
	border: 1px solid #ccc;
	position: relative;
}

.product-image-box .product-picture{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer;
}

.product-image-box .remove-picture{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
	height: 15px;
	cursor: pointer;
}