html {
    background-color: transparent;
}

body {
    font-family: Sans-Serif !important;
    background-color: #deeef6 !important;
    margin: 0;
}

a {
    color: #005a9b ;
}

ul.horizontal {
    list-style-type: none;
    margin: 0;
}

ul.horizontal li a.hover {
	font-size:12;
	font-weight:bold;	
}

ul.horizontal li {
    display: inline;
    margin: 0.1em 0.15em;
    padding: 0.35em;
}

.emphasize {
    font-style: italic;
}


/* There is still tables for layout in the WAC content... */
td {
    border-width: 0;
    
}

.wrapper {
    margin: auto;
    text-align: left;
}

.limit {
    margin: auto;
    min-width: 950px;
    width: 73.074em;
    text-align: left;

}

#hd {
    background: #fff url(../images/top-background.png) repeat-x scroll left bottom;
}

#hd .logo {
    display: block;
    width: 185px;
    padding: 0.75em 0;
}

#hd ul.global {
    font-size: 85%;
    position: absolute;
    top: 0.95em;
    right: 18em;
}

#hd ul.global li {
    border-left: 1px solid #005a9b;
    margin: 0;
    padding: 0;
    padding-left: 0.6em;
    padding-right: 0.25em;
}

#hd ul.global li a:hover{
	font-size: 125%;
	font-weight: bold;
}

#hd ul.global li.first {
    border-left: none;
    padding-left: 0;
}

#toptabs {
    position: absolute;
    right: 0;
    bottom: -3px;
    font-size: 100%;
    line-height: normal;
    letter-spacing: 0.02em;
}

#toptabs ul {
    margin: 0;
    padding: 0;
}

#toptabs li {
    float: left;
    margin: 0 0 0 0.25em;
    padding: 0;
    list-style-type: none;
    background: url(../images/tab-inactive-left.png) no-repeat left top;
    border-bottom: 2px solid #484848;
}

#toptabs a, #toptabs li.current span {
    color: #eee44c !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: url(../images/tab-inactive-right.png) no-repeat right top;
    padding: 8px 8px 5px 1px;
    margin-left: 8px;
}

#toptabs a:hover {
    text-decoration: underline;
}

#toptabs li.current {
    background-image: url(../images/tab-active-left.png);
    border-bottom-color: #025698;
    border-bottom-width: 3px;
}

#toptabs li.current span, #toptabs li.current a {
    background-image: url(../images/tab-active-right.png);
    color: #ffe659 !important;
}

#toptabs li.current a:hover {
    text-decoration: none;
}

#toptabs li.mymoffitt a {
    width: 46px;
    padding-top: 4px;
    padding-bottom: 1px;
}

h1, #toptabs li.mymoffitt span {
    position: absolute;
    left: -9900px;
    width: 990px;
}

.banner {
    border-top: 2px solid #484848;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #4b8bb9 url(../images/banner-full-background.jpg) repeat-x scroll left top;
}

.banner-empty {
    height: 19px !important;
    background: #4b8bb9 url(../images/banner-short-background.jpg) repeat-x scroll left bottom;
    padding: 0;
}

.banner .limit {
    border: 2px solid #c2e3f2;
    width: 946px;
    min-width: 946px;
}

.banner-empty .limit {
    display: none;
}

#breadcrumb {
    background-color: #484848;
    overflow: visible;
    min-height: 2px;
}

#breadcrumb.empty {
    height: 2px;
    overflow: hidden;
}

#breadcrumb .limit {
    padding: 0.5em 0;
    top: 0px;
    left: 0px;
}

#breadcrumb .limit a, #breadcrumb .limit span {
    padding: 0 0.25em;
}

#breadcrumb, #breadcrumb a, #breadcrumb a:visited {
    color: #ffc931 !important;
}

#wrapper {
    background: transparent url(../images/body-background.jpg) no-repeat fixed 9em 9em;
}



#bd div.content {
    padding: 1.75em 0;
}

#bd .content-and-navigation div.content {
    float: right;
}

#bd .calendar {
    width: 100%;
}

#bd .calendar th.calendar-day-header {
    width: 14.25%;
}

#bd .calendar td {
    padding: 0;
}

#bd .calendar .calendar-title {
    margin-bottom: 0;
}

#bd .calendar .calendar-title td {
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
    font-size: 107%;
    background: #08609F url(../images/banner-short-background.jpg) repeat-x scroll left bottom;
}

#bd .calendar .calendar-title .calendar-next-prev {
    font-weight: normal;
    font-size: 93%;
}

#bd .calendar .calendar-title .calendar-next-prev a {
    color: #ddd !important;
}

#bd .calendar .calendar-day-header {
    color: #ffe659;
    background-color: #484848;
}

#bd .calendar .calendar-day {
    border-width: 1px;
    height: 8em;
}

#bd .calendar .calendar-day-other {
    background-color: #bbb;
}

#bd .calendar .calendar-day-weekend {
    background-color: #d3e3eb;
}

#bd .calendar .calendar-day-today {
    border-width: 2px;
    border-color: #fab60d;
    background-color: #fffcd6;
}


.ui-tabs-nav {
    margin: 0;
    height: 2.5em;
    border-bottom: 1px solid #b4b4b4;
    background: transparent url(../images/bar-inactive-background.jpg) repeat-x scroll left 50%;
    padding: 0 0.25em;
}

.ui-tabs-nav li {
    float: left;
    padding: 0.5em;
    margin: 0;
    list-style: none;
    margin: 0 0.25em;
}

.ui-tabs-nav a {
    font-weight: bold;
    outline: 0;
}

.ui-tabs-nav .ui-tabs-selected {
    background: url(../images/bar-active-background.jpg) repeat-x scroll left 50%;
    padding-bottom: 0.6em;
    border: 1px solid #b4b4b4;
    border-bottom-width: 0;
    border-top-width: 0;
}

.ui-tabs-panel {
    clear: both;
    padding: 0.75em;
}

.ui-tabs-hide {
    display: none;
}

#bd .navigation {
     /* background: #f0f0f0 url(../images/sidebar-right.jpg) repeat-y top right; */
     /*width: 17.5385em; margin-right: 0.923em;*/
}

#bd .navigation div.panel {
    margin: 1.5em 8px 1.5em 0;
    background: #f4f4f1;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-left: none;
}

#bd .navigation div.panel .hd {
    background: transparent url(../images/bar-inactive-background.jpg) repeat-x left 50%;
    text-align: center;
}

#bd .navigation div.panel .hd h3 {
    padding: 0.25em;
    margin: 0;
}

#bd .navigation div.panel-active {
    background: #fffcd6;
    border: 1px solid #d9d9d9;
}

#bd .navigation div.panel-active .hd {
    background-image: url(../images/bar-active-background.jpg);
}

#bd .navigation div.panel ul li {
    list-style-type: none;
    list-style-image: url(../images/bullet-navigation.png);
}

#bd .navigation div.panel ul li.current {
    font-weight: bold;
}

#bd .navigation div.panel ul.share {
    margin-left: 0.5em;
}

#bd .navigation div.panel ul.share li {
    list-style-image: none;
    padding-left: 2em;
    margin: 0.2em 0;
}

#bd .navigation div.panel ul.share li.print {
    background: url(../images/icon-print.png) no-repeat left top;
}

#bd .navigation div.panel ul.share li.email {
    background: url(../images/icon-email.png) no-repeat left top;
}

#bd .sidebar div.panel dl, #bd .sidebar div.panel dd {
    margin-left: 0;
}

#bd .sidebar div.panel dt {
    font-size: 93%;
}

#bd .sidebar div.panel dd {
    padding-bottom: 1em;
}

#bd .sidebar div.panel dd, #bd .sidebar div.panel .ft p, #bd .sidebar div.panel li {
    font-size: 85%;
}

#bd .sidebar {
    padding-top: 3em;
}

#bd .sidebar div.panel {
    margin: 1em 0;
}

#bd .sidebar div.panel h4 {
    text-align: center;
}

#bd .sidebar div.panel h4, #bd .sidebar div.panel dl, #bd .sidebar div.panel p, #bd .sidebar div.panel ul {
    margin: 0;
}

#bd .sidebar div.panel ul {
    padding-left: 2.2em !important;
}

#bd .sidebar div.panel .bd {
    background: transparent url(../images/sidebar-bd-r.png) repeat-y right top;
}

#bd .sidebar div.panel .bd dl, #bd .sidebar div.panel .bd ul {
    background: transparent url(../images/sidebar-bd-l.png) repeat-y left top;
    padding-left: 1em;
    padding-right: 1em;
}

#bd .sidebar div.panel .hd {
    background: transparent url(../images/sidebar-hd-r.png) no-repeat right top;
}

#bd .sidebar div.panel .hd h3, #bd .sidebar div.panel .hd h4 {
    background: transparent url(../images/sidebar-hd-l.png) no-repeat left top;
    font-size: 100%;
    padding: 1em 1em;
}

#bd .sidebar div.panel .ft {
    background: transparent url(../images/sidebar-ft-r.png) no-repeat right bottom;
}

#bd .sidebar div.panel .ft p, #bd .sidebar div.panel .ft div {
    background: transparent url(../images/sidebar-ft-l.png) no-repeat left bottom;
    text-align: right;
    padding: 0 1.5em 1em 1em;
}

#bd .sidebar div.panel .ft div {
    height: 1em;
}

#ft {
    clear: both;
    text-align: center;
    border-top: 9px solid #484848;
    background-color: #498ab3;
    color: #fff;
}

#ft .limit {
    padding: 0.5em 0;
}

#ft ul, #ft p {
    font-size: 85%;
}

#ft p {
    margin-bottom: 0;
}

#ft ul {
    float: right;
}

#ft a {
    color: #fff !important;
}


#bd div.content table {
    width: auto;
}

.peptide {
	color: blue;
	font-weight: bold;
}

a.peptide:link, a.peptide.active, a.peptide:visited {
	TEXT-DECORATION: none;
}

.assay {
	color: black;
	background-color: yellow;
	font-weight: bold;
}

.ptm {
	background-color: green;
	color: white;
}

.sequence {
	font-family: Courier New;
	letter-spacing: 3px;
}