/*------------------------------------------------------------------------------

  Aston Resources 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-family: inherit;
  vertical-align: baseline;
}

/* For IE */
img { -ms-interpolation-mode:bicubic; }

a img {
  border: none;
}

a, a:link { text-decoration: none; }
a:visited { }
a:hover { }
a:active { }


/*------------------------------------------------------------------------------
>>>> Fundamentals
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
  color:#414042;
  font-family:Arial, sans-serif;
  font-size: 68%;
  background:#eef7fb url(/static/images/background.png) left top repeat-x;
  background-attachment:fixed;
}

/* Link and link-like colours */
a {
  color:#0098d6;
}

a:hover {
  color:#414042;
}

#content a {
  padding-bottom:1px;
  border-bottom:1px solid #9BD0ED;
}
/* For the big happy opening paragraph */
#content h1 + p, #content img + p {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 0;
}

/* Neatening subheadings in posts  */

.post h2 { margin-top: 0px;}
.post h2 + h3 {
  margin: -0.7em 0 0.6em 0;
}


/*------------------------------------------------------------------------------
>>>> Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.container {
  width:908px;
  padding:12px 38px 45px 38px;
  margin:0 auto;
  background:#fff url(/static/images/footer2.jpg) center bottom no-repeat;
}

.masthead {
  width:100%;
  position:relative;
  overflow:auto;
}

.wrapper {
  width:100%;
  overflow:auto;
  padding:20px 0 40px 0;
}

.share {
  width:750px;
  height:21px;
  padding:0 5px 0 0;
  text-align:right;
}
.home {
  width:100%;
  overflow:auto;
  padding:5px 0 20px 0;
}
.subnav {
  position:relative;
  float:left;
  display:inline;
  width:150px;
  padding:0 30px 0 0;
}
#content {
  position:relative;
  float:left;
  display:inline;
  width:550px;
  padding:0 25px 0 0;
  overflow:hidden;
  border-right:1px solid #e9e9ea;
}

#sidebar {
  position:relative;
  float:left;
  display:inline;
  width:130px;
  padding:7px 0 0 22px;
}

.footer {
  position:relative;
  width:908px;
  padding:0 38px;
  margin:0 auto;
  padding-top: 10px;
}
.byline {
  font-size: 9px;
  color:#58595B;
  text-align: left;
}

/*------------------------------------------------------------------------------
>>>> Masthead, main navigation and sub-navigation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.masthead {
  width: 100%;
  overflow: auto;
  padding: 0 0 10px 0;
  background:#fff url(/static/images/nav-border.png) left bottom no-repeat;
}
.masthead .title {
  position:relative;
  float:left;
  display:inline;
  width:138px;
  overflow:auto;
}

.masthead .title h1 a {
  display:block;
  width:138px;
  height:75px;
  background:url(/static/images/aston-logo.png) left top no-repeat;
}

.masthead .title h1 a span {
  display:none;
}

.masthead div.search {
  position:relative;
  float:right;
  display:inline;
  width:auto;
  padding-top:54px;
}

/* Main navigation */

ul.textNav {
  display: block;
  width:100%;
  padding:2px 0 5px 0;
  margin: 0;
  list-style-type: none;
  clear:both;
  background:#fff url(/static/images/nav-border.png) left bottom no-repeat;
  overflow:hidden;

}
ul.textNav li {
  display: inline;
  float:left;
  line-height: 100%;
  font-size:10px;
  text-transform:uppercase;
  font-weight:bold;
  width:149px;
  height:18px;
  border-right:2px solid #fff;
  overflow:hidden;
  text-align:center;
  margin:0;
  padding:0 0 0 0;
  background:url(/static/images/nav.png) left top repeat-x;
}

ul.textNav li.reduced { /* this is while there is no investors section */
  width:179px;
}

ul.textNav li.fourpage { /* while there is only 4 sections */
  width:225px;
}

ul.textNav li#last {
  border-right:none;
  width:153px;
}
ul.textNav li#lastPre { /* this is while there is no investors section */
  border-right:none;
  width:183px;
}
ul.textNav li#lastFour { /* while there is only 4 items */
  border-right:none;
  width:227px;
}
ul.textNav li a {
  display:block;
  float:left;
  width:100%;
  height:14px;
  padding:4px 0 0 0;
  color:#808285;
}

ul.textNav li.active a {
  background:url(/static/images/nav-highlight.png) right top no-repeat;
  color:#0098d6;
}
ul.textNav li a:hover {
  color:#0098d6;
}


/* subnav */
.subnav ul {
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  overflow:auto;
  text-transform:uppercase;
  font-size:10px;
}

.subnav ul li {
  width:100%;
  margin:0 0 6px 0;
  padding:0 0 6px 0;
  border-bottom:1px solid #e9e9ea;
}

.subnav ul li a {
  color:#808285;  
  display:block;
  padding:0;
/*  border:1px solid red;*/
}
.subnav ul li a:hover,
.subnav ul li a:active,
.subnav ul li.active a {
  color:#0098d6;
}

.subnav ul ul {
  margin-top: 0.7em;
  margin-bottom: 0;
}

.subnav a.active {
  font-weight: bold;
}

/*------------------------------------------------------------------------------
>>>> Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.byline a {
  color:#58595B;
}
.byline a:hover {
  color:#0098d6;
}

.byline span {
/*  display:block;*/
/*  float:left;*/
  border-left:1px solid #58595B;
  margin-left:5px;
  padding-left:7px;
}

/*------------------------------------------------------------------------------
>>>> Home page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.home .banner {
  position:relative;
  width:100%;
  margin:0 0 24px 0;
}

.home .intro {
  background:none;
  width:180px;
  margin-right:20px;
  padding:0;
}

.home .intro img {
  margin:0 0 6px 0;
  border:1px solid #e0e0e0;
}

.home .intro .description {
  display:block;
  clear:left;
  width:180px;
  padding:0;
  font-size:10px;
  line-height:1.4em;
}
.home .intro .description a {
  color:#414042;
}
.home .intro .description a h3 {
   color:#0098d6;
}

.home .intro .description img.homeIntro {
  margin:0 0 -1px 0;
  border:none;
}

.home .announcements {
	position:relative;
  float:right;
  display:inline;
  width:270px;
}
.announcements a.projectLink {
	display:block;
	border:1px solid #ccc;
	padding:8px 10px;
	background:#eee;
	margin:0 0 16px 0;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.3em;
	color:#00ADEE;
}
.announcements a:hover.projectLink {
	background:#CFE9F4;
	background:#E6F1FF;
}
.announcements a.projectLink img {padding-top:2px;}

.home .media {
  position:relative;
	display:block;
  padding:0 0 0 10px;
  background:url(/static/images/dot.png) left top repeat-y;
}

.home .media h3 {
  font-weight:bold;
  margin-top:0;
  font-size:11px;
  color:#003060;
  text-transform:uppercase;
}

/*------------------------------------------------------------------------------
>>>> Share buttons
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a.print, a.addthis_button_email {
  background:url(/static/images/print.png);
  display:block;
  height:21px;
  width:48px;
  float:right;
}

a.print span, a.addthis_button_email span {
  display:none;
}
a.addthis_button_email {
  background:url(/static/images/email.png);
  margin-right:16px;
}


/*------------------------------------------------------------------------------
>>>> Basic Typography
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

em, i {
  font-style:italic;
}
b, strong {
  font-weight: bold;
}

h1 {
  font-size:14px;
  margin: 0 0 0.5em 0;
  color:#043B70;
  text-transform:uppercase;
  font-weight:bold;
}
h2 {
  font-size: 13px;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
  font-weight:bold;
}
h3 {
  font-size: 12px;
  line-height: 1.25;
  margin-top: 1.4em;
  font-weight: normal;
  margin-bottom: 0;
  color:#043B70;
}
h4 {
  margin-top:2.0em;
  font-size:1em;
  font-weight:bold;
  margin-bottom:0.5em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}
p {
  line-height:140%;
  margin-bottom:1.0em;
}
ul, ol {
  padding: 0 0 0 14px;
  margin:0 3.0em 1.4em 0;
}
ol { 
  padding-left:16px;
}
ul ul, ol ol {
  margin: 0.4em 0 0.4em 0.8em;
}
li {
  line-height:130%;
  margin-bottom:0.2em;
}
dl {
  line-height: 130%;
}
dt {
  font-weight: bold;
  margin-bottom: 0;
}
dd {
  margin-bottom: 2.0em;
}
blockquote {
  margin: 1.6em 0;
  padding: 0 2.0em;
  border-left: 1px solid #ccc;
}
blockquote p {
  padding:0;
  margin:0 0 1.0em 0;
}
blockquote cite {
  font-style:italic;
  font-weight: bold;
  font-size:0.9em;
}
table {
  border-collapse: collapse;
  margin: 1.0em 0;
  padding: 0;
  font-size: 0.9em;
  width: 100%;
}
table td {
  text-align: left;
  vertical-align: top;
  padding: 0.3em 1.0em 0.3em 0;
  border-bottom:1px solid #ddd;
}
table th {
  padding: 0.3em 1.0em 0.3em 0;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #222;
}
table p {
  margin: 0.5em 0;
}

hr {
  height:2px;
  max-height:2px;
  font-size: 1px;
  line-height: 1;
  overflow: visible;
  display: block;
  position: relative;
  padding: 0;
  margin: 20px auto 0 auto;
  width: 100%;
  clear: both;
  border: none;
  overflow: visible;
  background:url(/static/images/dot.png) left top repeat-x;
}


/*------------------------------------------------------------------------------
>>>> Page behaviour  
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* the hero image on top-level pages */
img.pageHeader {
  margin:0 0 20px 0;
}

.intro {
  width:258px;
  padding:0 15px 0 0;
  position:relative;
  float:left;
  display:inline;
  margin-bottom:20px;
/*  border:1px solid red;*/
}

img.introImage {
  width:136px;
  position:relative;
  float:left;
  display:inline;
  border:1px solid #e0e0e0;
}

.intro .description {
  position:relative;
  float:left;
  display:inline;
  width:108px;
  padding:0 0 0 12px;
  line-height:140%;
/*  border:1px solid green;*/
}

.intro .description h3 {
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:0;
  margin-bottom:3px;
}

#content .intro .description h3 a {
  color:#0098d6;
  border-bottom:none;
  padding-bottom:0;
}

.intro .description p {
  font-size:10px;
  margin-bottom:0;
}

.intro .description span {
  display:block;
  margin-bottom:4px;
}

.divider {
  background:url(/static/images/dot.png) left top repeat-x;
  height: 22px; 
  clear: both;
}

/*------------------------------------------------------------------------------
>>>> Generally helpful
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.error, .preview {
  border: 1px dashed red;
  padding: 1.0em 1.0em 0 1.0em;
}

.skip { /* For hidden skip-to-content link */
  display: none;
}
.back { /* Used for back-to-page links for blg, nws, evt */
  clear: both;
  padding-top:2.0em;
}
.go { /* Link to post or extended article */
  text-align: right;
}
.first { /* For the first item in series */
  margin-left: 0;
  padding-left: 0;
}
.last { /* For the last item in series */
  margin-right: 0;
  padding-right: 0;
}
.notFound { /* Where people / products don't have images */
  background: #ddd;
  text-align: center;
  padding: 3.5em 0;
  width: 100%;
}


#blg div.post,
#dir div.post,
#edn div.post,
#evt div.post,
#mapblg div.post,
#nws div.post,
#psl div.post,
#shp div.post {
  margin-bottom:2.0em;
}


/*------------------------------------------------------------------------------
>>>> Blog and News (BLG, NWS) pagination + DBY years
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#blg div.pagination,
#nws div.pagination,
#dby div.pagination,
#mapblg div.pagination {
  margin-top:4.0em;
  text-align:right;
  font-size: 90%;
}
#blg .pagination ul,
#nws .pagination ul,
#dby .pagination ul,
#mapblg .pagination ul {
  margin: 0;
  float: right;
  list-style: none;
}
#blg .pagination ul li,
#nws .pagination ul li,
#dby .pagination ul li,
#mapblg .pagination ul li {
  border-right: 1px solid #444;
  padding: 0 0.4em;
  margin-top: 0.5em;
  float: left;
}
#blg .pagination ul li.currentPage,
#nws .pagination ul li.currentPage,
#dby .pagination ul li.currentPage,
#mapblg .pagination ul li.currentPage {
  font-weight: bold;
}
#blg .pagination ul li.nextPage,
#nws .pagination ul li.nextPage,
#dby .pagination ul li.all,
#mapblg .pagination ul li.all {
  border-right: 0;
  padding-right: 0;
}


/*------------------------------------------------------------------------------
>>>> Personnel (PSL)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#psl .post {
  overflow:auto;
  width:550px;
  padding-bottom:8px;
  background:url(/static/images/dot.png) left bottom repeat-x;
  margin-top:20px;
  margin-bottom:0;
}
#psl .post .image {
  position:relative;
  float:left;
  display:inline;
  width:95px;
  padding:0 15px 0 0;
}
#psl .post .image img {
  width:95px;
  margin:0;
}
#psl .post .body {
  position:relative;
  float:left;
  display:inline;
  width:440px;
}

#psl .post .body h2 {
  font-size:12px;
  color:#808285;
  font-weight:normal;
  text-transform:uppercase;
}
#psl .post .body h3 {
  font-size:12px;
  color:#808285;
  font-weight:bold;
}


/*------------------------------------------------------------------------------
>>>> Events (EVT) and News (NWS) - used for investor calendar, and
      media announcements
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#evt #content h1, #nws #content h1 {
  margin-bottom:30px;
}

div.event {
  width:100%;
  position:relative;
  overflow:auto;
  background:url(/static/images/dot.png) left bottom repeat-x;
  padding:0px 0 15px 0;
  margin:0 0 15px 0;
}

.event .date, .event .eventTitle {
  position:relative;
  float:left;
  display:inline;
  width:120px;
}

.event .eventTitle {
  width:400px;
  font-weight:bold;
}
.event .eventTitle a {
  padding-bottom:1px;
  border-bottom:1px solid #9BD0ED;
  line-height:1.5em;
}


/*------------------------------------------------------------------------------
>>>> ASX announcements (COLASX) and DBY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h3.year {
  border-bottom:1px solid #414042;
  padding-bottom:2px;
  color:#414042;
  font-weight:bold;
  margin-top:30px;
  margin-bottom:20px;
}

#colasx .dbyPost, #dby .dbyPost {
  position:relative;
  width:100%;
  background:url(/static/images/dot.png) left bottom repeat-x;
  overflow:auto;
  padding:0px 0 20px 0;
  margin:0 0 20px 0;
}

#colasx .dbyPost .colasxLeft,
#colasx .dbyPost .colasxRight,
#dby .dbyPost .dbyLeft,
#dby .dbyPost .dbyRight {
  position:relative;
  float:left;
  display:inline;
}

#colasx .dbyPost .colasxLeft,
#dby .dbyPost .dbyLeft {
  width:400px;
}

#colasx .dbyPost .colasxRight,
#dby .dbyPost .dbyRight {
  float:right;
  width:100px;
  padding-top:5px;
  text-align:right;
}

#colasx .dbyPost .colasxRight a,
#dby .dbyPost .dbyRight a {
  border-bottom:none;
}

#colasx .dbyPost .colasxLeft span,
#dby .dbyPost .dbyLeft span {
  display:block;
  margin:0 0 3px 0;
}

#content .colasxLeft a.colasxDownload,
#content .dbyLeft a.dbyDownload {
  font-weight:bold;
  display:inline;
  float:left;
  padding-bottom:0px;
}

a.governance { /* needs more padding for the governance page template */
  padding-top:10px;
}

.colasxFileSize, .dbyFileSize {
  display:inline;
  float:left;
  margin:0;
  padding:5px 0 0 0;
}
.colasxPDF img {
  margin-top:0px;
}
#colasx .dbyPost p.date {
  margin-bottom:0;
}
#colasx table .downloadDate {
  width: 7.0em;
}
#colasx table .downloadContent {
  width:27em;
}
#colasx table .downloadLink {
  width: 7.0em;
  text-align: right;
}

/* the home page ingredient for colasx */

a.colasxHome {
  display:block;
  margin:5px 0;
  color:#414042;
  line-height:140%;
}
a.colasxHome span {
  color:#0098d6;
}

/*------------------------------------------------------------------------------
>>>> Pseudo subnav (for dby and colasx years)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.years {
  border-top:1px solid #e9e9ea;
  padding-top:2px;
  margin-bottom:0px;
  margin-top:6px;
}

ul.years li {
  margin-bottom:0px;
  font-size:10px;
  padding:2px 0 0px 0;
  border-bottom:none;
}

/*------------------------------------------------------------------------------
>>>> FAQs (FAQ)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.question {
  margin:10px 0;
  background:url("/static/images/dot.png") left bottom repeat-x;
  padding-bottom:10px;
}
#faq dt {
  color:#0098d6;
  font-weight:bold;
  padding-bottom:2px;
  margin-bottom:0px;
  cursor:pointer;
  width:auto;
}

#faq dt span {
  border-bottom:1px solid #9BD0ED;
}

#faq dd {
  display:none;
  clear:left;
  margin-bottom:10px;
}

#faq dd p {
  margin-bottom:0;
  margin-top:10px;
}

#foo {
  display:none;
  
}

/*------------------------------------------------------------------------------
>>>> Links (LNK) - used for quick links in sidebar
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sidebar h3 {
  font-size:11px;
  font-weight:bold;
  color:#003060;
  background:url(/static/images/arrow.png) right center no-repeat;
  padding-right:5px;
  width:70px;
}

ul.quicklinks {
  list-style:none;
  padding:0;
  margin:0;
  font-size:10px;
}

ul.quicklinks li {
  margin:0;
}

ul.quicklinks li a {
  border-bottom:1px solid #c1e9f7;
}
/*------------------------------------------------------------------------------
>>>> Projects (PRJ)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sidebar h3.asset {
  color:#414042;
  text-transform:uppercase;
  background:none;
  padding-right:0;
  padding-bottom:5px;
  width:100%;
  border-bottom:1px dotted #414042;
  margin-bottom:10px;
}

/*------------------------------------------------------------------------------
>>>> Search (SCH)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.searchForm input {
  width:134px;
  height:13px;
/*  border:1px solid #e9e9ea;*/
  border:1px solid #A3A2A3;
  background:#fff;
  float:left;
  display:inline;
  margin-right:2px;
}
.searchForm input.searchButton {
  width:63px;
/*  border:none;*/
  height:15px;
/*  padding:0 0 1px 0;*/
}

.searchForm input.submit {
  width:65px;
/*  border:none;*/
  height:18px;
  color:#A3A2A3;
  background:url(/static/images/search2.png) left top no-repeat;
  text-transform:uppercase;
  font-size:9px;
  padding-left:12px;
  padding-top:1px;
  letter-spacing:1px;
}


/*------------------------------------------------------------------------------
>>>> Contact form (CTT)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.contactPage {
  width:315px;
  padding:20px 0;
}

input.submit {
  float:left;
  padding:0;
  border:1px solid #A3A2A3;
}

/*------------------------------------------------------------------------------
>>>> Gallery (GLY)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#gly div.image img {
  width: 100%;
}
#gly p.caption {
  margin-top: 1.0em;
  font-size: 90%;
}


/*------------------------------------------------------------------------------
>>>> Slideshow
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#slideshow div.placeholder {
  clear: both;
  width: 100%;
  overflow: hidden;
  background: url(/static/images/spinner.gif) center center no-repeat;
}
#slideshow #SS_caption {
  margin-top: 1.0em;
  font-size: 90%;
  height: 6.0em; /* You should set a height to stop the scrollbar flicker */
}
#slideshow ol li {
  display: block;
  padding: 0.1em 1.0em 0.1em 0;
  float: left;
  cursor: pointer;
  font-size: 90%;
}
#slideshow ol li a {
  padding: 0.1em 1.0em 0.1em 0;
}
#slideshow ol li#activeThumb { /* The active marker for the slideshow */ }


/*-----------------------------------------------------
                     >> Images <<

Sizes
large: 550px
medium: 300px
small: 150px

-----------------------------------------------------*/

.captioned {
  margin: 0.7em 24px 0.7em 0;
/*  border:1px solid red;  */
}
.captioned blockquote {
  background:none;
  margin:0;
  padding:0.5em 0 0 5px;
  border:0;
/*  border:1px solid red;*/
  overflow:auto;
  background:#A3D7F3 url(/static/images/caption-bground.png) left top no-repeat;
}
.captioned blockquote p {
  font-size: 0.92em;
  font-style: normal;
  line-height: 140%;
  margin-bottom:0.5em;
}
img.small, .smallCaptioned {
  float: left;
  width: 150px;
  margin: 0 18px 10px 0;
}
img.med, .medCaptioned {
  float: left;
  width: 300px;
  margin: 0 24px 10px 0;
/*  border:1px solid green;*/
}

img.large, .largeCaptioned {
  width: 550px;
  margin: 0;
  padding: 0;
  background:#fff;
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img,
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float: none;
  margin: 0;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*------------------------------------------------------------------------------
>>>> Mime-type display - the default behaviour when a file is inserted in text
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a.download, #content a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover, #content a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}


/*------------------------------------------------------------------------------
>>>> Uniform overwrites (remove the .uniForm class from forms to disregard)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* This is the main unit that contains our form elements */
.uniForm .ctrlHolder { padding: 0; }
.uniForm .buttonHolder { padding-top: 0; }

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label {
  width: 100%;
  padding:0 0 6px 0;
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload {
  width: 54%;
}

.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select { width: 54%;  }

.uniForm .inlineLabels textarea,
.uniForm .inlineLabels input {  
  width: 100%; 
  font-family: Arial, sans-serif; 
  border:1px solid #A3A2A3;
}

.uniForm .inlineLabels input {
  height:20px;
}
.uniForm .inlineLabels textarea {
  height:6em;
}
.uniForm .inlineLabels .formHint {
  margin-top: 0;
  margin-left: 42%;
  font-size: .9em;
  color: #777;
  position: static;
}
.uniForm .inlineLabels .multiField {
  width: 54%;
  margin: 0 0 .3em 0;
}

.uniForm label.blockLabel { font-size: 90%; }
.uniForm .inlineLabels .blockLabel {
  width: 45%;
  margin-right: 5%;
}

.uniForm .inlineLabels .address .textInput {
  width: 100%;
}
.uniForm .inlineLabels .address label {
  display: none;
}
.uniForm .ctrlHolder {
  padding: 6px 0;
  border-bottom: none;
}
.uniForm .noBorder {
  border: 0;
}
.uniForm .inlineLabels p.formHint {
  font-size: 80%;
  padding-top: 0.8em;
  line-height: 130%;
}

