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

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