/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset*/

/*Layout*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1125px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	#wrapper {
		width: 980px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

#nodeid
{
	display: 	inline-block;
	font-size: 	13px;
	color:		#666;
	font-weight: bold;
	margin:		1px;
	outline:	1px solid #BBBBBB;
	padding:	3px;
}


#headerbar {
	height:36px;
	position: relative;
}

#left_sub_header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 36px;
}

#right_sub_header
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	width: 27%;
	z-index:-1;
}

#center_sub_header
{
	text-align: center;
}

#header_wrapper
{
	width: 1125px;
	margin-right: auto;
    margin-left: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 76px;
    left: 0;
    right: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
	#header_wrapper
	{
		width: 980px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		top: 0px;
		bottom: 0px;
		height: 76px;
		left: 0;
		right: 0;
	}
}

#branding
{
	display:inline;
	float:left;
	margin: 5px;
}

#headerbar #version{
	font-size: 11px;
	color: #666;
	float:left;
	margin-top: 22px;
}


#headerbar #headertools {
	font-size: 12px;
    color: #999;
	position: absolute;
	top: 4px;
	right: 4px;
    text-align: right;
    line-height: 16px;
}
#headerbar #headertools a, #headerbar #headertools a:visited {
	color: #06F;
}

.broadcaster {
        background-color: #369f38;
}

.broadcaster ul li.selected {
    background-color: #317b33;
    color: #fff !important;
}


#navbar {
	height: 36px;
	position: relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 100%;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
}
#navbar ul li {
	line-height: 36px;
	color: #FFF;
	vertical-align: middle;
	display: block;
	height: 36px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
    text-transform: uppercase;
}

#navbar ul li:first-child.selected {
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
#navbar ul li a, #navbar ul li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 30px;
}
#navbar ul li a:hover {
	color: #FC0;
}

#navbar ul li a.disabled, #navbar ul li a.disabled:visited {
	color: #888;
	text-decoration: none;
	display: block;
	height: 36px;
}
#navbar ul li.disabled:hover {
	color: #888;
}

#pagetitlebar {
	height: 30px;
	position: relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
    padding-left: 4px;
	padding-right: 4px;
}

#pagetitlebar #pagetitle {
	line-height: 26px;
	vertical-align: middle;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	padding-left: 4px;
}

#pagetitle #searchfld {
    font-size: 0.8em;
    margin-left: 10px;
    padding: 2px;
}

#pagetitle a {
    padding: 3px;
}

.titlebuttons {
	font-size: 10px;
    height: 30px;
    float: right;
}

#updatestatus{
	float:right;
	height:24px;
	-moz-border-radius: 4px/*{cornerRadius}*/;
	-webkit-border-radius: 4px/*{cornerRadius}*/;
	-khtml-border-radius: 4px/*{cornerRadius}*/;
	border-radius: 4px/*{cornerRadius}*/;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #CCC;
	border: 1px solid #666;
	line-height: 26px;
	vertical-align: middle;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 4px center;
	display:none;
}
#updatestatus.ok{
	background-image: url(../images/ok.png);
	background-color: #B3FFB3;
	border-color: #390;
}
#updatestatus.error{
	background-image: url(../images/error.png);
	background-color: #FFBBBB;
	border-color: #F00;
}

#restart_label
{
	height:24px;
	-moz-border-radius: 4px/*{cornerRadius}*/;
	-webkit-border-radius: 4px/*{cornerRadius}*/;
	-khtml-border-radius: 4px/*{cornerRadius}*/;
	border-radius: 4px/*{cornerRadius}*/;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #CCC;
	border: 1px solid #666;
	line-height: 26px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/error.png);
	background-color: #FFBBBB;
	border-color: #F00;
}

#tablearea {
	position: absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 4px;
	bottom:134px;
	left:0px;
	right:0px;
	top: 40px;
	padding:4px;
}
#tableareafull {
	position: absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 4px;
	bottom:8px;
	left:0px;
	right:0px;
	top: 40px;
	padding:4px;
}

#tableareafull_noborder {
	position: absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 4px;
	bottom:8px;
	left:0px;
	right:0px;
	top: 40px;
	padding:4px;
}

#statsarea {
	height: 116px;
	position: absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 4px;
	bottom:0px;
	left:0px;
	right:0px;
}
#statsarea #statstitle {
	position:absolute;
	line-height: 16px;
	vertical-align: middle;
	height: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #F60;
	background-color: #FFF;
	position: absolute;
	left: 10px;
	top: -10px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#statsarea #statsreset {
	position:absolute;
	line-height: 16px;
	vertical-align: middle;
	height: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	position: absolute;
	right: 10px;
	top: -10px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-decoration: none;
}

#statsarea #statsreset a:visited{
	color: #000;
	text-decoration: none;
}

/*Table styling overrides*/

table.dataTable th.sorting_asc, table.dataTable th.sorting_desc, table.dataTable th.sorting , table.dataTable th{
	font-size:1.1em;
	background-color:#666666;
	color:#fff;
	padding:6px 18px;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
}


table.dataTable td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 16px;
	vertical-align: middle;
	height: 16px;
}

table.dataTable tr.even, table.dataTable tr.odd {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #E6E6E6;
}


table.dataTable tr.even {
	background-color: #fff;
    cursor: pointer;
}
table.dataTable tr.odd {
	background-color: #f2f2f2;
    cursor: pointer;
}


div.odd
{
	background-color: #f2f2f2;
}

div.odd fieldset
{
	margin-top: 0px;
}

table.dataTable td.info_row
{
	padding-top: 0px;
	border-top: none;
}

table.dataTable td.odd.info_row
{
	background-color: #f0f0f0;
}

table.dataTable td.even.info_row
{
	background-color: #fff;
}


table.dataTable td.status1, table.dataTable td.status2, table.dataTable td.status3 {
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 24px;
}
table.dataTable td.status1 {
	background-image: url(../images/ledgreen.png);
}
table.dataTable td.status2 {
	background-image: url(../images/ledorange.png);
}
table.dataTable td.status3 {
	background-image: url(../images/ledred.png);
}
table.dataTable tr.even.row_selected td {
    background-color: #AADEF2;
}
table.dataTable tr.odd.row_selected td {
    background-color: #AADEF2;
}
table.dataTable tr.selected{
	background-color: #FEA;
}

table.dataTable td span.analyzed {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: -128px -16px;
    cursor: pointer;
}

table.dataTable td span.analyzed:hover {
    background-position: -128px -32px;
}

.stats td {
	font-size: 12px;
	padding: 2px;
    vertical-align: middle;	
}
.stats th {
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	background-color: #CCC;
}
.stats td.prompt {
	font-weight: bold;
	color: #666;
	text-align: right;
}

.graph {
    display: inline-block;
	height: 12px;
	width: 16px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0px -12px;
    cursor: pointer;
}

.stats td.prompt .graph:hover {
    background-position: 0px -24px;
}

.stats td.data {
	font-weight: normal;
	color: #000;
	text-align: left;
}

.stats td.dataright {
    font-weight: normal;
    color: #000;
    text-align: right;
}

.stats td.spacer {
}
.layoutcell{padding:4px;}
#dialog, #dialog2 {
	display:none;
}
fieldset {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding:4px;
	margin-top:4px;
}
legend {
	font-size: 13px;
	font-weight: bold;
	color: #F60;
	cursor: default;
}

legend.clickable{
	cursor: pointer; !important
}

.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 2px 0px 0px -1px;
	padding: 0;
	width: 22px;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.custom-combobox-input {
	padding: 1px;
	margin: 2px 0px 0px 0px;
}

.formtable td {
	padding:3px;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: middle;
}
.formtable th{
	font-weight: bold;
}
.formtable td.prompt, label.prompt {
	font-weight: bold;
	color: #333;
	text-align: right;
}
.formtable td.data {
	font-weight: normal;
	color: #000;
	text-align: left;
}
.formtable input, .formtable select {
	padding:2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
}
.layouttable td{padding:3px;}
.hidden{display:none;}
.shown{display:block;}

#branded_copyright, #brand_addition, #copyright, #system_load
{
	float:		right;
	font-size: 	11px;
	color:		#BBBBBB;
	margin:		3px;
}


#system_load
{
	position: 	absolute;
	bottom:		0px;
	right:		0px;
	color: 		#666;
}

#network_test_button
{
	font-weight:	bold;
}


#network_test_button:active
{
	border: 1px solid #dddddd;
}

#restart_button
{
	font-weight:	bold;
	display:		none;
	color:			red;
}

#reset_config
{
	font-weight:	bold;
	color:			red;
}

#restart_button:hover, #reset_config:hover
{
	background:	red;
	border: 	1px solid #c00;
	color:  	#BBBBBB;
}

.red_button
{
	font-weight:	bold;
	color:			red;
}

.red_button:hover
{
	background:	#FFBBBB;
	border: 	1px solid #c00;
	color:  	#BBBBBB;
}


.file-wrapper {  
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: bottom;
}

.file-wrapper input {  
	cursor: pointer;
	font-size: 100px;
	height: 100%;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position: absolute;
	right: 0;
	top: 0;
}

  
.file-wrapper-upload-button
{  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  
	cursor: pointer;
	display: inline-block;
	margin-right: 0px;
	padding: 6px 2px;
	font-size:11px;
	padding-top:7px;
}
  
.fieldset_content
{
	display: none;
}

legend.setting_section_legend p
{
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

#active_cluster_nodes_table_id thead th
{
	font-size: 1.1em;
	background-color: #666666;
	color: #fff;
	padding: 6px 16px 6px 4px;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
}
#active_cluster_nodes_table_id td
{
	padding-left: 4px;
	padding-right: 4px;
}

.settings_tab_link
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.settings_tab_page .main_fieldset
{
	margin-left: 8px;
	height: 100%;
	overflow-y: auto;
}

#settings_bar
{
	background-image: url(../images/settings_bar.png);
	background-repeat: repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #000;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#settings_bar li
{
	line-height: 36px;
	color: #FFF;
	vertical-align: middle;
	display: block;
	height: 36px;
	list-style-image: none;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}


#settings_bar li.selected
{
	background-color: #151515;
}

#settings_bar  li:first-child.selected {
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
#settings_bar  li a, #settings_bar  li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 36px;
}
#settings_bar  li a:hover {
	color: #E33D3E;
}

#settings_bar  li a.disabled, #settings_bar  li a.disabled:visited {
	color: #888;
	text-decoration: none;
	display: block;
	height: 36px;
}
#settings_bar  li.disabled:hover {
	color: #888;
}


.green_led {
	background-image: url(../images/ledgreen.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:16px;
	padding-bottom:16px;
}

.green_led.dtls_on
{
	background-image: url(../images/dtls-ledgreen.png);		
}

.orange_led {
	background-image: url(../images/ledorange.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:16px;
	padding-bottom:16px;
}

.gray_led {
	background-image: url(../images/ledgray.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:16px;
	padding-bottom:16px;
}

.blue_led {
	background-image: url(../images/ledblue.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:16px;
	padding-bottom:16px;
}

.red_led {
	background-image: url(../images/ledred.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:16px;
	padding-bottom:16px;
}

.small_green_led{
	background-image: url(../images/ledgreen_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}

.small_green_led.dtls_on
{
	background-image: url(../images/dtls_ledgreen_small.png);
}

.small_orange_led{
	background-image: url(../images/ledorange_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}

.small_red_led{
	background-image: url(../images/ledred_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}

.small_blue_led{
	background-image: url(../images/ledblue_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}


.recording_active
{
	background-image: url(../images/ledgreen-recording-active.png);
}

.green_led.recording_active.dtls_on
{
	background-image: url(../images/dtls-ledgreen-recording-active.png);	
}

.recording_inactive
{
	background-image: url(../images/ledgreen-recording-inactive.png);
}

.green_led.recording_inactive.dtls_on
{
	background-image: url(../images/dtls-ledgreen-recording-inactive.png);	
}


div#record_start_type input[type='radio'] {
	margin-top: 5px;
}
}

.advanced {
	display: none;
}

tr.links_table_header th {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-right: 2px !important;
	padding-left: 6px !important;
	white-space: nowrap;
}

.gentle_link
{
	text-decoration: none;
	color: inherit;
	cursor:pointer;
}

.options_section
{
	display: inline-block;
}

.pulled_down_options
{
	z-index:5; 
	width:120px; 
	position:fixed;
	display:none;
	margin-top:2px;
	background-color: #FFF;
}

.pulled_down_options a
{
	width: 120px;
	margin-top: 2px;
	text-align: left;
}

table.dataTable tr.very_odd{
	background-color: #d8d8d8;
	border: 1px solid #ccc;
}

table.dataTable tr.very_odd td{
/*	border: 1px solid #ccc;	*/
}


table.dataTable tr.very_odd.row_selected td {
    background-color: #A5D8F0;
}

#file_browsing_dialog_listing tr:hover{
	background-color: #eee;
}

.hint
{
	font-size: 0.8em;
	color: #555;
}


/*New Options scheme*/
#optionmenu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    display: none;
}

#optionmenu ul li {
    font-size: 12px;
    border-bottom: 1px solid #CDCDCD;
    padding: 2px;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
	width: 110px;
}

#optionmenu ul li:last-child {
    border: none;
}

#optionmenu ul li:hover {
    background-color: #fff08c;
}


#marked_option_menu
{
    position: absolute;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    display: none;
}

#marked_option_menu ul li {
    font-size: 12px;
    border-bottom: 1px solid #CDCDCD;
    padding: 2px;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
	width: 110px;
}

#marked_option_menu ul li:last-child {
    border: none;
}

#marked_option_menu ul li:hover {
    background-color: #fff08c;
}


.dataTables_scrollBody {
    position: relative;
}

.options {
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    background-color: #e7e7e7;
    background:url("../images/optionsarrow.png")  no-repeat right center;
    color: #0957d2;
    padding: 4px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
	text-align: left;
}

tr.row_selected .options
{
    background-color: #2080ff;
    color: #fff;
    background-image: url("../images/optionsarrow-white.png");
}



.options:hover, tr.row_selected .options:hover
{
    background-color: #0957d2;
    color: #fff;
    background-image: url("../images/optionsarrow-white.png");
}

.options.disabled
{
    background:url("../images/optionsarrow-disabled.png")  no-repeat right center;
}

tr.row_selected .options.disabled
{
    background-color: inherit;
    color: inherit;
    background-image: url("../images/optionsarrow-disabled.png");
}

.options.disabled :hover, tr.row_selected .options.disabled :hover
{
    background-color: inherit;
    color: inherit;
    background-image: url("../images/optionsarrow-disabled.png");
}


.optionicon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icons.png");
    background-repeat: no-repeat;
    margin-right: 4px;
}

.options_cell
{	text-align: right;	}

.start {		background-position: -16px 0px;		}
.stop {		background-position: -32px 0px;		}
.edit {		background-position: -48px 0px;		}
.delete {	background-position: -64px 0px;		}
.newoutput {	background-position: -80px 0px;		}
.duplicate {	background-position: -96px 0px;		}
.record {	background-position: -112px 0px;	}
.tr101 {		background-position: -128px 0px;	}
.transcode {	background-position: -144px 0px;	}
.vlc {		background-position: -160px 0px;	}
.flash {		background-position: -176px 0px;	}
.shoutcast{	background-position: -192px 0px;	}
.dash{		background-position: -208px 0px;	}
.hls{		background-position: -224px 0px;	}
.zixi{		background-position: -256px 0px;	}
.winmedia{	background-position: -272px 0px;	}
.switch_src{background-position: -288px 0px;	}
.setpreroll{background-position: -288px 0px;	}
.save_stream_as_permanent {background-position: -304px 0px;	}
.compound {background-position: -320px 0px;	}
.reset_stats_action {background-position: -336px 0px;	}
.youtube_live_action_room a
{
	text-decoration: none;
}

.analyze_status
{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
	vertical-align: middle;
	margin: 2px;
}

.analyze_ok
{
	background: url("../images/ledgreen_small.png");
}

.analyze_bad
{
	background: url("../images/ledred_small.png");
}

.analyze_pending
{
	background: url("../images/ledorange_small.png");
}

.mib_link
{
	position: absolute;
	right: 8px;
	text-decoration: none;
	color: grey;
	font-size: 10px;
}

.check_box_cell
{
	padding: 2px;
}

span.capitalize_me {
    text-transform:capitalize;
}

span.like_an_input {
    line-height: normal;
	font-size: 14px;
}

#push_out_hosts th {
	font-weight: bold;
	text-align: left;
}

#unencrypted_connection_warning
{
	width:50%; 
	background-color: #f88; 
	padding: 2px; 
	margin-left:25%; 
	display:none;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.multiselection_check
{
    cursor: pointer;
	vertical-align: middle;
	padding: 0px;
}

.mass_selection_checkbox
{
    cursor: pointer;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}


#update_notification_block
{
	display: none;
	text-align: center;
	height:24px;
	-moz-border-radius: 4px/*{cornerRadius}*/;
	-webkit-border-radius: 4px/*{cornerRadius}*/;
	-khtml-border-radius: 4px/*{cornerRadius}*/;
	border-radius: 4px/*{cornerRadius}*/;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #666;
	line-height: 26px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #B3FFB3;
	border-color: #390;
}

.parameters_section
{
	display: none;
}


p.certificate_upload_button
{
	font-weight:bold; 
	display:inline; 
	vertical-align: super;
}


#adaptive_http_out_headers_table th
{
	text-align: left;
	font-weight: bold;
}

.pattern_affected
{
	border-color: green !important;
}

#avx_not_supported_div
{
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 14px;
	display: none;
}

.clipboard_source
{
	cursor: pointer;
}


