
/* object table */

#obTable TD
	{
	width: 33%;
	}

.loTool
	{
	font-weight: bold;
	font-size: 110%;
	}

#loTable
	{
	width: 100%;
	max-width:900px;
	}
	
.noodle #loTable { width: 100%; }

#loTable th { padding: 0; padding-top:6px; }
#loTable th h3 {  margin: 0; text-align: left; text-transform: lowercase; padding-left:7px;} 

#collInfo
	{
	display: none;
	}
	
#loTable .collLabel
	{
	text-align: right;
	font-size: 80%;
	vertical-align: top;
	padding-top: 11px;
	}
	
#collXtLearn
	{
	background-color: #BEDAE4 !important;
	text-align: right;
	padding: 0;
	}

#collXtLearn A
	{
	border: none;
	}

#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; 
	}

#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: black;
	padding-left: 27px;
	margin-left: -27px;
	margin-bottom: 0px;
	
	}
	
#collDispCont .collResLink
	{
	font-weight: bold;	
	margin: 1px;
    padding: 8px;
    padding-left: 40px;
    padding-top: 9px;
    background: no-repeat 7px 7px;
    margin-bottom: 5px;
    border: 1px outset #93B1BB;
	}
	
#collDispCont .collLOLink
	{
	background-color: black;
	background-image: url('../imin/nln.png');
   
	}
	
#collDispCont .collWebLink
	{
	background-color: #0000A0;
	background-image: url('../imin/web.png');
	}
	
#collDispCont A
	{ color: white !important;
	border-bottom: dotted 1px #C0C0C0;	
	}
	
P .taskLink
	{
	margin-top: 10px; margin-bottom: 10px;
	}
	
.taskLink
	{
	font-size: 100%;
	color: #4F2B0C !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;
	}


	
/* 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%;
	}

/* Task buttons */
.taskBtn
	{
	width: 200px;
	font-size: 100%;
	font-family: verdana,arial,helvetica,clean,sans-serif
	}
	
.taskBtnBig
	{
	font-size: 110%;
	font-weight: bold;
	}
	
/* Post transition styles */

.pAaddThis
	{
	width:32px; height:32px; display:inline; float:left;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity:.7;
	filter:alpha(opacity=70);
	border-bottom: none !important;
	}
.pAaddThis:hover
	{
	-moz-opacity: 1;
	opacity:1;
	filter:alpha(opacity=100);
	border-bottom: none !important;
	}

.xtLearnA
	{
	background: url('/imin/xtLearn32Flat.png') top left no-repeat transparent !important;
	display:block; width:32px; height:32px;
	float:left; cursor:pointer;
	}

.addthis_toolbox {display:inline !important}

.addthis_toolbox A
	{
	border-bottom: none !important;
	}
#loTable .collExplan {
 	font-size: 90%;
	text-align: left;
	}

.addthis_button_compact
	{
	display:none;
	}
	
.addthis_toolbox .addthis_button_compact
	{
	display:block;
	}
