body {
	background-color: #EBEBEB;
	padding: 0;
	margin: 0;
}

body, td, p {
	color: #333;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
}

body.library {
	margin: 12px;
}

input, select, textarea {
	color: #666;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
}

a {
	color: #069;
	font-family: verdana, helvetica, arial;
	text-decoration: underline;
}

a:visited {
	color: #069;
	font-family: verdana, helvetica, arial;
	text-decoration: underline;
}

a:hover {
	color: #069;
	font-family: verdana, helvetica, arial;
	text-decoration: underline;
	font-weight: bold;
}

a.nav {
	color: #666;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #666;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #333;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

a.breadCrumb {
	color: #069;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

a.breadCrumb:visited {
	color: #069;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

a.breadCrumb:hover {
	color: #069;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.tab {
	color: #069;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

a.tab:visited {
	color: #069;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

a.tab:hover {
	color: #069;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.disabled {
	color: #999;
	font-family: verdana, tahoma, helvetica;
	font-size: 10px;
	font-weight: normal;
}

.disabled2 {
	color: #999;
	font-family: verdana, tahoma, helvetica;
	font-size: 10px;
	font-weight: normal;
}

td.comments
{
	border-left-color: #787878;
	border-left-style: solid;
	border-right-color: #787878;
	border-right-style: solid;
	border-bottom-color: #787878;
	border-bottom-style: solid;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

td.header
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

td.results, td.results_padded
{
	background-color: #FFF;
	border-left-color: #787878;
	border-left-style: solid;
	border-right-color: #787878;
	border-right-style: solid;
	border-bottom-color: #787878;
	border-bottom-style: solid;
	border-width: 1px;
}

td.results_padded
{
	padding: 24px;
}


td.list
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-width: 1px;
}


fieldset {
	background-color: #FFF;
	padding: 9px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin-bottom: 12px;
}

fieldset p {
	color: #666;
	text-align: left;
}

fieldset legend {
	color: #666;
	font-weight: bold;
}

h1 {
	font-size: 17px;
}
h2 {
	font-size: 13px;
}
h3, h4, h5, h6 {
	font-size: 11px;
}

div.bottomButton {
	text-align: right;
	padding: 18px;
}

.errorMsg {
	color: #FF0000;
	font-family: verdana, tahoma, helvetica;
	font-size: 10px;
	font-weight: bold;
}

.error-message {
	color: #FF0000;
	font-family: verdana, tahoma, helvetica;
	font-size: 10px;
	font-weight: bold;
}

table.listing {
	/*width: 100%; */
	padding: 0px; 
	margin: 0px; 
	border: none; 
}

table.listing td { 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

table.listing thead td { 
	font-weight: bold; 
}

table.listing tbody td,
table.listing tfoot td {
	border-top-color: #CCC;
	border-top-style: solid;
	border-width: 1px;
}

img {
	border-width: 0;
}

#contentList {
}

#contentItem {
	padding: 8px 10px 8px 10px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
}

ul.content_list {
	list-style-type: none;
	border-top:1px solid #CCC;
	margin: 0;
	padding: 0;
}

ul.content_list li {
	/*border-bottom: 1px solid #CCC;*/
	padding: 5px;
	padding-left: 10px;	
	margin: 0;
	list-style-type: none;
}

ul.content_list li .control {
	float: left;	
	width: 90px;
}

ul.content_list li .arrow {
	padding-top: 3px;
	width: 15px;
}

ul.content_list li li .arrow {
	padding-left: 10px;
}

ul.content_list li li li .arrow {
	padding-left: 15px;
}

ul.content_list li li li li .arrow {
	padding-left: 20px;
}

ul.content_list li li li li li .arrow {
	padding-left: 25px;
}

ul.content_list ul {
	padding: 0px;
	margin: 0px;
}

ul.content_list li .title {
	width: 180px;
	padding-left: 5px;
	padding-top: 3px;
}

ul.content_list li li .title {
	width: 160px;
}

ul.content_list li li li .title {
	width: 145px;
}

ul.content_list li li li li .title {
	width: 130px;
}

ul.content_list li li li li li .title {
	width: 115px;
}

ul.content_list li .order {
	padding-top: 3px;
	width: 74px;
}

ul.content_list li .preview {
	width: 66px;
}

ul.content_list li .edit {
	width: 48px;
}

ul.content_list li .delete {
	width: 44px;
}
/*
#control,
#control ul {
	margin: 0 0 0 -15px;
	padding: 0;
	list-style-type: none;
	
}
#control li {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	height: 22px;
	display: block;
	background: url(../img/ico_expand.gif) no-repeat left;
}
#control li a {
	display: block;
}
#control li.current {
	margin: 0;
	padding: 10px 0 0 0;
	background: url(../img/ico_collapse.gif) no-repeat left;
}
#control li li {
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	background: url(../img/ico_expand.gif) no-repeat left;
}
*/

.clear {
	clear: both;
}
