/*
 * Bomgar Common CSS Document
 */

/***************************************************************** ELEMENTS */

body {
	/* width: 1024px; */
	color: #5f6062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	font-size-adjust: 0.52;
	text-align: center;
}

a {
	text-decoration: none;
	color: #ff5500;
}
a:hover {
	text-decoration: underline;
	color: #5f6062;
}

button,
input,
select,
textarea {
	color: black;
}
input[type=text],
input[type=password],
select,
textarea {
	background-color: #dde6f3;
	border: 1px solid #5f6063;
	-moz-border-radius: 3px;
}
button,
input[type=button],
input[type=submit] {
	background-color: #5f6062;
	border: 1px solid #ff5500;
	color: white;
	-moz-border-radius: 7px;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	background-color: #fff;
	border-color: #ccc;
	color: #ccc;
}

pre {
	padding: 10px;
	min-height: 20px;
	min-width: 600px;
	background-color: #eee;
	border: 1px dashed #5f6062;
	font-size: 13px;
}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

img,
a img {
	border-width: 0;
}

table {
	border-collapse: collapse;
}

td,
th {
	padding: 2px;
}

th {
	/* By default, top-right align all <th>s */
	text-align: right;
	vertical-align: top;
	font-weight: 800;
}
th a {
	color: #5f6062;
}
thead tr th {
	/* If this whole row is a header, bottom-center align the th's */
	text-align: center;
	vertical-align: bottom;
}

.even {
	background-color: #eee;
}
.odd {
	background-color: #e8e8e8;
}

sup {
	font-size:6pt; 
}

/***************************************************************** MENU */
ul.menu {
	list-style-type: none;
	margin: 10px -20px 0px -20px;
	padding: 2px 0 0 20px;
	background-color: #ff5500;
	border: 2px solid #c2bfbf;
	border-style: solid none;
	clear: both;
}
ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.menu li a {
	padding: 2px 12px 0 12px;
	border: 2px solid #c2bfbf;
	border-style: solid solid none solid;
	background-color: #dde6f3;
	color: #5f6062;
	font-weight: 900;
	text-decoration: none;
	-moz-border-radius: 9px 9px 0 0;
}
ul.menu li.selected a {
	background-color: white;
	border-bottom: 2px solid white;
	color: #ff5500;
}

div.submenu {
	margin: 0 -20px -10px -20px;
	min-height: 20px;
}

div.submenu ul {
	margin: 0;
	padding: 0;
	display: none;
	list-style-type: none;
}
div.submenu ul.selected {
	display: block;
}
/* Should we also show submenu on mouseover?*/

div.submenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

div.submenu ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 5px;
	border: none;
	border-left: 2px solid #5f6062;
	color: #5f6062;
	text-decoration: none;
}
div.submenu ul li:first-child a {
	border-left: none;
}
div.submenu ul li.selected a {
	color: #ff5500;
}
div.submenu ul li.selected a:hover {
	color: black;
}

/***************************************************************** LAYOUT */

/* use the noEscape class wherever you need to fully enclose some
    floats.  see:
    http://positioniseverything.net/easyclearing.html */
.noEscape {
	display: inline-block;
}
.noEscape:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Commented Backslash Hack hides this rule from IE5-Mac \*/
* html .noEscape { height: 1%; }
.noEscape { display: block; }
/* End IE5-Mac Hack */

/* contentBox are the big blue/yellow boxes the width of the screen */
.contentBox {
	width: 100%;
	margin: 8px 0;
	padding: 10px 20px;
	border: 2px solid #c2bfbf;
}
.contentSection {
	margin: 0 -20px;
	padding-top: 10px;
	border-top: 1px solid #c2bfbf;
}
.contentSectionTop {
	margin: -10px -20px 10px -20px;
	padding: 6px;
	border-bottom: 1px solid #c2bfbf;
}
/*
 * h1 should ONLY be the VERY first thing inside contentBox (-10 margin-top)
 * h2 and h3 can be used anywhere inside contentBox to insert a heading
 * h2 is a major divider: it looks graphically exactly like h1 (except the margin-top)
 * h3 looks like a subheading (less padding, indented, smaller font)
 */
.contentBox h1,
.contentBox h2,
.contentBox h3 {
	margin: -10px -20px 10px -20px;
	padding: 6px 20px;
	background-color: #5f6062;
	border-bottom: 1px solid #c2bfbf;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.contentBox h2 {
	border-top: 1px solid #c2bfbf;
	margin: 10px -20px;
}
h3,
.contentBox h3 {
	/* Leave whitespace on the sides to show it's a subheading */
	margin: 10px 0;
	padding: 3px 16px;
	border: 1px solid #c2bfbf;
	font-size: 11px;
}
h3.error,
h3.success {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}

.contentBox h4 {
	margin: 2px;
	font-size: 14px;
}
.contentBox h5 {
	font-size: 13px;
}
.contentBox h6 {
	font-size: 12px;
}

.pageTitle {
	color: #ff5500;
	font-size: 20px;
}

.errorBox {
	width: 100%;
	margin: 8px 0;
	border: 2px solid #b22;
}

.note {
	color: #999;
	font-size: 9px;
	font-style: italic;
}
.disabled {
	color: #aaa;
}

#header a {
	font-weight: bold;
	text-decoration: none;
}
#footer {
	padding: 4px 20px;
	background-color: #ff5500;
	color: white;
	font-size: 10px;
}
#footer a {
	color: white;
}

iframe#updates {
	border: none;
	width: 100%;
}

/***************************************************************** CLASSES */
table.wide {
	width: 100%;
}

div.box {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #cbdbeb;
}

table.grid {
	border: 2px solid #cbdbeb;
}
table.grid tr td {
	border: 1px solid #cbdbeb;
}
table.grid tr th {
	background-color: #dde6f3;
	border: 2px solid #cbdbeb;
}

.padding {
	padding: 10px;
}
table.padding td,
table.padding th {
	padding: 5px;
}

pre.shell {
	background-color: black;
	border: 2px solid #777;
	color: #0f0;
}

div.diskusage {
	/* The bar graph that shows percent of used disk space */
	margin: 10px 0;
	width: 100%;
	height: 20px;
	border: 1px solid black;
}
div.diskusage div {
	/* The color-filled part of the graph */
	/* width will get set in the style attribute */
	height: 20px;
	background-color: #ff5500;
	color: black;
	text-align: center;
	font-weight: 900;
	white-space: nowrap;
}

/* Maybe someday... when IE supports :before... we can actually _use_ this
.required:before {
	content: '&bull;';
	color: red;
	font-weight: 900;
}
*/
label.required,
span.required,
td.required span {
	background: transparent url(reddot.png) no-repeat top left;
	padding-left: 7px;
}

.help {
	border-bottom: 1px dotted #5f6062;
	cursor: help;
}

.bad,
.error {
	color: red !important;
}
.good,
.success {
	color: blue !important;
	font-weight: bold;
}

/***************************************************************** Check For Updates */
fieldset.updates {
	border-style: solid none none none;
	font-weight: 700;
}
ul.updates {
	margin: 1em auto;
	padding: 0;
	min-height: 30em;
	width: 80%;
	border: 2px solid #777;

}
ul.updates > li {
	list-style: none;
	margin: 0;
	padding: 1em;
	border: 1px solid #777;
}

/***************************************************************** NS COLORS */
.nsorange {
	color: #ff5500;
}
a.nsorange:hover {
	color: #000;
}

a.inverse {
	color: #5f6062;
}
a.inverse:hover {
	color: #ff5500;
}

.online {
	color:green;
	font-weight:bold
}
.offline {
	color:red;
	font-weight:bold
}
span.language_selection {
	/*border: 1px solid black*/
}
.sectionTitle {
	text-align: right;
}
.sectionTitle span {
	float: left;
	display: block;
}
form.tableless label,
form.tableless span {
	display: block;
	margin-bottom: .8em;
	padding-bottom: .1em;
	width: 75%;
}
form.tableless label {
	clear: left;
	float: left;
	width: 20%;
	text-align: right;
}
form.tableless span {
	clear: right;
}
form.tableless span.clear {
	clear: both;
	margin-top: -0.7em;
	margin-bottom: 0em;
}
form.tableless span.clear br {
	display: none;
}

.indented {
	margin-left: 1.5em;
}

.accessible {
	position: absolute;
	left: 0em;
	top: -500em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/***************************************************************** EULA */
.eula {
	display:block;
	border:1px solid #cc0000;
	padding:5px;
	margin-top:5px;
	width:98%; 
	height:auto;
	overflow:auto;
}

.eula pre {
	background-color: transparent;
	border: none;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.eulas {
	border: 2px solid #777;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

.releaseNotes {
	color: #6495ED;
}

/************************************** Table */
table.crudListTable tr {
	height: 3em;
}

table.crudListTable td.crudActionCell {
	min-width: 4em;
	text-align: center;
}

table.crudListTable td.crudActionCell a {
	font-size: 1.1em;
	font-weight: bold;
}

table.crudListTable ul {
	padding-left: 1.5em;
	padding-right: 0.5em;
	margin: 0;
}
tr.userdisabled,
span.userdisabled {
	background-color: #eaa;
}


