/* Apparent Networks  */
* {
	margin: 0;	
}
html, body {
	height: 100%;	
}
html {
	overflow-y: auto;
	overflow-x: auto;
}

body {
	border: 0px;
	padding: 0px;
	background: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

/* Header  */
#Header {
	height: 52px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	min-width: 910px;
	position: relative; /* allows Top_Right to go for absolute*/
}

#Top_Right {
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	margin: 0px;
	width: 260px;
	Text-align: right;
}

.Top_Right_Inner {
	position: absolute; 
	bottom: 0;
	right: 5px;
	margin: 0;
	padding: 0;
}

#Top_Right a:active,#Top_Right a:visited,#Top_Right a:link,#Top_Right a:active,#Top_Right a:visited,#Top_Right a:link
	{
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}

#Top_Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 52px;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#Top_Menu {
	position: absolute;
	top: 0px;
	left: 300px;
	height: 52px;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

/* Secondary Menu */
#Secondary_Menu {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	position: relative; /* allows breadcrumb to absolute position. */
	background: #565656 url('menu_bg.gif') repeat-x left top;
	height: 38px;
	margin: 0;
	padding-bottom: 0;
	width: 100%;
	min-width: 910px;
}

/* Working Area */
#Working_area {
	min-width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width: 100%;
}

/* Footer */
#Footer {
	
	position: relative;
		
	
	padding: 0;
	width: 100%;
	bottom: 0;
	min-width: 910px;
	font-size: 10px;
	color: #ffffff;
}

#Footer, .push {
	height: 60px;	
}

#first_item {
	padding-left: 10px;
}

.menu-item {
	border: none;
	cursor: hand;
	cursor: pointer;
	margin-right: 5px;
}

#cloud_bg {
	background: #ffffff url(../images/cloud_bg.gif) no-repeat top left;
}

a:active,a:visited,a:link,hyperlink {
	text-decoration: none;
	color: #0000FF;
}

a:hover,hyperlink:hover {
	text-decoration: underline;
}

.br-small {
	font-size: 6px;
}

#t1, .t1 {
	font-size: 16pt;
	font-weight: 600;
}

#t2,.t2 {
	font-size: 13pt;
	font-weight: 600;
}

#t3 {
	font-size: 12pt;
	font-weight: 600;
}

#t4, .t4{
	font-size: 10pt;
	font-weight: 600;
}

#t5 {
	font-size: 9pt;
	font-weight: 600;
}

#t6 {
	font-size: 8pt;
	font-weight: bold;
}

.highlight {
	background-color: #dfe1ff;
}

.area-highlight {
	cursor: hand;
	cursor: pointer;
	background: #f7ffb8;
}

a.warning,.warning {
	color: #ff0000;
	font-weight: 600;
}

#detail-text {
	font-size: 8pt;
}

#input-error, .input-error {
	color: #ff0000;
	font-size: 8pt;
}

#disabled-text {
	color: #736F6E;
}

#enabled-text {
	color: #000000;
}

#DataTable a:active,#DataTable a:visited,#DataTable a:link,#HeaderInfo a:active,#HeaderInfo a:visited,#HeaderInfo a:link
	{
	color: #0000FF;
	text-decoration: none;
}

#DataTable a:hover,#HeaderInfo a:hover {
	text-decoration: underline;
}

.LabelText {
	font-size: 9pt;
	color: #555555;
}

#Diagnostic {
	text-decoration: none;
	border: 1px solid #d7d7d9;
	background: #f0f0f0;
}

/* Main Table Content Styles  */
#main-table {
	color: #000000;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	min-width: 900px;
	background: #e8e8e8 url(../images/bg_content.gif) repeat-x top left;
}

#content {
	margin-right: 260px;
}

#fullpage {
	
}

#detail-status {
	vertical-align: top;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Tabs */
.tab-container {
	height: 19px;
}

.tab-off {
	background: #e8e8e8 url('../images/tab_off.gif') repeat-x top left;
	width: 89px;
	height: 16px;
	text-align: center;
	font-size: 9pt;
	font-weight: 600;
	float: left;
	padding-top: 3px
	white-space: nowrap;
}

.tab-on {
	background: #e8e8e8 url('../images/tab_on.gif') repeat-x top left;
	color: #000cad;
	width: 89px;
	height: 16px;
	font-size: 9pt;
	font-weight: 600;
	text-align: center;
	float: left;
	padding-top: 3px;
	text-decoration: none
	white-space: nowrap;
}

a.tab:active,a.tab:visited,a.tab:link {
	text-decoration: none;
	color: #353535;
	white-space: nowrap;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 250px;
}

.sidebartitle {
	font-size: 11pt;
	font-weight: 600;
}

#Apparent_Logo {
	position:absolute;
	top: 0;
	right: 0;
	height: 60px;
	margin: 0px;
	padding: 0px;
	width: 133px;
}

#Apparent_Logo img {
	position: absolute;
	top: 10px;
	right: 0px;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortApnPlainText,
th.sortable-sortApnDateTime,
th.sortable-sortApnDelimitedCount,
th.sortable-sortApnLastDiagnostic,
th.sortable-sortApnSortKey,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime {
	cursor:pointer;
}
th.forwardSort {
	background:url('../images/sort_arrow_down.gif') no-repeat center left;
}
th.reverseSort {	
	background:url('../images/sort_arrow_up.gif') no-repeat center left;
}

.table-header {
	color: #000000;
	font-weight: 600;
	border-bottom: 1px solid gray;
}

.table-row {
	background: #ffffff;
}

.table-altrow {
	background: #dfe5ec;
}

.table-subheading {
	color: #000000;
	font-weight: 600;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.table-highlight {
	background: #f7ffb8;
	border: 1px solid #F0E68C;
	cursor: pointer;
}

.table-highlight-noclick {
	background: #f7ffb8;
	border: 1px solid #F0E68C;
}

.table-vertical-div {
	background: url('../images/vert_line.gif') repeat-y right top;
}

.timeRange-selected {
	font-weight: 500;
}

.handcursor {
	cursor: hand;
	cursor: pointer;
}

.helpcursor {
	cursor: help;
}

.rightalign {
	text-align: right;
	padding-right: 3px;
	white-space: nowrap;
}

#DataTable td,.DataTable td {
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 9pt;
	border-left: 1px solid #E1E1E1;
}

#DataTable select,
.DataTable select{
	font-size: 8pt;
}

#DataTable a.warning:active,#DataTable a.warning:visited,#DataTable a.warning:link,
.DataTable a.warning:active,.DataTable a.warning:visited,.DataTable a.warning:link {
	text-decoration: none;
	color: #ff0000;
	font-weight: 600;
}

#DataTable a.warning:hover,
.DataTable a.warning:hover {
	text-decoration: underline;
	color: #ff0000;
	font-weight: 600;
}

/* Data Table No Border Styles */
#DataTableNoBorder td,.DataTableNoBorder td {
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 9pt;
	border: none;
}

#DataTableNoBorder select,.DataTableNoBorder select {
	font-size: 8pt;
}

#DataTableNoBorder a.warning:active,#DataTableNoBorder a.warning:visited,#DataTableNoBorder a.warning:link,.DataTableNoBorder a.warning:active,.DataTableNoBorder a.warning:visited,.DataTableNoBorder a.warning:link
	{
	text-decoration: none;
	color: #ff0000;
	font-weight: 600;
}

#DataTableNoBorder a.warning:hover,.DataTableNoBorder a.warning:hover {
	text-decoration: underline;
	color: #ff0000;
	font-weight: 600;
}

#DataSmallerTable td {
	font-size: 8pt;
}

.LabelText {
	font-size: 9pt;
	color: #555555;
}

#LegendTable {
	border-width: medium;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

#AddPath {
	margin-left: 20px;
	vertical-align: middle;
}

.unitlabel {
	font-size: 7pt;
	font-weight: 500;
}

.SQDlabel {
	color: #999999;
}

/* Alignment */
.north {
	text-align: center;
	vertical-align: top;
}

.north-west {
	text-align: left;
	vertical-align: top;
}

.north-east {
	text-align: right;
	vertical-align: top;
}

.east {
	text-align: right;
	vertical-align: middle;
}

/* Rounded Corners  */
.corner {
	display: block
}

.corner * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #FFFFFF
}

.corner1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	background: #f7f7f7
}

.corner2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: #f9f9f9
}

.corner3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
}

.corner4 {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed
}

.corner5 {
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7
}

.cornerfg {
	background: #426eab;
}

/*Rounded Corner Styles for tooltip*/
.rctooltip * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #C4DCFC;
}

.rctooltip1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background: #C4DCFC;
}

.rctooltip2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: #C4DCFC;
}

.rctooltip3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
}

.rctooltip4 {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

.rctooltip5 {
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
}

.rctooltipfg {
	background: #C4DCFC;
	padding: 8px;
	vertical-align: top;
	font-size: 10pt;
}

.rctooltipfg p {
	font-weight: normal;
	margin-bottom: 10px;	
}


.xstooltip {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: left;
}


#traceRecordTable caption{
	font-size: 9pt;
	text-align: left;
	padding-left: 3px;
	padding-bottom: 0px;	
}


.flashNoticeSmall{
	font-size: 7pt;
	white-space: nowrap;
}

#getFlashNotice{
	font-size: 9pt;	
}

#currentTraceRecord{
	width: 100%;
	height: 150px;
	overflow: auto;
	text-align: left;
	margin-right: 30px;
}

#currentTraceRecord table caption{
	text-align:left;	
}


#TracertHistory {
	height: 235px;
	overflow: auto;
	margin: 0px 0px 0px 10px;
	display: block;
}

#TracertHistory table{
	width: 100%;
}

#TracertHistory thead tr td, #TraceRouteRecord thead tr td, #currentTraceRecord thead tr td
{
	color: #000000;
	font-weight: 600;
}

#TracertHistory thead tr td{
	border-bottom: 1px solid gray;
}


#TracertHistory td, #TraceRouteRecord td, #currentTraceRecord td
{
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9pt;
	border-left: 1px solid #E1E1E1;
	white-space: nowrap;
}

#TraceRouteRecord {
	min-width: 685px;
	border: 0px solid black;
	margin: 15px 40px 15px 20px;
}

#TraceRouteRecord table{
	width: 100%;
}

#TraceRouteRecord caption, #currentTraceRecord caption{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 10px;	
}


#tracertTitle{
	float: right;
}

#TraceRouteFlash {
	display: block;
}

#InfoBox {
	font-size: 9pt;
	text-align: left;
	margin: 0px 10px 0px 20px;
	display: block;
}

#InfoBox ul{
	position: relative;
	left: -20px;
}

#InfoBox table td{
	padding: 3px 0px;	
}

#InfoBox table table td{
	padding: 3px 40px 3px 0px;
	font-weight: bold;
}

#InfoBox table table th{
	border-bottom: 1px solid #E1E1E1;
	padding: 3px 40px 3px 0px;
	font-weight: normal;
}

#statsTitle{
	font-size: 9pt;
	font-weight: bold;
}


#noRecords{
	margin: 15px;	
}

/*highlighting for the identical traces in the Trace Route history*/

.selectedRow {
	background: #f7ffb8;
}

#routeHistTitle{
	font-size: 11pt;
	font-weight: bold;	
}

.border-bottom{
	border-bottom: 1px solid black;
}
	

.hops-align-right {
	width: 20px;
	text-align: right;	
}

.error-msg {
	color: #ff0000;
}

.error-box {
	border: 3px solid red;
	padding: 7px 7px 7px 7px;
	font-size: 9pt;
}

.info-box {
	border: 3px solid gray;
	padding: 7px 7px 7px 7px;
	font-size: 9pt;
}

#page-container {
	margin: 10px;
}

/* Organizations Home Page*/
.orgSummaryStatus .t2 {
	font-size: 10pt;
	font-weight: 600;
}

/* Path events */
.topOffenders td {
	text-align: left;
}

.topPadded{
	padding-top: 10px;
}

.leftPadded{
	padding-left: 10px;
	vertical-align: middle;	
}

/* Breadcrumb Feature*/
#breadcrumb {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 8pt;
}

#breadcrumb .cornerfg, #breadcrumb .corner * {
  background: #E0E0E0; /* set breadcrumb background to grey */
}

#breadcrumb .corner * {
  height: 0.9px; /* reduce amount of bulk addded by rounded corners */
}

#breadcrumb .innerText {
	display: table-cell; /* center contained text */
	vertical-align: middle;
}

#breadcrumb a:visited, #breadcrumb a:link {
	text-decoration: none;
}

#breadcrumb .noneSelected {
	position: relative;
	top: -0.5px;  /* shift contained text up a little */
}

/* status icons */
.statusSmall {
	vertical-align: text-bottom;
	border: 0;
}

.statusInlineSmall {
	position: relative;
	top: 2px;
	border: 0;
}

.statusInlineLarge {
	position: relative;
	top: 4px;
	border: 0;
}

.disabled-text {
	color: #736F6E;
}

.enabled-text {
	color: #000000;
}

/* Buttons */
button::-moz-focus-inner
{
    	border: 0 none;
}	

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button {
	position: relative;
	border:0;
	padding: 0;
	cursor:pointer;
	overflow: visible;
	padding: 0 15px 0 0;
	margin-right: 5px;
	margin-bottom: 5px;
	font: bold 12px arial, sans-serif;
	text-align: center;
	height:24px;
}

button span {
	display:block;
	position: relative;
	white-space:nowrap;
	line-height:15px;
	padding: 5px 0px 4px 15px;
}
	
	/*buttons*/
button.plain {
	background:url(../images/buttons/bg_button_a.gif) no-repeat;
	background-position: 100% 0px;
}
button.plain span {
    	color: #292929;
	background:url(../images/buttons/bg_button_span.gif) no-repeat; 
	background-position: 0% 0px;
}

button.green {
	background:url(../images/buttons/bg_button_a_green.gif) no-repeat;
	background-position: 100% 0px;
}
button.green span {
	color: #FFF;
	background:url(../images/buttons/bg_button_span_green.gif) no-repeat; 
	background-position: 0% 0px;
}

button.red {
	background:url(../images/buttons/bg_button_a_red.gif) no-repeat;
	background-position: 100% 0px;
}
button.red span {
	color: #FFF;
	background:url(../images/buttons/bg_button_span_red.gif) no-repeat; 
	background-position: 0% 0px;
}

button.disabled {
    color: #AAA;
	background:url(../images/buttons/bg_button_a_disabled.gif) no-repeat;
	background-position: 100% 0px;
}
button.disabled span {

	background:url(../images/buttons/bg_button_span_disabled.gif) no-repeat; 
	background-position: 0% 0px;
}

button.plain:active, button.green:active, button.red:active {
	background-position: 100% -24px;
}

button.plain:active span, button.green:active span, button.red:active span {
	background-position: 0% -24px;

}

button.small {
	padding: 0 7px 0 0;
	margin-right: 4px;
	margin-bottom: 0px;
	font: bold 9px arial, sans-serif;
    letter-spacing:.15px;
	height: 13px;
	background: transparent url('../images/buttons/bg_button_a_small.gif') no-repeat;
	background-position: 100% 0px;
}

button.small span {
	height: 13px;
	line-height: 13px;
	padding: 0px 0px 0px 7px;
	background: transparent url('../images/buttons/bg_button_span_small.gif') no-repeat;
	background-position: 0% 0px;

}

button.small-disabled {
	color: #AAA;
	padding: 0 7px 0 0;
	margin-right: 4px;
	font: 600 9px arial, sans-serif;
    letter-spacing:.15px;
	height: 13px;
	background: transparent url('../images/buttons/bg_button_a_small_disabled.gif') no-repeat;
	background-position: 100% 0px;
}

button.small-disabled span {
	height: 13px;
	line-height: 13px;
	padding: 0px 0px 0px 7px;
	background: transparent url('../images/buttons/bg_button_span_small_disabled.gif') no-repeat;
	background-position: 0% 0px;

}


button.small.green {
	background: transparent url('../images/buttons/bg_button_a_small_green.gif') no-repeat;
	background-position: 100% 0px;

}

button.small.green span{
	background: transparent url('../images/buttons/bg_button_span_small_green.gif') no-repeat;
	background-position: 0% 0px;
}

button.small.red {
	background: transparent url('../images/buttons/bg_button_a_small_red.gif') no-repeat;
	background-position: 100% 0px;

}

button.small.red span{
	background: transparent url('../images/buttons/bg_button_span_small_red.gif') no-repeat;
	background-position: 0% 0px;
}

button.small:active {
	background-position: 100% 100%;
}


button.small:active span {
	line-height:13px;
	padding: 0px 0px 0px 7px;
	background-position: 0% 100%;
}


/* Hop flag data */
.flagList {
	width: 100%;
	padding-left: 5%;
}

.flagDataHeader td {
	background-color: #e3f3fd;	
	border: 1px solid #dfe5ec;
}

.flagData td {
	vertical-align: top;
}

.flagData ul { /* flag data sub-messages */
	list-style: none;
	padding: 0;
	margin: 0;
}

.flagData .frequency, .flagDataHeader .frequency {
	width: 100px;	
}

.flagData .frequency {
	text-align: left;	
}

.flagData .frequency span {
	position: relative;
	top: -4px; /* bring text in-line with information icon */
}

.flagDataInformationIcon {
	margin-left: 30px;	
}

/* Branding Logos */
.companyLogo{
	width: 133px;
	height: 50px;
	border: 0;
}
.reportLogo{
	width: 131px;
	height: 28px;
	border: 0;
}
.productLogo{
	width: 300px;
	height: 52px;
	border: 0;
}

/* Branding Admin Page*/
.brandingArea{
	width: 700px;
	padding: 10px;
}
#brandingTable .hiddenPanel{
	display: none;
}
#brandingTable{
	border: 1px solid gray;
}
#brandingTable fieldset{
	border: none;
	margin-bottom: 10px;
}
#brandingTable fieldset legend{
	color: #000000;	
}
#brandingTable br{
	clear: both;
}
#brandingTable a,
#brandingTable a:link,
#brandingTable a:visited,
#brandingTable a:hover{
	color: #0000ff;
}
#brandingTable a:active{
	color:#ff0000;
}
#brandingTable a{
	cursor: pointer; cursor: hand;
	text-decoration: underline;
}
#brandingTable .actionLinks{
	margin: 0 0 3px 12px;
}
#brandingTable label{
	display: block;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 2px;
}
#brandingTable .logoFieldset label{ width: 70px; }
#brandingTable .notificationFieldset label{ width: 100px; }
#brandingTable .urlFieldset label{ width: 140px; }

#brandingTable input{
	float:left;
	font-size:12px;
	margin-top: 1px;
}
#brandingTable .notificationFieldset input{ width: 200px; }
#brandingTable .urlFieldset input{ width: 480px; }

#brandingTable #webLogoSubmit,
#brandingTable #reportLogoSubmit,
#brandingTable #companyLogoSubmit{
	margin-left: 5px;	
}

#brandingTable img{
	border: 1px solid #dfe5ec;
	margin-left: 10px;
}
#brandingTable .errors{
	margin-left: 10px;	
}
#brandingTable .errors .disabled-text,
#brandingTable .actionLinks span.disabled-text,
#brandingTable .actionLinks a.disabled-text{
	display: none;	
}
.brandingButtons{
	text-align: center;
	padding-bottom: 30px;
}

/* Javascript disabled banner */
#javascriptDisabled {
	height: 52px;
	background-color: #e8e8e8;
}

#javascriptDisabled,
#javascriptDisabled table {
	width: 100%;
	height: 52px;
}

#javascriptDisabled img {
	vertical-align: middle;
	margin: 0 1em 0 2em;
}

/* Account Management*/
table.accountmanage-table {
	border: 0;
	padding-bottom: 10px;
}
table.accountmanage-table tr td:first-child {
	width: 135px;
}
h1.accountmanage-header {
	margin-bottom: 10px;
}
div.accountmanage-errors {
	padding: 10px;
}
div.accountmanage-ugradeMessage {
	padding: 1em;
}

/* Organization Details */
.orgdetail-hidden {
	display: none;
}
.orgdetail-header img#questionMark1 {
	position:absolute;
	top: 0;
	right: 0;
}
div.orgdetail-header {
	position: relative; /* for tooltip image positioning */
	margin-bottom: 10px;
}
form.orgdetail-form {
	margin: 0px;
	padding: 0px;
}
div.orgdetail-basics {
	margin: 10px 0 20px 0;
}
div.orgdetail-license h2:first-child,
div.orgdetail-retention h2:first-child {
	margin: 0 0 10px 0;
}
div.orgdetail-buttons {
	padding: 20px 0 20px 0;
}
p.orgdetail-limitsShared,
p.orgdetail-limitsNotShared {
	margin: 0 0 5px 0;
}
div.orgdetail-assesslimits {
	margin-bottom: 20px;
}
div#orgdetail-seqLimitWidget,
div#orgdetail-wanPathLimitWidget,
div#orgdetail-lanPathLimitWidget {
	margin: 3px 0;
}

div#orgdetail-seqLimitWidget .input-error,
div#orgdetail-wanPathLimitWidget .input-error,
div#orgdetail-lanPathLimitWidget .input-error {
	display: inline-block;
	position: relative;
	left: 1em;
}

span.orgdetail-currently {
	display: inline-block;
	width: 105px;	
}

div.orgdetail-license { margin: 20px 0; }
div.orgdetail-license .orgdetail-limitlabel{
	display: inline-block;
	width: 140px;
}

div#orgdetail-seqLimitWidget { margin-top: 25px; }
div#orgdetail-lanPathLimitWidget { margin-bottom: 25px; }
.orgdetail-textarea { width: 500px; }
div.orgdetail-normalretention { margin-top: 2px; }

div.orgdetail-basics label {
	display: block;
	float: left;
	text-align: left;
	width: 140px;
	margin-top: 4px;
}
div.orgdetail-basics span.input-error {
	position: relative;
	top: 5px;
	left: 1em;
}

div.orgdetail-basics input,
div.orgdetail-basics select,
div.orgdetail-basics textarea {
	display: block;
	float: left;
	margin-top: 3px;
}
div.orgdetail-basics br {
	clear: both;
}
div.orgdetail-basics label#descriptionLabel {
	position: relative;
}
span.orgdetail-selectedParent {
	margin-top: 4px;
	display: inline-block;
}
span.orgdetail-unlimitedValue {
	font-style: italic;	
}
span.orgdetail-unlimited span {
	display: inline-block;
	width: 80px;
}
select.orgdetail-transferselector {
	width: 250px;
}
span.orgdetail-retentionmsg {
	display: inline-block;
	width: 390px;
}

/* Sign-up form*/
form#signup-form div label {
  display: inline-block;
  width: 150px;
  text-align: left;
}
form#signup-form div {
  padding: 5px 0 5px 0;
}
form#signup-form div.signup-message {
  width: 440px;
}

/* Path Events */
span.pathevent-addbuypaths {
  display: inline-block;
  float:right;
  position: relative;
  right: 15px;
  margin: 0;
  padding: 0;
}
span.pathevent-addbuypaths button {
  margin: 0px;
}
span#pathevent-addpaths {
  top: -1px;
}
span#pathevent-buypaths {
  top: 3px;
}

