
/* ******************************************************************* */
/* base globals */
/* ******************************************************************* */

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body
{
	margin: 0px 0px 0px 0px;
	
}

a img
{
	border-style: none;
}

.inviso
{
	display: none;
}

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/* accessibility */
.hidden
{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div.dateTimeControl
{
	float: left;
	padding-right: 10px;
}


table.cellPadding1 tr th,
table.cellPadding1 tr td
{
	padding: 1px 1px 1px 1px;
}

table.cellPadding3 tr th,
table.cellPadding3 tr td
{
	padding: 3px 3px 3px 3px;	
}

table.noCellSpacing,
table.noCellPaddingOrSpacing
{
	border-collapse: collapse;
	border-spacing: 0px;
}

table.noCellPaddingOrSpacing tr th,
table.noCellPaddingOrSpacing tr td
{
	padding: 0px 0px 0px 0px;	
}

table.maxWidth
{
	width: 100%;
}

tr.vAlignTop,
td.vAlignTop,
th.vAlignTop
{
	vertical-align: top;
}

tr.alignRight,
td.alignRight,
th.alignRight
{
	text-align: right;	
}

iframe.noBorder
{
	border-style: none;
}


/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* globals */
/* ******************************************************************* */

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body
{
	margin: 0px 0px 0px 0px;
	
}

a img
{
	border-style: none;
}

.pink
{
	color: #EC164F;
}

.red
{
	color: #FF0000;
}

.invalid
{
	background-color: #F58388;
}

.invalidCaptcha div.input input
{
	background-color: #F58388;
}

.highlightError
{
	display: block;
	border: 1px dotted #FF0000;
	padding: 1px 1px 1px 1px;
	background-color: #8C0000;	
}

.highlightIssueBorder
{
	display: block;
	border: 1px dotted #FF0000;
	padding: 2px 2px 2px 2px;
}

.inviso
{
	display: none;
}

.clear
{
	clear: both;
}

@keyframes messageFadeOutAnim
{
	0%
	{
		opacity: 0;
	}
	20%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}

.messageFadeOut
{	
	animation-name: messageFadeOutAnim;	
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-duration: 6s;
}



/* accessibility */
.hidden
{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div.dateTimeControl
{
	float: left;
	padding-right: 10px;
}



table.cellPadding1 tr th,
table.cellPadding1 tr td
{
	padding: 1px 1px 1px 1px;
}

table.cellPadding3 tr th,
table.cellPadding3 tr td
{
	padding: 3px 3px 3px 3px;	
}

table.noCellSpacing,
table.noCellPaddingOrSpacing
{
	border-collapse: collapse;
	border-spacing: 0px;
}

table.noCellPaddingOrSpacing tr th,
table.noCellPaddingOrSpacing tr td
{
	padding: 0px 0px 0px 0px;	
}

table.maxWidth
{
	width: 100%;
}

tr.vAlignTop,
td.vAlignTop,
th.vAlignTop
{
	vertical-align: top;
}

tr.alignRight,
td.alignRight,
th.alignRight
{
	text-align: right;	
}

tr.alignCentre,
td.alignCentre,
th.alignCentre
{
	text-align: center;	
}

table.noBorder,
iframe.noBorder
{
	border-style: none;
}


/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* grid forms */
/* ******************************************************************* */

div.dataGrid
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.dataGrid table.data
{
	border-color: #000000;
	width: 100%;
}

div.dataGrid table.data tr th
{
	background-color: #EEEEEE;
	color: #535250;
}

div.dataGrid table.data tr th,
div.dataGrid table.data tr td
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-color: #000000;
}

div.dataGrid table.data tr th a,
div.dataGrid table.data tr th a:hover,
div.dataGrid table.data tr th a:active,
div.dataGrid table.data tr th a:visited
{
	color: #004995;
	text-decoration: none;
}

div.dataGrid table.data tr th a:hover
{
	color: #ED164F;
}

/* add something a bit more subtle, e.g. graphic */
div.dataGrid table.data tr.perspectiveNotify td.id
{
	background-image: url('/Images/System/changed.jpg');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

div.dataGrid table.data tr.highlight
{
	background-color: #AEC8DD;
}

div.dataGrid table.data tr.disabled,
div.dataGrid table.data tr.decommissioned
{
	background-color: #CCCCCC;	
}

div.dataGrid table.data tr.decommissioned td
{
	color: #888888;
}

div.dataGrid table.data tr.archived
{	
	border: 2px dotted #408080;
}

div.dataGrid table.data tr.archived td
{
	font-style: italic;
	color: #295454;
}

div.dataGrid table.data tr td a,
div.dataGrid table.data tr td a:hover,
div.dataGrid table.data tr td a:active,
div.dataGrid table.data tr td a:visited
{
	color: #004995;
	text-decoration: none;
}

div.dataGrid table.data tr td a:hover
{
	color: #ED164F;
}

div.dataGrid table.data tr.nolimit td a.statusLink,
div.dataGrid table.data tr.nolimit td a.statusLink:hover,
div.dataGrid table.data tr.nolimit td a.statusLink:active,
div.dataGrid table.data tr.nolimit td a.statusLink:visited
{
	color: #000000;
	cursor: text;
}

div.dataGrid table.data tr td.paddedLinks a
{		
	display: block;
	float: left;	
	padding: 2px 3px 2px 3px;
	border-width: 1px;
	border-style: solid;
	margin: 2px 2px 2px 2px;
}

div.dataGrid table.data tr td.controls
{
	text-align: center;
}

div.dataGrid table.data tr td.controls a.action
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* popup forms */
/* ******************************************************************* */

div#PopupFormLoadingBg
{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/Images/spinner_light.gif');
}

div#PopupFormShadowBox
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/Images/loading_tile.png');
	z-index: 100;
	display: none;
}

/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* tristate control */
/* ******************************************************************* */

span.triStateControl input.triStateButton
{
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000000;
	width: 15px;
	height: 15px;
}

span.triStateControl input.triStateParent0
{
	background-image: url('/Images/System/tristates_inherit_disabled.png');
}

span.triStateControl input.triStateParent1
{
	background-image: url('/Images/System/tristates_inherit_enabled.png');
}


span.triStateControl input.triStateValue0
{
	background-image: url('/Images/System/tristates_disabled.png');
}

span.triStateControl input.triStateValue1
{
	background-image: url('/Images/System/tristates_enabled.png');
}

/* ******************************************************************* */
/* ******************************************************************* */



/* ******************************************************************* */
/* context chat control */
/* ******************************************************************* */

div.contextChatControl div.scrollingMessages
{
	width: 100%;
	height: 400px;
	overflow: scroll;
}

div.contextChatControl div.scrollingMessages div.innerBounds
{
	width: 99%;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages
{
	width: 100%;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-collapse: collapse;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages thead tr th
{
	background-color: #EFEFEF;
	color: #000000;
}

div.contextChatControl  div.scrollingMessages div.innerBounds table.messages tr
{
	vertical-align: top;	
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr th,
div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr td
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px 3px 3px 3px;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr th.info
{
	width: 15%;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr th.controls
{
	width: 1%;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr td.controls
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr td.info table.infoItems
{
	border-collapse: separate;
	border-style: none;	
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr td.info table.infoItems tr td
{
	border-style: none;	
	padding: 2px 2px 2px 2px;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr td.info table.infoItems tr td.label
{
	font-weight: bold;
}

div.contextChatControl div.scrollingMessages div.innerBounds table.messages tr td.message textarea
{
	width: 99%;
}

div.contextChatControl div.chatControls
{
	text-align: right;
	padding-top: 5px;
}

div.contextChatControl div.newMessage textarea
{
	width: 99%;
}


/* ******************************************************************* */
/* ******************************************************************* */



/* frontend */

body 
{
	background-color: #000000;	
	font-size: 14px;
}

body, div, p, table, tr, td, th, ol, ul, li, fieldset, legend, a,
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

input, select, textarea, button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 19vw;
}

h4
{
	font-size: 18vw;
}

h5
{
	font-size: 17vw;
}

h6
{
	font-size: 16vw;
}


input.text,
textarea
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
}

input.button
{
	border: 1px solid #00FFFF;
	background-color: #000000;
	color: #00FFFF;
	padding: 5px 20px 5px 20px;
}

input.button:hover,
input.button:focus
{
	border-color: #00FF00;
	color: #00FF00;
	text-decoration: underline;
}

select
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
}

a, a:visited
{
	color: #00FFFF;
}

a:hover
{
	color: #00FF00;
}

.invalid
{
	outline: 3px solid #FF0000;
}


.expiringTrue
{
	color: #FF9393;
}


/* ******************************************************************* */
/* layout */
/* ******************************************************************* */

div.siteWrapper
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media all and (orientation: portrait)
{
	div.siteWrapper
	{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		width: auto;
	}
}

div.siteWrapper header
{
	display: grid;
	grid-template-columns: 25% 1fr 25%;
	column-gap: 20px;
	padding-bottom: 20px;
}

@media all and (orientation: portrait)
{
	div.siteWrapper header
	{
		padding-bottom: 10px;
	}
}

div.siteWrapper header a.logoLink
{	
	display: block;
	justify-self: start;
	align-self: center;
}

div.siteWrapper header img.logo
{		
	display: block;
	width: 100px;
	justify-self: start;
	align-self: center;
}

@media all and (orientation: portrait)
{
	div.siteWrapper header img.logo
	{
		width: 50px;
	}
}

div.siteWrapper header h1
{	
	margin: 0px 0px 0px 0px;
	justify-self: center;
	align-self: center;
	font-size: 30px;
}

@media all and (orientation: portrait)
{
	div.siteWrapper header h1
	{	
		font-size: 24px;
	}
}

div.siteWrapper header div.mobileControls
{
	justify-self: end;
	align-self: center;
}

div.siteWrapper header div.mobileControls button
{
	background-color: transparent;
	border-style: none;
}

div.siteWrapper header div.mobileControls button img
{
	width: 20px;
	height: 20px;
}

div.siteWrapper header div.mobileControls button img.hover
{
	display: none;
}

div.siteWrapper header div.mobileControls button:hover img.hover
{
	display: block;
}

div.siteWrapper header div.mobileControls button:hover img.idle
{
	display: none;
}


@media all and (orientation: landscape)
{
	div.siteWrapper header div.mobileControls
	{
		display: none;
	}
}

div.siteWrapper ul.messages
{
	text-align: center;
	border: 1px dotted #FFFFFF;
	padding: 10px 10px 10px 10px;
}

div.siteWrapper ul.messages li.error
{
	color: #FF0000;
}

div.siteWrapper ul.messages li.error span
{
	color: #FF9393;
}

div.siteWrapper ul.messages li.info,
div.siteWrapper ul.messages li.info span
{
	color: #00FF00;
}

div.siteWrapper div.loginFormOuterContainer
{
	text-align: center;
}

div.siteWrapper div.loginFormOuterContainer div.loginFormInnerContainer
{
	display: inline-block;
}

div.siteWrapper div.loginFormOuterContainer p.options
{
	text-align: right;
}

div.siteWrapper div.customerInterface
{
	padding-top: 10px;
}

div.siteWrapper div.customerInterface nav
{
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 10px;
}

div.siteWrapper div.customerInterface nav ul
{	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.siteWrapper div.customerInterface nav ul li
{
	list-style-type: none;
	display: inline-block;	
	margin-right: 20px;
}

div.siteWrapper div.customerInterface nav ul li a
{
	display: block;
	border: 1px solid #00FFFF;
	padding: 10px 10px 10px 10px;	
}

div.siteWrapper div.customerInterface nav ul li a:hover
{
	border-color: #00FF00;
}

div.siteWrapper div.customerInterface nav ul li.active a
{
	border-color: #FFFF00;
	color: #FFFF00;
	outline: 2px solid #FFFF00;	
}

div.siteWrapper div.customerInterface div.componentPadding
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.siteWrapper div.customerInterface div.infrastructureControls
{
	margin-top: 10px;
	border: 1px solid #FF00FF;
	padding: 10px 10px 10px 10px;
}

div.siteWrapper div.customerInterface div.infrastructureControls input.button
{
	border: 1px solid #FF00FF;	
	color: #FF00FF;
}

div.siteWrapper div.customerInterface div.infrastructureControls input.button:hover,
div.siteWrapper div.customerInterface div.infrastructureControls input.button:focus
{
	border-color: #00FF00;
	color: #00FF00;
}

div.siteWrapper div.customerInterface div.infrastructureControls input.aspNetDisabled,
div.siteWrapper div.customerInterface div.infrastructureControls input.aspNetDisabled:hover,
div.siteWrapper div.customerInterface div.infrastructureControls input.aspNetDisabled:focus
{
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
	background-color: #111111;
	text-decoration: none;
}

div.siteWrapper footer
{
	border-top: 1px solid #FFFFFF;
}

div.siteWrapper footer p
{
	font-size: 12px;
}

/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* floating forms */
/* ******************************************************************* */

div.floatingForm
{
	float: left;	
}


/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* generic form */
/* ******************************************************************* */

div.genericForm div.fields div.field
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.genericForm div.fields div.field:hover
{
	outline-width: thin;
	outline-style: solid;
	outline-color: #222222;
	background-color: #222222;
}

div.genericForm div.fields div.field:hover input.text
{
	border-color: #00FFFF;
}

div.genericForm div.fields div.field label
{
	float: left;
	padding-right: 20px;
	min-width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: left;
}

div.genericForm div.fields div.field input.text
{
	width: 200px;
}

div.genericForm div.fields div.fieldNote
{
	width: 70vw;
}

div.genericForm div.spacerHz
{
	font-size: 0px;
	line-height: 0px;
	height: 20px;
	width: 2px;
}

div.genericForm div.halfSpacerHz
{
	font-size: 0px;
	line-height: 0px;
	height: 10px;
	width: 2px;
}

div.genericForm div.controls
{
	padding-top: 20px;
	text-align: right;
}

@media all and (orientation: portrait)
{
	div.genericForm div.controls
	{
		text-align: left;
	}
}

/* -------- specialised label widths -------- */

/*
div.accountForm,
div.deviceGroupForm,
div.deviceForm
{
	float: left;
}
*/

div.accountForm div.fields div.field label,
div.deviceGroupForm div.fields div.field label,
div.deviceForm div.fields div.field label
{
	min-width: 100px;
}

/* ******************************************************************* */
/* ******************************************************************* */



/* ******************************************************************* */
/* generic grid form */
/* ******************************************************************* */

div.genericForm div.fieldsGrid
{
	display: grid;
	grid-template-columns: auto 1fr;
	/*column-gap: 20px;*/
	row-gap: 10px;
}

@media all and (orientation: portrait)
{
	div.genericForm div.fieldsGrid
	{
		grid-template-columns: 1fr;
		row-gap: 0px;
	}
}

div.genericForm div.fieldsGrid input.text:hover,
div.genericForm div.fieldsGrid select:hover
{
	border-color: #00FFFF;
}


div.genericForm div.fieldsGrid label
{	
	display: block;
	justify-self: stretch;
	align-self: stretch;
	line-height: 38px;
	padding-right: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}


div.genericForm div.fieldsGrid label:hover,
div.genericForm div.fieldsGrid label.hovered
{
	background-color: #222222;	
	border-top-color: #222222;
	border-bottom-color: #222222;
}


div.genericForm div.fieldsGrid label:hover + input.text,
div.genericForm div.fieldsGrid label:hover + select
{	
	border-color: #00FFFF;
}


div.genericForm div.fieldsGrid input.text
{
	min-width: 200px;
}

@media all and (orientation: portrait)
{
	div.genericForm div.fieldsGrid input
	{		
		margin-bottom: 15px;
	}
}

div.genericForm div.fieldsGrid div.fieldNote
{	
	grid-column-start: 1;
	grid-column-end: 3;
}

@media all and (orientation: portrait)
{
	div.genericForm div.fieldsGrid div.fieldNote
	{	
		grid-column-start: 1;
		grid-column-end: 2;
	}
}



/* ******************************************************************* */
/* ******************************************************************* */


/* ******************************************************************* */
/* dataItems */
/* ******************************************************************* */

table.dataItems
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
}

@media all and (orientation: portrait)
{
	table.dataItems
	{
		border-style: none;
	}
}

table.dataItems thead tr th
{	
	background-color: #111111;	
}

table.dataItems th,
table.dataItems td
{
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	padding: 10px 10px 10px 10px;
	text-align: left;
}


table.dataItems td .mobileLabel
{
	display: none;
}

@media all and (orientation: portrait)
{
	table.dataItems thead
	{
		display: none;
	}

	table.dataItems,
	table.dataItems tbody,
	table.dataItems tr,
	table.dataItems tr td
	{
		display: block;
	}

	table.dataItems td .mobileLabel
	{
		display: inline;
	}

	table.dataItems tr
	{
		margin-bottom: 20px;
	}

	table.dataItems tr td
	{
		display: grid;
		grid-template-columns: 25% 1fr;
		column-gap: 10px;
		border-style: none;
		border-left: 1px solid #222222;
		border-right: 1px solid #222222;
		padding: 10px 5px 10px 5px;
	}

	table.dataItems tr td:first-of-type
	{
		background-color: #111111;
		border-top: 1px solid #222222;		
	}

	table.dataItems tr td:last-of-type
	{
		border-bottom: 1px solid #222222;		
	}

	table.dataItems tr td span
	{
		justify-self: start;
		align-self: start;
	}

	table.dataItems tr td span:first-of-type
	{
		font-weight: bold;				
	}

	table.dataItems tr td span:last-of-type
	{
		word-wrap: anywhere;
	}

	table.dataItems tr td.controls
	{
		display: block;
	}
}

table.dataItems tfoot tr td
{
	background-color: #111111;
}

table.dataItems td.statusOnline
{
	color: #00FF00;
}

table.dataItems td.statusOffline
{
	color: #FF00FF;
}

table.dataItems tbody tr:hover td
{	
	background-image: url('/Images/double_lines.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media all and (orientation: portrait)
{
	table.dataItems tbody tr:hover td
	{
		background-image: none;
	}
}

table.dataItems th.controls,
table.dataItems td.controls
{
	text-align: center;
}

/* specifics */

div.dnsRecordsForm table.dataItems tfoot tr td input.text,
div.dnsRecordsForm table.dataItems tfoot tr td select
{
	border-color: #FFFF00;
}

div.dnsRecordsForm table.dataItems tfoot tr td input.button
{
	border-color: #FF00FF;
	color: #FF00FF;
}

div.dnsRecordsForm table.dataItems tr td select.type
{
	width: 80px;
}

div.dnsRecordsForm table.dataItems tr td div.priorityPanel input
{
	display: none;
}

div.dnsRecordsForm table.dataItems tr td div.priorityPanel.mxMode input
{
	display: inline;
}

div.dnsRecordsForm table.dataItems tr td div.priorityPanel.mxMode span
{
	display: none;
}

@media all and (orientation: portrait)
{
	div.dnsRecordsForm table.dataItems tr td span:first-of-type
	{
		align-self: center;
	}

	div.dnsRecordsForm table.dataItems tr td input
	{
		width: 92%;		
	}

	div.dnsRecordsForm table.dataItems tr td.actions
	{
		grid-template-columns: auto auto;
	}

	div.dnsRecordsForm table.dataItems tr td.actions div.halfSpacerHz
	{
		display: none;
	}

	div.dnsRecordsForm table.dataItems tr td select.type
	{
		width: 100%;
	}
}

/* ******************************************************************* */
/* ******************************************************************* */

/* ******************************************************************* */
/* mobile menu */
/* ******************************************************************* */


@media all and (orientation: portrait)
{
	div.siteWrapper div.customerInterface nav
	{
		position: absolute;
		border: 1px solid #FFFFFF;
		background-color: #222222;
		right: 10px;
		top: 40px;
		padding-bottom: 0px;

		display: none;
	}

	div.siteWrapper div.customerInterface nav ul
	{
		padding: 10px 20px 10px 20px;
	}

	div.siteWrapper div.customerInterface nav ul li
	{
		display: block;
		margin: 0px 0px 0px 0px;
	}

	div.siteWrapper div.customerInterface nav ul li a
	{
		border-style: none;
	}

	div.siteWrapper div.customerInterface div.componentPadding
	{
		padding-top: 0px;
	}
}

/* ******************************************************************* */
/* ******************************************************************* */


/* ******************************************************************* */
/* tabs */
/* ******************************************************************* */


div.tabControl div.tabButtons
{
	background-image: url('/Images/product_tabs_background.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.tabControl div.tabButtons a,
div.tabControl div.tabButtons a:active,
div.tabControl div.tabButtons a:visited,
div.tabControl div.tabButtons a:hover
{
	float: left;
	display: block;
	background-color: #292929;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #AAAAAA;
	margin-right: 5px;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #888888;
	font-weight: bold;
}

div.tabControl div.tabButtons a.selected,
div.tabControl div.tabButtons a.selected:active,
div.tabControl div.tabButtons a.selected:visited,
div.tabControl div.tabButtons a.selected:hover
{
	background-color: #505050;	
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #505050;
}

div.tabControl div.tabButtons a.selected,
div.tabControl div.tabButtons a.selected:active,
div.tabControl div.tabButtons a.selected:visited
{
	color: #FFFFFF;
}

div.tabControl div.tabButtons a:hover
{
	color: #FFFFFF;
}

div.tabControl div.tabButtons a.selected:hover
{
	color: #D6B500;
}

div.tabControl div.tabPanels
{
	background-color: #505050;	
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

div.tabControl div.tabPanels div.tabPanelsPadding
{
	padding: 10px 10px 10px 10px;
}


/* ******************************************************************* */
/* ******************************************************************* */

/* non-IE classes*/


