/******** STANDARD BUTTONS ********/
div.standardButton {
	background-image: url('../images/standard_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #9FBFCF;
	border: solid 1px #333333;
	padding: 0px;
	white-space: nowrap;
}

div.standardButton a, div.standardButton a.standardButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: solid 1px #82A3B3;
	border-top: solid 1px #AEC9D7;
	padding: 4px 8px 2px 8px;
	text-decoration: none;
	display: block;
	_display: inline-block; /* IE - make entire button selectable */
	_width: 100%; /* IE - make entire button selectable */
}

div.standardButton a:hover, div.standardButton a.standardButton:hover {
	text-decoration: none;
}

div.standardButton a:active, div.standardButton a.standardButton:active {
	background-image: url('../images/standard_button_bg-hl.gif');
	background-repeat: repeat-x;
	background-color: #C1DAE7;
}


/******** SMALL BUTTONS ********/
div.smallButton {
	background-image: url('../images/standard_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #9FBFCF;
	border: solid 1px #333333;
	padding: 0px;
	white-space: nowrap;
}

div.smallButton a, div.smallButton a.smallButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: solid 1px #82A3B3;
	border-top: solid 1px #AEC9D7;
	padding: 2px 4px 1px 4px;
	text-decoration: none;
	display: block;
	_display: inline-block; /* IE - make entire button selectable */
	_width: 100%; /* IE - make entire button selectable */
}

div.smallButton a:hover, div.smallButton a.smallButton:hover {
	text-decoration: none;
}

div.smallButton a:active, div.smallButton a.smallButton:active {
	background-image: url('../images/standard_button_bg-hl.gif');
	background-repeat: repeat-x;
	background-color: #C1DAE7;
}


img.buttonIcon {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 6px;
}

div.hiliteButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-image: none;
	background-color: #EDD905;
	border: solid 1px #333333;
	padding: 5px 9px 3px 9px;
	white-space: nowrap;
}

div.hiliteButtonSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-image: none;
	background-color: #EDD905;
	border: solid 1px #333333;
	padding: 4px 5px 2px 5px;
	white-space: nowrap;
}

div.selectedButton {
	background-image: none;
	background-color: #EDD905;
	border: solid 1px #333333;
	padding: 0px;
	white-space: nowrap;
}

div.selectedButton a, div.selectedButton a.selectedButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: none;
	padding: 5px 9px 3px 9px;
	text-decoration: none;
	display: block;
	_display: inline-block; /* IE - make entire button selectable */
	_width: 100%; /* IE - make entire button selectable */
}

div.selectedButton a:hover, div.selectedButton a.selectedButton:hover {
	text-decoration: none;
}



/******** PLATINUM BUTTON ********/
div.platinumButton {
	display: block;
	background-image: url('../images/platinum_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #f2f5f7;
	border: solid 1px #333333;
	padding: 0px;
	white-space: nowrap;
}

div.platinumButton a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: solid 1px #babdbf;
	border-top: solid 1px #d6d6d6;
	padding: 4px 8px 2px 8px;
	text-decoration: none;
	display: block;
	_display: inline-block; /* IE - make entire button selectable */
	_width: 100%; /* IE - make entire button selectable */
}

div.platinumButton a.link:hover {
	text-decoration: none;
}

div.platinumButton a.link:active {
	background-image: url('../images/platinum_button_bg-hl.gif');
	background-repeat: repeat-x;
	background-color: #fefefe;
}



/******** ICON BUTTONS **********/
a.iconButton {
}

img.iconButton {
}

/*
a.imageButton {
	background-image: url('../images/standard_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #9FBFCF;
	border: solid 1px #333333;
	padding: 0px;
}

a.imageButton:active {
	background-image: url('../images/standard_button_bg-hl.gif');
}

a.imageButton img {
	border: solid 1px #82A3B3;
	border-top: solid 1px #AEC9D7;
}
*/

/******** EDIT BUTTONS ********/
div.editButton {
	background-image: url('../images/edit_button_bg.gif');
	background-repeat: repeat-x;
	background-color: #D0C79D; /* #DFD398 */
	border: solid 1px #333333;
	padding: 0px;
	white-space: nowrap;
}

div.editButton a, div.editButton a.editButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: solid 1px #B7AE7F;
	border-top: solid 1px #D4CDA7;
	padding: 4px 8px 2px 8px;
	text-decoration: none;
	display: block;
	_display: inline-block; /* IE - make entire button selectable */
	_width: 100%; /* IE - make entire button selectable */
}

div.editButton a:hover, div.editButton a.editButton:hover {
	text-decoration: none;
}

div.editButton a:active, div.editButton a.editButton:active {
	background-image: url('../images/edit_button_bg-hl.gif');
	background-repeat: repeat-x;
	background-color: #E5DDB3;
}



/* SQUARE ICON BUTTON */
div.ibsButton {
	/*display: table;*/
	padding: 0px;
	margin: 0px;
}

div.ibsButton a.link {
	display: block;
	padding: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
	_display: inline-block; /* IE - make entire button selectable */
	_width: 100%; /* IE - make entire button selectable */
}

div.ibsButton a.link:hover {
	background-image: url("/nvs/images/backgrounds/bg_white_trans_10.png");
}

div.ibsButton a.link span.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	padding: 0px 4px;
}

div.ibsButton a.link img.ibsButton {
	border: none;
	/*margin-right: 4px;*/
}



/* BINARY BUTTON */
a.binaryButton0, a.binaryButton1 {
	display: block;
	text-decoration: none;
	border: solid 1px #000000;
	background-image: url('/images/buttons/binary_btn_bg-norm.png');
	background-repeat: repeat-x;
	background-color: #aac8de;
	padding: 0px;
}

a.binaryButton0:focus, a.binaryButton1:focus {
	background-image: url('/images/buttons/binary_btn_bg-hl.png');
	background-color: #badbf4;
}

a.binaryButton0 p.label, a.binaryButton1 p.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 2px 4px;
	background-repeat: no-repeat;
}

a.binaryButton0 p.label {
	text-align: left;
	background-image: url('/images/buttons/binary_btn_arrow-right.png');
	background-position: 95% center; 
}

a.binaryButton1 p.label {
	text-align: right;
	background-image: url('/images/buttons/binary_btn_arrow-left.png');
	background-position: 5% center; 
}





/* CATEGORY BUTTONS */
div.categories {
	/*border-top: solid 2px #D0BC56;*/
	border-bottom: solid 2px #D0BC56;
	text-align: center;
	margin-bottom: 12px;
}

table.categories {
	border-collapse: collapse;
}

table.categories td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-left: solid 1px #D0BC56;
	border-right: solid 1px #D0BC56;
	text-align: center;
	padding: 0px;
	white-space: nowrap;
}

table.categories td.end {
	border: none;
	padding: 4px;
}

table.categories td.category {
	background-color: #3D5550;
	border-top: solid 1px #D0BC56;
}

table.categories td.selected {
	background-color: #E1D9B5;
	color: #333333;
	padding: 4px 10px 2px 10px;
	border-top: solid 1px #D0BC56;
}

table.categories td.category a {
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	padding: 4px 10px 2px 10px;
}

table.categories td.category a:hover {
	background-color: #73774C;
}

p.categoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
}



/******** PAGE DISPLAY BUTTONS ********/
table.pageDisplayOptions {
	border-collapse: collapse;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.pageDisplayOptions td {
	/*border: solid 1px #1b7183;*/
}

table.pageDisplayOptions td.norm {
	padding: 0px;
	white-space: nowrap;
}

table.pageDisplayOptions td.norm a {
	display: block;
	font-weight: bold;
	color: #37E7E7;
	/*background-color: #0d3851;*/
	padding: 4px 4px 3px 4px;
	text-decoration: none;
	white-space: nowrap;
}

table.pageDisplayOptions td.label {
	padding: 4px 4px 3px 4px;
	text-align: right;
	white-space: nowrap;
}

table.pageDisplayOptions td.norm a:hover {
	background-color: #124b62;
}

table.pageDisplayOptions td.selected {
	color: #000000;
	background-color: #37E7E7;
	padding: 0px; /*4px 4px 3px 4px;*/
	white-space: nowrap;
}

table.pageDisplayOptions td.selected a {
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 4px 4px 3px 4px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
}

table.pageDisplayOptions td.selected a:hover {
}

table.pageDisplayOptions td.selected span.selected {
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 4px 4px 3px 4px;
	white-space: nowrap;
}

table.pageDisplayOptions td.alignCenter, table.pageDisplayOptions a.alignCenter {
	text-align: center;
}

