/*	General div setting */
.ld {
	
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	}

/*	Named divs setting */
#ldLinkListContainer{
	MARGIN: 0px;
	PADDING: 2px;
	
	}

#ldCategoryListContainer{
	MARGIN: 0px;
	PADDING: 2px;
	
	}

/*	Div where clickable path is placed - like Home / Category 1/ Category 2 */
.ldPath {
	TEXT-ALIGN: left;
	
	PADDING: 2px;
	MARGIN: 0px;
	background:#444;
	BORDER-TOP: #C9C9C9 1px solid;
	BORDER-BOTTOM: #C9C9C9 1px solid;
	}

/*	Div or table where sorting and paging stuff is placed */
.ldSorterPager {
	WIDTH: 100%;
	PADDING: 2px;
	MARGIN: 0px;
	BACKGROUND-COLOR: #333;
	BORDER-TOP: #C9C9C9 1px solid;
	BORDER-BOTTOM: #C9C9C9 1px solid;
	}
.ldSorterPager TD {
	
	}


/*	Div or table where sub categories are placed */
.ldSubCatsHolder {
	WIDTH: 100%;
	PADDING: 2px;
	MARGIN: 0px;
	}

.ldSubCatsHolder TD {
	VERTICAL-ALIGN: top;
	}

/*	Usually a "Page:" or "Sort By" string - prompt before command stuff with sorting and paging */
.ldSorterPagerHeader {
	COLOR: #808080;
	}

/*	Div where buttons are placed */
.ldButtonBar {
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #EDEDE1;
	PADDING: 4px;
	}

/*	Usually a "Subcategories" or "Links" string - header above the child entities like subcategories and links */
.ldChildrenHeader {
	COLOR: #800000;
	FONT-WEIGHT: bold;
	DISPLAY: block;
	MARGIN-TOP: 2px;
	MARGIN-BOTTOM: 2px;
	}

/*	Usually a "Page 1" or "Hits" string - a link used to select a different sorting or page */
.ldSorterPagerComponent {
	COLOR: #808080;
	TEXT-DECORATION: underline;
	}
/*	Usually a current page */
.ldSorterPagerComponentCurrent {
	COLOR: #808080;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	}

/*	Error message to show in form */
.ldFormError {
	COLOR: #BB0000;
	FONT-WEIGHT: bold;
	}

/*	A link to parent categories in the clickable path */
.ldPathComponentClickable {
	TEXT-DECORATION: underline;
	}
/*	The last component in clickable path - the current category title */
.ldPathComponentClickableSelf {
	FONT-WEIGHT: bold;
	}

/*	The component in non clickable path */
.ldPathComponentNonClickable {
	FONT-WEIGHT: normal;
	}

/*	Link Container */
.ldLinkContainer {
	PADDING: 2px;
	MARGIN: 2px;
	}
/*	Featured Link Container */
.ldLinkContainerFeatured {
	PADDING: 2px;
	MARGIN: 2px;
	BACKGROUND-COLOR: #FFFFCC;
	BORDER: #C9C9C9 1px solid;
	}
/*	Link description text */
.ldLinkDescription {
	
	}
/*	Link description URL text */
.ldLinkURLText {
	COLOR: #808080;
	}
/*	Link detail like added, modified, hits etc */
.ldLinkDetail {
	COLOR: #808080;
	}
/*	Link Title */
.ldLinkTitle {
	
	FONT-WEIGHT: bold;
	}

/*	New Link Note */
.ldLinkNoteNew {
	
	FONT-STYLE: italic;
	COLOR: #800000;
	}
/*	Modified Link Note */
.ldLinkNoteModified {
	
	FONT-STYLE: italic;
	COLOR: #008000;
	}
/*	Featured Link Note */
.ldLinkNoteFeatured {
	
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
	COLOR: #800000;
	}

/*	Page title like Search Links or New Links */
.ldPageTitle {
	FONT-WEIGHT: bold;
	COLOR: #808080;
	}

/*	Header like Top New List or Top Popular List */
.ldTopListHeader {
	FONT-WEIGHT: bold;
	
	COLOR: #800000;
	}

.ldToolbar {
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #EDEDE1;
	PADDING: 4px;
	}

/*	Category description text */
.ldCategoryDescription {
	
	}

/*	Subcategory title */
.ldSubCategoryTitle {
	
	FONT-WEIGHT: bold;
	}

/*	SubCategory detail like qty of links etc */
.ldSubCategoryDetail {
	COLOR: #808080;
	}

/*	SubSubcategory title */
.ldSubSubCategoryTitle {
	FONT-WEIGHT: normal;
	COLOR: #ccc;
	}
/*	SubSubCategory detail like qty of links etc */
.ldSubSubCategoryDetail {
	COLOR: #808080;
	margin-right:10px;
	}

/* General settings for input fields */
INPUT {
	BORDER-RIGHT: #BBBBBB 1px solid;
	BORDER-LEFT: #BBBBBB 1px solid;
	BORDER-TOP: #BBBBBB 1px solid;
	BORDER-BOTTOM: #BBBBBB 1px solid;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica;
	FONT-WEIGHT: bold;
	PADDING: 0px 0px 0px 0px;
	MARGIN: 1px;
	}

/* Submit button in add link form */
INPUT.ldVisitorButtonAdd {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #00FF00;
	}

/* Delete button in modify link form */
INPUT.ldUserButtonDelete {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #F17123;
	}

/* START ADDED IN 2.1 */
/*	Subcategory with new links note */
.ldSubCategoryNoteNew {
	
	COLOR: #800000;
	}

/*	Link rating bar */
.ldLinkRating {
	COLOR: #808080;
	MARGIN: 0px;
	PADDING: 0px;
	BORDER: #808080 0px solid;
	}

.ldLinkRating TD {
	BORDER: #808080 0px solid;
	}

.ldLinkRatingPoint {
	MARGIN:  2px;
	PADDING: 0px;
	}

.ldLinkRatingPoint TD {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	MARGIN:  1px;
	PADDING: 1px;
	BORDER: #808080 1px solid;
	}

.ldLinkRatingPoint .full {
	BACKGROUND-COLOR: #00A000;
	}
.ldLinkRatingPoint .half {
	BACKGROUND-COLOR: #00FF00;
	}
.ldLinkRatingPoint .empty {
	BACKGROUND-COLOR: #EEEEEE;
	}

.ldLinkRatingPoint A {
	TEXT-DECORATION: none;
	COLOR: #444444;
	}

.ldLinkRatingPoint A SPAN {
	MARGIN: 4px;
	}

.ldLinkRatingPoint A:hover {
	BACKGROUND-COLOR: #CC0000;
	COLOR: #EEEEEE;
	FONT-WEIGHT: bold;
	}
/* END ADDED IN 2.1 */