/* RESET */

blockquote, body, dl, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, label, li, ol, p, pre, ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

a:focus {
	outline: 1px dotted;
}

/* BASE */

a {
	color: #57457b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address, cite, dfn, em, i, var {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

body {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

blockquote {
	margin: 1em 2em;
}

code, kbd, pre, samp, tt {
	font-family: monospace;
	font-size: 1em;
}

dd {
	margin-left: 2em;
}

dl {
	margin: 1em 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
	margin: 1em 0 20px 0;
}

h3 {
	font-size: 1.5em;
	margin-top: 1em;
}

img {
	border: 0;
}

ol, ul {
	/* list-style: none; */
	margin: 1em 0 1em 2em;
}

ol li {
	list-style: decimal outside none;
}

ol li li {
	list-style: lower-alpha outside none;
}

ol li li li {
	list-style: lower-roman outside none;
}

ul li {
	list-style: disc outside none;
}

ul li li {
	list-style: circle outside none;
}

p {
	margin: 1em 0;
}

pre {
	margin: 1em 0;
	white-space: pre-wrap;
}

sub {
	font-size: smaller;
	line-height: 0;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	line-height: 0;
	vertical-align: super;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em auto;
}

td, th {
	font-weight: normal;
	padding: 5px 10px;
	text-align: left;
	white-space: nowrap;
}

/* GLOBAL .header */

.header {
	height: 60px;
	
}

.header h1 {
	float: left;
	line-height: 60px;
   
}

/* GLOBAL .nav */

.nav {
	float: right;
	font-size: 1.167em;
}

.nav ul {
	margin: 15px 0;
}

.nav li {
	float: left;
	list-style: none;
}

.nav a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
	padding: 0 10px;
	text-decoration: none;
}

.nav a:hover {
	background: #7a6c96;
	background: rgba(255, 255, 255, 0.3);
}

.nav .active a {
	background: #f88c21 url("images/nav.png") left top repeat-x;
}

/* GLOBAL .footer */

.footer {
	margin-top: 20px;
}

.footer p {
	margin: 0.5em 0;
}

.footer a {
	color: inherit;
}

/* MISC */

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
}

.invisible {
	visibility: hidden;
}

/* GLOBAL FORMS  */

.table-container {
	overflow-x: scroll;
}

/* start freeze panes */
.table-container tr > :nth-of-type(1) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: absolute;
	width: 240px;
}

.table-container tr > :nth-of-type(2) {
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 270px;
}

.table-container .odd td {
	background: #efefef;
}

.table-container .even td {
	background: #f7f7f7;
}
/* end freeze panes */

.committee-list-table td:first-child {
	min-width: 480px;
}

.search-table {
	width: 100%;
}

.access-table td + td, .access-table th + th {
	width: 80px;
	text-align: center;
}

.access-table a {
	display: block;
	height: 24px;
	line-height: 24px;
}

.access-table img {
	vertical-align: middle;
}

.access-none {
	background: #f0b2b2;
}

.odd .access-none {
	background: #eb9999;
}

.access-read-only {
	background: #ffe0b2;
}

.odd .access-read-only {
	background: #ffd699;
}

.access-read-write {
	background: #b2e0b2;
}

.odd .access-read-write {
	background: #99d699;
}

form p {
	overflow: hidden;
	width: 100%;
}

.search {
	margin: 1em 0;
}

label {
	display: block;
	float: left;
	padding: 5px 0;
	width: 140px;
}

.label_long {
	display: block;
	float: left;
	padding: 5px 0;
	width: 175px;
}

input, textarea, select {
	font: inherit;
}

textarea {
	height: 120px;
}

.text-input {
	background: #fff url("images/text.png") left top repeat-x;
	border: 1px solid #cdcdd7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	display: block;
	float: left;
	padding: 5px;
	width: 140px;
}

.text-input-narrow {
	width: 80px;
}

.text-input-wide {
	width: 220px;
}

.text-input-select {
	width: 152px;
}

.text-input-select-narrow {
	width: 110px;
}

.text-input-select-wide {
	width: 232px;
}

.checkbox-input-wide {
	width: 300px;
}

.button-input {
	background: #ddd url("images/button.png") center top repeat-x;
	border: 1px solid #cdcdd7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	height: 28px;
	overflow: hidden;
	padding: 0 5px;
}

.button-input:active {
	background-position: center bottom;
}

.button-filter {
	background: #ddd url("images/filter.png") center top no-repeat;
	margin-left: 5px;
	text-indent: -999px;
	width: 28px;
}

.submit {
	background: #f88f28 url("images/submit.png") left top repeat-x;
	border: 1px solid #f88c21;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.submit:active {
	background-position: 0 -100px;
}

.submit-search {
	display: block;
	height: 28px;
	line-height: 28px;
	margin-left: 140px;
	width: 232px;
}

.tabs li {
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
}

.tabs a {
	display: block;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.tabs a:hover {
	text-decoration: none;
}

.tabs-primary ul {
	margin: 20px 10px 0 10px;
}

.tabs-primary a {
	background: #f4f2f6 url("images/tab-primary.png") left top repeat-x;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	color: inherit;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.tabs-primary a:hover {
	background: #bdb6cb;
	background: rgba(90, 72, 125, 0.4);
}

.tabs-primary .active a {
	background: #5a487d;
	color: #fff;
}

.tabs-secondary {
	background: #2c1558 url("images/tab-secondary-background.png") left top repeat-x;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	/*height: 38px;*/
	padding: 10px 10px 0 10px;
}

.tabs-secondary ul {
	margin: 0;
}

.tabs-secondary a {
	color: #fff;
	height: 38px;
	line-height: 28px;
	padding: 0 10px;
}

.tabs-secondary a:hover {
	background: #7a6c96;
	background: rgba(255, 255, 255, 0.3);
}

.tabs-secondary .active a {
	background: #f7f7f7 url("images/tab-secondary-active.png") left top repeat-x;
	color: #333;
}

.submit-save {
	height: 28px;
	width: 120px;
}

.submit-save-wide {
	height: 28px;
	width: 140px;
}

.submit-save-wide-extra {
	height: 28px;
	width: 200px;
}


.submit + .submit {
	margin-left: 10px;
}

.submit-narrow {
	padding: 0 10px;
	width: auto;
}

.details-submit {
	text-align: right;
}

.left {
	float: left;
}

.list-form .text-input {
	width: 656px;
}

.list-form label {
	width: 200px;
}

.list-form .criterion-column {
	display: block;
	float: left;
	min-height: 1em;
}

.list-form .criterion-column-1 {
	width: 200px;
}

.list-form .criterion-column-2 {
	width: 240px;
}

.list-form .criterion-column-3 {
	width: 428px;
}

.list-form .criterion label {
	width: 170px;
}

.list-form .criterion-column-1 input {
	float: left;
	height: 28px;
	vertical-align: middle;
	width: 30px;
}

.list-form .criterion-column-2 input {
	width: 208px;
}

.list-form .criterion-column-2 select {
	width: 220px;
}

.list-form .criterion-column-3 input {
	width: 416px;
}

.list-form .criterion-column-3 select {
	width: 428px;
}

/* SCREEN */

@media screen {

html {
	background: #ddd;
}

    body {
        background: #fff;
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        color: #333;
        margin: 0 auto;
        padding: 20px 30px;
        width: 1500px;
    }

h2 {
	color: #260f54;
}

h3 {
	border-bottom: 2px solid #ddd;
	color: #260f54;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

table .odd {
	background: #efefef;
}

th {
	background: #57457b;
	color: #fff;
}

th:first-child {
	border-radius: 3px 0 0 0;
}

th:last-child {
	border-radius: 0 3px 0 0;
}

.view-item {
	text-align: center;
}

/* SCREEN .header */

.header {
	background: #5c4b7f url("images/header.png") left bottom repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 0 20px;
}

.header a {
	color: #fff;
}

/* SCREEN .content */

.content {
	min-height: 480px;
}

/* SCREEN .footer */

.footer {
	background: url("images/logo.png") right top no-repeat;
	color: #999;
	height: 70px;
}

/* SCREEN FORMS */

.column {
	width: 434px;
	float: left;
}

.search {
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
}

form .section {
	background: #f7f7f7;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 15px;
}

.key-fields {
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.details-submit {
	background: #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 15px;
}

.spacer {
	height: 28px;
}

/* SCREEN POPUP */

.overlay {
	background: #333;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed; left: 0; top: 0;
	width: 100%;
	z-index: 10;
}


/* PRINT */

/*
@media print {

/* PRINT (hidden) */

.nav {
	display: none;
}

}

/* IE */

.ie .clearfix {
	overflow: hidden;
}

.ie6 .clearfix {
	width: 100%;
}

.ie6 .nav a, .ie6 .tabs a {
	display: inline-block;
}

.ie6 .table-container {
	overflow: scroll;
	width: 100%;
}


.errormsg 
{
	color:Red;
}

.tabStrip
{
	color:Lime;
	line-height:1.5em;
}