Blame Identity/Webenv/App/phpBB/3.0.4/adm/style/admin.css

f2e824
/*  phpBB 3.0 Admin Style Sheet
f2e824
	------------------------------------------------------------------------
f2e824
	Original author:	subBlue ( http://www.subblue.com/ )
f2e824
	Copyright 2007 phpBB Group ( http://www.phpbb.com/ )
f2e824
	------------------------------------------------------------------------
f2e824
*/
f2e824
f2e824
/* General markup styles
f2e824
---------------------------------------- */
f2e824
* {
f2e824
	/* Reset browsers default margin, padding and font sizes */
f2e824
	/* margin: 0;
f2e824
	padding: 0;
f2e824
	font-size: 100%;
f2e824
 	*/
f2e824
}
f2e824
f2e824
body, div, p, th, td, li, dd {
f2e824
	voice-family: "\"}\"";
f2e824
	voice-family: inherit;
f2e824
}
f2e824
f2e824
html>body, html>div, html>p, html>th, html>td, html>li, html>dd {
f2e824
}
f2e824
f2e824
html {
f2e824
	color: #536482;
f2e824
	background: #DBD7D1;
f2e824
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
f2e824
	height: 100%;
f2e824
	margin-bottom: 1px;
f2e824
}
f2e824
f2e824
body {
f2e824
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
f2e824
	color: #536482;
f2e824
	background: #DBD7D1;
f2e824
	font-size: 62.5%;	/* This sets the default font size to be equivalent to 10px */
f2e824
	margin: 10px 15px;
f2e824
}
f2e824
f2e824
img {
f2e824
	border: 0;
f2e824
}
f2e824
f2e824
h1 {
f2e824
	color: #333333;
f2e824
}
f2e824
f2e824
h2, caption {
f2e824
	font-size: 1.40em;
f2e824
	font-weight: normal;
f2e824
	color: #115098;
f2e824
	text-align: left;
f2e824
	margin-top: 25px;
f2e824
}
f2e824
f2e824
.rtl h2, .rtl caption {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
h3, h4 {
f2e824
	font-size: 1.20em;
f2e824
	text-decoration: none; 
f2e824
	line-height: 1.20em; 
f2e824
	margin-top: 25px;
f2e824
}
f2e824
f2e824
p {
f2e824
	margin-bottom: 0.7em;
f2e824
	line-height: 1.40em;
f2e824
	font-size: 0.90em;
f2e824
}
f2e824
f2e824
ul {
f2e824
	list-style: disc;
f2e824
	margin: 0 0 1em 2em;
f2e824
}
f2e824
f2e824
.rtl ul {
f2e824
	margin: 0 2em 1em 0;
f2e824
}
f2e824
f2e824
hr {
f2e824
	border: 0 none;
f2e824
	border-top: 1px dashed #999999;
f2e824
	margin-bottom: 5px;
f2e824
	padding-bottom: 5px;
f2e824
	height: 1px;
f2e824
}
f2e824
f2e824
.small { 
f2e824
	font-size: 0.85em; 
f2e824
}
f2e824
f2e824
/* General links  */
f2e824
a:link, a:visited {
f2e824
	color: #105289;
f2e824
	text-decoration: none;
f2e824
}
f2e824
f2e824
a:hover {
f2e824
	color: #BC2A4D;
f2e824
	text-decoration: underline;
f2e824
}
f2e824
f2e824
a:active {
f2e824
	color: #368AD2;
f2e824
	text-decoration: none;
f2e824
}
f2e824
f2e824
.install-body p a {
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
/* Main blocks
f2e824
---------------------------------------- */
f2e824
#wrap {
f2e824
	padding: 0 0 15px 0;
f2e824
	min-width: 615px;
f2e824
}
f2e824
f2e824
#page-header {
f2e824
	text-align: right;
f2e824
	font-size: 0.85em;
f2e824
	margin-bottom: 10px;
f2e824
}
f2e824
f2e824
.rtl #page-header {
f2e824
	text-align: left;
f2e824
	background: url("../images/phpbb_logo.gif") top right no-repeat;
f2e824
}
f2e824
f2e824
#page-header h1 {
f2e824
	color: #767676;
f2e824
	font-size: 1.70em;
f2e824
	padding-top: 10px;
f2e824
}
f2e824
f2e824
#page-header p {
f2e824
	font-size: 1.00em;
f2e824
}
f2e824
f2e824
#page-header p#skip {
f2e824
	display: none;
f2e824
}
f2e824
f2e824
#page-body {
f2e824
	clear: both;
f2e824
	min-width: 700px;
f2e824
}
f2e824
f2e824
#page-footer {
f2e824
	clear: both;
f2e824
	font-size: 0.75em;
f2e824
	text-align: center;
f2e824
}
f2e824
f2e824
#content {
f2e824
	padding: 30px 10px 10px;
f2e824
	position: relative;
f2e824
}
f2e824
f2e824
#content h1 {
f2e824
	color: #115098;
f2e824
	line-height: 1.2em;
f2e824
	margin-bottom: 0;
f2e824
	margin-top: 0;
f2e824
	font-weight: normal;
f2e824
}
f2e824
f2e824
#main {
f2e824
	float: left;
f2e824
	width: 76%;
f2e824
	margin: 0 0 0 3%;
f2e824
	min-height: 350px;
f2e824
}
f2e824
f2e824
.rtl #main {
f2e824
	float: right;
f2e824
	margin: 0 3% 0 0;
f2e824
}
f2e824
f2e824
* html #main { 
f2e824
	height: 350px; 
f2e824
}
f2e824
f2e824
#page-body.simple-page-body {
f2e824
	padding: 0;
f2e824
	padding-right: 10px;
f2e824
	min-width: 0;
f2e824
}
f2e824
f2e824
/* Tabbed menu
f2e824
	Based on: http://www.alistapart.com/articles/slidingdoors2/
f2e824
----------------------------------------*/
f2e824
#tabs {
f2e824
	line-height: normal;
f2e824
	margin: 0 0 -6px 7px;
f2e824
	min-width: 600px;
f2e824
}
f2e824
f2e824
.rtl #tabs {
f2e824
	margin: 0 7px -6px 0;
f2e824
}
f2e824
f2e824
#tabs ul {
f2e824
	margin:0;
f2e824
	padding: 0;
f2e824
	list-style: none;
f2e824
}
f2e824
f2e824
#tabs li {
f2e824
	display: inline;
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
	font-size: 0.85em;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
#tabs a {
f2e824
	float: left;
f2e824
	background:url("../images/bg_tabs1.gif") no-repeat 0% -34px;
f2e824
	margin: 0 1px 0 0;
f2e824
	padding: 0 0 0 7px;
f2e824
	text-decoration: none;
f2e824
	position: relative;
f2e824
}
f2e824
f2e824
.rtl #tabs a {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
#tabs a span {
f2e824
	float: left;
f2e824
	display: block;
f2e824
	background: url("../images/bg_tabs2.gif") no-repeat 100% -34px;
f2e824
	padding: 7px 10px 4px 4px;
f2e824
	color: #767676;
f2e824
	white-space: nowrap;
f2e824
	text-transform: uppercase;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
.rtl #tabs a span {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
/* Commented Backslash Hack hides rule from IE5-Mac \*/
f2e824
#tabs a span, .rtl #tabs a span { float:none;}
f2e824
/* End hack */
f2e824
f2e824
#tabs a:hover span {
f2e824
	color: #BC2A4D;
f2e824
}
f2e824
f2e824
#tabs #activetab a {
f2e824
	background-position: 0 0;
f2e824
	border-bottom: 1px solid #DCDEE2;
f2e824
}
f2e824
f2e824
#tabs #activetab a span {
f2e824
	background-position: 100% 0;
f2e824
	padding-bottom: 5px;
f2e824
	color: #23649F;
f2e824
}
f2e824
f2e824
#tabs a:hover {
f2e824
	background-position: 0 -69px;
f2e824
}
f2e824
f2e824
#tabs a:hover span {
f2e824
	background-position: 100% -69px;
f2e824
}
f2e824
f2e824
#tabs #activetab a:hover span {
f2e824
	color: #115098;
f2e824
}
f2e824
f2e824
f2e824
/* Main Panel
f2e824
---------------------------------------- */
f2e824
#acp {
f2e824
	margin: 4px 0;
f2e824
	padding: 3px 1px;
f2e824
	min-width: 550px;
f2e824
	background-color: #FFFFFF;
f2e824
	border: 1px #999999 solid;
f2e824
}
f2e824
f2e824
.panel {
f2e824
	background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
span.corners-top, span.corners-bottom, 
f2e824
span.corners-top span, span.corners-bottom span {
f2e824
	font-size: 1px;
f2e824
	line-height: 1px;
f2e824
	display: block;
f2e824
	height: 5px;
f2e824
	background-repeat: no-repeat;
f2e824
}
f2e824
f2e824
span.corners-top {
f2e824
	background-image: url("../images/corners_left.gif");
f2e824
	background-position: 0 0;
f2e824
	margin: -4px -2px 0;
f2e824
}
f2e824
f2e824
span.corners-top span {
f2e824
	background-image: url("../images/corners_right.gif");
f2e824
	background-position: 100% 0;
f2e824
}
f2e824
f2e824
span.corners-bottom {
f2e824
	background-image: url("../images/corners_left.gif");
f2e824
	background-position: 0 100%;
f2e824
	margin: 0 -2px -4px;
f2e824
	clear: both;
f2e824
}
f2e824
f2e824
span.corners-bottom span {
f2e824
	background-image: url("../images/corners_right.gif");
f2e824
	background-position: 100% 100%;
f2e824
}
f2e824
f2e824
/* WinIE tweaks \*/
f2e824
* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); }
f2e824
* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); }
f2e824
/* End tweaks */
f2e824
f2e824
/* Sub-navigation Menu
f2e824
---------------------------------------- */
f2e824
f2e824
/* Toggle */
f2e824
#toggle {
f2e824
	padding: 5px;
f2e824
	width: 5%;
f2e824
	height: 100px;
f2e824
	position: absolute;
f2e824
	left: 15%;
f2e824
	top: 28px;
f2e824
	margin-left: 2px;
f2e824
}
f2e824
f2e824
.rtl #toggle {
f2e824
	left: 75%;
f2e824
	margin-right: 0;
f2e824
	margin-left: 6px;
f2e824
}
f2e824
f2e824
#toggle-handle {
f2e824
	display: block;
f2e824
	width: 18px;
f2e824
	height: 19px;
f2e824
	float: right;
f2e824
	background-image: url(../images/toggle.gif);
f2e824
}
f2e824
f2e824
.rtl #toggle-handle {
f2e824
	background-image: url(../images/toggle.gif);
f2e824
	background-position: 100% 50%;
f2e824
}
f2e824
f2e824
/* Menu */
f2e824
#menu {
f2e824
	float: left;
f2e824
	width: 20%;
f2e824
	font-size: 1.00em;
f2e824
	padding: 0;
f2e824
	border-right: 1px solid #CCCFD3;
f2e824
}
f2e824
f2e824
.rtl #menu {
f2e824
	float: right;
f2e824
	border: none;
f2e824
	border-left: 1px solid #CCCFD3;
f2e824
}
f2e824
f2e824
#menu p {
f2e824
	font-size: 0.85em;
f2e824
}
f2e824
f2e824
#menu ul {
f2e824
	list-style: none;
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
/* Default list state */
f2e824
#menu li {
f2e824
	padding: 0;
f2e824
	margin: 0;
f2e824
	font-size: 0.85em;
f2e824
	font-weight: bold;
f2e824
	display: inline;
f2e824
}
f2e824
f2e824
/* Link styles for the sub-section links */
f2e824
#menu li span {
f2e824
	display: block;
f2e824
	padding: 3px 3px 3px 8px;
f2e824
	margin: 1px 0;
f2e824
	text-decoration: none;
f2e824
	font-weight: normal;
f2e824
	color: #138ECB;
f2e824
}
f2e824
f2e824
.rtl #menu li span {
f2e824
	padding: 3px 8px 3px 3px;
f2e824
}
f2e824
f2e824
#menu li a:hover, #menu li a:hover span {
f2e824
	text-decoration: none;
f2e824
	background-color: #FFFFFF;
f2e824
	color: #BC2A4D;
f2e824
}
f2e824
f2e824
#menu li a:active, #menu li a:active span {
f2e824
	color: #F632A0;
f2e824
}
f2e824
f2e824
#menu li#activemenu a span {
f2e824
	text-decoration: none;
f2e824
	font-weight: bold;
f2e824
	color: #1180B7;
f2e824
	background: transparent url("../images/arrow_right.gif") 0% 50% no-repeat;
f2e824
}
f2e824
f2e824
.rtl #menu li#activemenu a span {
f2e824
	background: transparent url("../images/arrow_left.gif") 100% 50% no-repeat;
f2e824
}
f2e824
f2e824
#menu li#activemenu a:hover span, #menu li#activemenu span {
f2e824
	text-decoration: none;
f2e824
	font-weight: bold;
f2e824
	color: #BC2A4D;
f2e824
	background: #FFFFFF url("../images/arrow_right.gif") 1% 50% no-repeat;
f2e824
}
f2e824
f2e824
.rtl #menu li#activemenu a:hover span, .rtl #menu li#activemenu span {
f2e824
	background: #FFFFFF url("../images/arrow_left.gif") 99% 50% no-repeat;
f2e824
}
f2e824
f2e824
#menu li a:active, #menu li a:active span, #menu li#activemenu a:active span {
f2e824
	color: #F632A0;
f2e824
}
f2e824
f2e824
#menu li span.completed {
f2e824
	text-decoration: none;
f2e824
	padding: 3px 3px 3px 12px;
f2e824
	background: url("../images/arrow_down.gif") 1% 50% no-repeat;
f2e824
}
f2e824
f2e824
.rtl #menu li span.completed {
f2e824
	text-decoration: none;
f2e824
	padding: 3px 12px 3px 3px;
f2e824
	background: url("../images/arrow_down.gif") 99% 50% no-repeat;
f2e824
}
f2e824
f2e824
#menu li.header {
f2e824
	display: block;
f2e824
	font-weight: bold;
f2e824
	color: #115098;
f2e824
	border-bottom: 1px solid #327AA5;
f2e824
	padding: 4px 0 2px;
f2e824
	margin-top: 15px;
f2e824
	text-transform: uppercase;
f2e824
	font-size: 0.75em;
f2e824
}
f2e824
f2e824
/* Table styles
f2e824
---------------------------------------- */
f2e824
f2e824
table {
f2e824
	width: 100%;
f2e824
	border: 1px solid #CCCFD3;
f2e824
	background-color: #FFFFFF;
f2e824
	padding: 1px;
f2e824
}
f2e824
f2e824
th {
f2e824
	padding: 3px 4px;
f2e824
	color: #FFFFFF;
f2e824
	background: #70AED3 url("../images/gradient2b.gif") bottom left repeat-x;
f2e824
	border-top: 1px solid #6DACD2;
f2e824
	border-bottom: 1px solid #327AA5;
f2e824
	text-align: left;
f2e824
	font-size: 0.75em;
f2e824
	text-transform: uppercase;
f2e824
}
f2e824
f2e824
td {
f2e824
	text-align: left;
f2e824
	font-size: 0.85em;
f2e824
	padding: 4px;
f2e824
	line-height: 1.20em;
f2e824
}
f2e824
f2e824
.rtl th, .rtl td {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
table.type2 {
f2e824
	border: none;
f2e824
	background: none;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
table.type2 th {
f2e824
	background: none;
f2e824
	border-top: none;
f2e824
	text-align: center;
f2e824
	color: #115098;
f2e824
	padding: 2px 0;
f2e824
}
f2e824
f2e824
table.type2 td {
f2e824
	padding: 0;
f2e824
	font-size: 1em;
f2e824
}
f2e824
f2e824
table.type2 td.name {
f2e824
	padding: 2px;
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
table.type3  {
f2e824
	float: right;
f2e824
	width: 300px;
f2e824
	border: none;
f2e824
	background-color: transparent;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
.rtl table.type3 {
f2e824
	float: left;
f2e824
}
f2e824
f2e824
table.type3 thead th {
f2e824
	background-color: transparent;
f2e824
	border-top: none;
f2e824
	text-align: center;
f2e824
	color: #115098;
f2e824
	padding: 0 3px;
f2e824
	font-size: 0.85em;
f2e824
	font-weight: normal;
f2e824
	text-transform: none;
f2e824
}
f2e824
f2e824
table.type3 tbody th {
f2e824
	border-top: none;
f2e824
	text-align: left;
f2e824
	text-transform: none;
f2e824
	padding: 0;
f2e824
	border: none;
f2e824
	font-size: 0.90em;
f2e824
	font-weight: normal;
f2e824
	width: 100%;
f2e824
}
f2e824
f2e824
.rtl table.type3 tbody th {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
table.type3 td {
f2e824
	text-align: center;
f2e824
	padding: 1px;
f2e824
}
f2e824
f2e824
th.name {
f2e824
	text-align: left;
f2e824
	width: auto;
f2e824
}
f2e824
f2e824
.rtl th.name {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
td.name {
f2e824
	text-align: left;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
.rtl td.name {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
.entry {
f2e824
	text-align: left;
f2e824
	font-weight: normal;
f2e824
}
f2e824
f2e824
.rtl .entry {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
.row1 { background-color: #F9F9F9; }
f2e824
.row2 { background-color: #DCEBFE; }
f2e824
.row3 { background-color: #DBDFE2; }
f2e824
.row4 { background-color: #E4E8EB; }
f2e824
.col1 { background-color: #DCEBFE; }
f2e824
.col2 { background-color: #F9F9F9; }
f2e824
f2e824
.spacer {
f2e824
	background-color: #DBDFE2;
f2e824
	height: 1px;
f2e824
	line-height: 1px;
f2e824
}
f2e824
f2e824
/* General form styles
f2e824
----------------------------------------*/
f2e824
fieldset {
f2e824
	margin: 15px 0;
f2e824
	padding: 10px;
f2e824
	border-top: 1px solid #D7D7D7;
f2e824
	border-right: 1px solid #CCCCCC;
f2e824
	border-bottom: 1px solid #CCCCCC;
f2e824
	border-left: 1px solid #D7D7D7;
f2e824
	background-color: #FFFFFF;
f2e824
	position: relative;
f2e824
}
f2e824
f2e824
.rtl fieldset {
f2e824
	border-top: 1px solid #D7D7D7;
f2e824
	border-right: 1px solid #D7D7D7;
f2e824
	border-bottom: 1px solid #CCCCCC;
f2e824
	border-left: 1px solid #CCCCCC;
f2e824
}
f2e824
f2e824
* html fieldset {
f2e824
	padding: 0 10px 5px 10px;
f2e824
}
f2e824
f2e824
fieldset p {
f2e824
	font-size: 0.85em;
f2e824
}
f2e824
f2e824
legend {
f2e824
	padding: 1px 0;
f2e824
	font-size: .9em;
f2e824
	font-weight: bold;
f2e824
	color: #115098;
f2e824
	margin-top: -.4em;
f2e824
	position: relative;
f2e824
	text-transform: none;
f2e824
	line-height: 1.2em;
f2e824
	top: 0;
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
/* Hide from macIE \*/
f2e824
legend { top: -1.2em; }
f2e824
/* end */
f2e824
f2e824
* html legend {
f2e824
	margin: 0 0 -10px -7px;
f2e824
	line-height: 1em;
f2e824
	font-size: .85em;
f2e824
}
f2e824
f2e824
/* Holly hack, .rtl comes after html */
f2e824
* html .rtl legend {
f2e824
	margin: 0;
f2e824
	margin-right: -7px;
f2e824
}
f2e824
f2e824
input, textarea {
f2e824
	font-size: 0.90em;
f2e824
	font-weight: normal;
f2e824
	cursor: text;
f2e824
	vertical-align: middle;
f2e824
	padding: 2px;
f2e824
	color: #111111;
f2e824
	border-left: 1px solid #AFAEAA;
f2e824
	border-top: 1px solid #AFAEAA;
f2e824
	border-right: 1px solid #D5D5C8;
f2e824
	border-bottom: 1px solid #D5D5C8;
f2e824
	background-color: #E3DFD8;
f2e824
}
f2e824
f2e824
.rtl input, .rtl textarea {
f2e824
	border-left: 1px solid #D5D5C8;
f2e824
	border-top: 1px solid #AFAEAA;
f2e824
	border-right: 1px solid #AFAEAA;
f2e824
	border-bottom: 1px solid #D5D5C8;
f2e824
}
f2e824
f2e824
input:hover, textarea:hover {
f2e824
	border-left: 1px solid #AFAEAA;
f2e824
	border-top: 1px solid #AFAEAA;
f2e824
	border-right: 1px solid #AFAEAA;
f2e824
	border-bottom: 1px solid #AFAEAA;
f2e824
	background-color: #E9E9E2;
f2e824
}
f2e824
f2e824
input.langvalue, textarea.langvalue {
f2e824
	width: 90%;
f2e824
}
f2e824
f2e824
optgroup, select {
f2e824
	font-size: 0.85em;
f2e824
	font-weight: normal;
f2e824
	font-style: normal;
f2e824
	cursor: pointer;
f2e824
	vertical-align: middle;
f2e824
	width: auto;
f2e824
	color: #000;
f2e824
}
f2e824
f2e824
optgroup {
f2e824
	font-size: 1.00em;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
optgroup.disabled-options {
f2e824
	display: none;
f2e824
	background-color: gray;
f2e824
}
f2e824
f2e824
option {
f2e824
	padding: 0 1em 0 0;
f2e824
	color: #000;
f2e824
}
f2e824
f2e824
option.disabled-option {
f2e824
	color: graytext;
f2e824
}
f2e824
f2e824
.rtl option {
f2e824
	padding: 0 0 0 1em;
f2e824
}
f2e824
f2e824
.sep {
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
.username-coloured {
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
textarea {
f2e824
	font-size: 0.85em;
f2e824
	width: 60%;
f2e824
	padding: 2px;
f2e824
}
f2e824
f2e824
label {
f2e824
	cursor: pointer;
f2e824
	font-size: 0.85em;
f2e824
	padding: 0 5px 0 0;
f2e824
}
f2e824
f2e824
.rtl label {
f2e824
	padding: 0 0 0 5px;
f2e824
}
f2e824
f2e824
label input {
f2e824
	font-size: 1.00em;
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
label img {
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
fieldset.quick, p.quick {
f2e824
	margin: 0 0 5px;
f2e824
	padding: 5px 0 0; 
f2e824
	border: none;
f2e824
	background-color: transparent;
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
.rtl fieldset.quick, .rtl p.quick {
f2e824
	text-align: left;
f2e824
}
f2e824
f2e824
fieldset.quick legend {
f2e824
	display: none;
f2e824
}
f2e824
f2e824
fieldset.tabulated {
f2e824
	background: none;
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
	padding-top: 5px;
f2e824
	border: 0;
f2e824
}
f2e824
f2e824
fieldset.tabulated legend {
f2e824
	display: none;
f2e824
}
f2e824
f2e824
fieldset.nobg {
f2e824
	margin: 15px 0 0 0;
f2e824
	padding: 0;
f2e824
	border: none;
f2e824
	background-color: transparent;
f2e824
}
f2e824
f2e824
fieldset.display-options {
f2e824
	margin: 15px 0 2px 0;
f2e824
	padding: 0 0 4px 0;
f2e824
	border: none;
f2e824
	background-color: transparent;
f2e824
	text-align: center;
f2e824
	font-size: 0.75em;
f2e824
}
f2e824
f2e824
fieldset.display-options select, fieldset.display-options input, fieldset.display-options label {
f2e824
	font-size: 1.00em;
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
select option.disabled {
f2e824
	background-color: #bbb;
f2e824
	color: #fff;
f2e824
}
f2e824
f2e824
/* Special case inputs */
f2e824
select#board_timezone, 
f2e824
select#full_folder_action {
f2e824
	width: 95%;
f2e824
}
f2e824
f2e824
/* Definition list layout for forms
f2e824
	Other general def. list properties defined in prosilver_main.css
f2e824
---------------------------------------- */
f2e824
dl {
f2e824
	font-size: 1.00em;
f2e824
}
f2e824
f2e824
dt {
f2e824
	float: left;
f2e824
	width: auto;
f2e824
}
f2e824
f2e824
.rtl dt {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
dd { color: #666666;}
f2e824
dd + dd { padding-top: 5px;}
f2e824
dt span { padding: 0 5px 0 0;}
f2e824
.rtl dt span { padding: 0 0 0 5px;}
f2e824
f2e824
dt .explain { font-style: italic;}
f2e824
f2e824
dt label {
f2e824
	font-size: 1.00em;
f2e824
	text-align: left;
f2e824
	font-weight: bold;
f2e824
	color: #4A5A73;
f2e824
}
f2e824
f2e824
.rtl dt label {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
dd label {
f2e824
	font-size: 1.00em;
f2e824
	white-space: nowrap;
f2e824
	margin: 0 10px 0 0;
f2e824
	color: #4A5A73;
f2e824
}
f2e824
f2e824
.rtl dd label {
f2e824
	margin: 0 0 0 10px;
f2e824
}
f2e824
f2e824
html>body dd label input { vertical-align: text-bottom;}	/* Tweak for Moz to align checkboxes/radio buttons nicely */
f2e824
f2e824
dd input {
f2e824
	font-size: 1.00em;
f2e824
	max-width: 100%;
f2e824
}
f2e824
f2e824
dd select {
f2e824
	font-size: 100%;
f2e824
	width: auto;
f2e824
	max-width: 100%;
f2e824
}
f2e824
f2e824
dd textarea {
f2e824
	font-size: 0.90em;
f2e824
	width: 90%;
f2e824
}
f2e824
f2e824
dd select {
f2e824
	width: auto;
f2e824
	font-size: 1.00em;
f2e824
}
f2e824
f2e824
fieldset dl {
f2e824
	margin-bottom: 10px;
f2e824
	font-size: 0.85em;
f2e824
}
f2e824
f2e824
fieldset dt {
f2e824
	width: 45%;
f2e824
	text-align: left;
f2e824
	border: none;
f2e824
	border-right: 1px solid #CCCCCC;
f2e824
	padding-top: 3px;
f2e824
}
f2e824
f2e824
.rtl fieldset dt {
f2e824
	text-align: right;
f2e824
	border: none;
f2e824
	border-left: 1px solid #CCCCCC;
f2e824
}
f2e824
f2e824
fieldset dd {
f2e824
	margin: 0 0 0 45%;
f2e824
	padding: 0 0 0 5px;
f2e824
	border: none;
f2e824
	border-left: 1px solid #CCCCCC;
f2e824
	vertical-align: top;
f2e824
	font-size: 1.00em;
f2e824
}
f2e824
f2e824
.rtl fieldset dd {
f2e824
	margin: 0 45% 0 0;
f2e824
	padding: 0 5px 0 0;
f2e824
	border: none;
f2e824
	border-right: 1px solid #CCCCCC;
f2e824
}
f2e824
f2e824
dd.full, .rtl dd.full {
f2e824
	margin: 0;
f2e824
	border: 0;
f2e824
	padding: 0;
f2e824
	padding-top: 3px;
f2e824
	text-align: center;
f2e824
	width: 95%;
f2e824
}
f2e824
f2e824
/* Hover highlights for form rows */
f2e824
fieldset dl:hover dt, fieldset dl:hover dd {
f2e824
	border-color: #666666;
f2e824
}
f2e824
f2e824
fieldset dl:hover dt label {
f2e824
	color: #000000;
f2e824
}
f2e824
f2e824
fieldset dl dd label:hover {
f2e824
	color: #BC2A4D;
f2e824
}
f2e824
f2e824
input:focus, textarea:focus {
f2e824
	border: 1px solid #BC2A4D;
f2e824
	background-color: #E9E9E2;
f2e824
	color: #BC2A4D;
f2e824
}
f2e824
f2e824
/* Submit button fieldset or paragraph
f2e824
---------------------------------------- */
f2e824
fieldset.submit-buttons {
f2e824
	text-align: center;
f2e824
	border: none;
f2e824
	background-color: transparent;
f2e824
	margin: 0;
f2e824
	padding: 4px;
f2e824
	margin-top: -1px;
f2e824
}
f2e824
f2e824
p.submit-buttons {
f2e824
	text-align: center;
f2e824
	margin: 0;
f2e824
	padding: 4px;
f2e824
	margin-top: 10px;
f2e824
}
f2e824
f2e824
fieldset.submit-buttons input, p.submit-buttons input {
f2e824
	padding: 3px 2px;
f2e824
}
f2e824
f2e824
fieldset.submit-buttons legend {
f2e824
	display: none;
f2e824
}
f2e824
f2e824
/* Input field styles
f2e824
---------------------------------------- */
f2e824
f2e824
input.radio, input.permissions-checkbox {
f2e824
	width: auto !important;
f2e824
	background-color: transparent;
f2e824
	border: none;
f2e824
	cursor: default;
f2e824
}
f2e824
f2e824
input.full,
f2e824
textarea.full {
f2e824
	width: 99%;
f2e824
}
f2e824
f2e824
* html input.full, * html textarea.full { width: 95%;}
f2e824
input.medium { width: 50%;}
f2e824
input.narrow { width: 25%;}
f2e824
input.tiny { width: 10%;}
f2e824
input.autowidth { width: auto !important;}
f2e824
.box2 .inputbox { background-color: #E9E9E9;}
f2e824
f2e824
/* Form button styles
f2e824
---------------------------------------- */
f2e824
a.button1, input.button1, input.button3,
f2e824
a.button2, input.button2 {
f2e824
	width: auto !important;
f2e824
	padding: 1px 3px 0 3px;
f2e824
	color: #000;
f2e824
	font-size: 0.85em;
f2e824
	background: #EFEFEF url("../images/bg_button.gif") repeat-x top;
f2e824
	cursor: pointer;
f2e824
}
f2e824
f2e824
a.button1, input.button1 {
f2e824
	font-weight: bold;
f2e824
	border: 1px solid #666666;
f2e824
}
f2e824
f2e824
/* Alternative button */
f2e824
a.button2, input.button2 {
f2e824
	border: 1px solid #666666;
f2e824
}
f2e824
f2e824
/*  button in the style of the form buttons */
f2e824
a.button1, a.button1:link, a.button1:visited, a.button1:active,
f2e824
a.button2, a.button2:link, a.button2:visited, a.button2:active {
f2e824
	text-decoration: none;
f2e824
	color: #000000;
f2e824
	padding: 4px 8px;
f2e824
}
f2e824
f2e824
/* Hover states */
f2e824
a.button1:hover, input.button1:hover,
f2e824
a.button2:hover, input.button2:hover {
f2e824
	border: 1px solid #BC2A4D;
f2e824
	background: #EFEFEF url("../images/bg_button.gif") repeat bottom;
f2e824
	color: #BC2A4D;
f2e824
}
f2e824
f2e824
input.disabled {
f2e824
	font-weight: normal;
f2e824
	color: #666666;
f2e824
}
f2e824
f2e824
/* Pagination
f2e824
---------------------------------------- */
f2e824
.pagination {
f2e824
	height: 1%; /* IE tweak (holly hack) */
f2e824
	width: auto;
f2e824
	text-align: right;
f2e824
	margin-top: 5px;
f2e824
	font-size: 0.85em;
f2e824
	padding-bottom: 2px;
f2e824
}
f2e824
f2e824
.rtl .pagination {
f2e824
	text-align: left;
f2e824
}
f2e824
f2e824
.pagination strong,
f2e824
.pagination b {
f2e824
	font-weight: normal;
f2e824
}
f2e824
f2e824
.pagination span.page-sep {
f2e824
	display:none;
f2e824
}
f2e824
f2e824
.pagination span strong {
f2e824
	padding: 0 2px;
f2e824
	margin: 0 2px;
f2e824
	font-weight: normal;
f2e824
	font-size: 0.85em;
f2e824
	color: #FFFFFF;
f2e824
	background: #4692BF;
f2e824
	border: 1px solid #4692BF;
f2e824
}
f2e824
f2e824
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
f2e824
	font-weight: normal;
f2e824
	font-size: 0.85em;
f2e824
	text-decoration: none;
f2e824
	color: #5C758C;
f2e824
	margin: 0 2px;
f2e824
	padding: 0 2px;
f2e824
	background: #ECEDEE;
f2e824
	border: 1px solid #B4BAC0;
f2e824
}
f2e824
f2e824
.pagination span a:hover {
f2e824
	border-color: #368AD2;
f2e824
	background: #368AD2;
f2e824
	color: #FFFFFF;
f2e824
	text-decoration: none;
f2e824
}
f2e824
f2e824
.pagination img {
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
f2e824
/* Action Highlighting
f2e824
---------------------------------------- */
f2e824
.successbox, .errorbox {
f2e824
	padding: 8px;
f2e824
	margin: 10px 0;
f2e824
	color: #FFFFFF;
f2e824
	text-align: center;
f2e824
}
f2e824
f2e824
.success {
f2e824
	color: #228822;
f2e824
}
f2e824
f2e824
.error {
f2e824
	color: #BC2A4D;
f2e824
}
f2e824
f2e824
.successbox {
f2e824
	background-color: #228822;
f2e824
}
f2e824
f2e824
.errorbox {
f2e824
	background-color: #BC2A4D;
f2e824
}
f2e824
f2e824
* html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */
f2e824
f2e824
.successbox h3, .errorbox h3 {
f2e824
	color: #FFFFFF;
f2e824
	margin: 0 0 0.5em;
f2e824
	font-size: 1.10em;
f2e824
}
f2e824
f2e824
.successbox p, .errorbox p {
f2e824
	color: #FFFFFF;
f2e824
	font-size: 0.85em;
f2e824
	margin-bottom: 0;
f2e824
}
f2e824
f2e824
.errorbox a:link, .errorbox a:active, .errorbox a:visited,
f2e824
.successbox a:link, .successbox a:active, .successbox a:visited {
f2e824
	color: #DBD7D1;
f2e824
	text-decoration: underline;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
.errorbox a:hover, .successbox a:hover {
f2e824
	color: #FFFFFF;
f2e824
	text-decoration: none;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
.notice {
f2e824
	background-color: #62A5CC;
f2e824
}
f2e824
f2e824
/* Special cases for the error page */
f2e824
#errorpage #page-header a {
f2e824
	font-weight: bold;
f2e824
	line-height: 6em;
f2e824
}
f2e824
f2e824
#errorpage #content {
f2e824
	padding-top: 10px;
f2e824
}
f2e824
f2e824
#errorpage #content h1 {
f2e824
	color: #DF075C;
f2e824
}
f2e824
f2e824
#errorpage #content h2 {
f2e824
	margin-top: 20px;
f2e824
	margin-bottom: 5px;
f2e824
	border-bottom: 1px solid #CCCCCC;
f2e824
	padding-bottom: 5px;
f2e824
	color: #333333;
f2e824
}
f2e824
f2e824
/* Tooltip for permission roles */
f2e824
.tooltip {
f2e824
	width: 200px;
f2e824
	color: #000;
f2e824
	text-align: center;
f2e824
	border: 1px solid #AAA;
f2e824
}
f2e824
f2e824
.tooltip span.top {
f2e824
	background: #EFEFEF;
f2e824
	font-weight: bold;
f2e824
	padding: 2px;
f2e824
}
f2e824
f2e824
.tooltip span.bottom {
f2e824
	padding: 5px;
f2e824
	color: #000000;
f2e824
	background: #FFFFFF;
f2e824
}
f2e824
f2e824
/*
f2e824
 Format Buttons for signature editor
f2e824
*/
f2e824
#format-buttons {
f2e824
	margin: 15px 0 2px 0;
f2e824
}
f2e824
f2e824
#format-buttons input, #format-buttons select {
f2e824
	vertical-align: middle;
f2e824
}
f2e824
f2e824
/* Nice method for clearing floated blocks without having to insert any extra markup
f2e824
	From http://www.positioniseverything.net/easyclearing.html 
f2e824
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
f2e824
	content: "."; 
f2e824
	display: block; 
f2e824
	height: 0; 
f2e824
	clear: both; 
f2e824
	visibility: hidden;
f2e824
}*/
f2e824
f2e824
.clearfix, #tabs, .row, #content, fieldset dl, #page-body {
f2e824
	height: 1%;
f2e824
	overflow: hidden;
f2e824
}
f2e824
f2e824
/* Syntax Highlighting
f2e824
---------------------------------------- */
f2e824
.sourcenum {
f2e824
	color: gray;
f2e824
	font-size: 1.25em;
f2e824
	font-weight: bold;
f2e824
	line-height: 1.20em;
f2e824
	text-align: right;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
.rtl .sourcenum {
f2e824
	text-align: left;
f2e824
}
f2e824
f2e824
.source {
f2e824
	font-size: 1.25em;
f2e824
	line-height: 1.20em;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
.syntaxbg {
f2e824
	color: #FFFFFF;
f2e824
}
f2e824
f2e824
.syntaxcomment {
f2e824
	color: #FF8000;
f2e824
}
f2e824
f2e824
.syntaxdefault {
f2e824
	color: #0000BB;
f2e824
}
f2e824
f2e824
.syntaxhtml {
f2e824
	color: #000000;
f2e824
}
f2e824
f2e824
.syntaxkeyword {
f2e824
	color: #007700;
f2e824
}
f2e824
f2e824
.syntaxstring {
f2e824
	color: #DD0000;
f2e824
}
f2e824
f2e824
/* Permission interface
f2e824
---------------------------------------- */
f2e824
f2e824
fieldset.permissions legend {
f2e824
	text-transform: none;
f2e824
}
f2e824
f2e824
fieldset.permissions legend input{
f2e824
	height: 1.1em;
f2e824
}
f2e824
f2e824
/* Permission sections */ 
f2e824
fieldset.permissions .permissions-simple {
f2e824
	text-align: left;
f2e824
	padding-top: 3px;
f2e824
}
f2e824
f2e824
.rtl fieldset.permissions .permissions-simple {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
fieldset.permissions .permissions-advanced {
f2e824
	padding: 10px 0 0 5px;
f2e824
	vertical-align: top;
f2e824
	clear: right;
f2e824
}
f2e824
f2e824
.rtl fieldset.permissions .permissions-advanced {
f2e824
	padding: 10px 5px 0 0;
f2e824
	clear: left;
f2e824
}
f2e824
f2e824
fieldset.permissions .permissions-switch {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
.rtl fieldset.permissions .permissions-switch {
f2e824
	float: left;
f2e824
}
f2e824
f2e824
fieldset.permissions .padding {
f2e824
}
f2e824
f2e824
.permissions-switch {
f2e824
	margin-top: -6px;
f2e824
	font-size: .9em;
f2e824
}
f2e824
f2e824
.permissions-switch a {
f2e824
	text-decoration: underline;
f2e824
}
f2e824
f2e824
.permissions-reset {
f2e824
	padding-bottom: 10px;
f2e824
}
f2e824
f2e824
.permissions-reset a {
f2e824
	font-size: .85em;
f2e824
}
f2e824
f2e824
/* Tabbed menu */
f2e824
.permissions-category {
f2e824
	line-height: normal;
f2e824
	margin: 0 0 -1px 7px;
f2e824
	min-width: 570px;
f2e824
	font-size: 0.85em;
f2e824
}
f2e824
f2e824
.rtl .permissions-category {
f2e824
	margin: 0 7px -1px 0;
f2e824
}
f2e824
f2e824
.permissions-category ul {
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
	list-style: none;
f2e824
}
f2e824
f2e824
.permissions-category li {
f2e824
	display: inline;
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
	font-size: 1em;
f2e824
	font-weight: bold;
f2e824
}
f2e824
f2e824
.permissions-category a {
f2e824
	float: left;
f2e824
	background: url("../images/bg_tabs_alt1.gif") no-repeat 0% -35px;
f2e824
	margin: 0 1px 0 0;
f2e824
	padding: 0 0 0 6px;
f2e824
	text-decoration: none;
f2e824
	position: relative;
f2e824
}
f2e824
f2e824
.rtl .permissions-category a {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
.permissions-category a span.tabbg {
f2e824
	float: left;
f2e824
	display: block;
f2e824
	background: url("../images/bg_tabs_alt2.gif") no-repeat 100% -35px;
f2e824
	padding: 7px 12px 6px 6px;
f2e824
	color: #536482;
f2e824
	white-space: nowrap;
f2e824
}
f2e824
f2e824
.rtl .permissions-category a span.tabbg {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
/* Commented Backslash Hack hides rule from IE5-Mac \*/
f2e824
.permissions-category a span.tabbg, .rtl .permissions-category a span.tabbg { float: none;}
f2e824
/* End hack */
f2e824
f2e824
.permissions-category a:hover span.tabbg {
f2e824
	color: #DD6900;
f2e824
}
f2e824
f2e824
.permissions-category .activetab a {
f2e824
	background-position: 0 0;
f2e824
}
f2e824
f2e824
.permissions-category .activetab a span.tabbg {
f2e824
	background-position: 100% 0;
f2e824
	padding-bottom: 7px;
f2e824
	color: #333333;
f2e824
}
f2e824
f2e824
.permissions-category a:hover {
f2e824
	background-position: 0 -70px;
f2e824
}
f2e824
f2e824
.permissions-category a:hover span.tabbg {
f2e824
	background-position: 100% -70px;
f2e824
}
f2e824
f2e824
.permissions-category .activetab a:hover span.tabbg {
f2e824
	color: #333333;
f2e824
	background-position: 100% 0;
f2e824
}
f2e824
f2e824
.permissions-category .activetab a:hover {
f2e824
	background-position: 0 0;
f2e824
}
f2e824
f2e824
.permissions-category a span.colour {
f2e824
	border: 1px solid #536482;
f2e824
	display: block;
f2e824
	float: left;
f2e824
	width: 10px;
f2e824
	height: 10px;
f2e824
	margin: 0 5px 0 0;
f2e824
}
f2e824
f2e824
/* Most browsers will have to live with a left aligned icon in RTL mode, as (currently) only Firefox 3.0 Alpha 3 renders it correctly without destroying it
f2e824
.rtl .permissions-category a span.colour {
f2e824
	float: right;
f2e824
	margin: 0 0 0 5px;
f2e824
}
f2e824
*/
f2e824
f2e824
.permissions-category .activetab span.colour {
f2e824
	border-color: #333333;
f2e824
}
f2e824
f2e824
.permissions-category a:hover span.colour {
f2e824
	border-color: #DD6900;
f2e824
}
f2e824
f2e824
.permissions-category .activetab a:hover span.colour {
f2e824
	border-color: #333333;
f2e824
}
f2e824
f2e824
/* Permission preset colours */
f2e824
.permissions-preset-yes span.colour,
f2e824
.yes {
f2e824
	background-color: #86F786;
f2e824
}
f2e824
f2e824
.permissions-preset-custom span.colour {
f2e824
	background-color: #B2BBDD;
f2e824
}
f2e824
f2e824
.permissions-preset-never span.colour {
f2e824
	background-color: #DD0000;
f2e824
}
f2e824
f2e824
.permissions-preset-no span.colour,
f2e824
.never {
f2e824
	background-color: #EFB0B2;
f2e824
}
f2e824
f2e824
/* Permission panel
f2e824
---------------------------------------- */
f2e824
.permissions-panel {
f2e824
	float: left;
f2e824
	background-color: #CADCEB;
f2e824
	width: 100%;
f2e824
}
f2e824
f2e824
.rtl .permissions-panel {
f2e824
	float: right;
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-top {
f2e824
	background-image: url("../images/corners_left2.gif");
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-top span {
f2e824
	background-image: url("../images/corners_right2.gif");
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-bottom {
f2e824
	background-image: url("../images/corners_left2.gif");
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-bottom span {
f2e824
	background-image: url("../images/corners_right2.gif");
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-top, .permissions-panel span.corners-bottom, 
f2e824
.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span {
f2e824
	font-size: 1px;
f2e824
	line-height: 1px;
f2e824
	display: block;
f2e824
	height: 5px;
f2e824
	background-repeat: no-repeat;
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-top {
f2e824
	background-image: url("../images/corners_left2.gif");
f2e824
	background-position: 0 0;
f2e824
	margin: 0 0;
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-top span {
f2e824
	background-image: url("../images/corners_right2.gif");
f2e824
	background-position: 100% 0;
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-bottom {
f2e824
	background-image: url("../images/corners_left2.gif");
f2e824
	background-position: 0 100%;
f2e824
	margin: 0 0;
f2e824
	clear: both;
f2e824
}
f2e824
f2e824
.permissions-panel span.corners-bottom span {
f2e824
	background-image: url("../images/corners_right2.gif");
f2e824
	background-position: 100% 100%;
f2e824
}
f2e824
f2e824
/* Permission table
f2e824
---------------------------------------- */
f2e824
.permissions-panel .tablewrap {
f2e824
	margin: 0 10px;
f2e824
}
f2e824
f2e824
.permissions-panel table {
f2e824
	width: 100%;
f2e824
}
f2e824
f2e824
.permissions-panel th {
f2e824
	text-transform: none;
f2e824
}
f2e824
f2e824
.permissions-panel th.value {
f2e824
	text-align: center;
f2e824
}
f2e824
f2e824
.permissions-panel th.name {
f2e824
	text-align: left;
f2e824
	width: auto;
f2e824
	text-transform: none;
f2e824
}
f2e824
f2e824
.rtl .permissions-panel th.name {
f2e824
	text-align: right;
f2e824
}
f2e824
f2e824
.permissions-panel th.permissions-name {
f2e824
	border: none;
f2e824
	color: #536482;
f2e824
	font-weight: normal;
f2e824
}
f2e824
f2e824
.permissions-panel th.permissions-name a.trace {
f2e824
	display: inline;
f2e824
}
f2e824
f2e824
.permissions-panel th.row3 {
f2e824
	background-image: none;
f2e824
	background-color: #D1D7DC;
f2e824
	color: #536482;
f2e824
	border: none;
f2e824
}
f2e824
f2e824
.permissions-panel th.row4 {
f2e824
	background-image: none;	
f2e824
	background-color: #E4E8EB;
f2e824
	color: #536482;
f2e824
	border: none;
f2e824
}
f2e824
f2e824
.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited {
f2e824
	display: block;
f2e824
	color: #FFFFFF; 
f2e824
	text-decoration: underline; 
f2e824
}
f2e824
f2e824
.permissions-panel td.permissions-yes label:hover {
f2e824
	background-color: #86F786;
f2e824
}
f2e824
f2e824
.permissions-panel td.permissions-no label:hover {
f2e824
	background-color: #EFB0B2;
f2e824
}
f2e824
f2e824
.permissions-panel td.permissions-never label:hover {
f2e824
	background-color: #DD0000;
f2e824
}
f2e824
f2e824
.permissions-panel td {
f2e824
	padding: 0;
f2e824
	text-align: center;
f2e824
	width: 10%;
f2e824
}
f2e824
f2e824
.permissions-panel td label {
f2e824
	display: block;
f2e824
	margin: 0;
f2e824
	padding: 0;
f2e824
}
f2e824
f2e824
/* Classes for additional tasks
f2e824
---------------------------------------- */
f2e824
f2e824
.phpinfo {
f2e824
	overflow: auto;
f2e824
	width: 99%;
f2e824
	direction: ltr;
f2e824
}
f2e824
f2e824
.phpinfo td, .phpinfo th, .phpinfo h2, .phpinfo h1 {
f2e824
	text-align: left;
f2e824
}