﻿html,body {
 font-family: Verdana, arial, helvetica, sans-serif;
 font-size:9pt;
 margin-top:0px;
 margin-left:0px;
 
 height: 100%;
 min-height: 100%;
}

ol, ul, ul li 	{list-style: none;}

img  
{
	border: none 0px;
}

.footer 
{
	border-top: solid 1px #9e9586; 
	font-size: 8pt; 
	
	vertical-align: bottom; 
	width: 300px; 
	margin-left: 10px;
	text-align: right;

	position: absolute; 
	bottom: 20px; 
	right: 10px;
	 
	clear: left;
}

.example  
{
	font-size: 9pt;
	color: Gray;
	font-style: italic;
	margin-top: -2px;
	padding-left: 8px;
}

.commingSoon 
{
	font-style:italic;
	color: Gray;
	font-size: 8pt;
}

div.search 
{
	border: solid 2px #9c7150;	
	
	vertical-align: middle;
	
	width: 440px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	
	height: 32px;
	
	position: relative;
	top: 10px;
}

img.search
{
}

input.search
{
	font-family:Arial;
	font-size:11pt;
	border: solid 2px #9c7150;
	height: 18px;
	
	vertical-align: middle;
	
	border: solid 0px;
	width: 95%;
	height: 18px;
}

input.searchHint
{
	color: #b9a798;
	font-family:Arial;
	font-size:11pt;
	border: solid 2px #9c7150;
	height: 18px;
	
	vertical-align: middle;
	
	border: solid 0px;
	width: 78%;
	height: 20px;
}


input.searchInfo
{
	font-family:Arial;
	font-size:11pt;
	border: solid 2px #9c7150;
	height: 18px;
	
	color: Gray;
	vertical-align: middle;
	
	border: solid 0px;
	width: 78%;
	height: 20px;
}


input.searchBtn
{
	font: Arial;
	font-size: 12pt;
	width: 100%;
	vertical-align: middle;
	height: 32px;
	position: relative;
	top: 0px;
	
	background-image: url(img/searchBtn.gif);
	background-color: #edded3;
	
	border: solid 0px #9c7150;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


img.preview 
{
	max-width:170px; 
	max-height: 150px;
	padding: 1px 1px 1px 1px;
}

img.engine 
{
	max-width: 75px;
	max-height: 30px;
}

div.engine 
{
	margin-bottom: -5px;
}

td.preview 
{
	border: solid 1px #d6c6ad;
	text-align:center; 
	background-color: White;
}

.foundCount 
{
	font-weight: bold;
	background-color: #f5f0e8;
	padding: 4px;
}

.completionList 
{
	left: 25px;
	top: 20px;
	text-align: left;
	visibility: hidden;
	cursor: default;
	list-style: none;
            
	padding: 2px 2px 2px 2px;
	margin: 8px 0px 0px 5px !important;
    border: solid 2px #9c7150;            
    background-color: #edded3;
    color: black;
    

	position: relative;
    z-index: 1000;
}

.completionListItem 
{
	padding: 2px 2px 2px 2px;
	text-align: left;
	overflow: ellipsis;
	
    background-color: #edded3;
	font-family: Arial;
	font-size: 10pt;

	position: relative;
    z-index: 1000;
}

.completionListHighlightedItem
{
	padding: 2px 2px 2px 2px;
	text-align: left;
	overflow: ellipsis;

	font-family: Arial;
	font-size: 10pt;
	background-color: #fbf7f4;	

	position: relative;
    z-index: 1000;
}


.formField 
{
	border: solid 1px #9c7150;	
	width: 70px;
}

.formFieldValid
{
	border: solid 1px #d9c3b2;	
	width: 70px;
}

.formFieldInfo 
{
	border: solid 1px #dfdfdf;	
	width: 70px;
	color: Gray;
}

.formFieldInfo2 
{
	border: solid 1px #dfdfdf;	
	width: 90px;
	color: #454545;	
}

.srchCritPost 
{
	color: #666666;
}

.ddlLan  
{
	border: solid 1px #9c7150;	
	font-size: 11pt;
}

.changePageBtn:hover
{
	background-color:#fbf6ef;
	border: solid 1px Red;
	color: Black;
	text-decoration: none;
}

.changePageBtn:link 
{
	color: Black;
}

.changePageBtn:visited   
{
	color: Black; 
}


.changePageBtn 
{
	background-color:#edded3;
	color: Black;
	font-size: 9pt;
	
	width: 80px;
	
	border: solid 1px #9c7150;
	padding: 8px 8px 8px 8px;
}

.nextPage  
{
}

.prevPage:hover
{
	background-color:Aqua;
}


/* =PAGING */
#paging{
	display:block;
	margin: 0 0 2em 0;
	padding: 0 0 1px;
	clear:both;
	font-size: 11px;
	height: 40px;
}
#paging li.pageNext {
	float:right;
}
#paging li.pagePrev {
	float:left;
}
#paging li a {
	background:#fff;
	border: 1px solid #edded3;
	width:140px;
	display:block;
	text-align:center;
	padding:6px 0;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
}
#paging li a:hover {
	background: #edded3;
	border-color: #9c7150;
}



.txt 
{
 font-family: Verdana, arial, helvetica, sans-serif;
 font-size:9pt;
 font-style:normal;
 font-weight:normal;
 color:Black;
}


a:link {  color: #000099; text-decoration: none }
a:visited {  color: #000099; text-decoration: none }
a:hover   
{
	color: #CC0000; 
	text-decoration: underline 
}
a:active {  color: #CC0000; text-decoration: underline }



#divBody
{
	margin-left: 30px;
	position:relative;
	top: -20px;
	width: 800px;
}


.searchBox 
{
	position: relative; 
	background-image: url(../img/searchFooter.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom;	
}

td.top 
{
	vertical-align:top;
	text-align: left;
}



.aBig
{
	font-size: 13pt;
	text-decoration: underline;
}

h1 
{	
	position:relative;
	left:-15px;
	
	margin-top: 0px;
	padding-top:0px;
	color:#1D4993;
	letter-spacing:-1px;
	font: normal 24px/26px "Century Gothic", "Helvtica Neue", "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2 
{
	color: #132970;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;	
	padding: 2px 0 0.5em;
	vertical-align:baseline;
	font-size: 18px;
	font-family: 'Georgia', 'Helvtica Neue' Arial, sans-serif;
}
td.padd  
{
	padding: 4px 4px 4px 4px;	
}

.smallTitle
{
	font-weight:bold;
	font-size: 10pt;
}

.itemDesc 
{
	font-size: 9pt;
}


.bigTitle
{
	position:relative;
	color:#1D4993;
	letter-spacing:-1px;
	font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
/*
	font-size: 13pt;
	font-weight:bold;
*/
}


.mediumTitle
{
	position:relative;
	color:#141868;
	font-weight:bold;
	letter-spacing:-1px;
	font: 18px "Trebuchet MS",Arial,Helvetica,sans-serif;
/*
	font-size: 13pt;
	font-weight:bold;
*/
}

.infoNoRows 
{
	font-style:italic;
}

.tb 
{
	font-family:Arial;
	font-size:9pt;
	border: solid 1px #2D4C8D;
}

.ddl
{
	font-family:Arial;
	font-size:9pt;
}


.tbError 
{
	font-family:Arial;
	font-size:8pt;
	background-color: #fde1e1;
	border: solid 1px #b62424;
}

input.btn
{
	font-family:Arial;
	font-size:9pt;
	border: solid 1px #88BBD3;
	background-color: #C7E1FF;
}


td:hover.btnLink
{
	background-image: url(../img/btn1s.gif);
	background-repeat:no-repeat;
}

.req 
{
	font-family:Garamond;
	color:Red;
	font-size:large;
}

.err 
{
	font-family: Arial;
	color:Red;
	font-size: 8pt;
}

.tips 
{
	border: solid 1px #DAD59E;
	font-size: 8pt;
	background-color: #F7F5DB;
	margin: 2px 2px 2px 2px;
	padding: 3px;
}

.infoText 
{
	font-style:italic;
}

.closeIcon 
{
	cursor: pointer;
	vertical-align: top;
}


.txtBold 
{
	font-weight:bold;
}


.txtNewItem 
{
	font-size: 7pt;
	color:#B38F01;
}



.tdContainer  
{
	vertical-align: top;
}

.tdCreateAcc  
{
	text-align: right;
}


.newItemImg 
{
	/*background-image: url(img/newitems.gif);*/
	position: relative;
	top: 10px;
	left: -10px;
}


.infoBox 
{
	border: solid 1px #afb08b;
	background-color: #f9fad2;
	padding: 6px;
	line-height: normal;
	text-align:left;
}

.infoBoxImg 
{
	border: solid 1px #afb08b;
	background-color: #f9fad2;
	background-position: 5px 5px;
	background-image: url(../img/info32.gif);
	background-repeat:no-repeat;
	
	padding: 6px;
	padding-left: 65px;
	line-height: normal;
	text-align:left;
	margin-right: 20px;
}




.errBox 
{
	width: 400px;
	border: solid 1px #edb5b5;
	background-color: #fad2d2;
	padding: 6px;
	text-align:left;
}

/* InfoBox */

.infoBoxHeader 
{
	font-Weight:bold;
	font-Family:arial;
	font-Size:11px;
	width:200px;
	border:1px solid #A5CFE9;
	padding:5px;
	color:#4B7A98;
	background:#D5EBF9;
}

.infoBoxBody 
{
	border-bottom:1px solid #A5CFE9;
	border-left:1px solid #A5CFE9;
	border-right:1px solid #A5CFE9;
	width:200px;
	font-family:arial;
	font-size:11px;
	padding:5px;
	color: #1B4966;
	background:#FFFFFF;
}

/* Search Criteria */

img.searchCrit 
{
	position:relative; 
	top: 4px;
}

.searchCritContent  
{
	background-image: url(img/sc-bgr.gif); 
	background-repeat: repeat-x; 
	background-position: bottom; 

	height: 32px;	
}

.searchCritLeftCorner  
{
	background-image: url(img/sc-left-bgr.gif); 
	background-repeat: no-repeat; 
	background-position:bottom;
	
	position: relative;
	top: 6px; 
}

.searchCritRightCorner
{
	background-image: url(img/sc-right-bgr.gif); 
	background-repeat: no-repeat; 
	background-position:bottom; 
	
	position: relative;
	top: 6px;
	left: 6px;
}



/* Items Table */

.tableHead 
{
	width: 100%;
	border: solid 1px #d6c6ad;
	background-color: #ede3d4;
	height: 30px;
	text-align: left;
}

.tableBtnSep  
{
	color: #bda889;
}
	
.tableBtnSelected  
{
	border: solid 1px #5487af;
	padding: 4px;
	background-color: #aad2f1;
}

.tableFrame 
{
	border-collapse: collapse;
	border-bottom-style:dashed;
	border-top: solid 2px #BBE7F5;
	border-left: solid 2px #A3CBD8;
	border-right: hidden 0px #FFFFFF;
	border-bottom: hidden 0px #FFFFFF;

	position: relative;
}


.tableItem 
{
	background-color: #fbf6ef;
	border-collapse: collapse;
	border: 0px;
	border-left: solid 1px #e8dac6;
	border-right: solid 1px #e8dac6;
	border-bottom: dashed 1px #d6c6ad;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;

	position: relative;
}

.tableItemAlt 
{
	background-color: #ede3d4;

	border-collapse: collapse;
	border: 0px;
	border-left: solid 1px #d6c6ad;
	border-right: solid 1px #d6c6ad;
	border-bottom: dashed 1px #d6c6ad;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;

	position: relative;
}

.tableButtonCol 
{
	background-color: #F8FCFE;
	border-collapse: collapse;
	border: 0px;
}

.tableButtonColAlt 
{
	border-collapse: collapse;
	border: 0px;
	background-color: #E4F0F8;
}

.tableTitle 
{
	border-collapse: collapse;
	color: White;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px White;
	background-color:#0F457B;
}

.imgSeller 
{
	position: absolute; 
	top: 0px;
	right: 0px;
	padding-right: 4px;
	padding-top: 4px;
	font-family: Arial;
	font-size: 8pt;
	color: #756246;
}

.tableEdit 
{
	font-size:9pt;
	font-weight:normal;
	text-align:right;
}

.tableEdit a:link
{
	color: White;
}

.tableEdit a:visited
{
	color: White;
}

.tableEdit a:hover
{
	color: White;
	text-decoration: underline;
}

.tableEdit a:active
{
	color: White;
}


.tableTitleButtons 
{
	text-align:left;
	font-weight:bold;
	border-collapse: collapse;
	border-top: solid 1px #EBF1F5;
	border-bottom: solid 1px #EBF1F5;
	background-color:#EBF1F5;
}


.tableSubFrame 
{
	border-top: solid 0px #BBE7F5;
	border-left: solid 0px #BBE7F5;
	border-right: hidden 0px #FFFFFF;
	border-bottom: hidden 0px #FFFFFF;
}

.tableSubTitle 
{
	font-style:italic;
	font-weight:bold;
	background-color:#D4EBF2;
}


/* Items Table - END */
