﻿/*
/ --------------------------------------
/	Highlands & Islands Enterprise
/   Frame Digital
/ --------------------------------------

/*----------------------------*/
/* 0.  Fonts			      */
/*----------------------------*/

@font-face {
    font-family: 'ITCStoneSansMedium';
    src: url('../fonts/ss______-webfont.eot');
    src: url('../fonts/ss______-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ss______-webfont.woff') format('woff'),
         url('../fonts/ss______-webfont.ttf') format('truetype'),
         url('../fonts/ss______-webfont.svg#ITCStoneSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.panel .left span.title,
span.our-priorities,
#subheader-container .content div.left p
{
    font-family: 'ITCStoneSansMedium';
    color: #777;
    font-weight: normal;
}

.panel .left span.title
{
    font-size: 26px;
    color: #777;
    line-height: 31px;
    font-weight: normal;
}

/*----------------------------*/
/* 1.  Standard			      */
/*----------------------------*/

* { padding: 0px; margin: 0px; }

body {
	margin: 0;
	padding: 0;
	background: url(/themes/default/images/framework/background.gif) repeat-x 0px 0px #043978;
	font-family: Arial, Helvetica, sans-serif ;
	color: #063A7A;
	font-size: 12px;
	line-height: 18px;	
}
html, body {
	/*font-size: 100%;*/
	height: 100%;
}
html {
	overflow-y: scroll;
}

a, img {
	border: none;
	border: 0;
	border-collapse: collapse;    
}

img.thumbnail { border: solid 1px #d9e1eb; }

span.small { font-size: 11px; }

.required { color: Red; }

h1, h2, h3, h4
{	    
    color:#063A7A;    
    font-style:normal;
    font-weight:normal;
    margin:0;
    padding:0;    
}

h1,
h1 a {
    color:#063A7A;
	font-size:24px;
    line-height:36px;
    margin-bottom:10px;
}
h2,
h2 a:hover,
h2 a {
    color:#063A7A;
	font-size: 18px;
	line-height: 24px;    
}
h3,
h3 a:hover,
h3 a {
    color:#063A7A;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;    
}
h4,
h4 a {
    color:#063A7A;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}
.green  { color: #60A81A; }
.clear { width: 100%; height: 1px; font-size:1px; line-height :1px; clear: both; }
.underline
{
    border-bottom:1px solid #E1F1D1;
    margin-bottom:15px;
    padding-bottom:6px;
}

.brick-content .underline
{
    border-color: #dbdee5; 
}

.secondary div.board-meeting { margin-bottom: 30px; }

img.underline { margin-bottom: 6px; padding-bottom: 5px !important; }

a:hover {
	text-decoration: underline;
	color:#60A81A;
}

.top-links ul, .top-links li {
	list-style: none;
	display: inline;
}

ul a, li a{
	text-decoration: none;
}

.hr-green {
	border-bottom:1px solid #60A81A;
	height:0;
	margin-bottom: 10px;
}
.hr-tint {
	border-bottom:1px solid #dbdee5;
	height:0;
	margin: 5px 0 10px;
}
.hr-green hr, .hr-tint hr {
	display:none;
}

.float-left { float: left; display: inline; }
.float-right { float: right; display: inline; }

.spacer-green,
.spacer { 
    padding-bottom: 20px; 
    background-image: url(/themes/default/images/framework/dotted-underline-blue.gif); 
    background-repeat: repeat-x; 
    background-position: left bottom;
    width: 100%;
    clear: both;  
    font-size: 0px;          
}

.spacer-green { background-image: url(/themes/default/images/framework/dotted-underline-green.gif);  }

.event-spacer { 
    padding-top: 20px; 
    background-image: url(/themes/default/images/framework/dotted-underline-blue.gif); 
    background-repeat: repeat-x; 
    background-position: left top;
}

.empty-data
{
    margin: 10px 0 0 0; float: left;
}

.small { font-size: 11px; font-style: italic; font-weight: bold; }

.read-more
{
    font-weight: bold;
}

/*----------------------
/	- Lists Navigation
/-----------------------*/

ul {	
	font-size: 12px;        
    list-style: none;
}


ul li
{
    background-image: url(/themes/default/images/nav/green-arrow.gif);
    background-repeat: no-repeat;
    background-position: 1px 9px;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.top-links ul li { background-image: none; padding: 0px; }

ul.small-txt a {
	font-size: 11px;
	line-height: 16.5px;
	color: #063A7A;
}
ul#foot-address li a, ul#foot-address li a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
ul#foot-address ul li a:hover {
	text-decoration: none;
	color:#60A81A;
}

/*------------------
/	- BREADCRUMBS
/------------------*/

#breadcrumbs
{
    height: 30px;
    margin: 10px 0 0;
    width: 80%;  
    float: left;
}

#breadcrumbs a {
	color: #063A7A;    
}

/*------------------
/* - SHARE AND PRINT
/------------------*/
#share-print { float: right; width: 100px; margin: 10px 0 0; }
#share-print .addthis_toolbox { float: right; margin-right: 10px; }
#share-print .print_this { float: right; background-image: url(/themes/default/images/icons/print.gif); width: 16px; height: 16px;cursor: pointer; }
#share-print .print_this span { display: none; }

a.a2a_dd { background-image: url(/themes/default/images/icons/add2any.gif); padding-left: 17px; background-repeat: no-repeat; }

/*------------------
/  - BRICKS
/------------------*/

.title { width: 100%; height: 40px; margin-bottom: 3px; clear: both; }

.title h2
{
    background:url(/themes/default/images/framework/blue-box.jpg) repeat-x scroll 0 0 transparent;
    color:#fff;
    font-size:16px;
    line-height: 36px;        
    height:38px;    
    padding: 2px 0 0 20px;    
}

.title h2 a { font-size: 16px; }

.tertiary-brick { margin-bottom: 20px; }
.tertiary-brick .tertiary-title { width: 100%; height: 30px; margin-bottom: 0px; clear: both; }
.tertiary-brick .tertiary-title h3 {
    background:url(/themes/default/images/nav/sub-nav-sample-hover.jpg) repeat-x scroll 0 0 transparent;
    padding: 0 0 0 10px;
    margin: 0px;    
    height: 26px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.tertiary-brick ul li { margin-top: 10px; }

.news-events,
.brick-content
{
    background-color:#F2F2F2;
    border-top:1px solid #CDD7E4;
    padding:16px 18px;    
    margin-bottom: 20px;    
}

.no-border { border: 0px !important; }
.news-events { border-top: 0px; }

.brick
{
    width: 260px;        
}

.brick h2 a { color: #fff; line-height: 36px; height:38px; }
.brick h2 a:hover { text-decoration: none !important; }

.brick-wide { margin-bottom: 20px; width: 100%; } /* wide so that it fills whatever container it is */

.brick ul li,
.brick-wide ul li { margin: 0px; }

.brick-double { width: 540px; }
.brick-left 
{
    padding-right:15px;
    width:235px;
}

.brick-column
{
    padding-right:15px;
    width:230px;    
}

.brick-wide img,
.brick img
{
    float: left;
    margin-right: 10px;
} 

.brick .tools img  { margin: 0px; }

.icon-margin h3 { margin-bottom: 5px; }
.icon-margin span.link,
.icon-margin p
{
    margin: 0 0 0 30px;
}

.icon-margin-wide h3,
.icon-margin-wide p { margin-left: 50px; }
.calendar
{
    background-image: url(/themes/default/images/icons/date-icon.gif);
    width: 38px;
    height: 47px;
    float: left;
}

.day
{
    color: #063a7a;
    font-size: 24px;
    width: 36px;
    display: block;
    height: 24px;
    padding-top: 6px;
    top: 3px;
    left: 1px;
    position:relative;
    text-align: center;    
}

.calendar h4 { color: #fff; font-size: 11px; text-align: center; padding: 0px; margin: 2px 0 0 0; line-height: 11px; }

.link-box
{
    clear:both;
    margin-top:10px;
    text-align: right;
}

.article-holder {
	position: relative;
	height: 100%;
	margin-bottom: 20px;
	clear: both;
    width: 414px;     
}

.img-holder
{
    float: left;
    margin-right: 10px;
}



.content-holder {  float: left; width: 306px; }

ul.address
{
    color:#063A7A;
    font-size:11px;
    margin-bottom:10px;
}
ul.address li { margin: 0px; }
ul.address li a { font-size: inherit; }
ul.address li span { color:#60A81A; }

ul.subcontent
{
    color:#063A7A;
    margin: 0px;
    padding: 0px;      
    display: inline;     
    float: left; 
    width: 100%;    
}

ul.subcontent li { background: none; padding: 0px; float:left; width: 95%; margin: 3px; display: inline; }

.documents { background-image: none; margin-bottom: 40px; }
.documents li { display: block; height: 24px; margin:0px; margin-bottom: 8px; background-image: none; }
.documents li a { width: 300px; display: block; }

ul.archives li { margin-bottom: 12px; padding-top: 2px; }
ul.archives li a { text-decoration: underline; }
ul.archives li span { position: relative; top: -3px; }

/*****************************
    ICONS
******************************/

.icon
{
    width: 22px; height: 26px; display: block; margin-right: 5px;
    background-image: url(/themes/default/images/icons/icon_DOC_small.png);
    background-repeat: no-repeat;    
    float:left;
}

.icon-pdf
{
    background-image: url(/themes/default/images/icons/icon_PDF_small.png);    
}

.icon-jpg
{
    background-image: url(/themes/default/images/icons/icon_JPG_small.png);
}

.icon-web
{
    background-image: url(/themes/default/images/icons/icon_WEB_small.png);
}

.icon-xls
{
    background-image: url(/themes/default/images/icons/icon_XLS_small.png);
}

.icon-zip
{
    background-image: url(/themes/default/images/icons/icon_ZIP_small.png);
}

.icon-calendar
{
    background-image: url(/themes/default/images/icons/icon_calendar.png);
    background-position:7px 3px;
}

.icon-other
{
    background-position: top;
}

/*********************/
/*  RSS FEED         */
/*********************/
.rss-feed
{
    padding-left: 20px;
    background-image: url(/themes/default/images/icons/rss-feed.gif);
    background-repeat: no-repeat;
    background-position: left;
}

/*********************/
/* CONTACT MORE INFO */
/*********************/

.article-list { margin-bottom: 20px; }

/*********************/
/* CONTACT MORE INFO */
/*********************/

ul#contact-info
{
    font-size: 11px;
    color: #043978;
    padding: 0px;
    margin: 0px;
}
    
ul#contact-info li {  margin: 0px;margin-top: 10px; background: none; padding: 0px; }
ul#contact-info li .spacer { margin: 0px; padding: 5px; width: 97%; }
ul#contact-info li a.name { background-image: url(/themes/default/images/icons/person.gif); background-repeat: no-repeat; background-position: left top; padding-left: 28px; }
ul#contact-info li .details { margin-left: 28px; width: 200px; float: left; display: inline; }
ul#contact-info li .details a { font-size: inherit; }

.associated-documents { margin: 0 0 30px 0; width: 214px; }

.vcard { width: 100px; float: left; }
.vcard a 
{
    color: #063A7A;
    font-size:11px; 
    display: block; 
    width: 91px; 
    padding-left: 40px;
    height: 23px;         
    padding-top: 4px;
    background-image: url(/themes/default/images/buttons/vcard.png); 
    margin-top: 4px;         
}

/*----------------------------*/
/* FORMS AND CONTROLS         */
/*----------------------------*/

.form-row { margin-bottom: 8px; }

textarea,
select,
input.control { font-size: 12px; font-family: Arial; background-color: transparent; line-height: 31px; padding-left: 5px; border: solid 1px #a8a8a8; height: 31px; width: 99%; background-image: url(/themes/default/images/framework/control-bk.gif); color: #010101; }

select { height: 20px; line-height: 20px; width: 220px; margin-right: 25px;}
select option { background: #fff; }

.button { 
    background-image: url(/themes/default/images/buttons/button-bk.gif); 
    width: 134px; 
    height: 25px; 
    line-height: 25px;
    padding-bottom: 5px;
    border: 0px; 
    color: #063a7a; 
    font-size: 12px; cursor: pointer;}

textarea { height: auto; font-family: Arial; font-size: 12px; color: #010101; background-repeat: repeat-x; background-color: #fff; }

.calendar-add
{
    width: 154px;
    height: 27px;
    display: block;
    float: right;
    background-image: url(/themes/default/images/icons/add-to-calendar.gif);
    text-indent: -3000px;
    outline: none;
}

/* RADIO BUTTON CSS */
.events-filter h2 { float: left; width: 50px;  margin-top: 5px; }
.events-view { float: left; }
.events-view td 
{ 
    background-image: url(/themes/default/images/buttons/radio-button.jpg); 
    width: 173px; 
    padding-left: 15px;
    padding-right: 2px; 

    height: 35px;     
    background-repeat: no-repeat;
    position: relative;
    
}

.events-view td.selected
{
    background-position: bottom left;    
}

.events-view td input { margin-top: 2px; _margin-top: 7px; cursor: pointer; width: 20px; float: left;}
.events-view td label { margin-left: 5px; _margin-top: 3px; font-weight: bold; cursor: pointer; width: 120px; float: left;}
/* FORM CSS */

.search-form { width: 425px; border-collapse: collapse; margin-top: 10px; }
.search-form td { padding-bottom: 5px; }
.search-form input[type=text] { width: 300px; }

.edp-form td { padding-bottom: 5px; }
.edp-form select,
.edp-form input.control { line-height: normal; height: 25px; margin-bottom: 5px; }

.edp-form textarea  { line-height: normal; margin-bottom: 5px; width: 99% !important; }

.edp-label { width: 200px; }

table.skills-form input[type=radio],
table.skills-form input[type=checkbox]
{
    margin-right: 10px;  
}


table#cbProgramme tr td { width: 150px; }
table#rblExportingYesNo tr td { width: 100px; }

table#cbProgramme tr td input,
table#rblExportingYesNo tr td input { margin-right: 5px; }

#cbSector { border-collapse: collapse; }
#cbSector tr td { width: 200px; }
#cbSector tr td.input { width: 20px;}
#cbSector tr td label.other { padding-right: 20px; }

/******************************/
/* KEY CONTACTS               */
/******************************/
ul#key-contact { margin-bottom: 30px; }
ul#key-contact li { padding-left: 26px; background-image: url(/themes/default/images/icons/person.gif); background-repeat: no-repeat; background-position: left; margin: 0 0 10px 0; }
ul#key-contact li a { text-decoration: underline; }


/******************************/
/* LINK COLOURING */
/******************************/


/*  IN BODY LINKS ARE GREEN */
/* so set all links to be green no matter where they are */
a { text-decoration:none; cursor: pointer; color: #60A81A; }
a:hover { text-decoration: underline; }

/*  IN BRICKS ALL LINKS ARE BLUE and UNDERLINED */
.link-box a,
.brick a,
.brick-wide a
{
    color: #063A7A;
    text-decoration: underline;
}


.link-box a:hover,
.brick a:hover,
.brick-wide a:hover
{    
    text-decoration: none;
}

li .mega .brick a,
a.rss-feed,
.brick li a,
.brick-wide ul li a
{    
    text-decoration: none;
}

li .mega .brick a:hover,
a:hover.rss-feed,
.brick ul li a:hover,
.brick-wide ul li a:hover
{    
    text-decoration: underline !important; color: #60A81A; 
}

.brick h1 a,
.brick h2 a,
.brick h3 a,
.brick h4 a,
.brick-wide h1 a,
.brick-wide h2 a,
.brick-wide h3 a,
.brick-wide h4 a
{
    text-decoration: none;
}

.brick h1 a:hover,
.brick h2 a:hover,
.brick h3 a:hover,
.brick h4 a:hover,
.brick-wide h1 a:hover,
.brick-wide h2 a:hover,
.brick-wide h3 a:hover,
.brick-wide h4 a:hover
{
    text-decoration: underline;
}

/******************************/
/*  IN ULs ALL LINKS ARE BLUE */
/******************************/

.primary ul, .primary ol,
.copy ul, .copy ol { background: #f2f2f2; padding-top: 20px; padding-bottom: 10px; margin-bottom:20px;}

ol li a,
ul li a { text-decoration: none; color: #063A7A; }

.copy ol li a,
.copy ul li a { text-decoration: underline; }

/******************************/
/* OVERRIDE ANYTHING THAT HAS BEEN SET ABOVE */
/******************************/
ul.alpha-list li,
ul.address li,
ul.archives li { background-image: none; padding: 0px; }

/******************************/
/*    REPORTS         */
/******************************/
.group h4 { cursor: pointer; }
.group-body { display: none; }
.report-title { font-weight: bold; text-decoration: underline; margin: 10px 0 10px 0; }

.closed { background-image:url(/themes/default/images/icons/expand-contract.gif); background-repeat: no-repeat; background-position: right 2px; }
.open { background-image:url(/themes/default/images/icons/expand-contract.gif); background-repeat: no-repeat; background-position: right -23px; }


/******************************/
/*    FOIs         */
/******************************/

#fois .underline { margin: 5px 0 5px 0; }
.foi h4 { cursor: pointer; }
.foi { float: left; width: 100%; padding-bottom: 10px; }
.foi-body { display: none; }
.foi-body .published { font-style: italic; margin: 7px 0 7px 0; display: block; font-size: 11px; }
.foi-question { margin: 0px; cursor: pointer; }

/* --------------------------------------
/    INLINE CMS CSS
/ -------------------------------------- */

div.editarea { border: dotted 1px #cdcdcd; _border: 0px; min-height: 20px; position: relative; float: left; width: 100%; z-index: 1000; }

div.mega-edit { width: 224px; }
div.disabled {	
	border: 1px solid #8b0000;
	background-color: #ffd4d4;
	color:#8b0000;
	font-size:11px;
	padding:2px 5px;
	cursor: help;
}

.tools{
	
	font-size:8px;
	z-index: 10000;
	margin:-1px 0 0 0;
	width: 100%;		
	height: 16px;
	position: absolute;
    top: 0px; left: 0px;
}

.event .tools { position: relative; }
.event .tools img { float: right; }

.tools a.inlineedit {
    display: block;    
    float: right;    
}

.tools .deny { float: right; cursor: help; }
.tools .info{
	cursor:help;
}

.development-mode,
.blued,
.yellowed
{
    background: #ffffa7;
    margin: 10px;
    padding: 3px 10px 0 5px;
    border: dotted 2px #c1022c !important;
    color: #000;
    width: 90% !important;
}

.staff .yellowed { margin: 0 0 10px 0; }

.blued
{
    border: dotted 2px blue !important;
    padding-bottom: 5px;
}

.blued select { margin: 3px 0 3px 0 !important; }

.yellowed .tools { margin-top: 3px; width: 99%;}

.brick-content .yellowed { margin: 0px; }
.associated-documents .yellowed { margin: 0px; }

.development-mode,
#cms-controls{
    
    position: absolute;
    left:0px;
    top: 0px;
    float: left;
    background-color:#FFFFCC;
    border:1px solid #CC1D1D;
    margin:0 auto;    
    
    padding:2px 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 0.8em; 
    z-index: 1000;   
}

.development-mode { z-index: 4000; left: 350px; width: 470px !important; font-size:12px; font-weight: bold; color: Red; }    

#cms-controls a
{
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;    
    font-size: 1em;
}

/* --------------------------------------
    END INLINE CMS CSS                  
  -------------------------------------- */

/* OVERRIDES NEED TO COME LAST */
.no-margin { margin: 0px; }

/* --------------------------------------
/    AT A GLANCE CSS
/ -------------------------------------- */
.at-a-glance
{    
    margin-bottom: 20px;
    width: 178px;
}

.glance-row
{
    float: left;
    margin-bottom: 20px;
    clear: both;
    width: 178px;
}

.glance-left
{
    width: 114px;            
    float: left;
    font-size: 11px;
}

.glance-right
{
    height: 25px;
    padding-top: 8px;
    width: 62px;
    float: right;
    background: #e5ebf1;
    border: solid 1px #c2cdda;
    
    font-size: 18px;
    text-align: center;    
        
}

/* --------------------------------------
/   INFO BOX FOR KEY CONTACTS
/ -------------------------------------- */
.info
{
    display: none; 
    width: 270px; 
    
    min-height:200px;
    height:auto !important;
    height:200px;

    position: absolute;
    
    z-index:1000;float: left;    
    z-index: 3000;    
}

.info .close-button 
{
    width: 16px; 
    height:16px; 
    position: absolute;
    top: 12px; left: 10px;        
    cursor: pointer;    
    z-index: 3000;    
}

.info .info-body
{
    width: 224px;
    padding:19px 20px 10px 26px; 
    position: relative;
    min-height:200px;
    height:auto !important;
    height:200px;    

    float: left;

    background-image:url(/themes/default/images/framework/key-contact-pop-bk.png); 
    background-repeat: no-repeat; 
    background-position: top left;

    _background: #fff;
    _border: solid 1px #063A7A;
    _border-bottom: 0px;
    _padding:9px 10px 0px 26px; 
}

.info .info-footer
{
    width: 270px;
    height: 10px;
    position: relative;    
    background-image:url(/themes/default/images/framework/key-contact-pop-bk.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    
    _background: #fff;
    _border: solid 1px #063A7A;
    _border-top: 0px;
    _width: 260px;

    float: left;
}



/* --------------------------------------
/   COMMENTS CSS
/ -------------------------------------- */

#comments .comment-left
{
    width: 120px;    
    float:left;
    margin-right: 8px;
    margin-top: 10px;
}

#comments .comment-left .name { font-weight: bold;float: left; }
#comments .comment-left .date { clear: both; float: left; }

#comments .comment-right
{
    width: 250px;
    float:left;
    margin-top: 10px;
}

/* --------------------------------------
/   CHARACTER COUNTING
/ -------------------------------------- */
span.count { font-style: italic; font-size: 11px; }

/*
/ --------------------------------------
/	Css specificaly for the pop up videos
/ -------------------------------------- */

#pop-overlay
{
    position: absolute; top: 0px; left: 0px;
    height: 100px; width: 100px;
    z-index: 3500;
    background-color: #010101;
    width: 100%; 
    opacity: .80;        
    display: none;
}

#pop-holder
{
    position: absolute; top: 0px; left: 0px;
    z-index: 4000;
    width: 725px; height: 480px;    
    background-image: url(/themes/default/images/videos/large-frame.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;    
}

#pop-body { background: #fff; border: solid 1px #043978; padding: 10px; width: 645px; height: 443px; position: relative; top: 15px; left: 15px;}

#closePop { float: right; clear: both; cursor: pointer; margin: 10px 0 0 0; padding-bottom: 15px; }

ul.videos { padding: 0px; margin: 0px; list-style: none; }
ul.videos li { background: url(/themes/default/images/icons/icon_CAMERA_small.png); background-repeat: no-repeat; padding-left: 30px;padding-bottom:5px; margin:0px;}

#map-overlay
{
    position: absolute; top: 0px; left: 0px;
    height: 100px; width: 100px;
    z-index: 3500;
    background-color: #010101;
    width: 100%; 
    opacity: .80;        
    display: none;
}

#map-holder
{
    position: absolute; top: 0px; left: 0px;
    z-index: 4000;
    width: 900px; height: 570px;    
    background-image: url(/themes/default/images/videos/large-frame.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;  
    background:red;  
}

#map-body { background: #fff; border: solid 1px #043978; width: 900px; height: 570px; position: relative; }

/* CHECKBOX LIST FORMATING */
table.sectors_areas { width: 250px; }
table.sectors_areas tr td input { margin-right: 10px; }


/* DICTIONARY */
#dictionary-tab
{
    width: 25px;
    height: 113px;
    border: solid 1px black;
    position: fixed;   
    background: url(/themes/default/images/framework/jargon-buster.png);
    background-repeat: no-repeat;
    border: solid 3px #fff;
    border-left: 0px;        
    background-color: #063b79;
    background-position: center;
    padding: 10px 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    z-index: 10000;
    top: 75px;
    left:0px;
    cursor: pointer;
}

#dictionary-box.info
{
    min-height:50px;
    height:auto !important;
    height:50px;
}

#dictionary-box.info .info-body
{
    width: 210px;
    padding-right: 34px;
    padding-top: 25px;
    min-height:50px;
    height:auto !important;
    height:50px;    
}

#dictionary-box.info .info-body h2
{
    color: #60a81a;
    text-transform: capitalize;
    margin-bottom: 5px;
}

/* COMMUNITY MAP CSS */

#commmunity-map
{    
    padding: 20px 0 20px 15px;
    float: left; 
    width: 238px; 
    height:429px; 
    background: #ebecf0; 
    margin-bottom: 10px;
}

#commmunity-map label { cursor: pointer; display: inline-block; line-height: 12px; }

#commmunity-map table { margin-bottom: 10px; border-collapse: collapse; }
#commmunity-map table tr td { padding-right: 1px; }

.title-label,
span.title-label { font-weight: bold; display: block; padding-bottom: 4px; }

input.filter-label  
{
    font-weight: normal; 
    font-size: 11px;
    background-color: transparent; 
    border: 0; 
    color:#063A7A; 
    text-align: right; 
    margin-right: 10px;
    float:right;
}

span.cluster 
{ 
    margin: 0 5px; 
    padding: 1px 4px;
    background: #7892b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 9px;  
    color: #fff;
    font-style: normal;
}

table#area-data { font-size: 11px; }
table#area-data td.title-label { padding-bottom: 6px; }

table#type-data input { margin-right: 10px; }
table#type-data td 
{
    margin: 3px 0;
}

td.title-label.land-ownership label{ color: #569a14; }

div#spendSlider, div#yearSlider
{
    margin:5px 10px 5px 0;
}

div.pointBubble
{
    margin: 5px;
}

div.pointBubble hr 
{
    background-color: #E0E0E0;
    border: medium none #E0E0E0;
    color: #E0E0E0;
    height: 1px;
    margin: 15px 10px;
}

div.pointBubble div.point-title 
{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    color: #1b367b;
}

div.pointBubble div.point-title a
{
    color: #1b367b;
}


div.pointBubble label 
{
    font-weight: bold;
    color: #666;
}

div.pointBubble span
{
    font-weight: normal;
    color: #666;
}

div.pointBubble div.point-description 
{
    margin-bottom: 15px;
}

.ui-slider-horizontal 
{
    height: 5px!important;
}

.ui-slider .ui-slider-handle
{
    width: 0.8em!important;
    border-radius: 0 0 0.4em 0.4em;
    moz-border-radius: 0 0 0.4em 0.4em;
}
