/*================================================================*/
HTML
{
	background: #303032 url(http://www.bwp-by-rk.co.uk/sitebackground.jpg) -631px 0px;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	width: 1253px;
}
DIV#gallery FORM#userAdminForm
{
	margin-left: 110px;
	background-color: #2F2F31;
}
HTML BODY.gallery DIV#gsFooter
{
	padding-left: 0;
}
/*container.css (YUI 0.11.0)

Modified from the original container.css to use as many div#id
style tags as possible to tightly scope this CSS so that it
doesn't leak out and affect our themes.
================================================================*/
DIV#gDialog
{
	position: absolute;
	display: block;
}
DIV#gDialog_c .tt
{
	visibility: hidden;
	position: absolute;
	color: #333;
	background-color: #FDFFB4;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 2px;
	border: 1px solid #FCC90D;
	font: 100% sans-serif;
	width: auto;
}
* HTML BODY.masked SELECT
{
	visibility: hidden;
}
* HTML DIV.panel-container SELECT
{
	visibility: inherit;
}
* HTML DIV.drag SELECT
{
	visibility: hidden;
}
* HTML DIV.hide-select SELECT
{
	visibility: hidden;
}
DIV#gDialog_mask
{
	z-index: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color: #CCC;
}
DIV#gDialog_c .hide-scrollbars *
{
	overflow: hidden;
}
DIV#gDialog_c .hide-scrollbars TEXTAREA, .hide-scrollbars SELECT
{
	overflow: hidden;
	display: none;
}
DIV#gDialog_c .show-scrollbars TEXTAREA, .show-scrollbars SELECT
{
	overflow: visible;
}
DIV#gDialog_c
{
	position: absolute;
	background-color: transparent;
	z-index: 6;
	visibility: hidden;
	overflow: visible;
	width: auto;
}
DIV#gDialog_c .panel-container.matte
{
	padding: 3px;
	background-color: #FFF;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
DIV#gDialog_c .panel-container.matte .underlay
{
	display: none;
}
DIV#gDialog_c .panel-container.shadow
{
	padding: 0px;
	background-color: transparent;
}
DIV#gDialog_c .panel-container.shadow .underlay
{
	visibility: inherit;
	position: absolute;
	background-color: #CCC;
	top: 3px;
	left: 3px;
	z-index: 0;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
DIV#gDialog
{
	visibility: hidden;
	border-collapse: separate;
	position: relative;
	left: 0px;
	top: 0px;
	font: 1em Arial;
	background-color: #FFF;
	border: 1px solid #000;
	z-index: 1;
	overflow: auto;
}
DIV#gDialog .hd
{
	background-color: #3D77CB;
	color: #FFF;
	font-size: 100%;
	line-height: 100%;
	border: 1px solid #FFF;
	border-bottom: 1px solid #000;
	font-weight: bold;
	overflow: hidden;
	padding: 4px;
}
DIV#gDialog .bd
{
	overflow: hidden;
	padding: 4px;
}
DIV#gDialog .bd P
{
	margin: 0 0 1em;
}
DIV#gDialog .close
{
	position: absolute;
	top: 5px;
	right: 4px;
	z-index: 6;
	height: 12px;
	width: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	visibility: inherit;
}
DIV#gDialog .close.nonsecure
{
	background-image: url(http://us.i1.yimg.com/us.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}
DIV#gDialog .close.secure
{
	background-image: url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}
DIV#gDialog .ft
{
	padding: 4px;
	overflow: hidden;
}
DIV#gDialog_c .simple-dialog .bd .icon
{
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
}
DIV#gDialog_c .dialog .ft, .simple-dialog .ft
{
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}
DIV#gDialog_c .dialog FORM, .simple-dialog FORM
{
	margin: 0;
}
DIV#gDialog_c .button-group BUTTON
{
	font: 100/76% verdana;
	text-decoration: none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin: 2px;
	padding: 2px;
}
DIV#gDialog_c .button-group BUTTON.default
{
	font-weight: bold;
}
DIV#gDialog_c .button-group BUTTON:hover, .button-group BUTTON.hover
{
	border: 2px solid #90A029;
	background-color: #EBF09E;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
DIV#gDialog_c .button-group BUTTON:active
{
	border: 2px solid #E4E4E4;
	background-color: #BBB;
	border-top-color: #333;
	border-left-color: #333;
}
/*=================================================
slider.css (YUI 0.11.0)
based on YUI slider / color picker implementation
=================================================

* the box itself
* the position needs to be dynamic in order to pop up in the right place
 */
DIV#Markup_colorChooser
{
	position: absolute;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	width: 360px;
	height: 250px;
	display: none;
}
/*upper border*/
DIV#Markup_colorHandle
{
	background-color: #BBBBBB;
	height: 10px;
	cursor: move;
}
DIV#Markup_hueThumb
{
	cursor: default;
	width: 18px;
	height: 18px;
	z-index: 9;
	position: absolute;
}
/*slider background*/
DIV#Markup_hueBg
{
	position: absolute;
	left: 216px;
	height: 198px;
	width: 18px;
	background: url(hue.png) no-repeat;
	top: 18px;
}
/*big square*/
DIV#Markup_pickerDiv
{
	position: absolute;
	left: 10px;
	height: 187px;
	width: 188px;
	top: 20px;
}
DIV#Markup_pickerBg
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
DIV#Markup_selector
{
	cursor: default;
	width: 11px;
	height: 11px;
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 0px;
}
DIV#Markup_valdiv
{
	text-align: right;
	position: absolute;
	top: 86px;
	left: 246px;
}
DIV#Markup_valdiv INPUT
{
	font-size: 0.85em;
}
DIV#Markup_hint
{
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 2px 4px;
	position: absolute;
	top: 218px;
	left: 120px;
}
DIV#Markup_rBG
{
	top: 180px;
}
DIV#Markup_gBG
{
	top: 210px;
}
DIV#Markup_bBG
{
	top: 240px;
}
DIV#Markup_swatch
{
	position: absolute;
	left: 260px;
	top: 30px;
	height: 60px;
	width: 60px;
	border: 2px solid #AAAAAA;
}
/*** Icons for username, groupname and password form fields ***/
#giFormUsername, .giFormUsername
{
	background: url(userinfo.png) no-repeat 0 1px;
	padding-left: 17px;
}
#giFormGroupname
{
	background: url(groupinfo.png) no-repeat 0 1px;
	padding-left: 17px;
}
#giFormPassword
{
	background: url(key7-16-bw.gif) no-repeat 0 1px;
	padding-left: 17px;
}
/*** Status messages in AdminPlugins ***/
#gbPluginStatusUpdates
{
	position: absolute;
	font-size: 1.5em;
	display: none;
	background: #999;
}
#gbPluginStatusUpdates DIV.giSuccess
{
	background: #5C0;
	color: #FFFFFF;
	padding: 15px;
	width: 350px;
	text-align: center;
}
#gbPluginStatusUpdates DIV.giWarning
{
	background: #C50;
	color: #FFFFFF;
	padding: 15px;
	width: 350px;
	text-align: center;
}
/*** General styles ***/
LABEL
{
	cursor: pointer;
}
/*** Autocomplete ***/
.autoCompleteShadow
{
	position: absolute;
	margin: 0.3em;
	z-index: 5;
}
.autoCompleteContainer
{
	position: relative;
	bottom: 4px;
	right: 4px;
	overflow: hidden;
}
.autoCompleteContainer .yui-ac-content UL
{
	position: relative;
	padding: 3px 0;
	list-style: none;
}
.autoCompleteContainer .yui-ac-content LI
{
	padding: 2px 4px;
	cursor: default;
	white-space: nowrap;
	display: list-item;
}
/*** Icons for Plugins ***/
.AdminPlugins_legend
{
	width: 100%;
	text-align: right;
	margin-bottom: 2px;
}
.AdminPlugins_legend SPAN
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.icon-plugin-active
{
	padding-left: 16px;
	background: url(module-active.gif) no-repeat left center;
}
.icon-plugin-inactive
{
	padding-left: 16px;
	background: url(module-inactive.gif) no-repeat left center;
}
.icon-plugin-upgrade
{
	padding-left: 16px;
	background: url(module-upgrade.gif) no-repeat left center;
}
.icon-plugin-uninstall
{
	padding-left: 16px;
	background: url(module-install.gif) no-repeat left center;
}
.icon-plugin-incompatible
{
	padding-left: 16px;
	background: url(module-incompatible.gif) no-repeat left center;
}
.icon-plugin-locked
{
	padding-left: 16px;
	background: url(module-locked.gif) no-repeat left center;
}
#gallery.rtl .icon-plugin-active, #gallery.rtl .icon-plugin-inactive, #gallery.rtl .icon-plugin-upgrade, #gallery.rtl .icon-plugin-uninstall, #gallery.rtl .icon-plugin-incompatible, #gallery.rtl .icon-plugin-locked
{
	padding-left: 0;
	padding-right: 16px;
	background-position: right center;
}
/*** Progress Bar ***/
#ProgressBar #progressDone
{
	width: 0%;
	background-color: #FD6704;
	border: thin solid #DDD;
}
#ProgressBar #progressToGo
{
	width: 100%;
	background-color: #EEE;
	border: thin solid #DDD;
	border-left: none;
}
#ProgressBar #progressContinueLink
{
	font-size: 1.5em;
}
/*Avoid disappearing text on IE6*/
#gallery.IE #ProgressBar #progressTitle, #gallery.IE #ProgressBar #progressDescription, #gallery.IE #ProgressBar #progressTimeRemaining
{
	display: inline-block;
}
/*** Tooltip ***/
SPAN.gTooltipTarget
{
	border-bottom: 1px dashed #6B8CB7;
}
#gTooltip.tt
{
	visibility: hidden;
	position: absolute;
	color: #333;
	background-color: #FDFFB4;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 2px;
	border: 1px solid #FCC90D;
	font: 100% sans-serif;
	width: auto;
}
#gTooltip.mask
{
	z-index: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #CCC;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
#gTooltip.mask[id]
{
/*IE6 and below Can't See This*/
	position: fixed;
}
/*** Help ***/
DIV.gbLink-Help
{
	float: right;
	cursor: pointer;
}

