﻿/*----------------------------------------------------------
Reset the browser
----------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote
{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td, th, caption
{
    font-weight: normal;
    text-align: left;
}

fieldset
{
    border: 0;
    padding: 4px;
}
ol
{
    padding-left: 1.4em;
    list-style: decimal;
}
ul
{
    padding-left: 1.4em;
    list-style: square;
}
q:before, q:after
{
    content: '';
}

/*----------------------------------------------------------
Colour guide
RCP Blue - 003C69
RCP Charcoal - 222222
RCP Light Blue - BDD2FF
RCP Red - CB0044
----------------------------------------------------------*/
html, body
{
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background: #ffffff;
    font-family: Calibri,"Trebuchet MS",Tahoma,Verdana,sans-serif;
    font-size: 14px;
    color: #666;
    background-image: url("/Content/background.png");
    background-position: center;
    background-attachment: scroll;
}

div#browsebuttons
{
    float: right;
    font-size: smaller;
}

div#browsebuttons a
{
    text-decoration: none;
}

div#browsebutton a.visited
{
    text-decoration: none;
}

div#container
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto 0 auto; /* center, not in IE5 */
    min-width: 960px;
    width: 90%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-color: #ffffff;
}

div#header
{
/*    height: 90px;*/
}

div#logo
{
    background: #ffffff url("/content/logo.png") no-repeat scroll left top;
    float: left;
    height: 80px;
    margin: 10px 0 0 10px;
    width: 280px;
}

div#login
{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

div#title
{
    padding-left: 100px;
}
    
div#content
{
	clear:both;
    padding: 1em 1em 5em; /* bottom padding for footer */
    position: relative;
}

div#content .admin li
{
    color: Red;
}

div#accordion
{
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    width: 50%;
}

div#accordion.narrow
{
    width: 400px;
}

div#plantEditClassification, div#supplementary, div#editAccession, div.refNoteEdit, div#editCommemorative, .Edit, div#uses
{
    padding: 0px 10px 1px 10px;
    background-color: #F0F0F0;
    color: #004995;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div#uses 
{
	padding: 6px 0 6px 2px;
}

div#floweringMonthsEdit 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

div#floweringMonthsEdit input[type=checkbox]
{
    padding-right: 20px;
}

div#footer
{
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */
    border-top: 6px double gray;
    text-align: center;
}

div#footer p
{
    padding: 1em;
    margin: 0;
}

div#title h1
{
    font-size: 30px;
    padding: 35px 0px 20px 90px;
    color: #eeeeee;
}

div#menucontainer
{
	background-color: #005a8b;
    clear: both;
	height: 34px;
}

div #inbox
{
    float: right;
    margin-top: 40px;
    padding-top: 10px;
}

div#gardenersnotes
{
    float: right;
    width: 500px;
    padding-bottom: 20px;
}

div#accordion
{
    float: none;
    width: 500px;
}

div#plantdetails > h1
{
    padding: 0 0 10px 0;
}

div#plantdetails > span
{
    padding: 0 0 20px 0;
}

div #artistInResidence
{
    float: left;
    width: 200px;
    height: 240px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
}

div #featuredPlant
{
    float: right;
    width: 200px;
    height: 240px;
    margin-top: 20px;
    margin-right: 40px;
}

div #featuredPlant img, div #artistInResidence img
{
    background-color: #444444; 
    top:  0;
    left: 0;
    width: 180px;
    height: 220px;
}

div #featuredPlant h2, div #artistInResidence h2
{
    font-size: 1.1em;
    padding-top: 230px;
}

div.order
{
    position: relative;
    margin-right: 460px;
    height: 80%;
}

div#selectPlantGeneral, div#selectPlantReplace
{
    float: right;
}

div#alphaSelector
{
    font-size: 120%;
    padding: 0px 5px 10px 0px;
    letter-spacing: 5px;
}

div#welcomeText1, div#welcomeText2, div#welcomeText3
{
    display:block;
}

div#welcomeText3 > img
{
    height: 400px;
}

#queue
{
    background-color: #909090;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px;
    overflow: auto;
    width: 374px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.refEdit
{
    margin-right: 450px;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin: 0;
    color: #003C69;
}

h2
{
    padding-top: 7px;
    color: #003C69;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px;
    padding: 6px 0 6px 0;
    position: relative;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
	height:34px;
    font-weight: bold;
    text-decoration: none;
    background-color: #005a8b;
    color: #FFFFFF;
	padding: 8px 30px 8px 30px;
}

ul#menu li a:hover
{
    background-color: #d1e1f1;
    text-decoration: none;
	color: #6a747c;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0;
    padding: 1em;
/*    border: 1px solid #CCC;*/
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

li.plant
{
/*    list-style-image: url(/images/0031_cassiniflower.png);*/
}

li.plant a
{
    color: #70838B;
}

table
{
    padding: 5px;
}

table.align-right
{
    text-align: right;
}

tr
{
    padding-top: 10px;
}

th
{
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

th.align-right
{
    text-align: right;
}

td
{
    text-align: right;
    padding: 5px;
}

#plantEditClassification table, #supplementary table, #editAccession table
{
    font-size: 80%;
    padding: 2px;
}

#plantEditClassification th, #supplementary th, #editAccession th
{
    padding: 2px;
}

#plantEditClassification td, #supplementary td, #editAccession td
{
    padding: 2px;
}

#tblDistribution, #tblPlantDistributions
{
    width: 600px;
}

#selectedPlants, #selectedPlants td
{
    border: 1px;
    border-style: solid;
    vertical-align: top;
    text-align:left;
    width: 100%;
}
#selectedPlants td
{
    width:auto;
}

#selectedPlants .name, #selectedPlants .commonName, #selectedPlants .distribution
{
    width: 15%;
}

#uses td {
	width: 140px;
	padding: 0px;
}

/*pager style*/
.pages
{
    color: red;
    font-weight: bold;
    font-size: 11px;
}
.pages .item
{
    padding: 1px 6px;
    font-size: 13px;
}
/*numeric pager items*/
.pages .cpb
{
    color: red;
    padding: 1px 6px;
    font-size: 13px;
}
/*current pager item*/
.pages a
{
    text-decoration: none;
    padding: 0 5px;
    border: 1px solid #ddd;
    margin: 0 2px;
    color: #000;
    font-weight: normal;
}
.pages a:hover
{
    background-color: #E61636;
    color: #fff;
    border: 1px solid #E61636;
    text-decoration: none;
    font-weight: normal;
}

.blur
{
    color: #a1a1a1;
    font-style: italic;
}

.hasdata
{
    color: #cc9999;
    background-color: #ff9999;
}

.display-label
{
    font-weight: bold;
}

.display-field-em
{
    font-style: italic;
}

/*----------------------------------------------------------
jQuery lightBox plugin - Gallery style
----------------------------------------------------------*/
#gallery
{
    background-color: #ffffff;
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
}

#gallery3
{
    background-color: #ffffff;
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    width: 570px
}
    
#gallery2
{
    background-color: #ffffff;
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    width: 410px
}

#gallery1
{
    background-color: #ffffff;
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    width: 250px
}

.plantname, .familyname
{
    padding-left: 5px;
    font-size: 150%;
    font-weight: bold;
}

.familyname
{
    padding-bottom: 10px;
    font-size: 125%;
}

.plantname
{
    padding-top: 10px;
}

.authorslist
{
    display: inline-block;
}

/*Ripped from chosen*/
div.side-by-side { width: 100%; margin-bottom: 10px; padding-bottom: 10px; float:none; position:static;}
div.side-by-side > div { float: left; width: 30%; padding-right: 10px; padding-bottom: 10px;}
div.side-by-side > div > em { margin-bottom: 2px; display: block; }

div.side-by-side > div#queryfloweringmonths { float: left; width: 60%; padding-right: 10px; padding-bottom: 10px;}
div.side-by-side > div#queryfloweringmonths > div > em { margin-bottom: 2px; display: block; }

div#queryfloweringmonths > div#floweringMonthsEdit
{
    padding: 0px;
}

.clearfix
{
    clear: both;
}

.clearleft
{
    clear: left;
}

div.accessiongroup { width:100%; margin-bottom: 10px; padding-top: 20px; float: none;}
div.accessiongroup > div {float: left; padding-right: 20px; padding-bottom: 10px;}
div.accessiongroup > div.note { float: right;}

div#queryinclusionoptions
{
    margin-top: 10px;
/*    width: 144px;*/
}

div#queryfilteroptions
{
    margin-top: 10px;
/*    width: 700px;*/
}

div#queryviewoptions
{
    margin-top: 20px;
}

div#queryviewoptions > div, div#queryinclusionoptions > div, div#queryfilteroptions > div
{
    float: right;
    clear: both;
    padding-bottom: 6px;
}

div#queryfilteroptions > input
{
    padding-right: 20px;
}

div#queryviewoptions > div
{
    width: 33%;
    clear: none;
    float: left;
/*    text-align: right;*/
}

#gardenimages
{ 
    height:  300px; 
    width:   300px;
    margin:  20px 60px 20px 20px; 
    float: left;
}

#gardenimages div
{
    height: 324px;
    width: 324px;
}

#gardenimages div img
{ 
    background-color: #eee; 
    margin: auto;
    display: block;
}
