/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #F0F0F0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
table {
	white-space: normal;
	line-height: normal;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
}
td,th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.adminbutt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
}
.table {
	border: thin solid #666666;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cadd37;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cadd37;
}

.bottomrighttopborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cadd37;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cadd37;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cadd37;
}


.fileBox{
	font-size: 9pt;
	overflow: auto;
	width: 200px;
	position: relative;
}

.highlight {
	background-color: #eff5c3;
}

.hrhighlight {
	color: #eff5c3;
	height: 2px;
}
.redmessage {
	color: #FF0000;
}


.drkhighlight {
	background-color: #cadd37;
	background-repeat: repeat-x;
	background-image: none;
}

.adminbreadcrum {
	background-color: #FFCC66;
	background-repeat: repeat-x;
	background-image: none;
}


.indent {
	text-indent: 45px;
}


.bluehighlight {
	background-color: #81a1bb;
}

a:link {
	color: #333333;
}

a:hover {
	color: #333333;
}

a:active {
	color: #333333;
}

a:visited {
	color: #333333;
}
.toregenerate {
	font-weight: bold;
	color: #993300;
}
.lightrow {
	background-color: #CCCCCC;
}
.darkrow {
	background-color: #CCCC99;
}
.hint {
	color: #999999;
}
.form {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
}
.pagenav {
background:#F0F0F0 none repeat scroll 0%;
padding:7px;
text-align:center;
}
.currentpage {
font-weight:bold;
}
.srprevious {
background:transparent url(/static/images/sr_previous.gif) no-repeat scroll left center;
padding-left:6px;
}
.srnext {
background:transparent url(/static/images/sr_next.gif) no-repeat scroll right center;
padding-right:6px;
}
.srfirst {
background:transparent url(/static/images/sr_first.gif) no-repeat scroll left center;
padding-left:10px;
}
.srlast {
background:transparent url(/static/images/sr_last.gif) no-repeat scroll right center;
padding-right:10px;
}

/* Added for the crud  */

table.sorted td { 
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-width:1px;
	border-color:#bed56d;
	padding: 3px;
	vertical-align:bottom;
	overflow:hidden; !important;
} 

.titledata {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #bed56d;
}

.title {

	font-weight: bold;
	font-size: 10pt;
	padding:3px;
}

.subtitle{
	font-weight: bold;
	padding:3px;
}

.row1 {
	background-color: #FFFFFF;
	z-index:1;
	/*white-space:nowrap;*/
	height:13;
}
.row2 {
	background-color: #F0F9CE;
	z-index:1;
	/*white-space:nowrap;*/
	height:13;
}

.successmessage{
	color: green;
}

.errormessage, .error
{
	color: red;
}
.hideContent {
	display:none;
}
.commentContainerDisplay {
	display:block;
}
.left {
	float:left;
}
.right {
	float:right;
}


/* Sales Rep Crediting */
.res_row {height: 17px; vertical-align: middle;}
.res_count {color: rgb(0, 128, 0); font-family: arial; font-size: 10px;}
.res_txt   {color: rgb(0, 0, 0); font-family: arial; font-size: 11px;}
.res_txt_cell {overflow:hidden; !important;width:300px;}
.res_cnt_cell {overflow:hidden; !important;width:90px;white-space:nowrap;}
.res_count_sel {color: rgb(255, 255, 255); font-family: arial; font-size: 10px;}
.res_txt_sel   {color: rgb(255, 255, 255); font-family: arial; font-size: 11px;overflow:hidden;!important;}
.res_row_sel {background-color:#3366CC;height: 17px; vertical-align: middle; width: 363p;}

.sortableColumn {text-decoration: underline;}

img.banner {
	display: block;
}
.drkhighlight img:nth-of-type(1), .drkhighlight img:nth-of-type(3) {
	display: block;
}
.drkhighlight br {
	display: none;
}
.product-search-button {
	clear: both;
	text-align: center;
}
