
/* object table */

#obTable TD
	{
	width: 33%;
	}

.loTool
	{
	font-weight: bold;
	font-size: 110%;
	}

#loTable
	{
	width: 60%;
	}
	
.noodle #loTable { width: 100%; }
	
#loTable .collLabel
	{
	text-align: right;
	font-size: 80%;
	vertical-align: top;
	padding-top: 11px;
	}

#loTable .tdTitle
	{
	font-size: 110% !important;
	font-weight: bold !important;
	}

#loTable .tdTitle .collEdit
	{
	font-weight: bold;
	}
	
#loTable .collValue
	{
	text-align: left;
	font-size: 100%;
	vertical-align: top; 
	overflow-y: auto;
	}

#loTable .collBlank
	{
	border: none;
	width: 100%;

	background-color: #93B1BB;
	position: relative;
	overflow-y: visible;
	}

.collEdit
	{
	width: 95%;
	padding: 10px;
	}

.collEdit:hover
	{
	border: 1px solid black;
	}
	
.collEditOff
	{
	background-color: #BEDAE4;
	border: 1px solid #476A78;
	}

.collEditOn
	{
	background-color: white;
	border: 1px solid black;
	}
	
#loTable #submitBtn
	{
	padding: 10px;
	font-weight: bold;
	}
	
#urlEdit
	{
	width: 95%;
	font-family: monospace;
	font-size: 80%;
	}
	
.supLink
	{
	font-weight: bold;
	font-size: 75%;
	margin-right: 20px;
	}

#collDispCont OL
	{
	color: white;
	}
	
#collDispCont .loLink
	{
	color: white;
	}
	
P .taskLink
	{
	margin-top: 10px; margin-bottom: 10px;
	}
	
.taskLink
	{
	font-size: 100%;
	color: white !important;
	font-weight: bold;
	}
	
.taskLink:hover
	{
	color: #F4BC39 !important;
	}
	
/* Coll edit panel */

#collEditPanel .bd
	{
	height: 100%;
	padding: 0px;
	}
	
#collEditPanel IFRAME
	{
	margin: 0px; border: none; padding: 0px;
	}

BODY.editColl
	{
	overflow: hidden; background-color: #636466 !important;
	position: absolute; 
	top: 0px; left: 0px; right: 0px; bottom: 0px; 
	overflow-x: auto; overflow-y: auto; 
	padding: 0px !important;
	color: white;
	}
.editColl .collEdit {  width: 450px; }
.editColl TEXTAREA { width: 300px; height: 80px; }
.editColl FIELDSET { top: 5px; }
.editColl LABEL { font-weight: bold; }
.editColl .note { font-size: 70%; }
.editColl .reorderBox
	{
	width: 550px;
	font-size: 10pt;
	}
.editColl #sourceBox
	{
	width: 500px;
	height: 300px;
	font-size: 70%;
	font-family: monospace;
	}
.editColl .updown
	{
	width: 90px;
	font-size: 8pt;
	padding: 5px;
	}
.editColl .glyph
	{
	font-family: "Arial Black";
	font-weight: bold;
	font-size: 10pt;
	}
.editColl A
	{
	color: #F4BC39;
	font-weight: bold;
	}
.editColl A:hover
	{
	color: white;
	}
.editColl A:active
	{
	color: white;
	}
.editColl .acLink
	{
	font-size: 120%;
	border: 1px solid transparent;
	padding: 10px;
	display: block;
	}
.editColl A.acLink:hover
	{
	border: 1px solid white;
	}
.editColl A.acLink:active
	{
	border: 1px inset white;
	background-color: #5A5B5C;
	}
.editColl .renameReset
	{
	margin-top: -10px;
	margin-bottom: 10px;
	}
	
/* Download box */

#collDownloadPanel .bd
	{
	height: 100%;
	padding: 0px;
	}
	
#collDownloadPanel IFRAME
	{
	margin: 0px; border: none; padding: 0px;
	}

BODY.dlColl
	{
	background-color: #D4D0B1 !important;
	padding: 0px !important;
	margin: 0px !important;
	color: white;
	position: absolute; 
	top: 0px; left: 0px; right: 0px; bottom: 0px; 
	overflow-x: auto; overflow-y: auto;
	}
	
.dlColl A
	{
	color: #F4BC39;
	border-bottom: dotted 1px #F4BC39;
	font-weight: bold;
	}
	
#dlAction
	{
	background-color: #636466 !important;
	height: 276px;
	overflow-y: auto;
	padding: 30px;
	font-size: 80%;
	}
	
/* Rating box */
#rateTable
	{
	width: 100%;
	}
	
#rateTable TD
	{
	padding: 0px;
	border: 0px none;
	}

.rateBox
	{
	padding: 0px;
	margin: 0px;
	background-image: url(imin/star_box_loading.gif);
	padding-left: 3px;
	padding-top: 2px;
	}

.rateLab
	{
	font-size: 70%;
	text-align: right;
	padding-right: 10px;
	}

.star
	{
	width: 12px;
	height: 12px;
	padding: 0px !important;
	border: 0px none;
	border: 1px red solid;
	margin: 0px !important;
	text-align: left;
	}

.rateCounter
	{
	font-size: 76%;
	font-style: italic;
	font-weight: bold;
	color: #804040;
	padding-left: 10px;
	}
	
/* LAD list */

#LADCont
	{
	font-size: 80%;
	}
	
#LADCont TD { cursor: pointer }
	
#LAD ACRONYM { cursor: help; border-bottom: dotted 1px; }
#LAD ABBR { cursor: help; border-bottom:  dotted 1px; }