/*
  style.css
*/


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	background-image: url("dyuthi-bg.png");
	background-position: center center;
}

/* PDF FILE */
.iKon_pdf{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/pdf.png) no-repeat center left;
}
/* DOC FILE */
.iKon_doc{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/doc.png) no-repeat center left;
}
/* IMAGE FILE */
.iKon_image{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/pic.png) no-repeat center left;
}
/* WEB FILE */
.iKon_web{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/html.png) no-repeat center left;
}
/* Archive FILE */
.iKon_archive{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/zip.png) no-repeat center left;
}/* movie FILE */
.iKon_movie{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/film.png) no-repeat center left;
}/* WEB FILE */
.iKon_audio{ 
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
	background: transparent url(images/icons/music.png) no-repeat center left;
}

.item_metadata_slider.hidden  {
display:none;
}

.item_metadata_more
{	
	/*margin-top: 5px;*/
	padding-bottom: 10px;
	padding-left: 2px;
	width: 20px;
	/*height: 10px;*/
	cursor: pointer;
	font-size: 0.9em;
}

fieldset {
	border: 0px;
}


/* Main div */
div#ds-main {
	position: relative;
	margin-top: -10px;
	width: 750px;
	color: inherit;
	background-color: #CCC;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 30px 0 0;
	
	/*border: 1px solid #676767;*/
	background-image:url(bg-cusat.jpg);
 	background-repeat:no-repeat;
 	background-position:right bottom;
}

a {
    color: rgb(80,80,80);
}


/* Header */
div#ds-header {
	height: 200px; 
	border-top: 1px solid #676767;
	background-color: gray;
	padding: 0px;
	background-repeat: repeat;
	color: white;
}

div#ds-header a {
	text-decoration: none;
	color: white;
}

div#ds-header  a span#ds-header-logo {
	width: 100%;
	height: 220px;
	
	float: right;
	background-image: url("header_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0;
	color: white;
}

div#ds-header h1,div#ds-header h2 {
	display: none;
}


/* Trail related style */
ul#ds-trail {
	position: absolute;
	top: 111px;
	left: 4px;
	padding: 3px;
	margin-left: 0;
	color: rgb(200,200,200);
}

li.ds-trail-link {
	overflow: hidden;
	display: inline;
	background-image: url("trail.bmp");
	background-repeat: no-repeat;
	background-position: 0% 60%;
	padding-left: 16px;
	margin-top: 2px;
	margin-left: 5px;
	font-size: 10pt;
	font-weight: lighter;
	max-width: 400px;
	line-height: 12px;
}

li.first-link {
	list-style: none;
	background-image: none;
	padding-left: 0;
}

li.ds-trail-link a {
    color: rgb(245,245,245);
    font-size: 10pt;
    font-weight: lighter;
}
li.ds-trail-link a:hover {
    text-decoration:underline !important;
}


div#ds-user-box {
    width: 300px;
	position: absolute;
	top: 1px;
	right: 5px;
	text-align: right;
}

div#ds-user-box p {
    color: #002147;
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
}

div#ds-user-box a {
    color: #002147;
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
}

div#ds-user-box a:hover {
	text-decoration: underline;
}



div#ds-body {
	position: relative;
	float: right;
	width: 580px;
	clear: left;
	color: inherit;
	background-color: transparent;
	margin: 0px 0px 0px 20px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #666;
}



div#ds-body h1 {
	padding: 10px 0 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#002147;
	font-family:Georgia;
	font-size:15px;
	border-bottom: 2px solid #444;
	background-color: inherit;
	font-weight: normal;
}

div#ds-body h2 {
	font-size: 13px;
	padding: 6px 0;
	margin-bottom: 0px;
	color:#002147;
	font-family:Georgia;
	background-color: inherit;
	/*font-weight: normal;*/
}

div#ds-body h3 {
    font-size: 12px;
	margin-bottom: 10px;
}

ul.ds-progress-list {
	margin: 0 0 10px 0;
	padding: 2px 0px;
	text-align: center;
}


ul.ds-progress-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgb(255, 255, 240);
	border: 1px solid rgb(240, 240, 210);
	color: rgb(233, 160, 80);
	overflow: hidden;
	display: inline;
	padding: 4px 3px;
	margin-top: 2px;
	margin-left: 3px;
	max-width: 400px;
	line-height: 20px;
}

ul.ds-progress-list li.button {
	background-color: inherit;
	border: none;
	padding: 1px !important;
	margin-top: 2px;
	margin-left: 0px !important;
}

ul.ds-progress-list li.button input.ds-button-field {
	font-size: smaller;
}

ul.ds-progress-list li.current.button input.ds-button-field {
	color: rgb(10,175,10);
}

ul.ds-progress-list li.current {
	color: rgb(80, 183, 40);
	background-color: inherit;
	border-color: rgb(216, 245, 216);
}

ul.ds-progress-list li.arrow {
	border: none;
	background: none;
	font-size: 120%;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
}

ul.alphabet {
	padding-left: 10px;
	padding-top: 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

ul.alphabet li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-weight: 200;
}

ul.alphabet a {
	font-weight: 600;
	color: #002147;
	background-color: inherit;
}

ul.alphabet a:hover {
	font-weight: 600;
	color: rgb(150, 150, 50);
	background-color: inherit;
}
/*
form.search {
	margin: 0px;
	padding: 0px;
}

form.search select {
	max-width: 200px;
}

*.collection.search-browse,*.community.search-browse {
	width: 340px;
	float: left;
	margin: 5px 12px 5px 0px;
}

form.search fieldset,form.navigation fieldset {
	color: inherit;
	background-color: #DFDFDF;
	border: 2px solid rgb(240, 240, 210);
	padding: 5px 5px 5px 5px;
}*/

form.search li {
    margin: 0;
    padding: 0px !important;
}

form.navigation input,form.navigation select {
	margin-left: 5px;
}

form.navigation p {
	text-align: center;
}
/*
form.search table {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

form.search table th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
*/
div.browse {
	display: none;
}

div.pagination {
	position: relative;
	padding: 0px;
	color: inherit;
	background-color: #EEE;
	border: 1px solid white;
	margin: 2px 0px 5px 1px;
}

div.pagination * {
	padding: 0px;
}

div.pagination-masked {
	position: relative;
	color: inherit;
	background-color: #EEE;
	border: 1px solid white;
	margin-bottom: 5px;
}

a.previous-page-link {
	position: absolute;
	left: 10px;
	top: 6px;
	color: #002147;
	background-color: inherit;
}

p.pagination-info {
    text-align: center;
    margin-left: 125px;
    margin-right: 125px;
}

ul.pagination-links {
	position: relative;
	text-align: center;
	top: -5px;
	width: 360px;
	margin: 0 auto;
	padding: 0;
	line-height: 12px;
}

*.pagination-links li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-weight: bolder;
	font-size: 90%;
}

li.page-link a,li.first-page-link a,li.last-page-link a {
    color: #002147;
	background-color: inherit;
}

li.current-page-link a {
	color: rgb(223, 110, 0);
	background-color: inherit;
}

a.next-page-link {
	position: absolute;
	right: 10px;
	top: 6px;
	color: #002147;
	background-color: inherit;
}

div.detail-view {
	clear: both;
	padding: 5px 5px 5px 6px;
}

p.button-list {
	margin-top: 3px;
	padding-bottom: 0;
}

ul.collection-browse,ul.community-browse {
	display: none;
}

*.collection-search-browse td,*.community-search-browse td {
	white-space: nowrap;
}

*.collection-search-browse h4,*.community-search-browse h4 {
	display: none;
}

*.collection-search-browse select,*.community-search-browse select {
	width: auto;
	max-width: 200px;
}

*.collection-search-browse input,*.community-search-browse input {
	width: auto;
	max-width: 195px;
}

*.button-list input {
	width: auto;
}

div.ds-logo-wrapper {
    float: right;
    padding: 5px 0px 5px 10px;
}

p.copyright-text {
	margin-top: 30px;
	font-style: italic;
	text-align: center;
}

div.primary {
	overflow: auto;
	margin-bottom: 20px;
}

.primary .primary {
	margin-bottom: 10px;
}

table {
    clear: both;
	border-spacing: 0px;
	/*border: 2px solid rgb(240, 240, 210);*/
	width: 100%;
}

tr.ds-table-header-row {
	color: inherit;
	background-color: #EEE;
}

tr.ds-table-header-row.subheader {
    background-color: #F3F3F3;
}


th {
    padding: 4px 10px;
}
.subheader th {
    padding-left: 5px;
	font-weight: 100;
}



tr.ds-table-row.odd {
	color: inherit;
	background-color: white;
}

tr.ds-table-row.even {
	color: inherit;
	background-color: #DFDFDF;
}

td {
	padding: 3px 10px 5px 10px;
	border: none;
	font-size: inherit;
	background-color: inherit;
	color: inherit;
}

*.first-cell {
	vertical-align: middle;
	text-align: center;
}

.indent {
    padding-left: 35px;
    padding-right: 0;
}
.doubleIndent {
    padding-left: 55px;
    padding-right: 0;
}


th.indent {
    padding-left: 30px;
    padding-right: 0;
}
th.doubleIndent {
    padding-left: 50px;
    padding-right: 0;
}



/* highlight a single row */
tr.ds-table-row.highlight {
	background-color: rgb(216, 245, 216);
}

/* Tables that are actually a result of glossary lists are not rendered
 as plain tables are... */
table.ds-gloss-list {
	border: none;
	width: auto;
	font-size: inherit;
}

*.ds-gloss-list td {
	padding: 5px;
}

*.ds-gloss-list-label {
	font-weight: bolder;
}

table.ds-gloss-list td ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* Formatting associated with the "Files in this item" table in the item view */

*.file-list td {
	text-align: left;
	font-size: 11px;
}

a.image-link img {
	border: none;
}

span.bold {
	font-weight: bold;
}

span.italics,span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

div.ds-static-div {
	clear: both;
}

ul.ds-artifact-list {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 570px;
}

ul.ds-artifact-list li.odd {
	color: inherit;
	background-color: white;
}

ul.ds-artifact-list li.even {
	color: inherit;
	background-color: #DFDFDF;
}


ul.ds-artifact-list li {
	float: left;
	clear: both;
	width: 100%;
	padding: 5px;
}


ul.ds-artifact-list li img {
	border: 0px;
}

ul.ds-artifact-list li  div {
	float: left;
}

ul.ds-artifact-list li div.artifact-description {
	float: left;
	margin-top: 0px;
	width: 83%;
	padding: 0 5px;
}

ul.ds-artifact-list li div.artifact-title {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.ds-artifact-list li div.artifact-title a:link {
    color: #002147;
}

ul.ds-artifact-list li div.artifact-title a:visited {
    color: #555;
}

ul.ds-artifact-list li div.artifact-info {
	float: none;
	margin-left: 15px;
}

ul.ds-artifact-list li span.publisher {
	font-style: italic;
}

ul.ds-artifact-list li div.artifact-preview {
	float: right;
}



/* The composite field voodoo */
span.ds-composite-field {
	display: table-row;
	padding: 2px;
}

*.ds-composite-field.ds-composite-component {
	display: table-cell;
	text-align: left;
	width: auto;
	padding-right: 10px;
}

*.ds-composite-field input,*.ds-composite-field textarea,*.ds-composite-field select {
	margin-right: 5px;
	margin-bottom: -2px;
}

span.composite-help {
	display: block;
	font-size: 80%;
	color: blue;
	background-color: inherit;
	text-align: left;
}

/* Checkboxes and Radio buttons */
fieldset.ds-checkbox-field,fieldset.ds-radio-field {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset.ds-checkbox-field legend,fieldset.ds-radio-field legend {
	display: none;
}

fieldset.ds-checkbox-field label,fieldset.ds-radio-field label {
	display: block;
}

/* The form list and and its components voodoo */ /* Top-level stuff */
fieldset.ds-form-list {
	border: none;
	padding: 0;
	color: inherit;
	background-color: #DFDFDF;
	margin-left: 0;
	margin-right: 0;
}

fieldset.ds-form-list.thick {
	border-top: 22px solid rgb(240, 240, 210);
}

fieldset.ds-form-list ol {
	padding: 0;
	margin: 0;
	width: 100%;
}

fieldset.ds-form-list legend {
	color: rgb(119,23,50);
	font-family: Georgia,Arial,Helvetica,sans-serif;
	/*background-color: inherit;*/
	font-size: 115%;
	font-weight: bolder;
	margin-left: 10px;
}

fieldset.thick legend {
	color: rgb(194,70,64);
	background-color: #DFDFDF;
	border-top: 2px solid rgb(240, 240, 210);
	padding-left: 10px;
	padding-right: 30px;
}

/* Top-level stuff for the nested "form" lists */
fieldset.ds-form-sublist {
	border: none;
	padding: 0;
	margin: 5px;
}

fieldset.ds-form-list ol {
	list-style-type: none;
}

form.ds-interactive-div fieldset.ds-form-sublist ol {
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}

form.ds-interactive-div fieldset.ds-form-sublist legend {
	color: rgb(194,70,64);
	font-size: 100%;
	font-weight: bolder;
	margin-left: 10px;
	padding: 0;
	background-color: inherit;
	border: 0;
}

/* Row-level hierarchy */
form.ds-interactive-div li.ds-form-item {
	display: block;
	padding: 5px 0;
	width: 100%;
}

form.ds-interactive-div li.odd {
	color: inherit;
	background-color: rgb(252, 252, 230);
}

form.ds-interactive-div li.even {
	color: inherit;
	background-color: #DFDFDF;
}

form.ds-interactive-div li.ds-form-item.last {
	border-top: 2px solid #8E3648;
	color: inherit;
	background-color: white;
}

form.ds-interactive-div.primary {
	float: left;
	clear: both;
	padding: 0px;
	margin-bottom: 10px;
}

p {
    padding: 0;
    margin: 6px;
}

fieldset ol {
	float: left;
	clear: both;
}

li.ds-form-item {
	float: left;
	clear: both;
}

div.ds-form-content {
	float: left;
	clear: right;
	display: block;
	padding: 7px;
		width: 400px;
}

span.ds-form-label,label.ds-form-label {
	display: block;
	float: left;
	clear: left;
	padding: 5px 20px 5px 10px;
	width: 115px;
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
}

label.ds-composite-component {
	display: block;
	float: left;
	padding: 0px 5px 0 0px;
	font-size: 80%;
	color: blue;
	background-color: inherit;
	text-align: left;
}

span.error {
	display: block;
	font-size: 85%;
	color: red;
	background-color: inherit;
	margin: 0;
}

span.field-help {
	display: block;
	margin-left: 5px;
	font-size: 80%;
	color: gray;
	background-color: inherit;
}

input.error,textarea.error,select.error {
	color: inherit;
	background-color: rgb(255, 245, 245);
	border-color: red;
}

span.composite-help {
	display: block;
	font-size: 80%;
	color: gray;
	background-color: inherit;
	text-align: left;
}

div.spacer {
	margin: 0;
	padding: 0;
	line-height: 0px;
	clear: both;
}

div#ds-options {
	position: relative;
	float: left;
	width: 134px;
	color: inherit;
	background-color: transparent;
	margin: 0px;
	padding: 0 0 0 5px;
	font-size: 95%;
	
}

div.ds-option-set {
	padding: 30px 2px 3px 2px;
	width: 133px;
	margin: -3px 0px 0px 0px;
	color: inherit;
	/*border: 2px solid rgb(220,220,210);*/	
}

div#ds-search-option input {
	font-size: 90%;
}

div#ds-search-option input.ds-text-field {
	width: 80%;
	margin: 0;
	margin-left: -15px;
	padding: 0;
	position: relative;
	top: -1px;
	left: 8px;
}

div#ds-search-option input.ds-button-field {
	width: auto;
	height: 20px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
	top: -1px;
	left: 10px;
}

div#ds-search-option a {
    position: relative;
    top: -4px;
    left: 4px;
	margin: 0;
	padding: 0;
	color:#002147;
	font-family:tahoma;
	font-size: 11px;
}



form#ds-search-form {
	font-size: 90%;
}

div#ds-options h3 {
	position: relative;
	top: 22px;
	left: 5px;
	margin: 0 2px 5px 0;
	padding: 0 0 3px 0;
	color: #444;
	border-bottom: 2px solid #444;
}

div#ds-options h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#002147;
	font-family:tahoma;
	font-size: 12px;
	background-color: inherit;
}

div#ds-options ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#ds-options li {
	margin-left: 15px;
	padding: 0px;
}

div#ds-options li a {
    color:#002147;
    font-family:tahoma;
    font-size: 11px;
}

input.ds-password-field {
	margin-right: 5px;
}



/* Footer stuf */
div#ds-footer {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 96px;
	float: left;
	width: 100%;
	
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding-top: 2px;
}


span#ds-footer-logo {
	float: left;
	clear: both;
    height: 100px;
	width: 220px;
	
	background-image: url("cobranded_logo.gif");
	background-repeat: no-repeat;
	background-position: 10px 40%;
}

div#ds-footer p {
	width: 450px;
	position: absolute;
	top: -4px;
	right: 0px;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	line-height: 20px;
}

div#ds-footer-links {
	position: absolute;
	top: -20px;
	right: 0px;
	
	padding-right: 5px;
	text-align: right;
	
	font-size: 11px;
}

div#ds-footer a {
    color: #002147;
}


div#ds-footer a#ds-logo-link {
	text-decoration: none;
}

div.notice {
	background-color: rgb(255, 255, 240);
	border: 1px solid rgb(240, 240, 210);
	padding: 6px;
	text-align: center;
	margin: 10px 30px 10px 30px;
}

div.notice.success p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: rgb(80, 183, 40);
	text-align: center;
}

div.notice.failure p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: rgb(213, 80, 40);
	text-align: center;
}

h1.ds-div-head,h2.ds-div-head,h3.ds-div-head {
	clear: both;
}

/* License text display during submission */
div.license-text {
	border: 1px solid #666;
	background-color: #EEE;
	padding: 20px;
	margin: 20px;
	margin-top: 5px;
	font-family: monospace;
	font-size: 125%;
}

div#NoticeTransformer_div_general-message h1.ds-div-head {
    position: absolute;
    top: 11px;
    left: 42px;
    margin: 0;
    padding: 0 5px;
    font-size: small;
}    

p.hidden {
    display: none;
}

h1.ds-div-head, h2.ds-div-head, h3.ds-div-head {
    clear:both;
}

span.fade {
    color: gray;
    font-size: 90%;
}

span.fade a {
    color: gray;
    text-decoration: none;
}

span.fade a:hover {
    color: blue;
    text-decoration: underline;
}    

span.warn {
    color: red;
    font-weight: bolder;
}

/* System-wide alerts */
div#ds-system-wide-alert {
    background-color: rgb(255, 255, 240);
    border: 1px solid rgb(240, 240, 210);
    padding: 6px;
	margin: 10px 30px 10px 30px;
    color: rgb(213, 80, 40);
}


/* admin tabs */
form.administrative{
  border: none;
  border-top: 0px;
  width: inherit;
}

form.administrative fieldset{
  margin: 7px;
  width: auto;
}
form.administrative h3{
  margin: 7px;
}
form.administrative table{
  margin: 7px;
  width: auto;
}


form#administrative_item_FindItemForm_div_find-item{
  border: 0px;
  margin-left: 0px;
}

ul.horizontal
{
font-weight: bold;
list-style-type: none;
padding: 0px;
padding-left: 0px;
padding-bottom: 24px;
border-bottom: 1px solid rgb(240, 240, 210);
border-left: 1px solid white;
border-right: 1px solid white;
margin: 0px;
margin-left: -1px;
margin-right: -1px;
width: inherit;
}

ul.horizontal li
{
float: left;
height: 21px;
background-color: rgb(252, 252, 232);
margin: 2px 2px 0px 2px;
border: 1px solid rgb(240, 240, 210);
}


ul.horizontal a
{
float: left;
display: block;
text-decoration: none;
padding: 4px;
}

ul.horizontal a:hover { background: white; text-decoration: underline;}

ul.horizontal li span.bold a
{
border-bottom: 1px solid white;
background-color: white;
}

ul.horizontal li span.bold a { color: black; }

/* Communities in DSpace, appears on the front page */
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser,
#artifactbrowser_CommunityBrowser_div_comunity-browser
{
	/*margin: 15px;*/    
}

#content #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser a,
#content #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser a.communitySummaryListAnchorDIM,
#content #aspect_artifactbrowser_CommunityViewer_div_community-view a
{
    text-decoration: none;
}

/*communities in dspace - browse communities and collections */
/*#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser li p*/
p.ListMinus, p.ListPlus, p.ListEmpty
{
    display: inline;
}
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul,
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ol
{
    /*list-style: disc outside;*/
	list-style: none;
	margin: 7px;
}
/*communities in dspace - browse communities and collections - further down */
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul li ul,
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ol li ul
{
    /*list-style: circle outside;*/
	list-style: none;
    margin: 7px 14px;
}
/*communities in dspace - browse communities and collections - further still*/
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul li ul li ul,
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ol li ul li ul
{
    /*list-style: square outside;*/
	list-style: none;
	margin: 7px 14px;
}

/* communities within this community */
#aspect_artifactbrowser_CommunityViewer_div_community-view ul li ul,
#aspect_artifactbrowser_CommunityViewer_div_community-view ol li ul,
#aspect_artifactbrowser_CommunityViewer_div_community-view ul li ul li ul,
#aspect_artifactbrowser_CommunityViewer_div_community-view ol li ul li ul
{
    list-style: none;
    margin: 3px 14px !important;
}


ul.ds-artifact-list {
    background: transparent url(images/border.png) repeat-x bottom left;
    padding: 0 0 12px 0;
    margin: 0;
    width: 550px; 
}

ul.ds-artifact-list li.ds-artifact-item {
    list-style-type: none;
    position:relative;
    padding: 8px 5px 6px 25px;
    margin: 0;
    color: #666;
}

ul.ds-artifact-list li.ds-artifact-item.odd {
    background: transparent url(images/border2.png) repeat-x top left;
    border-bottom: 1px dotted #979281;
    padding-top: 16px;
    margin: 0;
}

ul.ds-artifact-list li.ds-artifact-item.even {
    background-color: #EDEBE3;
    border-bottom: 1px dotted #7A7560;
    margin: 0;
}

div.artifact-title a {
    color: #7B7661;
    font-weight: bold;
    
}


/* The little file pop-up */

li.ds-artifact-item table.file-list {
    width: 100%;
    margin: 10px 0;
}

li.ds-artifact-item table.file-list a {
    color: #47606C;
}


li.ds-artifact-item table.file-list th {
    color: #7B7661;
    border-bottom: 3px solid #7B7661;
    text-align: left;
    padding: 0 3px;
}

li.ds-artifact-item table.file-list td {
    padding: 1px;
}

li.ds-artifact-item table.file-list div.filetype {
    padding-left: 20px;
    background: transparent url(images/formats/other.png) no-repeat top left;
    height: 18px;
}

li.ds-artifact-item table.file-list div.filetype.pdf { background-image: url(images/icons/pdf.png); }
li.ds-artifact-item table.file-list div.filetype.ppt { background-image: url(images/formats/ppt.png); }
li.ds-artifact-item table.file-list div.filetype.image { background-image: url(images/formats/image.png); }
li.ds-artifact-item table.file-list div.filetype.rtf { background-image: url(images/formats/txt.png); }
li.ds-artifact-item table.file-list div.filetype.word { background-image: url(images/formats/word.png); }
li.ds-artifact-item table.file-list div.filetype.excel { background-image: url(images/formats/excel.png); }
li.ds-artifact-item table.file-list div.filetype.video { background-image: url(images/formats/video.png); }
li.ds-artifact-item table.file-list div.filetype.audio { background-image: url(images/formats/audio.png); }


div.item_more_text, div.item_less_text {
    position:absolute;
    top: 20px;
    left: 12px;
}

/*
div.item_metadata_slider table.ds-table.file-list tr.ds-table-row.odd {
    background: transparent;
    border-bottom: 1px dotted #979281;
}
*/

div.item_metadata_slider table.ds-table.file-list tr.ds-table-row {
    background: transparent;
    border-bottom: 1px dotted #7A7560;
    margin-bottom: 1px;
}

div.item_metadata_slider tr.ds-table-header-row {
    background: white url(images/border2.png) repeat-x top left;
}
