﻿#nav 
{
	position: relative;
	top: 0;
	width: 100%;
	height: 22px;
	line-height: 21px;
	background: #9cf;
	border-top: 1px solid #06c;
	border-bottom: 1px solid #06c;
	/*font-weight: 700;*/
}

#nav ol,
#conFooter .links ul  
{
	list-style: none;
	display: inline-block;
	white-space:nowrap;
	margin: 0 0 0 20px;
}

#nav ol li,
#conFooter .links ul li
{
	display: inline;
	height: 18px;
	margin: 0 1px 0 0 !important;
}

#nav ol li a,
#conFooter .links ul li a
{
	display: inline-block;
	min-width: 100px;
	padding: 0 8px;
	height: 18px;
	line-height: 17px;
	background: #fc9;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#nav ol li a.inv 
{
	background: #c66;
	color: #fff;
}

#nav ol li a.main 
{
	background: #900;
	color: #fff;
}

#nav ol li a:hover
{
	background: #f93;
}

#conFooter .links ul li a 
{
	font-size: 90%;
	background: transparent;
	text-decoration: underline;
	color: #06c;
}

#conFooter .links ul li a:hover 
{
	color: #000;
}

/*================================================================================
Sub navigation
================================================================================*/
fieldset#subNav {
	text-align: right;
	padding: 1px 5px;
	border: 1px solid #ccc;
	background: #efefef;
}

fieldset#subNav a {
	display:inline-block;
	width: 120px;
	height: 18px;
	line-height: 17px;
	background: #06c;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
}

fieldset#subNav a:hover {
	background: #9cf;
}

fieldset#subNav .refresh {
	background: #C2AD00 url(/_sitefiles/_images/btn_refresh.gif) 1px 0 no-repeat;
}

fieldset#subNav .print {
	background: #E8FFE8 url(/_sitefiles/_images/ico_print.png) 1px 0 no-repeat;
	color: #000;
}

/*================================================================================
Footer
================================================================================*/

/*================================================================================
Command buttons
================================================================================*/
.Standard,
.Cancel,
.Delete {
	padding: 5px;
	width: 100px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	background: #666;
	border: 1px solid #ccc;
	color: #fff;
}

.Cancel {
	background: #69c;
}

.Delete {
	background: #c33;
}

.inLine 
{
	width: auto;
	height: 20px;
	font-weight:normal;
	font-size: 80%;
	background: #06c;
	color: #fff;
	text-align: center;
}