/* THIS FILE HAS BEEN REPLACED BY STYLE.CSS! */
/* REMOVE THIS FILE WHEN IT IS NOT USED ANYMORE! */
/***************************************************************** ELEMENTS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #4e8abe;
}
a:hover {
	text-decoration: underline;
	color: #d06f1a;
}

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

p {
	margin: 10px 0;
}

pre {
	padding: 15px;
	background-color: #eee;
	border: 1px dashed #555;
	font-size: 13px;
}

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

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

table {
	background-color: white;
	border-collapse: collapse;
}

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

tr.even {
	background-color: #f0f0f0;
}
tr.odd {
	background-color: #f8f8f8;
}
tr.userdisabled,
span.userdisabled {
	background-color: #eaa;
}

.menu td {
	padding: 1px 10px !important;
	border-top: 2px solid #c2bfbf;
	border-bottom: 2px solid #c2bfbf;
	white-space: nowrap;
}
.menu td a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.menu td a:hover {
	color: #c2bfbf;
}
.menu td.selected {
	background-color: white;
	border: 2px solid #c2bfbf;
	border-style: solid solid none solid;
}
.menu td.selected a {
	color: #d06f18;
}

.submenu {
	margin: 3px 0 -8px 0;
	text-align: right;
}
.submenu a {
	border-left: 2px solid #c2bfbf;
	padding: 2px 4px;
	font-weight: normal !important;
}
.submenu a:hover {
	background-color: #eee;
}
.submenu a.selected {
	color: #d06f18;
}

.occlude {
	background-color: #e3e9f4;
	border: 1px solid #c2bfbf;
	z-index: 100;
}

.boxTitle {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

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

.redbordertable {
	width: 100%;
	margin: 5px 0;
	border: 2px solid #b22222;
}

.contentBox {
	width: 100%;
	margin: 8px 0;
	border: 2px solid #c2bfbf;
}
div.contentBox,
table.contentBox td,
table.contentBox th {
	padding: 10px;
}
.contentSection {
	margin: 0 -10px;
	padding-top: 10px;
	border-top: 1px solid #c2bfbf;
}
.contentSectionTop {
	margin: -10px -10px 10px -10px;
	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 -10px 10px -10px;
	padding: 6px;
	background-color: #eee;
	border-bottom: 1px solid #c2bfbf;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.contentBox h2 {
	border-top: 1px solid #c2bfbf;
	margin: 10px -10px;
}
.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;
}

.userLogin {
	margin: 10px 0;
	width: 120px;
	height: 25px;
	background: white url("user-login.gif") no-repeat center right;
}
.supportPortal {
	margin: 10px 0;
	width: 150px;
	height: 25px;
	background: white url("support-portal.gif") no-repeat center right;
}
div > .userLogin {
	/* this is hidden from IE6, and the only way it works in all browsers */
	width: auto;
}

.wide {
	width: 100%;
}
table.grid {
	border: 2px solid #cbdbeb;
}
table.grid tr td {
	border: 1px solid #cbdbeb;
}
table.grid tr th {
	background-color: #e3e9f4;
	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;
}
#footer {
	padding: 4px 10px;
	background-color: #e3e9f4;
	font-size: 10px;
}

.nsorange {
	color: #d06f1a;
}
a.nsorange:hover {
	color: #000;
}

.tab {
padding-left:10px;
padding-right:10px;
}

.policyhover {
text-decoration: underline;
color: #4e8abe;
font-weight: bold;
background-color: #6C7073;
border-color: #666666;
border-style: solid;
border-width: 2px;
}

.policyselectorheader {
text-align: center;
background-color: #6C7073;
}
#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;
	font-weight: italic;
}

