/***********************************
		FILE ATTACHMENTS 
***********************************/
.file-attachment{
	margin-bottom: 12px;
	background: url(images/drupal/pdf-icon.png) 10px center no-repeat;
	padding: 9px 60px;
	border: 1px dashed #000;
}

.attach-doc-,
.attach-doc-link{
	display: inline;
	padding-right: 7px;
}


/*************************
	OTHER COMPONENTS
*************************/
.clear{clear: both;}

tbody{border: none;}


/***************************
	NICE MENU DEFAULTS
***************************/
ul.nice-menu,
ul.nice-menu ul {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  	border-top: none; /*for top of dropdown / baseline of main level links*/
}

ul.nice-menu li {
 	border: none;
  	border-top: 0;
}

ul.nice-menu a, ul.nice-menu a:visited {
	font-size: 0.9em;
	padding: 5px 15px 5px 15px; /* cell height is formed here and top level is changed with line height above*/
	text-transform:capitalize;
}

ul.nice-menu a:hover {color: #313131;}

ul.nice-menu ul{
  	top: 1.8em;
  	left: -1px;
  	border: 0;
  	margin-right: 0;
}

ul.nice-menu ul li {
  width: 14.5em;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {
  border-top: none;
 /* background: url(images/link_divider.gif) right center no-repeat; */
}

ul.nice-menu-down li li {
  background: #fff; /* overrides background for ul.nice-menu-down li for non-parent items in dropdown */
}

ul.nice-menu-down ul {
  left: 0;
  border-top: 1px solid #eff0f2; /*border dividing dropdown and parent items;*/
  top:29px; /*for dropdown positioning */
}

/* overrids for details previously set for main level links, these format all dropdwon items*/
#links ul.nice-menu ul li a{color: #ccc;}
#links ul.nice-menu-down ul li a:hover{background-color:#eee; color: #000}

ul.nice-menu-down ul li {
  clear: both;
  border-top: 0;
    border-bottom: 1px solid #eff0f2;/* main borders around dropdowns */
	border-right:1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 15px; /* overriding previously set line height for dropdowns*/
}

ul.nice-menu-down li ul li ul{
  left: 14.5em;
  top: -1px; /* positioning second level dropdown/flyout */
    /*border-left: 1px solid #eff0f2; /* for dividing dropdown menus second - third level */
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px;

}

ul.nice-menu-down li.menuparent{
  /*background: #fff /*url(images/arrow-down.png) right center no-repeat*/
    background: transparent /*url(images/link_divider.gif) right center no-repeat;*/

}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over{
  /*background: #fff /*url(images/arrow-down.png) right center no-repeat*/
   background: transparent /* url(images/link_divider.gif) right center no-repeat;*/

}

ul.nice-menu-down li li.menuparent{
  background: #fff /*url(images/arrow-right.png) right center no-repeat*/;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over{
  background: #fff /*url(images/arrow-right.png) right center no-repeat*/;
}

/************************************************

			DRUPAL BACKEND FORMATTING
	
************************************************/
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}

ul.primary {
	padding: 0.5em 0 0.5em;
	float: left; /* LTR */
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin-bottom: 15px;
	width: 100%;
}

ul.secondary {
  	clear: both;
  	text-align: left; /* LTR */
  	border-bottom: 1px solid #e9eff3;
  	margin: -0.2em -26px 1em;
  	padding: 0 26px 0.6em;
}
h2.with-tabs {
  	float: left; /* LTR */
  	margin: 0 2em 0 0; /* LTR */
  	padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  	border: 0;
  	background: transparent;
  	padding: 4px 1em;
  	margin: 0 0 0 1px; /* LTR */
  	height: auto;
  	text-decoration: none;
  	position: relative;
  	top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  	background: url(images/drupal/bg-tab.png) repeat-x 0 50%;
  	color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  	font-weight: bold;
}

ul.links li, ul.inline li {
  	margin-left: 0;
  	margin-right: 0;
  	padding-left: 0; /* LTR */
  	padding-right: 1em; /* LTR */
  	background-image: none;
}

dl dt{margin-bottom: 0.4em}

.node .links, .comment .links {
  	text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  	margin-left: 0;
  	margin-right: 0;
  	padding-right: 0;
  	padding-left: 1em;
}

.picture, .comment .submitted {
  	float: right; /* LTR */
  	clear: right; /* LTR */
  	padding-left: 1em; /* LTR */
}

.new {
  	color: #ffae00;
  	font-size: 0.92em;
  	font-weight: bold;
  	float: right; /* LTR */
}

.terms {
  	float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  	margin: 0;
  	padding: 0.5em 0;
  	border: 0;
  	background: 0;
}

.sticky {
  	padding: 1em;
  	background-color: #fff;
  	border: 1px solid #e0e5fb;
  	margin-bottom: 2em;
}

#comments {
  	position: relative;
  	top: -1px;
  	border-bottom: 1px solid #e9eff3;
  	margin: -1.5em -25px 0;
  	padding: 0 25px;
}

#comments h2.comments {
  	margin: 0 -25px;
  	padding: .5em 25px;
  	background: #fff url(images/drupal/gradient-inner.png) repeat-x 0 0;
}

.comment {
  	margin: 0 -25px;
  	padding: 1.5em 25px 1.5em;
  	border-top: 1px solid #e9eff3;
}

.indented {
  	margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  	color: #494949;
}

.node .content, .comment .content {
  	margin: 0.6em 0;
}

/**********  Aggregator.module  ***********/
#aggregator {
  	margin-top: 1em;
}
#aggregator .feed-item-title {
  	font-size: 160%;
  	line-height: 130%;
}
#aggregator .feed-item {
  	border-bottom: 1px solid #e9eff3;
  	margin: -1.5em -31px 1.75em;
  	padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  	font-size: 0.92em;
}
#aggregator .feed-item-meta {
  	font-size: 0.92em;
  	color: #898989;
}

/**********  Color.module  ***********/
#palette .form-item {
  	border: 1px solid #fff;
}
#palette .item-selected {
  	background: #fff url(images/drupal/gradient-inner.png) repeat-x 0 0;
  	border: 1px solid #d9eaf5;
}


/**********  Menu.module  ***********/
/*tr.menu-disabled {
  	opacity: 0.5;
}*/
tr.odd td.menu-disabled {
  	background-color: #edf5fa;
}
tr.even td.menu-disabled {
  	background-color: #fff;
}

/**********  Poll.module  ***********/
.poll .bar {
  	background: #fff url(images/drupal/bg-bar-white.png) repeat-x 0 0;
  	border: solid #f0f0f0;
  	border-width: 0 1px 1px;
}

.poll .bar .foreground {
  	background: #71a7cc url(images/drupal/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  	font-size: .9em;
}

/**********  Autocomplete.  ***********/
#autocomplete li {
  	cursor: default;
  	padding: 2px;
  	margin: 0;
}

/**********  Collapsible fieldsets  ***********/
fieldset {
  	margin: 1em 0;
  	padding: 1em;
  	border: 1px solid #d9eaf5;
  	background: #fff url(images/drupal/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  	padding: 0 1em 1em;
  	background-position: 0 .75em;
  	background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  	padding-top: 1em;
}

fieldset legend {
/* Fix disappearing legend in FFox */
  	display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  	display: inline;
}

html.js fieldset.collapsed {
  	background: transparent;
  	padding-top: 0;
  	padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  	padding-left: 2em; /* LTR */
  	background: url(images/drupal/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  	background: url(images/drupal/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**********  Syndication icons and block  ***********/
#block-node-0 h2 {
  	float: left; /* LTR */
  	padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  	float: right; /* LTR */
  	padding-top: 4px;
}

#block-node-0 .content {
  	clear: right; /* LTR */
}

/**********  Login Block  ***********/
#user-login-form {
  	text-align: center;
}
#user-login-form ul {
  	text-align: left; /* LTR */
}

/**********  User profiles.  ***********/
.profile {
  	margin-top: 1.5em;
  	clear: inherit;
}
.profile h3 {
  	border-bottom: 0;
  	margin-bottom: 1em;
}
.profile dl {
  	margin: 0;
}
.profile dt {
  	font-weight: normal;
  	color: #898989;
  	font-size: 0.92em;
  	line-height: 1.3em;
  	margin-top: 1.4em;
  	margin-bottom: 0.45em;
}
.profile dd {
 	margin-bottom: 1.6em;
}

/**********  Admin Styles  ***********/
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  	margin: 0;
  	padding: 0;
}

div.admin .left {
  	float: left; /* LTR */
  	width: 48%;
}
div.admin .right {
  	float: right; /* LTR */
  	width: 48%;
}

div.admin-panel {
  	background: #fff url(images/drupal/gradient-inner.png) repeat-x 0 0;
  	padding: 0.3em 1em 1.5em;
}
div.admin-panel .description {
  	margin-bottom: 1.5em;
}
div.admin-panel dl {
  	margin: 0;
}
div.admin-panel dd {
  	color: #898989;
  	font-size: 0.92em;
  	line-height: 1.3em;
  	margin-top: -.2em;
  	margin-bottom: .65em;
}

table.system-status-report th {
  	border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  	background: #027ac6;
  	color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  	color: #d3e7f4;
}

/*tr.taxonomy-term-preview {
  	opacity: 0.5;
}*/

tr.taxonomy-term-divider-top {
  	border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  	border-top: 1px dotted #CCC;
}

/**********************************
			TABLES
**********************************/
tbody{border-top:none;}

table {
  	margin: 1em 0;
  	width: 100%;
}

td, th {
	padding: .5em .5em;
}

/* Make table text same as body! */
td{font-size: 1em;}

.views-table td{
	border-right: 1px solid #fff;
	border-top: 1px solid #d3e7f4;
	border-bottom: 1px solid #d3e7f4;
}

tr.odd, tr.even{
  	border-top: 1px solid #d3e7f4;
  	border-bottom: 1px solid #d3e7f4;
}

tr.odd, tr.info {
   background: #f0f6fa url(images/drupal/tr_odd.jpg) bottom left repeat-x;
}

tr.even {
  	background: #ffffff url(images/drupal/tr_even.jpg) bottom left repeat-x;
}

tr.drag {
  	background-color: #fffff0;
}

tr.drag-previous {
  	background-color: #ffd;
}

tr.odd td.active {
  	background-color: #ddecf5;
}

tr.even td.active {
  	background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  	border-top: 1.5em solid #fff;
  	border-bottom: 1px solid #b4d7f0;
  	background-color: #d4e7f3;
  	color: #455067;
  	font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  	border-top-width: 0;
}

span.form-required {
  	color: #ffae00;
}

span.submitted, .description {
  	font-size: 0.92em;
  	color: #898989;
}

.description {
  	line-height: 150%;
  	margin-bottom: 0.75em;
  	color: #898989;
}

.messages, .preview {
  	margin: 0 0 5px 0;
  	padding: .5em 1em;
  	clear: left;
}

.messages ul {
  	margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  	margin: 0.25em 0;
}

#center form {
  	margin-bottom: 2em;
}

.form-button, .form-submit {
  	margin: 2em 0.5em 1em 0; /* LTR */
}

.node-form .standard{clear: inherit;}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  	margin: 0;
}

.box {
  	margin-bottom: 2.5em;
}

/*************  MESSAGES COLOUR CODING   *****************/

.messages .status{
  background-color: #fff;
  border: 1px solid #c7f2c8;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}


