/***************************************************************** ELEMENTS */

body {
	/* width: 1024px; */
	color: #5f6062;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #FFF;
}

input,
select,
textarea {
	color: black;
}
input[type=text],
input[type=password],
select,
textarea {
	background-color: #dde6f3;
	border: 1px solid #5f6063;
}
input[type=button],
input[type=submit] {
	background-color: #5F6062;
	border: 1px solid #5f6062;
	color: white;
}
input[disabled],
select[disabled],
textarea[disabled] {
	border-color: #ccc;
	color: #ccc;
}
p {
	margin: 10px 0;
}
pre {
	padding: 15px;
	background-color: #eee;
	border: 1px dashed #5f6062;
	font-size: 13px;
}

div#container {
	width: 200px;
	margin: 5% auto;
	text-align: left;
}

img,
a img {
	border-width: 0;
}

table {
	border-collapse: collapse;
}

td,
th {
	margin: 2px;
	padding: 2px;
}
th {
	/* By default, top-right align all <th>s */
	text-align: right;
	font-weight: 800;
}
thead tr th,
tr.header th {
	/* If this whole row is a header, bottom-center align the th's */
	text-align: center;
}
tr.even {
	background-color: #f0f0f0;
}
tr.userdisabled,
span.userdisabled {
	background-color: #eaa;
}
.submenu {
	margin: 3px 0 -8px 0;
	text-align: right;
}
.submenu a {
	border-left: 2px solid #c2bfbf;
	padding: 2px 4px;
	color: #5f6062;
	font-weight: normal !important;
}
.submenu a:hover {
	background-color: #eee;
}
.submenu a.selected {
	color: #f37421;
}

.occlude {
	background-color: #dde6f3;
	border: 1px solid #c2bfbf;
	z-index: 100;
}

.boxTitle {
	font-size: 11px;
	color: #5f6062;
	text-decoration: none;
	font-weight: bold;
}

.error {
	color: red !important;
	font-weight: bold;
}
.success {
	color: blue !important;
	font-weight: bold;
}

.contentBox {
	width: 100%;
	margin: 0px 0;
	padding: 0px 0px;
	border: 2px solid #c2bfbf;
}
.errorContentBox {
	width: 100%;
	margin: 8px 0;
	padding: 10px 20px;
	border: 2px solid #b22222;
}
/* IE[456] doesn't understand the '>' child selector
We hide this from IE[456] because it really screws up page layout when you set auto width */
* > .contentBox,
* > .errorContentBox {
	width: auto;
}

.contentSection {
	margin: 0 -20px;
	padding-top: 0px;
	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;
	padding: 6px 20px;
	background-color: #5f6062;
	border-bottom: 1px solid #c2bfbf;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.contentBox h1 {
	border-top: 1px solid #c2bfbf;
	margin: 10px -20px;
}
.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;
}
.contentBox h3.error,
.contentBox h3.success {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}

.errorContentBox h1 {
	border-top: 1px solid #c2bfbf;
	margin: -10px -20px 10px -20px;
	padding: 6px 20px;
	background-color: #5f6062;
	border-bottom: 1px solid #b22222;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.pageTitle {
	font-size: 20px;
}
/* this can go away when no more public sites refer to this div */
.supportPortal {
	margin: 10px 0;
	width: 150px;
	height: 25px;
	background: white url("../AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/D2RXX7LW/support-portal.gif") no-repeat center right;
}

.scrollBox {
	overflow: auto;
}


.wide {
	width: 100%;
}
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,
table.padding td,
table.padding th {
	padding: 4px;
}

/* Maybe someday... when IE supports :before... we can actually _use_ this
.required:before {
	content: '&bull;';
	color: red;
	font-weight: 900;
}
*/
span.required,
td.required span {
	background: transparent url(/content/reddot.png) no-repeat top left;
	padding-left: 7px;
}

#header a {
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
#footer {
	padding: 5px 10px;
	background-color: #5f6062;
	font-size: 10px;
	color: #FFFFFF;
	/*font-variant: small-caps;*/
}
#footer2 {
	padding: 4px 8px;
	background-color: #5f6062;
	font-size: 11px;
	color: #FFFFFF;
	/*font-variant: small-caps;*/
}
a:hover {
}
#links {
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	background-image: url(images/dock2.jpg);
	padding: 10px 10px;
	color: black;
}
#error {
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px;
	color: black;
}
#links2 {
	font-weight: bold;
	text-decoration: none;
	background-color: white; background-image: url(images/dock.jpg);
	padding: 10px;
	color: black;
}
#table{
	font-weight: normal;
	text-decoration: none;
	background-color: #5F6062;
	background-image: none;
	color: black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #FFFFFF;
}

.nsorange {
	color: #f37421;
}
a.nsorange:hover {
	color: black;
}
a.inverse {
	color: #5f6062;
}
a.inverse:hover {
	color: #f37421;
}

.tab {
padding-left:10px;
padding-right:10px;
}

.policyhover {
text-decoration: underline;
color: #f37421;
font-weight: bold;
background-color: #5f6062;
border-color: #5f6062;
border-style: solid;
border-width: 2px;
}

.policyselectorheader {
text-align: center;
background-color: #5f6062;
}
#addmembers ul {
	width: auto;
	list-style: none;
	cursor: default;
	padding-left: 0;
	margin-left: 0;
}
#addmembers ul li {
	width: auto;
	padding-left: 0;
	margin-left: 12px;
}
	
#addmembers .open {
	background: url(/content/folder_delete.png) 0 50% no-repeat;
	padding-left: 16px;
}
#addmembers .closed {
	background: url(/content/folder_add.png) 0 50% no-repeat;
	padding-left: 16px;
}
#addmembers .user {
	background: url(/content/user.png) 0 50% no-repeat;
	padding-left: 16px;
}
#addmembers .group {
	background: url(/content/group.png) 0 50% no-repeat;
	padding-left: 16px;
}
#addmembers .disabled {
	text-decoration: line-through;
}
.online {
	color:green;
	font-weight:bold
}
.offline {
	color:red;
	font-weight:bold
}
ul#navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
} 
 ul#navigation li {
  list-style: none;
  background-color: #5f6062;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  text-align: left;
  margin: 0;
}
ul#navigation li a {
  display: block;
  text-decoration: none;
  font: "Times New Roman", Times, serif;
  font-size: 12px;
  padding: .25em;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
a:link, a:visited {
	color: #FFF;
}
a:hover, a:active {
	color: #000;
} 
#container #footer2 {
}
#container #links2 #Clear2 {
	background-color: #5F6062;
}
#container #links2 #Clear2 {
	border: 1px solid #5f6062;
}
#container #links2 #table {
	color: #FFFFFF;
	border: 1px solid #5f6062;
}
border {
}
border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #5f6062;
	border-right-color: #5f6062;
	border-bottom-color: #5f6062;
	border-left-color: #5f6062;
}
#container div #links .menu div #navigation li {
	font-weight: bold;
}
#links .menu div #navigation li {
	font-weight: bold;
}
