*, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* overlay */
#overlay {
	background-image: url(/images/overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
}

* html #overlay {
	background-color: #a3b7db;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}

#box {
	width:250px;
	background: #6f7d95;
	padding:10px;
	border:1px solid #eee;
	color: #fff;
	text-align: center;
}

#filebrowser {
	width:400px;
	background: #fff;
	padding:10px;
	border:1px solid #000;
	color: #fff;
	text-align: left;
}

/* container */
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 59px 2px 2px 2px;
	background-image: url(/images/mankiewicz-logo.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* standard re-definition */
a {
	color: #081b8c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form, p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1, h2, h3 {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	vertical-align: baseline;
	width: 100%;
}

h1 #headline {
	font-size: 18px;
}

select, input, textarea {
	border: 1px solid #fff;
	font-size: 12px;
}

button {
	border: 0px solid #000;
	vertical-align: top;
	height: 23px;
	margin-right: 3px;
	cursor: pointer;
}

label {
	cursor: pointer
}

button img {
	margin-right: 3px;
}

table, tr, td, th {
	border: 0px solid #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* spacing */
.bttm4 {
	margin-bottom: 4px;
}

.bttm10 {
	margin-bottom: 10px;
}

.top4{
	margin-top: 4px;
}

.top10{
	margin-top: 10px;
}

.pad2a {
	padding: 2px 2px 2px 2px;
}

/* width */
.full {
	width: 760px;
}

.fullperc {
	width: 100%;
}

.fullpx {
	width: 756px;
}

.half {
	width: 380px;
}

.halfperc {
	width: 50%;
}

.halfpx {
	width: 376px;
}

.halfpx2 {
	width: 360px;
}

.halfpxinp {
	width: 378px;
}

/* alignment */
.right {
	text-align: right;
}

/* colors */
.blue1 {
	background-color: #eef;
}

.blue2 {
	background-color: #d0d4db;
}

.blue3 {
	background-color: #a3b7db;
}

.grey1 {
	background-color: #e6e6e6;
}

.white {
	background-color: #fff;
}

/* special */
.flag {
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

img.widemargin {
	margin-left: 3px;
	margin-right: 3px;
}

.menu {
	border-top: 1px solid #fff;
	padding-top: 3px;
}

#logout {
	background-image: url(../icns/door_out.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
}

#product {
	background-image: url(../icns/magnifier.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
	border-right: 1px solid #fff;
}

#link_tb {
	background-image: url(../icns/ds_navi.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
	border-right: 1px solid #fff;
}

#link_sdb {
	background-image: url(../icns/ds_navi.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
	border-right: 1px solid #fff;
}


#edituser {
	background-image: url(../icns/user_edit.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
	border-right: 1px solid #fff;
}

#useradmin {
	background-image: url(../icns/user_add.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
	border-right: 1px solid #fff;
}

#appcontrols {
	background-image: url(../icns/wand.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin: 0 3px 0 0px;
	border-right: 1px solid #fff;
}

.noborder {
	border: 0px none #000;
}

.info{
	background-color: #eef;
	background-image: url(../icns/information.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 360px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.error{
	background-color: #fee;
	background-image: url(../icns/stop.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 360px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ok {
	background-color: #efe;
	background-image: url(../icns/accept.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 360px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#username {

	width: 378px;
}

#password {

	width: 378px;
}

#hitcounter {
	font-weight: bold;
}

#cartcounter {
}


.control_image {
	margin: 0 2px 0 2px;
}

#gtc {
	height: 140px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 10px;
	background-color: #fff;
	padding: 5px;
}

#gtc h1 {
	font-size: 15px;
	width: 95%;
}

#gtc p {
	margin: 10px;
	font-size: 10px;
	width: 95%;
}

a.zip {
	background-image: url(../icns/page_white_zip.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.pdf {
	background-image: url(../icns/page_white_acrobat.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.email {
	background-image: url(../icns/email_go.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* result table */
#result {
	border-left: 1px solid #a3b7db;
	border-top: 1px solid #a3b7db;
	width: 753px;
}

#result thead {
	height: 24px;
	font-weight: bold;
}

#result thead th{
	background-image: none;
}

#result thead th.asc{
	background-image: url(../icns/arrow_down.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#result thead th.desc{
	background-image: url(../icns/arrow_up.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#result tr {
	height: 24px;
}

#result tr.even {
	background-color: #e6e6e6;
}

#result tr.odd {
	background-color: #fff;
}

#result tr.odd td, #result tr.even td {
	border-right: 1px solid #a3b7db;
	border-bottom: 1px solid #a3b7db;
	padding: 2px 2px 2px 2px;
}

#result tr td a {
	background-image: url(../icns/page_white_acrobat.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}

#result tr td a.company_plus {
	background-image: url(../images/plus.gif);
	padding-left: 15px;
}

#result tr td a.company_minus {
	background-image: url(../images/minus.gif);
	padding-left: 15px;
}

#result tr td a.noimg {
	background-image: none;
	padding-left: 0;
}

#result tfoot tr td {
	text-align: right;
	padding: 3px;
}

#result tfoot tr td .paginator {
	text-align: right;
	float: right;
}

#result tfoot tr td .paginator .tabnav {
	background-color: #eef;
	border: 1px solid #d0d4db;
	float: left;
	padding: 1px 2px 1px 2px;
	height: 16px;
	text-align: center;
	vertical-align: center;
	margin-left: 2px;
	cursor: pointer;
}

#result tfoot tr td .paginator .tabnav:hover {
	background-color: #d0d4db;
}

#result tfoot tr td .paginator .active {
	font-weight: bold;
	background-color: #a3b7db;
	cursor: default;
}

#result tfoot tr td a.checkall {
	background-image: url(../icns/note_add.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#result tfoot tr td a.uncheckall, #removecart a.uncheckall {
	background-image: url(../icns/note_delete.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}



/* auto-complete */
div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected { 
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	/*height: 32px;*/
	cursor: pointer;
}

#dircommand {
	background-color: #fff;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}

#dircommand a.dir {
	background-image: url(../icns/folder_go.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a#closebrowser {
	background-image: url(../icns/cross.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a#addattachmentslink {
	background-image: url(../icns/add.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
