
/*-Begin Section -_theme.css-*/
/*		RESET		*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:arial;
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

h2
{
padding:0 0 21px 0;
color:#96a5c7;
font-size:1.3em;
font-weight:bold;
font-family:arial;
text-transform:uppercase;
}
h3, h4, h5, h6
{
padding:0 0 10px 0;
color:#96a5c7;
font-weight:normal;
font-family:arial;
font-size:1.1em;
}
h1
{
font-size:1.3em;
margin:0 0 21px 0;
color:#fff;
font-family:arial;
text-transform:uppercase;
font-weight:bold;
}


#ZoneRightColumn div.elContent h1
{
padding:0;
margin:0 0 6px 0;
}
p
{
	color:black;
	font-size:1.1em;
	line-height:1.4em;
	padding:9px 0 0 0;
}

div.elContent p, ul.elSearchResults p
{
font-family:arial;
font-size:1.1em;
color:#e5e5e5;
line-height:1.4em;
padding:9px 0 0 0;
}

a
{
color:#96a5c7;
}
a:link,
a:visited,
{
text-decoration:none;
}
a:hover
{
color:#b9c3db;
}
blockquote
{
	background-color:#2d4375;
	margin:25px 20px 25px 40px;
	color:#e5e5e5;
	font-style:italic;
	padding:5px;
	border-left:5px #496094 solid;
}

div.elContent th
{
	background-color:#496094;
	padding:4px 8px 4px 8px;
	border-right:1px #394e7f solid;
	font-weight:bold;
}
div.elContent td
{
	padding:4px 8px 4px 8px;
	border:1px #394e7f solid;
	background-color:#2D4375;
}
div.elContent th, div.elContent td
{
	color:#e5e5e5;
}

html
{
	overflow-y: scroll;
}
body 
{
	font: 67%/1.2em verdana,sans-serif;
	background:#19336c url(../_images/rdp/body_back.jpg) repeat-x;
}


#base 
{
	width: 812px;
	margin: 0 auto;	
}

/* ZONES */
#ZoneHeaderRow
{
	background: transparent url(../_images/rdp/ZoneHead_Back.jpg) no-repeat;
	height:132px;
}
#LeftRightContainer 
{
	overflow: hidden;
}

#ZoneLeftColumn 
{

	float: left;
	display: inline;
	min-height:10px;
	/*width:206px;*/
	width:204px;
	overflow:hidden;
}
#ZoneMiddleColumn 
{
	float: left;
	display: inline;
	min-height:10px;
}
#ZoneRightColumn
{
	position: relative;
    float: left;
	display: inline;	
	min-height:10px;
	width:603px;
	overflow: hidden;
}

#ZoneCentreRow 
{
}


#ZoneFooterRow 
{
	margin: 30px 0;
	width: 808px;
	clear: both;
}




a.linkskip {
	position: absolute;
	top: -200px;
}


#ZoneHeaderRow h1.ident
{
	font-size: 1em;
}

/********************************
	Header Mast Head Slogan
********************************/
div.topTextHeader
{
	float:left;
	display: inline;
	height:60px;
	margin:13px 0 0 35px;
}

div.topTextHeader p
{
	color:#cf177e;
	font-size: 2.3em;
	font-weight: bold;
}

/* Element Horizontal Nav */
ul.elMainMenu 
{
    height: 50px;
    line-height: 23px;
	list-style: none;
	padding: 0;
	margin: 0 auto 5px auto;    
	z-index:99;
	overflow: hidden;
	clear:both;
	width:796px;
	/*background:url(../_images/rdp/mainmenu_bg.gif) repeat-x bottom left;*/
}
ul.elMainMenu ul 
{
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;  	
	z-index:99;
}
ul.elMainMenu a
, ul.elMainMenu a:link
, ul.elMainMenu a:visited
{
	display: block;
	padding: 0 10px;
	color: #dfdfdf;
	text-decoration: none;	
	text-transform: none;
	font-size: 1.2em;	
	font-weight: bold;	
    background-position: right;
    background-repeat: no-repeat;
}
ul.elMainMenu li 
{
	float: left;
	padding: 0;
	width: auto;
	white-space: nowrap;
	margin-bottom:-2px
}
ul.elMainMenu li  a,
ul.elMainMenu li  a:link,
ul.elMainMenu li  a:visited
{
	border-bottom:2px solid #273b68;
}
ul.elMainMenu li a:hover
{
	border-bottom:2px solid #fff;
}
ul.elMainMenu li a.current,
ul.elMainMenu li a.parent_current
{
	display:block;
	border-bottom:2px solid #bb157b !important;
	background:url(../_images/rdp/current.gif) no-repeat bottom center !important;
}

ul.elMainMenu li ul 
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0 0 0 -1px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #FFF;
}
ul.elMainMenu li li
, ul.elMainMenu li li.first  
{
    width: 200px;
    background-image: none;
    line-height: 20px;
    border-bottom: solid 1px #FFF;
    background-color: #ddd;	 
}
ul.elMainMenu ul a
, ul.elMainMenu ul a:link
, ul.elMainMenu ul a:visited 
{
	width: 180px;
    border-width: 0;
    font-size: .9em;
    padding: 0 10px;
    color: #444;
    text-transform: none;    
}
ul.elMainMenu ul a:hover
, ul.elMainMenu ul a:active
{
	background-color: #eee;
	color: #000;
}
ul.elMainMenu ul a.ChildItems
{
    background-image: url(../_images/default/more_nibble.gif) !important;
    background-repeat: no-repeat;
    background-position: top right;	
}
ul.elMainMenu ul a.ChildItems:hover 
{
    background-image: url(../_images/default/more_nibble_on.gif) !important;	
}
ul.elMainMenu li ul ul 
{
	margin: -21px 0 0 200px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #fff;	
}
ul.elMainMenu li li li
, ul.elMainMenu li li li.first  
{
    border-color: #fff;	
}
ul.elMainMenu li li a
, ul.elMainMenu li li a:link
, ul.elMainMenu li li a:visited
{
    color: #444;
    background-image: none;
}
ul.elMainMenu  li a:hover
, ul.elMainMenu  li a:active 
{
	 color: #FFF;
}
ul.elMainMenu ul li a:hover
, ul.elMainMenu ul li a:active 
{
	background-color: #efefef;
	color: #000;
}
ul.elMainMenu li:hover ul ul
, ul.elMainMenu li:hover ul ul ul
, ul.elMainMenu li:hover ul ul ul ul
, ul.elMainMenu li.MenuItemHover ul ul
, ul.elMainMenu li.MenuItemHover ul ul ul
, ul.elMainMenu li.MenuItemHover ul ul ul ul 
{     
    left: -999em; 
    display: none;
} 
ul.elMainMenu li:hover ul
, ul.elMainMenu li li:hover ul
, ul.elMainMenu li li li:hover ul
, ul.elMainMenu li li li li:hover ul
, ul.elMainMenu li.MenuItemHover ul
, ul.elMainMenu li li.MenuItemHover ul
, ul.elMainMenu li li li.MenuItemHover ul
, ul.elMainMenu li li li li.MenuItemHover ul 
{
    left: auto; 
	display: block;
} 



/* Element Footer Menu */
ul.elFooterMenu {
	bottom: 0;
	margin: 0;
	height: 1.5em;
	line-height: 1.2em;
	padding: 0;
	float: left;
}
ul.elFooterMenu li {
	display: block;
	float: left;
}
ul.elFooterMenu li.first {
	float: left;
	border-right: solid 1px #363636; 
}
ul.elFooterMenu li.last {
	border-left: 0px;
}
ul.elFooterMenu li a, ul.elFooterMenu li a:link, ul.elFooterMenu li a:visited 
{
    font-size: .9em;
	color: #363636;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
ul.elFooterMenu li a:hover, ul.elFooterMenu li a:active {
	color: #333;
	text-decoration: underline;
}


/* CONTENT PANEL OUTPUT */
/*div.elContent
{
    padding: 20px 0;
    line-height: 1.6em;
}*/
#ZoneRightColumn div.elContent
{
overflow:hidden;
padding:0 33px 0 12px;
clear:both;
}
#ZoneRightColumn div.elContent ul li, div.elContent ol li
{
	color:#e5e5e5;
	margin:5px;
	list-style-type:disc;
	margin-left:20px;
}

/* TEXT FOOTER MENU */
ul.elTextMenu 
{
    padding: 5px 0 10px 0;
    margin: 0;
    clear: both;
    background-color: #FFF;
    text-align: center;
	z-index:90 !important;
}
ul.elTextMenu li 
{
    display: inline;
    margin: 0 5px;
    padding: 0 5px 1px 0;
    line-height: 1.5em;
    border-right: solid 1px #3e3e3e;
}
ul.elTextMenu li.last 
{
    border: 0;
}
ul.elTextMenu li a
, ul.elTextMenu li a:link
, ul.elTextMenu li a:visited 
{
    color: #3e3e3e;
    font-size: .9em;
    text-decoration: none;
}
ul.elTextMenu li a:hover
, ul.elTextMenu li a:active 
{
    text-decoration: underline;
    color: #333;
}




/* TOOLS */
div.Tools 
{
    float: right;
}
div.Tools a, div.Tools a:link, div.Tools a:visited 
{
    padding: 0 0 0 10px;
    margin-left: 10px;
    background-image: url(../_images/default/arrow.gif);   
    background-repeat: no-repeat;
    background-position: 1px 3px;   
    color: #3e3e3e; 
    font-weight: bold;
}
div.Tools a:hover, div.Tools a:active 
{
    color: #333;
}


/* SEARCH RESULTS */
.TagHighLight 
{
    background-color: #FFFF00;
}

/****************************************
	Quick Search
****************************************/
div.elQuickSearch
{
	float:right;
	width:194px;	
}
ul.elQuickSearch
{
	width:400x;
	float:right;
	margin:18px 19px 0 0;
	display:inline;
}

ul.elQuickSearch li
{
	display:inline;	
	float:left;
}
ul.elQuickSearch li.first input
{
	width:127px;
	height:26px;
	float:left;
	padding:6px 0 0 0;
	background: transparent url(../_images/rdp/quick_search_input.jpg) no-repeat;
	border:none;
	text-indent:7px;
	color:#96a5c7;
}
ul.elQuickSearch a.hoverbutton,
ul.elQuickSearch a.hoverbutton:link,
ul.elQuickSearch a.hoverbutton:visited
{
	width:67px;
	height:26px;
	float:left;
	border:none;
	background:transparent url(../_images/rdp/quick_search_button.jpg) no-repeat;
	padding:0 !important;
	margin:0 !important;
}
ul.elQuickSearch a.hoverbutton:hover
{
	background:transparent url(../_images/rdp/quick_search_button_over.jpg) no-repeat;
}

/****************************************
	Side Menu
****************************************/

ul.elSideMenu
{
	background:#152b5c url(../_images/rdp/left_menu_back.jpg) no-repeat!important;
	/*#19336c */
	width:198px;
	/*height:170px;*/
	overflow:hidden;
	min-height:170px;
	float:left;
	padding:0 3px;
	margin:0 0 20px 0;
	border-top:0px!important;
}
ul.elSideMenu li
{
	padding:3px!important;
	display:inline;
	float:left;
	clear:both;
	width:192px;
}

ul.elSideMenu li a,
ul.elSideMenu li a:link,
ul.elSideMenu li a:visited
{
	font-size:1.1em;
	line-height:1.8em;
	color:#a3a3a3;
	padding:0 0 0 16px;
	margin:0!important;
	text-decoration: none;
}

ul.elSideMenu li a:hover
{
	color:#c2c2c2;
}
ul.elSideMenu li a.current
{
	color:#fff;
	background:url(../_images/rdp/sidemenu_current.gif) 6px 3px no-repeat;
}

ul.elSideMenu li.first a.depth01first
{
	display:none;
}

ul.elSideMenu li ul
{
	overflow:hidden;
}

ul.elSideMenu li ul li
{
	border-bottom:#323f5b dotted 1px;
}

ul.elSideMenu li ul li ul
{
	margin:4px 0 0 0;
	/*border-top:#323f5b dotted 1px!;*/
	width:auto;
	float:none;
	padding:0;
	overflow:hidden;
}

ul.elSideMenu li ul li ul li
{
	border-bottom:#323f5b dotted 1px;
	/*padding:3px 8px!important;*/
	width:192px;
	padding:3px 0px!important;
}

ul.elSideMenu li ul li ul li a,
ul.elSideMenu li ul li ul li a:link,
ul.elSideMenu li ul li ul li a:visited
{
	font-size: 1em !important;
	margin-left:15px!important;
}

ul.elSideMenu li ul li ul li.first
{
	border-top:#323f5b dotted 1px;
}

ul.elSideMenu li ul li ul li.last
{
	border-bottom:none;
	padding-bottom:0px;
}

/****************************************
	Slide Show
****************************************/

div.elSlideShowContainer
{
	width:604px;
	height:170px;
	float:left;
}

div.leftSide
{
	width:12px;
	height:170px;
	float:left;
	display:inline;
	background:url(../_images/rdp/left_side.jpg) no-repeat;	
	overflow:hidden;
}
div.rightSide
{
	width:12px;
	height:170px;
	float:left;
	background:url(../_images/rdp/right_side.jpg) no-repeat;	
	display:inline;
	overflow:hidden;
}

img.elSlideShowLeft
{
	float:left;	
	display:inline;
	padding:0 0 0 12px;
}

img.elSlideShow
{
	float:left;	
	display:inline;
	padding:0 0 0 3px;	
}

img.elSlideShowRight
{
	float:left;	
	display:inline;
	padding:0 0 0 3px;
}



div.imgHead
{
	width:576px;
	height:170px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 30px 0;
}

/****************************************
	Content Repeater News Dash
****************************************/
div.elNewsRepeaterHead
{
	color:#96a5c7;
	margin:45px 0 0 24px;

}

div.elNewsRepeaterHead h2
{
	padding:0;
	margin:0:
	text-transform:uppercase;
}

ul.elNewsRepeater
{
	margin:0 24px 0 0px;
	font-family:verdana;
	overflow:hidden;
	float:left;
	clear:both;
}

ul.elNewsRepeater li
{
	margin:5px 0 0 0;
	font-family:verdana;
	padding:10px 0 8px 0;
}

ul.elNewsRepeater li img
{
	float:left;
	border:1px solid #96a5c7;
	margin:4px 7px 0px 0;
}

ul.elNewsRepeater li p
{
	color:#a3a3a3;
	font-size:.9em;
	margin:0 0 23px 0;
}

ul.elNewsRepeater a,
ul.elNewsRepeater a:link,
ul.elNewsRepeater a:visited
{
	font-family:verdana;
	font-size:0.9em;
	color:#96a5c7;
	text-decoration:none;
}

ul.elNewsRepeater div.description
{
	color:#a3a3a3;
	font-family:verdana;
	float: left;
	font-size:0.9em;
	margin: 0 0 5px 0;
	width: 162px;
}
ul.elNewsRepeater  h3
{

}

ul.elNewsRepeater div.date
{
	text-transform:none;	
	padding:0;
	margin:0;
	width:153px;
	text-align:right;
	color:#96a5c7;
	font-size:0.9em;
}

ul.elAddress
{
	color:#96a5c7;
	margin:45px 5px 0 23px;
}

/* 		Contact Page - Find Us	*/
div#sidebar
{
	display:none;
}

/****************************************
	Contact Form
****************************************/
/*		Contact Form Button		*/
ul.elContactForm a.hoverbutton
{
	background:#173066 url(../_images/rdp/btn_send.jpg) no-repeat;
	width:69px;
	height:28px;
	border:0;
	padding:0;
}

ul.elContactForm a.hoverbutton span
{
	display: none;
}

ul.elContactForm a.hoverbutton:hover
{
	background:#173066 url(../_images/rdp/btn_send_hover.jpg) no-repeat;
}

/*		Contact Form Styling		*/
ul.elContactForm
{
	width:426px;
	margin:50px 0 0 12px;
	display:inline;
	float:left;
}
ul.elContactForm legend
{
	display:none;
}
ul.elContactForm ul li.control
{
	float:left;
}
ul.elContactForm ul li.control input, ul.elContactForm ul li.control textarea
{
	border:0;
	padding:0;
	margin:0;
	background:transparent;
	border-bottom:1px dotted #fff;
	color:#e5e5e5;
	clear:right;
	margin:0 0 30px 0;	
	overflow:hidden;
}
ul.elContactForm ul li.label
{
	float:left;
	clear:left;
	width:30px;
	margin:0 35px 30px 0;
	color:#e5e5e5;	
}
ul.elContactForm ul li.label em
{
	color:#FF0000;
}
ul.elContactForm ul li.label span
{
	display:none;
}

/****************************************
	News?
****************************************/

ul.elNews
{
padding:0 0 0 12px;
}

ul.elNews li.first
{
display:none !important;
}

ul.elNews div.elContent
{
padding:4px 0 0 0;
}

ul.elNews h1.Title
{
padding:0;
margin:0;
}

ul.elNews h2.DateStart
{
text-transform:none;
padding:0;
margin:0;
}

img.elSlideShow
{
	margin-bottom:33px;
}
/*		Search Results		*/
ul.attachments
{
	display:none;
}

/****************************************
	Search Results
****************************************/

ul.elSearchResults
{
	list-style-type:none;
}
ul.elSearchResults li a
{
display:block;
	margin:9px 0 0 0;
}
ul.elSearchResults li span
{
	font-size:1.2em;
}

/****************************************
	Landing Page Text
****************************************/

div.text1 p, div.text2 p, div.text3 p
{
font-size:1.7em;
font-family:arial;
font-style:italic;
color:#fff !important;
}

div.text1
{
float:left;
display:block;
width:136px;
height:193px;
padding:0 0 0 10px;
}
div.text1 p
{
margin:77px 0 0 0;
}

div.text2
{
display:block;
text-align:right;
width:237px;
height:159px;
float:left;
clear:left;
padding:0 10px 0 0;
margin: 0 0 1px 0;
}

div.text2 p
{
margin:60px 0 0 0;
}

div.text3
{
display:block;
width:137px;
height:166px;
float:left;
clear:right;
padding:0 0 0 10px;
}

div.text3 p
{
margin:64px 0 0 0;
}

img.photo1, img.photo3
{
display:block;
float:left;
}

img.photo2
{
float: right;
display: block;
padding:0 0 0 5px;
}

div.manageAttachments
{
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}

div.manageAttachments a
{
	text-decoration: none;
}


/****************************************
	Landing Page changes
****************************************/
form.landingpage #ZoneRightColumn
{
width:400px;
position: relative;
}

form.landingpage #ZoneLeftColumn
{
width:369px;
padding:0 0 0 15px;
}

/****************************************
	Lightbox Gallery
****************************************/
div.LightboxGallery
{
	overflow:hidden;
	width:603px;
	margin:0 0 33px 0;

}

div.LightboxGallery ul.items
{
	display:none;
}

div.LightboxGallery div#imgWrap
{
	width:574px;
	height:169px;
	position:relative;
	float:left;
	border:1px solid #273b69;
}



div.LightboxGallery div#imgPreview 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height:169px;
	overflow: hidden;
}
div.LightboxGallery div#imgPreview02
{
	position: absolute;
	top: 0;
	left: 195px;
	width: 185px;
	height:169px;
	overflow: hidden;
}
div.LightboxGallery div#imgPreview03
{
	position: absolute;
	top: 0;
	left: 390px;
	width: 185px;
	height:169px;
	overflow: hidden;
}

div.LightboxGallery div#imgPrev
{
	float:left;
	display:block;
	width:12px;
	height:171px;
	background:url(../_images/rdp/banner_left_arrow.gif) no-repeat top left;
	cursor:pointer;
}

div.LightboxGallery div#imgPrev:hover
{
	background:url(../_images/rdp/banner_left_arrow_on.gif) no-repeat top left;
}

div.LightboxGallery div#imgNext
{
	float:left;
	display:block;
	width:15px;
	height:171px;
	background:url(../_images/rdp/banner_right_arrow.gif) no-repeat top left;
	cursor:pointer;
}

div.LightboxGallery div#imgNext:hover
{
	background:url(../_images/rdp/banner_right_arrow_on.gif) no-repeat top left;
}

/****************************************
	Footer
****************************************/

div.footer
{
	margin: 0 0 30px 0;
}
div.footer span.rdp
{
	margin:0 0 0 30px;
	color:#4363a8;
	float:left;
}
div.footer span.nexus
{
	margin:0 30px 0 0;
	float:right;
	color:#4363a8;
}

div.footer span.nexus a
{
	text-decoration: none;
}

div.RdpLogo
{
	width:80px;
	height:60px;
	float:left;
	display: inline;
	margin:10px 0 20px 20px;
}

div.elContent a[href $='.pdf']
{
	padding: 10px 10px 10px 22px; 
    background:url(../_images/icons/pdf.gif) no-repeat center left;
}

div.elContent a[href $='.pdf']:after
{
	content: " PDF";
}

div.elContent a[href $='.doc']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/doc.gif) no-repeat center left;
}

div.elContent a[href $='.doc']:after
{
	content: " DOC";
}

div.elContent a[href $='.ppt']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/ppt.png) no-repeat center left;
}
div.elContent a[href $='.pps']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/ppt.png) no-repeat center left;
}

div.elContent a[href $='.ppt']:after,
div.elContent a[href $='.pps']:after,
div.elContent a[href $='.pptx']:after
{
	content: " PPT";
}

div.elContent a[href $='.pptx']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/ppt.png) no-repeat center left;
}

div.elContent a[href $='.xls']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/xls.gif) no-repeat center left;
}

div.elContent a[href $='.xls']:after,
div.elContent a[href $='.xlsx']:after
{
	content: " XLS";
}

div.elContent a[href $='.xlsx']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/xls.gif) no-repeat center left;
}

div.elContent a[href $='.zip']
{    
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/zip.gif) no-repeat center left;
}

div.elContent a[href $='.zip']:after
{
	content: " ZIP";
}

div.elContent a[href $='.jpg']
{
	padding: 10px 10px 10px 22px;
                background:url(../_images/icons/jpg.gif) no-repeat center left;
}

div.elContent a[href $='.jpg']:after
{
	content: " JPG";
}
/*-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-*/
