/*#####rrmsb_lib.css, installed by ###Mod Settings Blocks, by Robin Richmond
Style rules that support features installed by the Mod Settings Blocks mod:
Inner Mod Menus, New Tab Flags, Field Buttons, and Mods Used.
Styles for Mod Settings Blocks themselves are a separate stylesheet that is only needed by admin_genconfig.php.

This stylesheet's <link> tag is place in every TNG page's <head> element by either
genlib.php or admninlib.php.

There's a strong argument that these rules should be in genstyle.css, but I am loathe too
add any more rules to that bloated stylesheet
***See the Mod Settings Blocks wiki article and documentgtion in the mod's subfolder. */

/********************** ###Show Mod Names ********************/
/* For the mod name hyperlinks */
#rrmodnamelist {margin-bottom:1ex; margin-right:8px;}
#rrmodnamelist a {
	text-decoration:underline;
	white-space:nowrap;
}
.rrsmnmod {position:relative; display:inline;}
.rrsmnmod>div {position:absolute;
	top:16px; left:-10px;
	z-index:120;
	padding:1px 4px;
	display:none;
}
/*********************** ###Field Buttons *********************/
.rrbtn {color:#222; background-color:#eee;
	border:1px solid grey;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold; font-size:115%;
	font-family:'Lucida Console',monospace;
}
/* Style that flags form fields that have been edited */
.rredited {background-color:#fcc;
}

/********************** ###Inner Mod Menus ********************/
#rrimmMenu {float:right; padding-right:8px; position:relative;}
.rrimmMenuX {padding-left:5px; float:right;
	cursor:pointer;
	width:15px;height:15px;}
#rrimmDrop {z-index:200;
	position:absolute; top:30px; right:-1.3em;
	min-width:16em;
	padding:2px 6px;
	border-radius:5px;
	margin-right:15px;
	line-height:1.4em;
	display:none;}
.rrimmlink {text-decoration:none!important;}
.rrimmlink:hover {text-decoration:underline;}
.rrimmWikIcon {cursor:pointer;
	width:1.3em; height:1.3em;
	xborder:2px solid #444;
	position:relative; top:1px;}
.rrimmWikiLink {text-decoration:none;
	color:black; font-size:110%;
	font-weight:bold;}
.rrimmWikiLink:hover {text-decoration:underline;}
.rrimmNotLink{color:black; font-size:110%;
	font-weight:bold;}
/* Styles for the LITBox used to display text about mod changes*/
.rrimmLitBox {font-family:sans-serif;
	font-size:108%;
	padding:0 5px;
}
.rrimmLitBox code {background-color:lightBlue;
	font-weight:bold; white-space:no-wrap;
}
.rrimmLitBox ol {margin-top:1ex; margin-bottom:0;
	margin-right:5px;
	margin-left:8px; padding-left:8px;
}

/********************** ###New Tab Flags ********************/
/* The flag, which is part of the label of a tab installed by a mod */
.rrimmNewTab {display:block;
	float:right;
	position: relative;
}
/* Format the the  popup */
.rrimmNewTab .rrimmNewModname {
	position: absolute;
	display:none;
	white-space:nowrap;
	color:black;
	top:-2em;
	left:-4em;
	background: #ffffff;
	padding: 2px;
	border:thin solid grey;
	z-index: 1001;
}
/* Use css to display the popup that displays the mod name */
.rrimmNewTab>div:hover>.rrimmNewModname{
	display:block;
}

/********************** ###General Purpose *******************/
/*** These rules define styles that I find handy in my mods ***/
/* Prevent an element "Show Mod Names" from printing, even when TNG's
Format For Printing flag (in PHP) was on.  */
@media print {
.rrnoprint{display:none;}
}
@media print {
.rrnoprint{display:none;}
}
/* To grey-out prompts for disabled form controls */
.rrGreyedOut { color:#ccc;}
/* For span,div, and img element that pop-up information */
.rrPointer {cursor:pointer;}
.rrHover:hover {color:#ddd;}
.rrsnlink {padding:1px 2px; border-radius:5px; cursor:pointer;}
/* For help text litboxes */
.rrlitboxHint {
	font-size:108%;
	padding:0 5px;
}
.rrlitboxHint code {background-color:lightBlue;
	font-weight:bold; white-space:no-wrap;
}
.rrlitboxHint ol {margin-top:1ex; margin-bottom:0;
	margin-right:5px;
}
.rrlitboxHint footer {font-size:85%;
	margin-top:1ex;
	border-top:1px solid gray;
	text-align:center;
}

/***********************************************************
### I might add generic versons of somne of these rules

*** Styles for the TextPlus Locate pop-up box (aka track location)
*  outer wrapper
#trackdiv1 {height: 1px; margin: 0 0 0; position: relative;}
* Box insise thewrapperThe box, which contains the banner, close button, and contents
#trackdiv2 {
	border:thin solid black;
	border-radius:6px;
	position:absolute;
	z-index:101;
	display:block;
	background:white;
	margin:0; text-indent:0;
}
*** A drop-down menu
#rrdpButton {position:relative;}
#rrDrop {z-index:200;
	position:absolute; margin-top:-24px; margin-left:14em;
	color:black;
	padding:2px 6px;
	border-radius:5px;
	display:none;}
.tplitboxhint {font-family:sans-serif;
	font-size:108%;
	padding:0 5px;
}
*******************************/
