/* Blog summary */
div.Blogs { padding-bottom: 20px; }
div.Blogs hr, div.Comments hr
{
border: 0;
border-top: solid 1px #ccc;
padding: 0;
margin: 10px 0;
height: 1px;
color: #ccc;
}
div.BlogPostSummary
{
padding: 0 10px;
/*padding-bottom: 20px;*/
width: 520px;
overflow: hidden;
}
div.BlogPostSummary strong
{
display: block;
font-size: .9em;
padding-bottom: 3px;
}
div.BlogPostSummary h3
{
font-size: 1.3em;
margin: 0;
padding: 0;
}
div.InnerLeft div.BlogPostSummary a { text-decoration: none; }
div.InnerLeft div.BlogPostSummary a:hover { text-decoration: underline; }
div.BlogPostSummary em
{
display: block;
font-size: .8em;
padding-bottom: 3px;
}
div.BlogPostSummary em span { color: #57b6dd; }
div.BlogPostSummary p.Summary
{
margin: 0;
padding: 10px 0;
}
div.BlogPostSummary p.Meta
{
margin: 0;
padding: 0;
padding-bottom: 10px;
font-size: .8em;
}
/* Blog detail */
div.BlogDetails { padding: 10px 0; }
div.BlogPostContent { padding: 0 10px; }
div.Comments { margin-top: 10px; }
div.Comments h3.Subtitle
{
width: 530px;
padding-right: 0 !important;
overflow: hidden;
}
div.Comments h3.Subtitle span { float: left; }
div.Comments h3.Subtitle a
{
float: right;
font-weight: normal;
font-size: 1em;
margin: 0;
padding: 0 25px;
text-transform: lowercase;
background: url(/Web/Images/GoldArrow.gif) no-repeat right;
text-decoration: none;
}
div.Comments h3.Subtitle a.Collapse { background-image: url(/Web/Images/GoldArrowCollapsed.gif); }
div.Comments div.Comment p
{
padding: 0;
margin: 0;
}
div.Comments div.Comment p.Poster
{
padding-top: 15px;
font-size: .8em;
}
div.Comments div.Comment p.Poster span { color: #57b6dd; }
/* Multi-level menu */
ul.MultiMenu
{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
background: #ccc;
overflow: hidden;
}
ul.MultiMenu li { float: left; }
ul.MultiMenu a
{
display: block;
padding: 10px;
border-right: solid 2px #fff;
color: #666;
text-decoration: none;
position: relative;
}
ul.MultiMenu a:hover
{
background: #aaa;
color: #fff;
}
ul.MultiMenu ul
{
position: absolute;
width: 200px;
display: none;
list-style-type: none;
margin: 0;
padding: 0;
background: #ccc;
}
ul.MultiMenu ul li
{
display: block;
width: 200px;
position: relative;
}
ul.MultiMenu ul a.Branch
{
/*background-image: url(/Web/Images/BranchArrow.gif);*/
background-repeat: no-repeat;
background-position: right;
}
ul.MultiMenu ul a.Branch:hover, ul.MultiMenu ul a.BranchSelected { /*background-image: url(/Web/Images/BranchArrowRollover.gif);*/ }
ul.MultiMenu ul ul
{
top: 0;
left: 200px;
}
/* Dialogue */
div.Dialogue
{
position: absolute;
width: 350px;
background: #fff;
border: solid 1px #ddd;
padding: 1px;
z-index: 999999;
display: none;
}
div.Dialogue h2
{
margin: 0;
padding: 5px 10px;
background: #000 url(/Cms/Images/DialogueTitleBgTile.gif) repeat-x;
font-size: 0.6em;
color: #fff;
cursor: pointer;
}
div.Dialogue h2 a
{
float: right;
width: 14px;
height: 14px;
background: url(/Cms/Images/DialogueClose.gif) no-repeat left top;
}
div.Dialogue h2 a:hover { background-position: left -14px; }
div.Dialogue div.Content
{
margin: 20px 10px;
font-size: 0.8em;
position: relative;
max-height: 300px;
overflow: auto;
text-align: center;
}
div.Dialogue div.Buttons
{
padding-bottom: 10px;
font-size: 0.6em;
}
div.Dialogue div.Buttons a
{
margin: 0 2px;
width: 50px;
text-align: center;
}
div.Dialogue div.Buttons a.Button { font-size: 1em; }
/* Dialogue form */
div.Dialogue div.Content .Error { background-color: #fffccc; }
div.Dialogue div.Content input.Input
{
float: left;
width: 200px;
padding: 2px;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #eee;
border-bottom: solid 1px #eee;
margin: 5px 0;
}
div.Dialogue div.Content label
{
float: left;
width: 100px;
text-align: right;
padding: 3px 10px;
margin: 5px 0;
}
div.Dialogue div.Content br { clear: left; }
/* Drag outline */
div.DialogueOutline
{
position: absolute;
border: solid 1px #aaa;
background: #ccc;
display: none;
filter: alpha(opacity=25);
opacity: .25;
}
/* Picture dialogue */
div.ImageDialogue
{
position: absolute;
background: #fff;
z-index: 999999;
display: none;
font-size: 0.8em;
border: solid 1px #ddd;
padding: 5px;
}
div.ImageDialogue th div
{
position: relative;
overflow: auto;
}
div.ImageDialogue td { padding-top: 5px; }
div.ImageDialogue a
{
display: block;
width: 18px;
height: 18px;
background: url(/Cms/Images/SlideshowNav.gif) no-repeat;
}
div.ImageDialogue a.Previous { background-position: 0 top; }
div.ImageDialogue a.Next { background-position: -18px top; }
div.ImageDialogue a.ActualSize { background-position: -36px top; }
div.ImageDialogue a.ResizeToFit { background-position: -54px top; }
div.ImageDialogue a.Close { background-position: -72px top; }
/* Modal overlay */
div.ModalOverlay
{
position: fixed;
top: 0;
left: 0;
z-index: 999;
background: #fff;
width: 100%;
height: 100%;
filter: alpha(opacity=25);
opacity: .25;
}
/* Upload progress */
body.ProgressDisplay
{
margin: 25px 10px;
background: none;
font-size: 0.8em;
}
div.ProgressDisplay { font-size: 0.8em; }
div.ProgressDisplay div.ProgressBackground
{
width: 100%;
background: #eee;
margin-bottom: 5px;
}
div.ProgressDisplay div.ProgressBar
{
height: 20px;
width: 0;
background: #666;
}
div.ProgressDisplay table { width: 100%; }
div.ProgressDisplay table a.Button { float: right; }
/* Calendar */
/* -- Input elements -- */
table.DateSelector, table.TimeSelector { float: left; }
table.DateSelector a, table.TimeSelector a
{
display: block;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
}
table.DateSelector a { background-image: url(/Cms/Images/CalendarIcon.gif); }
table.TimeSelector a { background-image: url(/Cms/Images/HelpIcon.gif); }
/* -- Dialogue -- */
div.GlooCalendar
{
position: absolute;
z-index: 99999;
background: #fff;
display: none;
}
div.GlooCalendar div.Calendar
{
border: solid 1px #ccc;
padding: 1px;
font-size: 0.6em;
}
div.GlooCalendar table { width: 100%; }
/* -- Title bar --*/
div.GlooCalendar table.TitleBar { background: #ccc url(/Cms/Images/InnerBgTile.gif) repeat-x left top; }
div.GlooCalendar table.TitleBar span
{
display: block;
padding: 5px 0;
font-weight: bold;
}
div.GlooCalendar table.TitleBar a
{
float: left;
width: 18px;
height: 0;
padding-top: 18px;
overflow: hidden;
background-repeat: no-repeat;
background-image: url(/Cms/Images/CalendarNav.gif);
}
div.GlooCalendar a.PreviousYear { background-position: 0 top; margin-left: 5px; }
div.GlooCalendar a.PreviousMonth { background-position: -18px top; }
div.GlooCalendar a.NextMonth { background-position: -36px top; }
div.GlooCalendar a.NextYear { background-position: -54px top; margin-right: 5px; }
/* -- Month bar --*/
div.GlooCalendar div.MonthBar { margin-top: 1px; }
div.GlooCalendar div.MonthBar table
{
border-left: solid 1px #eee;
border-top: solid 1px #eee;
}
div.GlooCalendar div.MonthBar table th
{
background: #eee;
padding: 3px 0;
}
div.GlooCalendar div.MonthBar table td
{
border-right: solid 1px #eee;
border-bottom: solid 1px #eee;
}
div.GlooCalendar div.MonthBar a
{
display: block;
text-align: center;
padding: 3px 0;
text-decoration: none;
}
div.GlooCalendar div.MonthBar a:hover { background: #eee; }
div.GlooCalendar div.MonthBar td.Other a { color: #ccc; }
div.GlooCalendar div.MonthBar td.Weekend { background: #fafafa; }
div.GlooCalendar div.MonthBar td.Highlight a { background: #aaa;color: #fff; }
/* -- Status bar --*/
div.GlooCalendar table.StatusBar
{
margin-top: 1px;
background: #ccc;
}
div.GlooCalendar table.StatusBar a
{
display: block;
padding: 3px 0;
color: #333;
}
div.GlooCalendar table.StatusBar a:hover { background: #eee; }
/* Context menu */
div.ContextMenu
{
position: absolute;
z-index: 99999;
background: #fff;
border: solid 1px #ccc;
width: 175px;
display: none;
}
div.ContextMenu ul
{
list-style-type: none;
margin: 0;
padding: 1px;
font-size: 0.8em;
}
div.ContextMenu ul li
{
display: block;
}
div.ContextMenu ul a
{
display: block;
padding: 5px 10px 5px 20px;
text-decoration: none;
background: url(/Cms/Images/ContextMenuIcon.gif) no-repeat left;
}
div.ContextMenu ul a:hover { background-color: #eee; }
/* Hidden uploader */
iframe.HiddenUploader
{
position: absolute;
top: 0;
left: 0;
z-index: 999999;
visibility: hidden;
}
/* Tooltip */
div.Tooltip
{
position: absolute;
background: #999;
color: #fff;
font-size: 0.6em;
max-width: 200px;
border: solid 1px #ccc;
padding: 5px;
z-index: 999999;
display: none;
}
/* Buttons
a.Button
{
float: left;
background-repeat: repeat-x;
background-image: url(/Cms/Images/ButtonBgTile.gif);
background-position: left 0;
background-color: #84b207;
padding: 4px 10px;
text-decoration: none;
color: #fff;
font-weight: bold;
border: solid 1px;
border-left-color: #fff;
border-top-color: #fff;
border-right-color: #000;
border-bottom-color: #000;
}
a.Button:hover
{
background-position: left -70px;
background-color: #afd020;
}
a.Button:active
{
background-position: left -140px;
background-color: #408f00;
border-left-color: #000;
border-top-color: #000;
border-right-color: #fff;
border-bottom-color: #fff;
}
a.DisabledButton
{
background-color: #ccc;
background-image: none;
}
a.DisabledButton:hover { background-color: #ccc; }
a.Cancel
{
float: left;
background-repeat: no-repeat;
background-image: url(/Cms/Images/CancelIcon.gif);
background-position: left;
padding: 5px 22px;
text-decoration: none;
color: #666;
}
a.Cancel:hover
{
text-decoration: underline;
color: #000;
}
a.Cancel:active { color: Red; }*/
/* Generic device */
div.Device
{
padding-bottom: 20px;
width: 100%;
overflow: hidden;
}
div.Device h3
{
margin: 0;
padding: 5px 0 10px 0;
font-size: 1em;
color: #57b6dd;
text-transform: lowercase;
border-top: solid 5px #57b6dd;
}
div.Device ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
div.Device li
{
float: left;
width: 100%;
background: #f2f2f2 url(/Web/Images/SubmenuBgTile.gif) repeat-x left top;
margin-bottom: 2px;
}
div.Device a
{
display: block;
background: url(/Web/Images/SubmenuArrow.gif) no-repeat right;
font-weight: bold;
font-size: .8em;
padding: 6px 10px;
padding-right: 25px;
color: #959595;
}
/* Search */
div.Search { height: 136px; }
div.Search table
{
width: 100%;
background: #ececec;
}
div.Search table td
{
text-align: center;
padding: 5px;
}
div.Search input { vertical-align: middle; }
div.Search input.Text
{
padding: 2px;
margin: 0;
border: solid 1px #cdcdcd;
font-size: .6em;
width: 150px;
height: 12px;
overflow: hidden;
}
/* Inner sub-menu (shortcuts) */
div.InnerRight h3
{
font-size: .8em;
margin: 0;
padding: 0;
padding-bottom: 10px;
}
div.InnerRight ul
{
margin: 0;
padding: 0;
padding-bottom: 20px;
list-style-type: none;
}
div.InnerRight li
{
display: block;
font-size: .8em;
padding-bottom: 5px;
}
div.InnerRight a.Selected { color: #57b6dd; }
div.InnerRight ul ul
{
padding: 5px;
overflow: hidden;
}
div.InnerRight ul ul li
{
display: block;
font-size: .8em;
}
/* Get involved */
div.GetInvolved h3
{
border-color: #fed01a;
color: #fed01a;
}
div.GetInvolved a { background-image: url(/Web/Images/GoldArrow.gif); }
div.GetInvolved p
{
margin: 0;
margin-bottom: 2px;
padding: 10px;
font-size: .8em;
background: #e1e1e1 url(/Web/Images/QuoteBgTile.gif) repeat-x left top;
font-style: italic;
}
/* Get updates */
div.Updates h3
{
border-color: #bcdd57;
color: #bcdd57;
}
div.Updates a { background-image: url(/Web/Images/LimeArrow.gif); }
div.Updates a.eNews span
{
display: block;
background: url(/Web/Images/eNewsIcon.gif) no-repeat left;
padding: 1px 0 1px 22px;
}
div.Updates a.Rss span
{
display: block;
background: url(/Web/Images/RssIcon.gif) no-repeat left;
padding: 1px 0 1px 22px;
}
/* Forms */
div.Form { padding: 10px; }
div.Form label, div.Form input, div.Form select, div.Form textarea, div.Form span, div.Form div.CheckboxList
{
float: left;
margin: 3px 0;
padding: 2px;
border: 0;
}
div.Form label
{
width: 120px;
padding: 3px;
}
div.Form input, div.Form textarea { width: 300px; }
div.Form textarea { height: 150px; }
div.Form select { width: 306px; }
div.Form input, div.Form select, div.Form textarea { border: solid 1px #ccc; }
div.Form div.Tip
{
padding-left: 125px;
font-size: .8em;
font-style: italic;
margin-bottom: 5px;
}
div.Form br { clear: left; }
div.Form hr
{
border: 0;
border-top: solid 1px #ccc;
padding: 0;
margin: 5px 0;
height: 1px;
color: #ccc;
}
div.Form span.Checkbox input, div.Form div.CheckboxList input
{
width: 14px;
height: 14px;
margin: 0;
padding: 0;
border: 0;
}
div.Form span.Checkbox label, div.Form div.CheckboxList label
{
width: auto;
white-space: nowrap;
margin: 0;
padding: 0 5px;
}
div.Form input.Button
{
font-size: .8em;
width: auto;
height: auto;
}
div.Form div.CheckboxList
{
border: solid 1px #ccc;
width: 300px;
}
/* Buttons */
div.Buttons
{
width: 100%;
overflow: hidden;
}
input.Button
{
background: #038cb5 url(/Web/Images/ButtonBgTile.gif) repeat-x;
border: solid 1px #57b6dd;
color: #fff;
text-align: center;
font-size: .6em;
text-transform: lowercase;
padding: 0 5px 2px 5px;
margin: 0;
height: 18px;
overflow: hidden;
}
a.Button
{
float: left;
background: #038cb5 url(/Web/Images/ButtonBgTile.gif) repeat-x;
border: solid 1px #57b6dd;
color: #fff !important;
text-align: center;
font-size: .8em;
text-transform: lowercase;
padding: 2px 7px;
margin: 0;
margin-right: 2px;
overflow: hidden;
text-decoration: none !important;
}
a.Button:hover { text-decoration: none !important; }
/* General/common */
body
{
height: 100%;
background: #d7d7d7 url(/Web/Images/BgTile.gif) repeat-x;
margin: 0;
padding: 0;
}
body, a, input, select, textarea, th, td
{
font-family: Arial, Sans-Serif;
font-size: 1em;
color: #545454;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
div.Wrapper
{
width: 1000px;
margin: 0 auto;
background: url(/Web/Images/BgBoxTile.gif) repeat-y;
overflow: hidden;
margin-bottom: 20px;
}
div.BoxWrapper
{
background: url(/Web/Images/BgBoxGradient.gif) no-repeat;
min-height: 385px;
position: relative;
}
p { margin: 1em 0; }
/* Footer */
div.Footer
{
background: url(/Web/Images/Footer.jpg) no-repeat left top;
height: 60px;
width: 1000px;
overflow: hidden;
font-size: .6em;
}
div.Footer p
{
margin: 0;
padding: 15px 25px;
}
div.Footer p, div.Footer a { color: #fff; }
div.Footer p.Left { float: left; }
div.Footer p.Right { float: right; }
/* Header */
h1.Banner
{
margin: 0;
padding: 0;
height: 165px;
background: url(/Web/Images/HeaderBar.gif) no-repeat;
}
h1.Banner a.Lab
{
float: left;
display: block;
width: 350px;
padding-top: 100px;
height: 0;
overflow: hidden;
}
h1.Banner a.Department
{
float: right;
display: block;
width: 270px;
padding-top: 100px;
height: 0;
overflow: hidden;
}
/* Status message */
div.StatusMessage
{
background: #eee;
padding: 5px;
font-size: .8em;
margin-bottom: 5px;
border: solid 1px #aaa;
}
div.StatusMessage span.Alert { color: Red; }
/* Content */
div.ContentWrapper
{
width: 950px;
overflow: hidden;
padding: 0 25px 20px 25px;
min-height: 300px;
}
div.ContentWrapper div.LeftColumn
{
float: left;
width: 720px;
overflow: hidden;
}
div.ContentWrapper div.RightColumn
{
float: right;
width: 210px;
}
div.ContentWrapper div.LeftColumn h2
{
margin: 0;
padding: 85px 10px 0 10px;
height: 36px; /* 126px */
font-size: 1.4em;
color: #fff;
background-color: #57b6dd;
background-image: url(/Web/Images/TitleBg.jpg);
background-repeat: no-repeat;
text-transform: lowercase;
border-top: solid 5px #57b6dd;
}
div.ContentWrapper div.LeftColumn h3.Subtitle
{
font-size: 1em;
margin: 0;
margin-bottom: 10px;
padding: 6px 10px;
background: #f3f3f3 url(/Web/Images/SubtitleBgTile.gif) repeat-x left top;
}
div.Crumbtrail { background: #9f9f9f url(/Web/Images/CrumbtrailBgTile.gif) repeat-x; }
div.Crumbtrail p
{
margin: 1px 0 5px 0;
padding: 6px 30px 6px 10px;
font-size: .8em;
font-weight: bold;
background: url(/Web/Images/CrumbtrailArrow.gif) no-repeat right;
text-transform: lowercase;
}
div.Crumbtrail, div.Crumbtrail a { color: #d7d7d7; }
div.Crumbtrail a.Current { color: #fff; }
div.InnerLeft
{
float: left;
width: 535px;
padding: 10px;
font-size: .8em;
}
div.InnerLeft a { text-decoration: underline; }
div.InnerLeft a:hover { color: #57b6dd; }
div.InnerLeft div.Padder
{
padding: 10px;
overflow: hidden;
}
div.InnerRight
{
float: right;
width: 145px;
padding: 10px 10px 340px 10px;
background: #ebebeb url(/Web/Images/RightPencilBg.jpg) no-repeat left bottom;
}
/* Navigation */
ul.Nav
{
position: absolute;
top: 101px;
right: 5px;
margin: 0;
padding: 0;
list-style-type: none;
}
ul.Nav li { float: left; }
ul.Nav a
{
display: block;
font-weight: bold;
text-transform: lowercase;
color: #acacac;
border-top: solid 5px #acacac;
padding-top: 5px;
}
ul.Nav a:hover { text-decoration: none; }
ul.Nav a.Blue { width: 080px; border-color: #57b6dd; }
ul.Nav a.Blue:hover { color: #57b6dd; }
ul.Nav li.Selected a.Blue { color: #57b6dd; }
ul.Nav a.Pink { width: 100px; border-color: #f29ecc; }
ul.Nav a.Pink:hover { color: #f29ecc; }
ul.Nav li.Selected a.Pink { color: #f29ecc; }
ul.Nav a.Lime { width: 110px; border-color: #bcdd57; }
ul.Nav a.Lime:hover { color: #bcdd57; }
ul.Nav li.Selected a.Lime { color: #bcdd57; }
ul.Nav a.Gold { width: 150px; border-color: #fed01a; }
ul.Nav a.Gold:hover { color: #fed01a; }
ul.Nav li.Selected a.Gold { color: #fed01a; }
ul.Nav a.Teal { width: 230px; border-color: #55d9b3; }
ul.Nav a.Teal:hover { color: #55d9b3; }
ul.Nav li.Selected a.Teal { color: #55d9b3; }
/* About Us */
div.List, div.ListItem
{
width: 100%;
overflow: hidden;
}
div.List { padding-bottom: 20px; }
div.ListItem div.Thumb
{
float: left;
width: 80px;
font-weight: bold;
}
div.ListItem div.Description
{
float: right;
width: 440px;
}
div.ListItem a { text-decoration: none; }
div.ListItem a:hover { text-decoration: underline; }
div.ListItem div.Description h4
{
margin: 0;
padding: 0;
font-size: 1.1em;
color: #57b6dd;
}
div.ListItem div.Description h5
{
margin: 0;
padding: 0;
padding-bottom: 10px;
font-size: .9em;
color: #545454;
}
div.ListItem div.Description p
{
padding: 0;
margin: 0;
}
div.List hr
{
border: 0;
border-top: solid 1px #ccc;
padding: 0;
margin: 15px 0;
height: 1px;
color: #ccc;
}
/* Partners (uses Members styles as base) */
div.Partners div.Thumb img { border: 0; }
div.Partners div.Thumb { width: 105px; }
div.Partners div.Description { width: 405px; }
/* Resources */
div.Resources div.ListItem div.Thumb { width: 70px; }
div.Resources div.ListItem div.Description { width: 450px; }
div.Resources div.ListItem div.Description h4
{
font-weight: normal;
font-size: 1em;
}
div.Resources a.Toggle, div.Resources a.Link
{
font-weight: bold;
color: #57b6dd;
text-transform: lowercase;
}
div.Resources a.Toggle
{
background: url(/Web/Images/ToggleArrow.gif) no-repeat right -14px;
padding-right: 12px;
}
div.Resources div.ListItem div.Description p
{
padding-top: 5px;
font-size: .8em;
}
div.Resources div.Disabled a.Toggle { display: none; }
div.Resources div.Collapsed p.Description { display: none; }
div.Resources div.Collapsed a.Toggle { background-position: right 3px; }
div.Resources hr { margin: 5px 0; }
/* Links */
div.Links div.ListItem div.Description h4 { color: #545454; }
div.Links div.ListItem div.Description a { color: #57b6dd; }
/* FAQs */
ul.Faqs
{
margin: 0;
padding: 0;
color: #57b6dd;
list-style-type: none;
}
ul.Faqs table th
{
width: 20px;
vertical-align: top;
color: #57b6dd;
}
ul.Faqs p
{
margin: 0;
padding: 1em 0;
}
ul.Faqs div.Question
{
font-weight: bold;
color: #57b6dd;
cursor: pointer;
}
ul.Faqs div.Answer { color: #666; }
ul.Faqs li.Collapsed div.Answer { display: none; }
ul.Faqs ul li
{
list-style-type: disc;
}
/*
WYSIWYG Editor
Copy body styles from Global.css
*/
body.Editor
{
font-family: Arial, Sans-Serif;
font-size: .8em;
color: #545454;
}
h4.Header
{
font-size: 1.1em;
color: #57b6dd;
padding: 0;
margin: 0;
margin-bottom: 1em;
}
body.Editor li, div.InnerLeft li { margin: .6em 0; }
div.SiteMap ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
div.SiteMap ul ul
{
padding-left: 25px;
}
div.SiteMap a
{
display: block;
text-decoration: none;
}
div.SiteMap a:hover { text-decoration: underline; }
div.SiteMap a.Blue
{
color: #57b6dd;
font-weight: bold;
}
div.SiteMap a.Pink
{
padding: 10px 25px;
color: #f29ecc;
font-weight: bold;
background: url(/Web/Images/SitemapArrowPink.gif) no-repeat left;
}
div.SiteMap a.Lime
{
padding: 10px 25px;
color: #bcdd57;
font-weight: bold;
background: url(/Web/Images/SitemapArrowLime.gif) no-repeat left;
}
div.SiteMap a.Gold
{
padding: 10px 25px;
color: #fed01a;
font-weight: bold;
background: url(/Web/Images/SitemapArrowGold.gif) no-repeat left;
}
div.SiteMap a.Teal
{
padding: 10px 25px;
color: #57ddb6;
font-weight: bold;
background: url(/Web/Images/SitemapArrowTeal.gif) no-repeat left;
}
/* Lime -- Resources */
body.Lime div.InnerLeft
{
padding: 0;
width: 550px;
}
body.Lime div.Thumb { padding-left: 10px; }
body.Lime div.ContentWrapper div.LeftColumn h2 { background-image: url(/Web/Images/ResourcesTitleBg.jpg); }
body.Lime div.Crumbtrail p { background-image: url(/Web/Images/CrumbtrailArrowLime.gif); }
body.Lime div.Submenu h3
{
border-color: #bcdd57;
color: #bcdd57;
}
body.Pink div.Submenu a { background-image: url(/Web/Images/LimeArrow.gif); }
/* Pink -- Projects */
body.Pink div.InnerLeft
{
padding: 0;
width: 550px;
}
body.Pink div.Thumb { padding-left: 10px; }
body.Pink div.Members div.Description
{
width: 430px;
padding-right: 10px;
}
body.Pink div.ContentWrapper div.LeftColumn h2 { background-image: url(/Web/Images/ProjectTitleBg.jpg); }
body.Pink div.Crumbtrail p { background-image: url(/Web/Images/CrumbtrailArrowPink.gif); }
body.Pink div.Submenu h3
{
border-color: #f29ecc;
color: #f29ecc;
}
body.Pink div.Submenu a { background-image: url(/Web/Images/PinkArrow.gif); }
/* Gold -- Get Involved */
body.Gold div.InnerLeft
{
padding: 0;
width: 550px;
}
body.Gold div.ContentWrapper div.LeftColumn h2 { background-image: url(/Web/Images/GetInvolvedTitleBg.jpg); }
body.Gold div.Crumbtrail p { background-image: url(/Web/Images/CrumbtrailArrowGold.gif); }
body.Gold div.Submenu h3
{
border-color: #fed01a;
color: #fed01a;
}
body.Gold div.Submenu a { background-image: url(/Web/Images/GoldArrow.gif); }
/* Teal - About Us */
body.Teal div.Form { padding: 0; }
body.Teal div.ContentWrapper div.LeftColumn h2 { background-image: url(/Web/Images/AboutUsTitleBg.jpg); }
body.Teal div.Crumbtrail p { background-image: url(/Web/Images/CrumbtrailArrowTeal.gif); }
body.Teal div.Submenu h3
{
border-color: #55d9b3;
color: #55d9b3;
}
body.Teal div.Submenu a { background-image: url(/Web/Images/TealArrow.gif); }
