﻿html, body, form
{
	padding: 0;
	margin: 0;
}
html, body
{
	height: 100%;
}
body
{
	font-family: Verdana,arial;
	font-size: 0.8em;
}
p.normal
{
	font-style: normal;
}
p.italic
{
	font-style: italic;
}
p.oblique
{
	font-style: oblique;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.center
{
	text-align: center;
}

#smallNav
{
	width: 200px;
	height: 50px;
	position: fixed;
	z-index: 51;
	padding: 10px 0 0 260px;
	visibility: visible;
	display: block;
}
#smallNav button
{
	display: inline-block;
	float: right;
}
#smallNav img
{
	width: 30px;
	height: 30px;
}
#smallNav span
{
	visibility: hidden;
	display: none;
}
.searchpage
{
	padding-bottom: 10px;
}
.searchpage input, .searchpage button
{
	font-size: 1.5em;
}
.searchpage button
{
	height: 30px;
}
.section
{
	clear: both;
	margin: 0px auto;
}
.section.separator
{
	border-bottom: 1px solid;
	height: 20px;
	margin-bottom: 20px;
}
.separator.noline
{
	border-bottom: 0px;
}
.mainbuttons .mainbutton
{
	float: left;
	text-align: center;
	font-size: 2em;
	height: 220px;
	overflow: hidden;
}
.mainbuttons .mainbutton .InnerDiv
{
	margin: 0 30px;
}

.mainsubbuttons
{
	min-height: 90px;
}
.mainsubbuttons .mainbutton, .subbuttons .mainbutton, #smallNav .button
{
	float: left;
	text-align: center;
	font-size: 1em;
}
.mainsubbuttons .button .InnerDiv, .subbuttons .button .InnerDiv, #smallNav .button .InnerDiv
{
	margin: 0 10px;
}
.mainbuttons .button:hover, .mainsubbuttons .button:hover, .subbuttons .button:hover
{
	background: none;
}
.button .InnerDiv a span
{
	text-align: center;
}
#pnlEdit_content #filters fieldset
{
	min-height: 83px;
}
.nopadding
{
	padding: 0px !important;
}
.message
{
	padding-bottom: 20px;
}

/*TREE VIEW*/
.expandicon
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('/img/min.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.expandicon + img
{
	margin: 3px 4px;
}
.expandicon.empty
{
	background-image: none;
}

.collapsed .expandicon
{
	background-image: url('/img/plus.png');
}
.date
{
	white-space: nowrap;
}

.txtlocation
{
	width: 30px !important;
}

.txtlocationmulti
{
	width: 90px !important;
}

.narrow
{
	width: 50px !important;
}

.narrow.numeric
{
	width: 80px !important;
}

	.narrow.medium
	{
		width: 80px !important;
	}

	.narrow.medium90
	{
		width: 90px !important;
	}

tr.deleted
{
	text-decoration: line-through;
}

tr.history
{
	color: #aaa;
}



.carrierselection .carrier
{
	width: 100px;
	height: 100px;
	float: left;
	cursor: pointer;
	margin: 0 10px 0 10px;
}

.carrierselection img
{
	max-width: 100px;
	max-height: 70px;
}

.carrierselection .carrier .img
{
	height: 70px;
	text-align: center;
}

.carrierselection .carrier .txt
{
	height: 30px;
	text-align: center;
}




