#divNavbar{
	border-bottom: 1px solid #666;
	padding-top: 7px;
}

ul.ulNavbar{
	list-style-type: none;
	margin: 0px;
	line-height: 1em;
	height: 100%;
	border-top: 1px solid #666;
}

ul.ulNavbar li{
	margin: 0px;
	float: left;
}

ul.ulNavbar li a{
	display: block;
	background-color: #888;
	color: white;
	padding: 10px;
	font-weight: bold;
	border-left: 1px solid white;
	width: 162px;
	text-align: center;
}

ul.ulNavbar li a.first_nav_item{
	border: 0px;
	width: 39px;
	background-image: url(/_images/admin/home_icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

ul.ulNavbar li a:hover{
	text-decoration: none;
	background-color: #555;
}

ul.ulNavbar li a.first_nav_item:hover{
	background-image: url(/_images/admin/home_icon_over.png);
}

table.tblAssets{
	width: 100%;
	margin-top: 10px;
	clear: both;
}

table.tblAssets td,table.tblAssets th{
	vertical-align: middle;
	text-align: center;
	padding: 5px 8px;
}

table.tblAssets td.left,table.tblAssets th.left{
	text-align: left;
}

table.tblAssets th{
	background-color: #0C5694;
	color: white;
	border-top: 5px solid #D7EBFB;
	padding: 8px;
}

table.tblAssets td{
	border-bottom: 1px solid lightgrey;
	background-color: white;
	cursor: pointer;
}

table.tblAssets tr:hover td{
	background-color: #D7EBFB;
}

table.tblAssets td.preview,table.tblAssets td.actions{
	cursor: default;
}

table.tblAssets td.preview img{
	max-width: 50px;
	max-height: 22px;
	vertical-align: middle;
}

table.tblAssets td.actions img{
	vertical-align: middle;
	margin: 0px 5px;
}

table.tblAssets tr.nohand td{
	cursor: default;
}

table.tblAssets td.preview,table.tblAssets td.actions{
	cursor: default;
}

table.tblAssets td.preview img{
	max-width: 50px;
	max-height: 22px;
	vertical-align: middle;
}

a.aAssetAction{
	display: block;
	background-color: lightblue;
	border: 0px;
	color: #293896;
	font-weight: bold;
	padding: 9px 14px;
	cursor: pointer;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

a.aAssetAction:hover{
	background-color: black;
	color: white;
	text-decoration: none;
}

table.tblAdminFilters{
	
}

table.tblAdminFilters th{
	padding-right: 7px;
}

table.tblAdminFilters td{
	padding-right: 15px;
}