﻿*
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

html, body, form
{
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a
{
	/*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #260D00;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
	transition: background-color 0.5s linear, color 100ms linear;
	-moz-transition: background-color 0.5s linear, color 100ms linear;
	-webkit-transition: background-color 0.5s linear, color 100ms linear;
	-o-transition: background-color 0.5s linear, color 100ms linear;
}

a:hover
{
	/*color: #260D00;*/ /*#FF7700;*/
	text-decoration: underline; /*text-shadow: 0 1px 0 #FF7D00;*/
}

a.button
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEEFB3;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 5px; /*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #FF4400;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
}

a.button:hover
{
	color: #FFFFFF;
	background-color: #FF7D00;
	border-color: #FF7D00; /*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/ /*color: #FF4400;*/ /*#FF7700;*/
	text-decoration: none; /*text-shadow: 0 1px 0 #FF7D00;*/
}

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 *
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

span.bold
{
	font-weight: bold;
}

div.loggedIn
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #260D00;
	font-size: 10pt;
	font-weight: bold;
	border-top-width: 3px;
	border-top-color: #260D00;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #260D00;
	border-bottom-style: solid;
	margin-bottom: 20px;
	padding: 5px;
}

div.container
{
	min-height: 100%; /*height: 100%;*/
	position: relative; /* If we set relative positioning on 'container' div, any elements within it will be positioned relative to it. See 'bottom' div */
}

div.top
{
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.2); /*margin: 10px;*/
	padding: 10px 10px 10px 10px; /*background: #260D00;*/ /*#FF9966;*/
	/*background-color: #260D00;*/
	background-image: url('../../ImageDynamic.ashx?width=20&height=20&topColour=FF260D00&bottomColour=FF260D00');
}

div.top div.logoContainer
{
	width: 250px;
}

div.top div.logoContainer span
{
	font-family: Bookman Old Style, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
}

div.top div.logoContainer div.logoImage
{
	/*background-image: url('Images/AdmiralJaneway.jpg');*/ /*width: 30px;*/
}

div.top div.logoContainer div.logoTop
{
	text-align: right;
}

div.top div.logoContainer div.logoTop span.logoTopLeft
{
	color: #FFFFFF; /*border: solid 1px #FF7D00;*/ /*background-color: #260D00;*/ /*z-index: 0;*/
}

div.top div.logoContainer div.logoTop span.logoTopCentre
{
}

div.top div.logoContainer div.logoTop span.logoTopRight
{
	color: #FF7D00;
}

div.top div.logoContainer div.logoMiddle
{
	text-align: right;
}

div.top div.logoContainer div.logoMiddle span.logoMiddleLeft
{
	color: #FFFFFF;
	font-size: 12pt;
	vertical-align: top;
	margin-top: -6px;
	display: block; /*border: solid 1px #FF7D00;*/ /*background-color: #260D00;*/ /*z-index: 1;*/
}

div.top div.logoContainer div.logoMiddle span.logoMiddleCentre
{
}

div.top div.logoContainer div.logoMiddle span.logoMiddleRight
{
}

div.top div.logoContainer div.logoBottom
{
	/*border: solid 1px #FF7D00;*/
}

div.top div.logoContainer div.logoBottom span.logoBottomLeft
{
}

div.top div.logoContainer div.logoBottom span.logoBottomCentre
{
}

div.top div.logoContainer div.logoBottom span.logoBottomRight
{
}

div.middle /*content*/
{
	/*width: 100%;*/
	padding: 10px;
	padding-bottom: 90px; /* Height of the footer + footer padding + footer bottom + extra */
}

div.bottom
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 400px;
	height: 60px; /* Height of the footer */
	color: #260D00;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	border-top-width: 3px;
	border-top-color: #260D00;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #260D00;
	border-bottom-style: solid; /*margin-top: 20px;*/
	padding: 5px;
}

hr
{
	box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
	border: 0px;
	height: 3px;
	/*color: #FFFF99;*/
	/*background-color: #260D00;*/
	background-image: url('../../ImageDynamic.ashx?width=1&height=3&topColour=FF260D00&bottomColour=FF260D00');
}

a.disabled
{
	color: #666666;
}

a.fileReplace
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEEFB3;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 5px; /*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #FF4400;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
	display: block;
	margin: 6px 0px 6px 2px;
	width: 60px;
}

a.fileReplace:hover
{
	color: #FFFFFF;
	background-color: #FF7D00;
	border-color: #FF7D00; /*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/ /*color: #FF4400;*/ /*#FF7700;*/
	text-decoration: none; /*text-shadow: 0 1px 0 #FF7D00;*/
}

a.fileDelete
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEEFB3;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 5px; /*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #FF4400;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
	display: block;
	margin: 0px 0px 6px 0px;
	width: 60px;
}

a.fileDelete:hover
{
	color: #FFFFFF;
	background-color: #FF7D00;
	border-color: #FF7D00; /*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/ /*color: #FF4400;*/ /*#FF7700;*/
	text-decoration: none; /*text-shadow: 0 1px 0 #FF7D00;*/
}

img.imageSmall, a.imageSmall img
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	width: 100px;
}

img.imageMedium, a.imageMedium img
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	width: 150px;
}

/*
======================
= Login/Registration =
======================
*/

.passwordRecovery_TextBox
{
	margin: 2px;
}

.createUserWizard_TextBox
{
	margin: 2px;
}

.changePassword_TextBox
{
	margin: 2px;
}

.login_TextBox
{
	margin: 2px;
}

.forgotPassword a
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEEFB3;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 5px; /*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #FF4400;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
}

.forgotPassword a:hover
{
	color: #FFFFFF;
	background-color: #FF7D00;
	border-color: #FF7D00; /*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/ /*color: #FF4400;*/ /*#FF7700;*/
	text-decoration: none; /*text-shadow: 0 1px 0 #FF7D00;*/
}

/*
=========
= Pages =
=========
*/
div.page
{
	width: 100%; /*min-height: 100%;*/
	display: table;
}

div.page h1
{
	/* Old */
	font-size: 16pt;
	margin-bottom: 15px;
}

div.page div.pageHeading
{
	/* Additional */
	margin-bottom: 10px;
}

div.page div.pageHeading span.heading
{
	/* Replacement */ /*font-family: Helvetica, Arial, sans-serif;*/
	font-weight: bold;
	font-size: 16pt;
}

div.page div.pageImage
{
	float: right;
	position: relative;
	width: 350px;
	z-index: 1;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.page div.pageImage img.image
{
	border: none;
	width: 350px;
}

div.page div.pageImage span.caption
{
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	background-image: url('../../ImageDynamic.ashx?width=20&height=20&topColour=99260D00&bottomColour=99260D00');
	/*background-image: url('Images/CaptionBrown50.png');*/
	display: block;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 330px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-color: #FF7D00;
	border-bottom-color: #FF7D00;
}

div.page p
{
	/* Old */
	font-size: 11pt; /*margin-bottom: 5px;*/
}

div.page div.pageText
{
	/* Additional */
	margin-bottom: 10px; /*background-image: url('Images/AdmiralJaneway.jpg');*/
}

div.page div.pageText span.text
{
	/* Replacement */
	font-size: 11pt; /*line-height: 20px;*/
}

div.page div.pageText span.text p
{
	/* Additional */
	margin-top: 10px;
	margin-bottom: 10px;
}

div.page div.pageAudit p
{
	/* Old */
	color: #666666;
	font-size: 7pt;
	font-weight: bold;
	margin-bottom: 15px;
}

div.page div.pageAudit
{
	/* Additional */ /*margin-bottom: 10px;*/
}

div.page div.pageAudit span.audit
{
	/* Replacement */
	color: #666666;
	font-size: 7pt;
	font-weight: bold;
}

/* Pages [Edit] */

div.editPage
{
	display: table;
	width: 100%;
	height: 450px;
}

div.editPage div.editPageImage
{
	float: right;
	width: 375px;
	height: 100%;
}

div.editPage div.editPageImage table.image
{
	border-collapse: collapse;
	height: 465px; /*540px;*/
}

div.editPage div.editPageImage table.image tr
{
	vertical-align: top;
}

/*
==========
= Tables =
==========
*/
.table
{
}

.tableFieldHeader
{
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #260D00;*/
	background-image: url('../../ImageDynamic.ashx?width=20&height=20&topColour=FF260D00&bottomColour=FF260D00');
	height: 25px;
	width: 85px;
	vertical-align: top;
}

/*
=============
= GridViews =
=============
*/
.gridView
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF; /*border-color: #CCCCCC;*/
	width: 100%;
	font-size: 8pt;
}

.gridView tbody, .gridView tr, .gridView td
{
	border-style: none;
}

.gridViewHeader
{
	/*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	/*background-color: #260D00;*/ /*#666666;*/
	background-image: url('../../ImageDynamic.ashx?width=20&height=20&topColour=FF260D00&bottomColour=FF260D00');
	height: 30px;
}

.gridViewHeader a
{
	color: #FFFFFF; /*text-decoration: underline;*/
}

.gridViewHeader_Text
{
	width: 30%;
}

.gridViewHeader_Command
{
	width: 8%;
}

.gridViewItem_Image
{
	text-align: center;
}

.gridViewItem_Text
{
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('../../Images/information.png');
	padding-left: 50px;
}

.gridViewItem_Text span
{
	color: #00529B;
}

.gridViewItem_Command
{
	text-align: center;
}

.gridViewItem_Command a
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEEFB3;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 5px; /*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #FF4400;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
}

.gridViewItem_Command a.disabled
{
	color: #CCCCCC;
	background-color: #FFFFFF;
}

.gridViewItem_Command a:hover
{
	color: #FFFFFF;
	background-color: #FF7D00;
	border-color: #FF7D00; /*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/ /*color: #FF4400;*/ /*#FF7700;*/
	text-decoration: none; /*text-shadow: 0 1px 0 #FFAA00;*/
}

.gridViewItem_Command a.disabled:hover
{
	color: #CCCCCC;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}

.gridViewItem_Currency
{
	text-align: right;
}

.gridViewRow
{
	height: 30px;
	background-color: #EEEEEE;
	transition: background-color 0.5s linear, color 100ms linear;
	-moz-transition: background-color 0.5s linear, color 100ms linear;
	-webkit-transition: background-color 0.5s linear, color 100ms linear;
	-o-transition: background-color 0.5s linear, color 100ms linear;
}

.gridViewRow:hover
{
	background-color: #999999;
}

.gridViewAlternatingRow
{
	height: 30px;
	background-color: #CCCCCC;
	transition: background-color 0.5s linear, color 100ms linear;
	-moz-transition: background-color 0.5s linear, color 100ms linear;
	-webkit-transition: background-color 0.5s linear, color 100ms linear;
	-o-transition: background-color 0.5s linear, color 100ms linear;
}

.gridViewAlternatingRow:hover
{
	background-color: #999999;
}

.gridViewSelectedRow
{
	font-weight: bold;
	/*color: #260D00;*/
	background-color: #CCCCCC;
}

.gridViewSelectedRow td
{
	/*border-top-style: solid;*/
	/*border-top-width: 3px;*/
	/*border-top-color: #260D00;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-width: 3px;*/
	/*border-bottom-color: #260D00;*/
	/*border-right-style: none;*/
	/*border-left-style: none;*/
}

.gridViewSelectedRow a
{
	font-weight: normal;
	/*color: #260D00;*/
}

/*
================
= DetailsViews =
================
*/
.detailsView
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 95%;
	font-size: 8pt;
}

.detailsView tbody, .detailsView tr, .detailsView td
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.detailsViewFieldHeader
{
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #260D00;*/ /*#666666;*/ /*height: 30px;*/
	background-image: url('../../ImageDynamic.ashx?width=20&height=20&topColour=FF260D00&bottomColour=FF260D00');
	width: 150px;
	vertical-align: top;
}

.detailsViewRow
{
	height: 30px;
}

.detailsViewAlternatingRow
{
	height: 30px;
}

.detailsViewItem_Command a
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FEEFB3;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 5px; /*color: #260D00;*/ /*color: #FF7D00;*/ /*color: #FF4400;*/
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/
}

.detailsViewItem_Command a:hover
{
	color: #FFFFFF;
	background-color: #FF7D00;
	border-color: #FF7D00; /*box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.2);*/ /*color: #FF4400;*/ /*#FF7700;*/
	text-decoration: none; /*text-shadow: 0 1px 0 #FF7D00;*/
}

/*
=============
= FormViews =
=============
*/
.formView
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

/*.formViewTable
{
	width: 80%;
	font-size: 8pt;
}*/

.formView tbody, .formView tr, .formView td
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.formViewFieldHeader
{
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #260D00;*/ /*height: 30px;*/
	background-image: url('../../ImageDynamic.ashx?width=20&height=20&topColour=FF260D00&bottomColour=FF260D00');
	width: 150px;
	vertical-align: top;
}

.formViewRow
{
	height: 30px;
}

/*
=============
= AJAX Tabs =
=============
*/

/* Default */
div.tabs .ajax__tab_default .ajax__tab_header
{
	white-space: normal; /*nowrap;*/
}

div.tabs .ajax__tab_default .ajax__tab_outer
{
	display: -moz-inline-box;
}

div.tabs .ajax__tab_default .ajax__tab_inner
{
	display: -moz-inline-box;
}

div.tabs .ajax__tab_default .ajax__tab_tab
{
	cursor: pointer;
	display: -moz-inline-box;
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
}

/* Header */
div.tabs .ajax__tab_xp .ajax__tab_header
{
	background: none;
	/*transparent url('Images/dot.png') repeat-x scroll center bottom;*/
	/*transparent url(1 x 1 top border) repeat-x scroll center bottom;*/
	/*font-family: Verdana, Tahoma, Helvetica;*/
	font-size: 8pt;
	font-weight: bold;
}

/*div.tabs .ajax__tab_xp .ajax__tab_header
{
	border-bottom: 1px solid #260D00;
	background-image: none;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}*/

/* Inactive Tab */
div.tabs .ajax__tab_xp .ajax__tab_outer
{
	/*background: none;*/ /*transparent url(4 x 21 - Disabled RHS) no-repeat scroll right center;*/ /*height: 21px;*/ /*padding-right: 0px;*/ /*4px;*/
	background: transparent url('../../ImageDynamic.ashx?width=4&height=36&topColour=FF776B64&bottomColour=FF534740') no-repeat scroll right center;/*'Images/TabInactiveRHS2.png'*/
	height: 36px;
	padding-right: 4px;
}

/*div.tabs .ajax__tab_xp .ajax__tab_outer
{
	background: none;
	padding-right: 0px;
	margin-right: 3px;
	height: auto !important;
}*/

div.tabs .ajax__tab_xp .ajax__tab_inner
{
	/*background: transparent url(uiajax/left.gif) scroll left top;*/ /*transparent url(3 x 21 - Disabled LHS) no-repeat scroll 0%;*/ /*padding-left: 3px;*/
	background: transparent url('../../ImageDynamic.ashx?width=4&height=36&topColour=FF776B64&bottomColour=FF534740') no-repeat scroll 0%;/*'Images/TabInactiveLHS2.png'*/
	height: 36px;
	padding-left: 4px;
}

/*div.tabs .ajax__tab_xp .ajax__tab_inner
{
	background: transparent url(uiajax/left.gif) scroll left top;
	padding-left: 5px;
}*/

div.tabs .ajax__tab_xp .ajax__tab_tab
{
	/*background: transparent url(uiajax/right.gif) scroll right top;*/ /*transparent url(1 x 21 - Disabled Middle) repeat-x scroll 0%;*/ /*color: #260D00; 	height: 13px; 	margin: 0pt; 	padding: 4px;*/
	background: transparent url('../../ImageDynamic.ashx?width=1&height=36&topColour=FF776B64&bottomColour=FF534740') repeat-x scroll 0%;/*'Images/TabInactiveMid2.png'*/
	color: #FFFFFF;
	height: 16px; /*IE*/
	margin: 0pt; /*padding: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/*div.tabs .ajax__tab_xp .ajax__tab_tab
{
	background: transparent url(uiajax/right.gif) scroll right top;
	color: #260D00;
	height: auto;
	padding-left: 4px;
	padding-right: 9px;
}*/

/* Active Tab */
div.tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_outer
{
	/*background: none;*/ /*transparent url(4 x 21 - Active RHS) no-repeat scroll right center;*/
	background: transparent url('../../ImageDynamic.ashx?width=4&height=36&topColour=FFFF6F00&bottomColour=FFFF6F00') no-repeat scroll right center;/*'Images/TabActiveRHS2.png'*/
}

/*div.tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_outer
{
	background: none;
}*/

div.tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_inner
{
	/*background: transparent url(uiajax/left_on.gif) scroll left top;*/ /*transparent url(3 x 21 - Active LHS) no-repeat scroll 0%;*/
	background: transparent url('../../ImageDynamic.ashx?width=4&height=36&topColour=FFFF6F00&bottomColour=FFFF6F00') no-repeat scroll 0%;/*'Images/TabActiveLHS2.png'*/
}

/*div.tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_inner
{
	background: transparent url(uiajax/left_on.gif) scroll left top;
}*/

div.tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
	/*background: transparent url(uiajax/right_on.gif) scroll right top;*/ /*transparent url(1 x 21 - Active Middle) repeat-x scroll 0%;*/
	background: transparent url('../../ImageDynamic.ashx?width=1&height=36&topColour=FFFF6F00&bottomColour=FFFF6F00') repeat-x scroll 0%; /*'Images/TabActiveMid2.png'*/
}

/*div.tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_tab
{
	background: transparent url(uiajax/right_on.gif) scroll right top;
	padding-right: 4px;
	color: #fff;
	padding-right: 9px;
}*/

/* Body */
div.tabs .ajax__tab_xp .ajax__tab_body
{
	background-color: #FFFFFF;
	border-color: -moz-use-text-color #FFFFFF rgb(255, 255, 255);
	border-style: none;
	border-width: 0pt;
	/*border-color: -moz-use-text-color #260D00 rgb(255, 68, 0);*/
	/*#999999 rgb(153, 153, 153);*/
	/*border-style: none solid solid; 	border-width: 0pt 1px 1px;*/
	/*font-family: Verdana, Tahoma, Helvetica;*/
	/*font-size: 8pt;*/
	padding: 10px; /*8px;*/
}

/*div.tabs .ajax__tab_xp .ajax__tab_body
{
	border-color: #260D00;
}*/

/* Extra */
/*div.tabs .ajax__tab_xp .ajax__tab_container .ajax__tab_default
{
	clear: both;
}*/

div.tabs .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer
{
	background: transparent url('../../ImageDynamic.ashx?width=4&height=36&topColour=FFFF9300&bottomColour=FFFF6100') no-repeat scroll right center;/*'Images/TabHoverRHS2.png'*/
}

div.tabs .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner
{
	background: transparent url('../../ImageDynamic.ashx?width=4&height=36&topColour=FFFF9300&bottomColour=FFFF6100') no-repeat scroll 0%;/*'Images/TabHoverLHS2.png'*/
}

div.tabs .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab
{
	background: transparent url('../../ImageDynamic.ashx?width=1&height=36&topColour=FFFF9300&bottomColour=FFFF6100') repeat-x scroll 0%; /*'Images/TabHoverMid2.png'*/
}

/*div.tabs .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab
{
	text-decoration: underline !important;
}*/

/*div.tabs .ajax__tab_body
{
	font-size: 100%;
	padding: 1px 0 1px 0;
	margin-bottom: 10px;
}*/

/*
====================
= AJAX HTML Editor =
====================
*/

.ajax__htmleditor_editor_base
{
	/*height: 100%; 	width: 100%;*/
}

.ajax__htmleditor_editor_default
{
	height: 100%; /*position: relative;*/
	display: table; /*float: left;*/ /*width: 85%;*/
}

/* A container element (table) that wraps all of the HTMLEditor. */
.ajax__htmleditor_editor_container
{
}

/* A container element that wraps all buttons of the top toolbar. */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_toptoolbar
{
}

/* A container element that wraps editing panel (in any mode). */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_editpanel
{
	/*border-style: solid; 	border-width: 1px; 	border-color: #666666 #CCCCCC #CCCCCC #666666;*/
}

/* A container element that wraps all buttons of the bottom toolbar. */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_bottomtoolbar
{
	/*background-color: #260D00;*/
}

/* This is applied to a button of toolbar. */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_button
{
	/*border-style: solid; 	border-width: 1px; 	border-color: #666666 #CCCCCC #CCCCCC #666666;*/
}

/* This is applied to a button of toolbar when the mouse is hovering over. */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_button_hover
{
	/*border-style: solid; 	border-width: 1px; 	border-color: #FF7D00 #FFBE7D #FFBE7D #FF7D00;*/
}

/* This is applied to a button of toolbar. */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_toolbar_button
{
}

/* This is applied to a button of toolbar when the mouse is hovering over. */
.ajax__htmleditor_editor_container .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_toolbar_button_hover
{
}

/* This is applied to a <label> element of "selector button" in toolbar (Font, Size). */
/*div.ajax__htmleditor_toolbar_button label
{
}*/

/* This is applied to a <select> element of "selector button" in toolbar. */
/*div.ajax__htmleditor_toolbar_button select
{
}*/

/* This is applied to <select> element's options of "selector button" in toolbar. */
/*div.ajax__htmleditor_toolbar_button select option
{
}*/
