
/*-Begin Section -_theme.css-*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

strong
{
	font-weight: bold !important;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*****************************************************************

	Beviss & Beckingsale
	Anthony Shapley
	
*****************************************************************/
body
{
	/*background:url(../_images/beviss/bg_slice.gif);*/
	background-color: #898d90;
	font-size:.8em;
	font-family:"Arial","Tahoma";
}
#base
{
	width: 881px;
	position: relative;
	border: 10px solid #fff;
	margin: 0 auto;
	background-color: #fff;
}
#base #LeftRightContainer
{
	width:881px;
}
#base #LeftRightContainer #ZoneLeftColumn
{
	width:252px;
	overflow:hidden!important;
	float:left;
}
#base #LeftRightContainer #ZoneRightColumn
{
	width:629px;
	overflow:hidden!important;
	float:left;
}
#base #ZoneFooterRow
{
	width:881px;
	height:40px;
	overflow:hidden;
}
form.elPageAdmin #ZoneHeaderRow
{
	margin-bottom:11px;
}

form.elOneColumn #ZoneLeftColumn
{
	display:none;
}

form.elOneColumn #ZoneRightColumn
{
	width:881px!important;
}

div.CopyrightFooter
{
	width:881px;
	margin:0 auto;
}	
a
, a:link
, a:visited
{
	color:#3aa0ee;
	text-decoration:none;
}
a:hover
, a:active
, a:focus
{
	text-decoration: underline;
}
/*****************************************************************

	Logo
	
*****************************************************************/
div.elLogo
{
	width:100%;
	height:119px;
	background-color:#032366;
}
div.elLogo h1.ident a
, div.elLogo h1.ident a:link
, div.elLogo h1.ident a:visited
{
	width: 336px;
	height: 119px;
	display: block;
	background:url(../_images/beviss/logo.gif);
}
div.elLogo h1.ident a span
, div.elLogo h1.ident a:link span
, div.elLogo h1.ident a:visited span
{
	display:none;
}
/*****************************************************************

	Quick Search
	
*****************************************************************/
div.elQuickSearch
{
	position:absolute;
	right:0;
	top:75px;
	width:200px;
}
div.elQuickSearch input
{
	height:15px;
	background-color:#cacaca;
	border: 0;
	padding: 1px 0 0 5px;
	font-size: .85em;
	margin: 0;
	float: left;
	width:150px;
	color:#434343;
}
div.elQuickSearch a.hoverbutton
, div.elQuickSearch a.hoverbutton:link
, div.elQuickSearch a.hoverbutton:visited
{
	height:16px;
	width: 24px;
	float:left;
	background:url(../_images/beviss/search_go.gif);
	border:0;
	padding:0;
	margin:0 0 0 2px;
}
div.elQuickSearch a.hoverbutton:hover
, div.elQuickSearch a.hoverbutton:active
, div.elQuickSearch a.hoverbutton:focus
{

}
div.elQuickSearch a.hoverbutton span
, div.elQuickSearch a.hoverbutton:link span
, div.elQuickSearch a.hoverbutton:visited span
{
	display:none;
}
/*****************************************************************

	Navigation
	
*****************************************************************/
ul.elMainMenu
{
	width:881px;
	height:36px;
	background:url(../_images/beviss/nav_background.gif) repeat-x;
	border-top:8px solid #fff;
}
ul.elMainMenu li
{
	float:left;
	padding:0 22px 0 20px;
	background:url(../_images/beviss/nav_divider.gif) no-repeat;
	height:36px;
	line-height:36px;
	position:relative;
}
ul.elMainMenu li.first
{
	background:none;
}
ul.elMainMenu li a
, ul.elMainMenu li a:link
, ul.elMainMenu li a:visited
{
	float:left;
	text-decoration:none;
	font-family:"Tahoma","Arial";
	color:#032366;
	height:36px;
	line-height:36px;
	display:block;
}
ul.elMainMenu li a:hover
, ul.elMainMenu li a:active
, ul.elMainMenu li a:focus
{
	color:#455983;
}
ul.elMainMenu li a.current
, ul.elMainMenu li a.current:link
, ul.elMainMenu li a.current:visited
, ul.elMainMenu li a.parent_current
, ul.elMainMenu li a.parent_current:link
, ul.elMainMenu li a.parent_current:visited
{
	color:#fff;
	background:url(../_images/beviss/menu_arrow.gif) no-repeat bottom center;
}
ul.elMainMenu li ul
{
	position:absolute;
	top:35px;
	left:-999em;
	width:200px;
	display:none;
	background-color:#999;
}
ul.elMainMenu li ul li
{
	float:left;
	clear:both;
	width:200px;
	height:20px;
	display:block;
	overflow:hidden;
	padding:0;
	background-image:none;
	text-indent:20px;
	background-color:#999;
	line-height:20px;
	font-size:.8em;
	border:1px 1px 0 1px solid #fff;
	border-bottom:0;
}
ul.elMainMenu li ul li a
, ul.elMainMenu li ul li a:link
, ul.elMainMenu li ul li a:visited
{
	line-height:20px;
	height:20px;
	width:198px;
	display:block;
	
}
ul.elMainMenu li.MenuItemHover ul,
ul.elMainMenu li:hover ul
{
	display:block;
	left:0;
}
/*****************************************************************

	Featured Image
	
*****************************************************************/
img.elFeaturedImage
{
	border-top:8px solid #fff;
}
	/* Fading on Homepage */
	div.elFeaturedImage
	{
		position:relative;
		width:881px;
		height:199px;
		margin:8px 0 0 0;
	}
	div.elFeaturedImage img
	{
		position:absolute;
		left:0;
		top:0;
		border:0;
	}

/*****************************************************************

	Side Menu
	
*****************************************************************/
ul.elSideMenu
{
	margin:0 0 10px 0;
}
ul.elSideMenu li a.depth01first
, ul.elSideMenu li a.depth01first:link
, ul.elSideMenu li a.depth01first:visited
{
	display:none;
}
ul.elSideMenu li ul li
{

	background:url(../_images/beviss/sub_border.gif) bottom right no-repeat;
}
ul.elSideMenu li ul li a
, ul.elSideMenu li ul li a:link
, ul.elSideMenu li ul li a:visited
{
	padding:7px 0 7px 38px;
	display:block;
	color:#5f5f5f;
}
ul.elSideMenu li ul li a:hover
, ul.elSideMenu li ul li a:active
, ul.elSideMenu li ul li a:focus
{
	color:#032366;
}
ul.elSideMenu li ul li a.current
, ul.elSideMenu li ul li a.current:link
, ul.elSideMenu li ul li a.current:visited
, ul.elSideMenu li ul li a.parent_current
, ul.elSideMenu li ul li a.parent_current:link
, ul.elSideMenu li ul li a.parent_current:visited
{
	background:url(../_images/beviss/sub_arrow.gif) no-repeat 30px center;
	color:#032366;
	font-weight:bold;
}
/*****************************************************************

	Context Panel
	
*****************************************************************/
ul.elContextPanel
{
	float:right;
	margin:30px 20px 0 30px;
	width:224px;
	position:relative;
	display:inline;
}
ul.elContextPanel li
{
	clear:both;
	margin-bottom:30px;
}
ul.elContextPanel li ul
{
	margin:0;
	padding:0;
}
ul.elContextPanel li ul li
{
	margin-bottom:0;
}
ul.elContextPanel li ul li img
{
	height:232px;
	width:210px;
	padding:7px;
	background:url(../_images/beviss/context_image_frame.gif) top left no-repeat;
}
ul.elContextPanel li ul li.elCaption
{
	background:url(../_images/beviss/caption_frame.gif) top left no-repeat;
	height:65px;
	line-height:65px;
}
ul.elContextPanel li ul li.elCaption p
{
	padding:0 17px 0 17px;
	font-size:.9em;
	color:#fff;
}
/*****************************************************************

	Content Area
	
*****************************************************************/
div.elContent
{
	padding:20px 30px 10px 30px;
	color:#5f5f5f;
	line-height:1.5em;
}
	div.HasAttachment div.elContent
	{
		width:320px;
		padding-right:0;
	}
	form.elNews div.elContent
	{
		padding:20px 30px 0 30px;
	}
form.elNoContent div.elContent
{
	padding-bottom:0;
}
div.elContent h1
{
	font-size:1.7em;
	font-weight:normal;
	color:#032366;
	margin-bottom:20px;
}
form.elNews div.elContent h1
{
	margin-bottom:0 !important;
}
div.elContent h2
{
	font-size:1.4em;
	font-weight:normal;
	padding:10px 0 10px;
}
form.elNews div.elContent h2
{
	padding-top:0 !important;
}
div.elContent h2 a
, div.elContent h2 a:link
, div.elContent h2 a:visited
{
	text-decoration:none;
}
div.elContent h2 a:hover
, div.elContent h2 a:active
, div.elContent h2 a:focus
{
	text-decoration:underline;
}
div.elContent p
{
	padding-bottom:15px;
}
div.elContent a
, div.elContent a:link
, div.elContent a:visited
{
	color:#5f5f5f;
	text-decoration:underline;
}

div.elContent ul
{
	list-style-type:disc;
}

div.elContent ul li
{
	margin: 6px 0;
}

div.elContent ul.paging
{
	float:right;
	width:160px;
}
div.elContent ul.paging li
{
	float:left;
	padding:0 10px;
}
div.Tools
{
	float:right;
	position:relative;
	padding:20px;
}
div.Tools a
, div.Tools a:link
, div.Tools a:visited
{
	color:#5f5f5f;
	padding:0 15px 0 0;
}
div.Tools a:hover
, div.Tools a:active
, div.Tools a:focus
{
	text-decoration:underline;
}
/*****************************************************************

	Related
	
*****************************************************************/
div.elRelated
{
	margin:0 0 0 30px;
	background:url(../_images/beviss/sub_border.gif) repeat-x top left;
	padding-top:10px;
	padding-bottom:20px;
	width:569px;
}
div.elRelated a
, div.elRelated a:link
, div.elRelated a:visited
{
	color:#5f5f5f;
	text-decoration:none;
	padding:0 0 0 10px;
	background:url(../_images/beviss/grey_arrow.gif) no-repeat left;
}
div.elRelated a:hover
, div.elRelated a:active
, div.elRelated a:focus
{
	text-decoration:underline;
	background:url(../_images/beviss/sub_arrow.gif) no-repeat left;
	color:#032366;
}
/*****************************************************************

	Tag Listing
	
*****************************************************************/
ul.elTagListing
{
	padding:18px 0 0 38px;
}

ul.elTagListing
{
	vertical-align:top;
}

ul.elTagListing li h1.elContentTitle
{
	font-weight:normal;
	font-size:1.8em;
	color:#032366;
	margin-bottom:12px;
}
ul.elTagListing li div.ContentWrapper div.elContent
{
	padding:0;
	position:relative;
}
ul.elTagListing li div.ContentWrapper div.elContent h1.Title
{
	background:url(../_images/beviss/border.gif) repeat-x bottom left;
	padding:10px 0;
	margin:0;
	color:#5f5f5f;
	font-size:2.1em;
	overflow:hidden;
}
ul.elTagListing li div.ContentWrapper div.elContent h1.Title a
, ul.elTagListing li div.ContentWrapper div.elContent h1.Title a:link
, ul.elTagListing li div.ContentWrapper div.elContent h1.Title a:visited
{
	color:#3aa0ee;
	text-decoration:none;
	font-weight:normal;
	background:url(../_images/beviss/news_icon.gif) no-repeat;
	padding:0 0 3px 20px;
	font-size:.5em;
	position:relative;
	float:left;
}

ul.elTagListing li div.ContentWrapper div.elContent div.Tools
{
	float:none;
	position:absolute;
	right:0;
	top:0;
	padding:10px;
}
/*****************************************************************

	Email Subscribe Panel
	
*****************************************************************/
div.elEmailSubscribe
{
	background-color:#f3f3f3;
	margin-top:20px;
	width:213px;
	float:right;
	overflow: hidden;
	padding:5px 0 10px 0;
}
div.elEmailSubscribe div
{
	position:relative;
}
div.elEmailSubscribe div ul li fieldset legend
{
	display:none;
}

div.elEmailSubscribe div ul li fieldset ul
{
	overflow:hidden;
	padding:0;
}

div.elEmailSubscribe div ul li fieldset ul li#ctl00_dash_557409c3f8284f77b2d4c5ab6b6768c2_divInner_MetaData_mcsec00592ac01141238374673d64f6a773_mdc88f889f307c2417dbd82d1dd4a56995a
{
	background: none;
}

div.elEmailSubscribe div ul li fieldset ul li#ctl00_dash_557409c3f8284f77b2d4c5ab6b6768c2_divInner_MetaData_mcsec00592ac01141238374673d64f6a773_mdc88f889f307c2417dbd82d1dd4a56995a label
{
	background: none;
	padding-left: 0px;
}

div.elEmailSubscribe ul.radYesNo
{
	float: left;
	clear: both;
	width: 150px;
}

div.elEmailSubscribe ul.radYesNo li
{
	float: left;
	display: inline;
	background: none;
	width: 56px;
	height: 30px;
	margin-left: 8px;
}

div.elEmailSubscribe ul.radYesNo li label
{
	display: none;
}

div.elEmailSubscribe ul.radYesNo li input
{
	width: 56px;
	height: 20px;
	display: block;
	margin-left: 0px;
}

div.elEmailSubscribe div ul li fieldset ul li label
{
	font-size:.9em;
	color:#3aa0ee;
	background:url(../_images/beviss/email_icon.gif) no-repeat;
	height:25px;
	line-height:15px;
	display:block;
	padding:0 0 0 20px;
	margin:8px 0 0 10px;
	float:left;
	clear:both;
}
div.elEmailSubscribe div ul li fieldset ul li label a.formDesc
, div.elEmailSubscribe div ul li fieldset ul li label a.formDesc:link
, div.elEmailSubscribe div ul li fieldset ul li label a.formDesc:visited
{
	display:none;
}

div.elEmailSubscribe div ul li fieldset ul li
{
	background:url(../_images/beviss/email_textbox.gif) no-repeat 10px 38px;
	width:213px;
	height:65px;
}
div.elEmailSubscribe div ul li fieldset ul li input
{
	background:none;
	width:140px;
	height:21px;
	padding:4px 0 0 0;
	border:0;
	margin:3px 0 0 20px;
	font-size:.85em;
	line-height:21px;
	color:#454545;
	float:left;
}
div.elEmailSubscribe div a.hoverbutton
, div.elEmailSubscribe div a.hoverbutton:link
, div.elEmailSubscribe div a.hoverbutton:visited
{
	padding:0;
	margin:0;
	border:0;
	background:url(../_images/beviss/newsletter_button.gif) no-repeat top left;
	height:25px;
	width:25px;
	position:absolute;
	bottom:3px;
	right:14px;
}
div.elEmailSubscribe div a.hoverbutton span
, div.elEmailSubscribe div a.hoverbutton:link span
, div.elEmailSubscribe div a.hoverbutton:visited span
{
	display: none;
}
/*****************************************************************

	Login Form
	
*****************************************************************/
#ZoneCentreRow fieldset.frmLogin
{
	width:200px;
	margin:0 auto;
}
#ZoneCentreRow fieldset.frmLogin legend
{
	font-size:1.8em;
	color: #032366;
}	
#ZoneCentreRow fieldset.frmLogin p
{
	padding:15px 0 15px 0;
	float:left;
	clear:both;
}
#ZoneCentreRow fieldset.frmLogin a.hoverbutton
, #ZoneCentreRow fieldset.frmLogin a.hoverbutton:link
, #ZoneCentreRow fieldset.frmLogin a.hoverbutton:visited
{
	margin:0 0 10px;
}
#ZoneCentreRow fieldset.frmLogin label
{
	margin:10px 0 5px;
	display:block;
}
/*****************************************************************

	Contact Form
	
*****************************************************************/
div.elForm
{
	margin:0 0 0 30px;
}
div.elForm div fieldset legend
{
	display:none;
}
div.elForm label
{
	float:left;
	clear:both;
	padding:10px 0 5px 0;
	color:#5f5f5f;
}
div.elForm label em
{
	color:red;
}
div.elForm input
, div.elForm textarea
{
	float:left;
	clear:both;
	width:350px;
	color:#5f5f5f;
}
div.elForm a.formDesc
, div.elForm a.formDesc:link
, div.elForm a.formDesc:visited
{
	display:none;
}
div.elForm a.hoverbutton
, div.elForm a.hoverbutton:link
, div.elForm a.hoverbutton:visited
{
	float:left;
	margin:10px 0 10px 235px;
}
/*****************************************************************

	Person Listings
	
*****************************************************************/
ul.elEmployee
{
	margin:0 0 0 30px;
	color:#5f5f5f;
}
ul.elEmployee li
{
	margin-bottom:30px;
	float:left;
}
ul.elEmployee li div.ContentWrapper
{
	width:567px;
	background:#f3f1f1;
	float:left;
}
ul.elEmployee li div.ContentWrapper div.elPerson
{

}
ul.elEmployee li div.ContentWrapper div.elPerson img
{
	border-right:3px solid #fff;
	float:left;
}
ul.elEmployee li div.ContentWrapper div.elPerson h2
, ul.elEmployee li div.ContentWrapper div.elPerson h3
, ul.elEmployee li div.ContentWrapper div.elPerson p
{
	float:left;
	width:355px;
	padding: 3px 0 0 13px;
}
ul.elEmployee li div.ContentWrapper div.elPerson p
{
		padding-top:14px;
}
ul.elEmployee li div.ContentWrapper div.elPerson h2
{
	padding-top: 10px;
	color:#032366;
}

ul.elEmployee li div.ContentWrapper div.elPerson a
, ul.elEmployee li div.ContentWrapper div.elPerson a:link
, ul.elEmployee li div.ContentWrapper div.elPerson a:visited
{
	color:#5f5f5f;
	text-decoration:underline;
}
ul.elEmployee li div.ContentWrapper div.elPerson p
{
	line-height:1.3em;
}
ul.elEmployee li div.ContentWrapper div.elPerson div.Biography
{
	float:left;
	clear:both;
	width:537px;
	padding:15px;
	border-top:3px solid #fff;
}
ul.elEmployee li div.ContentWrapper div.elPerson div.Biography p
{
	padding:0 0 10px 0;
	width:auto;
}
ul.elEmployee li div.ContentWrapper div.Tools
{
	float:right;
	clear:both;
}
/*****************************************************************

	Paging
	
*****************************************************************/
ul.Paging
{
	width:569px;
	float: right;
	margin:0 30px;
	padding:10px 0 10px 0;
}
ul.Paging li
{
	float: right;
	padding:0 10px;
	color:#454545;
}
ul.Paging li a
, ul.Paging li a:link
, ul.Paging li a:visited
{
	color:#032366;
	text-decoration:underline;
}
ul.Paging li a:hover
, ul.Paging li a:active
, ul.Paging li a:focus
{
	text-decoration:underline;
}
/*****************************************************************

	Footer Menu
	
*****************************************************************/
ul.elTextMenu
{
	width:569px;
	float: right;
	border-top:1px solid #bfbfbf;
	margin:0 30px;
	padding:10px 0 50px 0;
}
ul.elTextMenu li
{
	float: left;
	padding:0 10px;
	border-right:1px solid #bfbfbf;
}
ul.elTextMenu li.first
{
	padding-left:0;
}
ul.elTextMenu li a
, ul.elTextMenu li a:link
, ul.elTextMenu li a:visited
{
	color:#a9abae;
	font-size:.85em;
	text-decoration:none;
}
ul.elTextMenu li a.current
, ul.elTextMenu li a.current:link
, ul.elTextMenu li a.current:visited
, ul.elTextMenu li a.parent_current
, ul.elTextMenu li a.parent_current:link
, ul.elTextMenu li a.parent_current:visited
{
	color:#4e6594;
}
/*****************************************************************

	Copyright Text
	
*****************************************************************/
div.CopyrightFooter
{
	width:575px;
	padding:15px 0 30px 0;
}
div.CopyrightFooter span.FootageBar
{

}
div.CopyrightFooter span.FootageBar
{
	margin:0 auto;
	text-align:center;
	font-size:.85em;
	color:#fff;
	clear:both;
}
div.CopyrightFooter span.FootageBar a
, div.CopyrightFooter span.FootageBar a:link
, div.CopyrightFooter span.FootageBar a:visited
{
	text-decoration:none;
	color:#fff;
}

div.CopyrightFooter a:hover,
div.CopyrightFooter a:active
{
	text-decoration:underline!important;
}

#ctl00_dash_557409c3f8284f77b2d4c5ab6b6768c2_divInner_MetaData_mcsec00592ac01141238374673d64f6a773_mdc26a56562d767462a8440b7b0282c612f
{
	display: none;
}

div.elScrollingOffers
{
	float: left;
	display: inline;
	overflow: hidden;
	width: 879px;
	height: 25px;
	border: 1px solid #d6d6d6;
	background-color: #FFF;
}

div.elScrollingOffers div.elTitle
{
	float: left;
	display: inline;
	overflow: hidden;
	color: #032366;
	font-size: 14px;
	padding-top: 4px;
	/*width: 100px;*/
	width: 182px;
	padding-left: 7px;
	height: 21px;
}

div.elScrollingOffers div.dmarquee
{
	background-color: #FFF;
	width: 690px;
	/*width: 772px;*/
	height: 25px;
	position: relative;
	margin-left: 107px;
	overflow: hidden;
}

div.elScrollingOffers div.dmarquee a
, div.elScrollingOffers div.dmarquee a:link
, div.elScrollingOffers div.dmarquee a:visited
{
	background: url(../_images/beviss/scroller_right.gif) no-repeat right 0px;
	margin-right: 18px;
	padding-right: 16px;
	padding-top: 4px;
	background-color: #FFF;	
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	white-space: nowrap;
	color: #032366;
}
/*-End Section -_theme.css-*/


/*-Begin Section -formdisable.css-*/
div.divProtect
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100% !important;
	margin: 0;
	padding: 0;
	background-color: #b0b0b0;
	z-index: 99;
	cursor: wait;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);

/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-moz-opacity: 60;
	opacity: 60;
*/	
}
/*-End Section -formdisable.css-*/


/*-Begin Section -button.css-*/
/* BUTTONS */
a.hoverbutton
{
    margin: 0 0 0 -1px;
    padding: 0 15px;
    display: block;
    float: right;
 	height: 18px;    
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 16px;
}   
a.hoverbutton
, a.hoverbutton:link
, a.hoverbutton:visited
{
    background-image:url(../_images/hoverbutton/button_bkgd.gif);
}
a.hoverbutton:hover
, a.hoverbutton:active
{
    color: #FFF !important;
    background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
    text-decoration: none !important;
}
span.hoverbutton_buttonLeft
, span.hoverbutton_buttonRight
{
    display: none;
}
a.hoverbutton span
{
    color: #F0F0F0;
}
a.hoverbutton span.hoverbutton_button
{
	color: #F0F0F0;
}
a.hoverbutton:hover span
, a.hoverbutton:active span
{
    color: #FFF;    
}
form.body-Smallest a.hoverbutton
{
    line-height: 1.8em;
}
form.body-Small a.hoverbutton
{
    line-height: 1.5em;
}
form.body-Large a.hoverbutton
{
    line-height: 1.25em;
}
form.body-Largest a.hoverbutton
{
    line-height: 1.1em;
    font-size: .9em;
}
/* disabled buttons */
a.hoverbutton_disabled
, a.hoverbutton_disabled:link
, a.hoverbutton_disabled:visited
{
    margin: 0 0 0 -1px;
	background-image:url(../_images/hoverbutton/button_bkgd.gif);
    display: block;
	float: right;
	color: #333 !important;
	padding: 0 15px;	
	text-decoration: none !important;
	text-align: center;
	cursor: default;
	height: 18px;    	
    border: solid 1px #9F9F9F;
    cursor: default;
    line-height: 16px;	
}
a.hoverbutton_disabled:hover
, a.hoverbutton_disabled:active
{
    background-image:url(../_images/hoverbutton/button_bkgd.gif);
    color: #333 !important;
    text-decoration: none !important;
}
span.hoverbutton_disabled_buttonLeft
, span.hoverbutton_disabled_buttonRight
{
    display: none;
}
/* SMALLER BUTTONS */
a.hoverbutton_small
, a.hoverbutton_small:link
, a.hoverbutton_small:visited
, a.hoverbutton_small_disabled
, a.hoverbutton_small_disabled:link
, a.hoverbutton_small_disabled:visited
{
	color: #D0D0D0 !important;
	line-height: 15px;
	height: 16px;
	display: block;
	width: 24px;
	padding: 0 0 2px 0;
	text-decoration: none;
	text-align: center;
	background-image:url(../_images/hoverbutton/button_bkgd.gif);
	margin: 1px 1px 2px 1px;
	border: solid 1px #9F9F9F; 
	font-size: 12px;
}
a.hoverbutton_small:hover
, a.hoverbutton_small:active
{
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
	color: #FFF !important;
	text-decoration:none!important;	
}
a.hoverbutton_small span.hoverbutton_small_button
{
	color: #FFF;
}
.hoverbutton_buttonLeft
, .hoverbutton_buttonRight {
    display: none;
}
a.hoverbutton_small_disabled
, a.hoverbutton_small_disabled:link
, a.hoverbutton_small_disabled:visited
, a.hoverbutton_small_disabled:active
, a.hoverbutton_small_disabled:hover
{
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
	color: #FFF !important;
	cursor: default;
}

/* SMALL IMAGE BUTTONS */
a.hoverbutton_image
, a.hoverbutton_image:link
, a.hoverbutton_image:visited
{
    margin-bottom: 2px;
	border: solid 1px #9F9F9F;  
    height: 18px;
    display: block;	 
    width: 24px;    
    cursor: pointer;	
    background-repeat: repeat-x;
    background-image:url(../_images/hoverbutton/button_bkgd.gif);
}
a.hoverbutton_image span
{
    display: block;
    height: 18px;
    width: 24px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;    
    background-position: center;    
    border: 0;
}
a.hoverbutton_image:hover, 
a.hoverbutton_image:active, 
a.hoverbutton_image:focus
{
    background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
	text-decoration:none!important;    
}
a.hoverbutton_btnMoveTop_disabled, 
a.hoverbutton_btnMoveTop_disabled:link, 
a.hoverbutton_btnMoveTop_disabled:visited,
a.hoverbutton_btnNewFolder_disabled, 
a.hoverbutton_btnNewFolder_disabled:link, 
a.hoverbutton_btnNewFolder_disabled:visited,
a.hoverbutton_btnNewContent_disabled, 
a.hoverbutton_btnNewContent_disabled:link, 
a.hoverbutton_btnNewContent_disabled:visited,
a.hoverbutton_btnMoveUp_disabled, 
a.hoverbutton_btnMoveUp_disabled:link, 
a.hoverbutton_btnMoveUp_disabled:visited,
a.hoverbutton_btnDelete_disabled, 
a.hoverbutton_btnDelete_disabled:link, 
a.hoverbutton_btnDelete_disabled:visited,
a.hoverbutton_btnMoveDown_disabled, 
a.hoverbutton_btnMoveDown_disabled:link, 
a.hoverbutton_btnMoveDown_disabled:visited,
a.hoverbutton_btnMoveBottom_disabled, 
a.hoverbutton_btnMoveBottom_disabled:link, 
a.hoverbutton_btnMoveBottom_disabled:visited,
a.hoverbutton_btnOrderByName_disabled, 
a.hoverbutton_btnOrderByName_disabled:link, 
a.hoverbutton_btnOrderByName_disabled:visited
a.hoverbutton_btnEditContent_disabled,
a.hoverbutton_btnEditContent_disabled:link,
a.hoverbutton_btnEditContent_disabled:visited,
a.hoverbutton_btnEdit_disabled,
a.hoverbutton_btnEdit_disabled:link,
a.hoverbutton_btnEdit_disabled:visited,
a.hoverbutton_btnLocalise_disabled,
a.hoverbutton_btnLocalise_disabled:link,
a.hoverbutton_btnLocalise_disabled:visited,
a.hoverbutton_btnPreview_disabled,
a.hoverbutton_btnPreview_disabled:link,
a.hoverbutton_btnPreview_disabled:visited,
a.hoverbutton_btnPermissions_disabled,
a.hoverbutton_btnPermissions_disabled:link,
a.hoverbutton_btnPermissions_disabled:visited,
a.hoverbutton_btnValidation_disabled,
a.hoverbutton_btnValidation_disabled:link,
a.hoverbutton_btnValidation_disabled:visited,
a.hoverbutton_btnCut_disabled,
a.hoverbutton_btnCut_disabled:link,
a.hoverbutton_btnCut_disabled:visited,
a.hoverbutton_btnCopy_disabled,
a.hoverbutton_btnCopy_disabled:link,
a.hoverbutton_btnCopy_disabled:visited,
a.hoverbutton_btnPaste_disabled,
a.hoverbutton_btnPaste_disabled:link,
a.hoverbutton_btnPaste_disabled:visited
{
    background-image:url(../_images/hoverbutton/button_bkgd_on.gif);	
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
span.hoverbutton_btnMoveTop_button, span.hoverbutton_btnMoveTop_disabled_button 
{
    background-image: url(../_images/hoverbutton/top.gif);
}
span.hoverbutton_btnNewFolder_button, span.hoverbutton_btnNewFolder_disabled_button 
{
    background-image: url(../_images/hoverbutton/add_folder.gif);
}
span.hoverbutton_btnNewContent_button, span.hoverbutton_btnNewContent_disabled_button 
{
    background-image: url(../_images/hoverbutton/add_content.gif);
}
span.hoverbutton_btnMoveUp_button, span.hoverbutton_btnMoveUp_disabled_button 
{
    background-image: url(../_images/hoverbutton/up.gif);
}
span.hoverbutton_btnDelete_button, span.hoverbutton_btnDelete_disabled_button 
{
    background-image: url(../_images/hoverbutton/delete.gif);
}
span.hoverbutton_btnMoveDown_button, span.hoverbutton_btnMoveDown_disabled_button 
{
    background-image: url(../_images/hoverbutton/down.gif);
}
span.hoverbutton_btnMoveBottom_button, span.hoverbutton_btnMoveBottom_disabled_button 
{
    background-image: url(../_images/hoverbutton/bottom.gif);
}
span.hoverbutton_btnOrderByName_button, span.hoverbutton_btnOrderByName_disabled_button 
{
    background-image: url(../_images/hoverbutton/sort_by_name.gif);
}
span.hoverbutton_btnEditContent_disabled_button, span.hoverbutton_btnEditContent_button
{
	background-image:url(../_images/hoverbutton/edit_content.gif);
}
span.hoverbutton_btnRefresh_button, span.hoverbutton_btnRefresh_disabled_button
{
	background-image:url(../_images/hoverbutton/refresh.gif);
}
span.hoverbutton_btnEdit_button, span.hoverbutton_btnEdit_disabled_button
{
	background-image:url(../_images/hoverbutton/edit.gif);
}
span.hoverbutton_btnLocalise_button, span.hoverbutton_btnLocalise_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_localise.gif);
}
span.hoverbutton_btnPreview_button, span.hoverbutton_btnPreview_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_preview.gif);
}
span.hoverbutton_btnPermissions_button, span.hoverbutton_btnPermissions_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_permissions.gif);
}
span.hoverbutton_btnValidation_button, span.hoverbutton_btnValidation_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_validation.gif);
}
span.hoverbutton_btnCut_button, span.hoverbutton_btnCut_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_cut.gif);
}
span.hoverbutton_btnCopy_button, span.hoverbutton_btnCopy_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_copy.gif);
}
span.hoverbutton_btnPaste_button, span.hoverbutton_btnPaste_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_paste.gif);
}
span.hoverbutton_btnMoveTop_buttonLeft, 
span.hoverbutton_btnMoveTop_buttonRight, 
span.hoverbutton_btnMoveTop_disabled_buttonLeft, 
span.hoverbutton_btnMoveTop_disabled_buttonRight,
span.hoverbutton_btnNewFolder_buttonLeft, 
span.hoverbutton_btnNewFolder_buttonRight, 
span.hoverbutton_btnNewFolder_disabled_buttonLeft, 
span.hoverbutton_btnNewFolder_disabled_buttonRight,
span.hoverbutton_btnNewContent_buttonLeft, 
span.hoverbutton_btnNewContent_buttonRight, 
span.hoverbutton_btnNewContent_disabled_buttonLeft, 
span.hoverbutton_btnNewContent_disabled_buttonRight,
span.hoverbutton_btnMoveUp_buttonLeft, 
span.hoverbutton_btnMoveUp_buttonRight, 
span.hoverbutton_btnMoveUp_disabled_buttonLeft, 
span.hoverbutton_btnMoveUp_disabled_buttonRight,
span.hoverbutton_btnDelete_buttonLeft, 
span.hoverbutton_btnDelete_buttonRight, 
span.hoverbutton_btnDelete_disabled_buttonLeft, 
span.hoverbutton_btnDelete_disabled_buttonRight,
span.hoverbutton_btnMoveDown_buttonLeft, 
span.hoverbutton_btnMoveDown_buttonRight, 
span.hoverbutton_btnMoveDown_disabled_buttonLeft, 
span.hoverbutton_btnMoveDown_disabled_buttonRight,
span.hoverbutton_btnMoveBottom_buttonLeft, 
span.hoverbutton_btnMoveBottom_buttonRight, 
span.hoverbutton_btnMoveBottom_disabled_buttonLeft, 
span.hoverbutton_btnMoveBottom_disabled_buttonRight,
span.hoverbutton_btnOrderByName_buttonLeft, 
span.hoverbutton_btnOrderByName_buttonRight, 
span.hoverbutton_btnOrderByName_disabled_buttonLeft, 
span.hoverbutton_btnOrderByName_disabled_buttonRight,
span.hoverbutton_btnEditContent_disabled_buttonLeft,
span.hoverbutton_btnEditContent_disabled_buttonRight,
span.hoverbutton_btnEdit_disabled_buttonLeft,
span.hoverbutton_btnEdit_disabled_buttonRight,
span.hoverbutton_btnEditContent_disabled_buttonLeft,
span.hoverbutton_btnEditContent_disabled_buttonRight,
span.hoverbutton_btnRefresh_buttonLeft,
span.hoverbutton_btnRefresh_buttonRight,
span.hoverbutton_btnEdit_buttonLeft,
span.hoverbutton_btnEdit_buttonRight,
span.hoverbutton_btnEditContent_buttonLeft,
span.hoverbutton_btnEditContent_buttonRight,
span.hoverbutton_btnLocalise_buttonLeft,
span.hoverbutton_btnLocalise_buttonRight,
span.hoverbutton_btnPreview_buttonLeft,
span.hoverbutton_btnPreview_buttonRight,
span.hoverbutton_btnPermissions_buttonLeft,
span.hoverbutton_btnPermissions_buttonRight,
span.hoverbutton_btnValidation_buttonLeft,
span.hoverbutton_btnValidation_buttonRight,
span.hoverbutton_btnCut_buttonLeft, 
span.hoverbutton_btnCut_buttonRight, 
span.hoverbutton_btnCut_disabled_buttonLeft, 
span.hoverbutton_btnCut_disabled_buttonRight,
span.hoverbutton_btnCopy_buttonLeft, 
span.hoverbutton_btnCopy_buttonRight, 
span.hoverbutton_btnCopy_disabled_buttonLeft, 
span.hoverbutton_btnCopy_disabled_buttonRight,
span.hoverbutton_btnPaste_buttonLeft, 
span.hoverbutton_btnPaste_buttonRight, 
span.hoverbutton_btnPaste_disabled_buttonLeft, 
span.hoverbutton_btnPaste_disabled_buttonRight

{
    display: none !important;
}

/*-End Section -button.css-*/


/*-Begin Section -messagearea.css-*/
.MessageArea
{
	z-index: 100;
padding: 18px 5px 30px 5px;
	width: 400px;
	margin: 0;
	position: absolute;
    left: 50%;
    top: 25%;
	border: solid 1px #999900;
	background: #FFF;
	background-image: url(../_images/messagearea/bg_slice.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.MessageArea a.Close
, .MessageArea a.Close:link
, .MessageArea a.Close:visited
{
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(../_images/admin/icons/button_close/button_close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.MessageArea a.Close:hover
, .MessageArea a.Close:active
{
	background-image: url(../_images/admin/icons/button_close/button_close_on.gif);
}
.MessageArea a.Close span
{
	display: none;
}
.MessageAreaText a.formDesc
{
	display: none;
}
.MessageAreaText
{
	font-weight: bold;
	padding: 3px;
}
.MessageAreaWarning
{
	border: solid 2px #FF0000;	
}
.MessageAreaValidation
{
	border: solid 2px #FF9900;	
}
.MessageAreaInfo
{
	border: solid 2px #00FF00;	
}
.MessageAreaStopError
{
    border: solid 2px #FF0000;	
}
.MessageAreaQuestion
{
	border: solid 2px #eeee11;	
}
.messagearea_list
{
    position: absolute;
    right: 2px;
    bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
	width: 250px;
}
ul.messagearea_list li 
{
    display: inline;
}

/***********************************************************************************************************************/
/*                                                                                                       Hover Buttons */
/***********************************************************************************************************************/

a.hoverbutton_messagearea
{
    margin: 0 0 0 -1px;
    padding: 0 15px;
    display: block;
    float: right;
 	height: 18px;    
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;
}   
a.hoverbutton_messagearea
, a.hoverbutton_messagearea:link
, a.hoverbutton_messagearea:visited
{
	background: url(../_images/hoverbutton/button_bkgd.gif) center repeat-x;
}
a.hoverbutton_messagearea:hover
, a.hoverbutton_messagearea:active
{
    color: #FFF !important;
	background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x;
	text-decoration: none;
}
span.hoverbutton_messagearea_buttonLeft
, span.hoverbutton_messagearea_buttonRight
{
    display: none;
}
a.hoverbutton_messagearea_disabled
, a.hoverbutton_messagearea_disabled:link
, a.hoverbutton_messagearea_disabled:visited
{
    margin: 0 0 0 -1px;
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
    display: block;
	float: right;
	color: #333 !important;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	cursor: default;
	height: 18px;    	
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;	
}
a.hoverbutton_messagearea_disabled:hover
, a.hoverbutton_messagearea_disabled:active
{
    background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x !important;
    color: #333 !important;
    text-decoration: none;
}
span.hoverbutton_messagearea_disabled_buttonLeft
, span.hoverbutton_messagearea_disabled_buttonRight
{
    display: none;

}
/*-End Section -messagearea.css-*/

/*-End File-*/
