﻿/* general */
body { background: #ffffff; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; margin: 0; }
h1.pageTitle { font-weight: normal; font-size: 180%; margin: 0 0 10px 0; }
h1, h2, h3, h4, h5, h6 { font-size: 130%; font-weight: normal; }

/* layout */
#adminMenu { position: absolute; top: 5px; right: 5px; }
#pageLayout { width: 940px; margin: auto; }
#headerLayout img { border: 0; }
#contentLayout { width: 100%; border-collapse: collapse; }
#contentL { width: 260px; padding: 10px; background: #e2e2e2; vertical-align: top; }
#contentR { width: auto; padding: 10px 0 20px 10px; background: #ffffff; vertical-align: top; }
#footerLayout { padding: 20px 0 20px 0; color: #969696; text-align: center; font-size: 85%; border-top: 1px #cfcfcf solid; }

/* breadcrumb */
.breadcrumb { }
.breadcrumbItem { }
.breadcrumbItemActive { }

/* global navigation */
#globalNavLayout { background: #969696; }
.globalNav { }
.globalNavItem { font-weight: bold; border-right: 1px #ffffff solid; }
.globalNavItem a { color: #000000; display: block; padding: 10px; }
.globalNavItem a:hover { background: #cfcfcf; }
.globalNavItemActive { }
.globalNavMenu { }
.globalNavMenuItem { }
.globalNavMenuItemActive { }

/* current navigation */
.currentNav { }
.currentNavHeader { }
.currentNavItem { }
.currentNavHeaderMenu { }
.currentNavItemMenu { }
.currentNavHeaderActive { }
.currentNavItemActive { }

/* web parts */
.ms-WPTitle { font-size: 100%; }
.ms-WPHeader td { border-bottom: 1px #cccccc solid; }
.ms-partline { background: #cccccc; }
.ms-WPBody { }
.ms-WPBorder { }

/* lists */
.ms-menutoolbar, table.ms-toolbar, .ms-toolbarContainer { background: #dddddd; }
.ms-separator img { background: #cccccc; }
.ms-viewheadertr { background: #f3f3f3; font-size: 85%; }
.ms-MenuUIPopupBody { }

/* forms */
.ms-formlabel { border-top: 1px #cccccc dotted; }
.ms-formlabel h3.ms-standardheader { font-size: 100%; }
.ms-formbody { background: #f3f3f3; border-top: 1px #cccccc dotted; }
.ms-formline { border-top: 1px #cccccc dotted; }
.ms-consolestatusframe { font-size: 85%; }

/* calendar */
.ms-cal-gempty { font-size: 80%; }
.ms-datepickerouter { font-size: 80%; }

/* discussions */
.ms-disc-bar { background: #f3f3f3; }
.ms-disc-bordered-noleft { border-color: #cccccc; }

/* blogs */
.ms-PostDate { font-size: 100%; font-weight: normal; border-bottom: 1px #cccccc dotted; }
.ms-PostTitle { font-size: 130%; border-bottom: 1px #cccccc solid; }
.ms-blogedit { }
.ms-PostBody { }
.ms-PostFooter { }
.ms-CommentHeader { border-bottom: 1px #cccccc dotted; }
.ms-CommentTitle { }
.ms-CommentBody { }

/* wiki */
.ms-wikieditouter { background: #f3f3f3; }
a.ms-wikilink { text-decoration: none; }
a.ms-missinglink { border-bottom: 1px #cccccc dashed; }

/* bullets */
.bullet, .level-bullet { }

/* search results */
.srch-Icon { }
.srch-Title { }
.srch-Description { }
.srch-Metadata { color: #888888; border-top: 1px #cccccc solid; }
.srch-URL a { color: #008800; }
