﻿/*#region Global */

body {
    width: 1242px;
	font-family: Georgia, serif;
	font-size: 15px;
	color: #444;
	background: url('/images/background.jpg') repeat-x;
	background-color: #fbf4e1;
	margin: 20px auto;
	position: relative;
}

hr {
    border: 0;
    border-top: 1px solid #dedede;
    margin: 25px 0 30px 0;
}

.clear-both {
    clear: both;
}

input[type="text"], textarea {
    font-family: Arial;
	font-size: 14px;
}

th, td {
    border:0;
}

h1 {
    font-family: Georgia, serif;
	font-size: 130%;
	color: #aa2b18;
    margin-bottom: 0;
}

h1 a {
	color: #aa2b18;
}

h2 {
	font-family: Georgia, serif;
	font-size: 110%;
	color: #aa2b18;
	padding: 0;
	margin: 0;
}

h2 a {
    color: #aa2b18;
}

a {
	text-decoration: none;
	color: #5C80B1;
}

span {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 85%;
}

a:hover {
	text-decoration: underline;
}

a[href^="\/file.axd"] {
	font-weight: bold;
	background: url(../../download.png) no-repeat right center;
	padding-right: 15px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.display-none {
    display: none;
}

.pipe {
    text-shadow: 0;
    color: #aa2b18;
}

.search-control {
    width: 255px;
    float: right;
}

.search-control input[type="text"] {
    width: 250px;
    margin: 2px 0 5px 0;
}

.grid {
    padding: 0;
}

.grid th {
    font-size: 13px;
    font-weight: bold;
    color: #aa2b18;
    text-align: left;
}

.grid td {
    padding: 5px;
    text-align: left;
}

.grid .link {
    color: #5c80b1;
}

.grid .delete {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #aa2b18;
}

.grid li {
    list-style: none;
    padding: 8px 0 7px 0;
}

.grid .item {
    padding: 8px 0 7px 0;
}

.grid span {
    color: #909090;
}

.grid td .label {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #aa2b18;
    padding-bottom: 5px;
}

.grid .borders {
    border-bottom: 1px solid #dedede;
}

div.grid span {
    font-size:90%;
}

.paging {
    
}

.paging .pages {
    height: 30px;
    padding: 0 10px 0 10px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.paging select {
    color: #000;
}

.paging .total-pages
{
    font-size: 14px;
    color: #000;
}

.paging .first, .paging .prev, .paging .next, .paging .last {
    display: inline-block;
    padding: 3px 5px 3px 4px;
}

.card-container {
    width: 28%;
    height: 367px;
    background-color: #fff;
    border: 1px solid #a3a2a2;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 4px 1px rgba(171,171,171,0.5);
    -moz-box-shadow: 0 3px 4px 1px rgba(171,171,171,0.5);
    box-shadow: 0 3px 4px 1px rgba(171,171,171,0.5);
    margin: 15px 15px 15px 16px;
    padding: 15px;
    float: left;
}

.card-container .card {
    width: 100%;
    height: 315px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

a.add-link {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #aa2b18;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    margin: 3px 0 0 0;
}

span.pipe {
    font-family: tahoma;
    color: #aa2b18;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    background: none;
    padding: 0 4px 0 4px;
    line-height: 24px;
}

.page-header {
    height: 53px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: url(/images/page_header.png) no-repeat;
    padding-right: 10px;
    display: block;
}

.page-header label {
    padding: 4px 10px 9px 16px;
}

.body-container {
    margin: 0 13px 0 13px;
}

.message-container {
    height: 0;
}

.message {
    padding: 15px 20px 18px 20px;
    text-align: center;
    background-color: #aa2b18;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.message #close {
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    opacity: .5;
    color: #000;
    line-height: 12px;
    padding: 5px;
}

.submit-button {
    margin: 21px 0 20px 0;
    display: block;
    float: right;
}

.expand-contract {
    height: 14px;
    background: url('/images/expandcontract.jpg') no-repeat;
    cursor: pointer;
    padding: 0 0 0 18px;
}

.contract {
    padding: 5px 0 4px 0;
}

#comment {
    padding-bottom: 10px;
}

#newThumbnail {
    width:75px;
    height:75px;
    background-size:cover;
    background-position:center;
}

/*#endregion */

/*#region Master Pages */

#content_widget {
	width: 951px;
	background-color: #fefaef;
    border-left: 9px solid #fcf0cd;
    padding-bottom: 25px;
}

#content_no_widget {
	width: 100%;
	background-color: #fefaef;
    border-left: 9px solid #fcf0cd;
    border-right: 9px solid #fcf0cd;
    margin-bottom: 25px;
}

#sidepanel {
	width: 283px;
	height: 500px;
	background-color: #5a5246;
	border-right: 9px solid #fcf0cd;
}

/*#endregion */

/*#region Header */

#header {
	width: 1242px;
	height: 188px;
}

#header span {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0;
}

#header a {
	text-decoration: none;
	color: silver;
}

#leftheader {
    float: left;
    background: url('/images/header_left.jpg') no-repeat;
    width: 23px;
    height: 188px;
}

#rightheader {
    float: left;
    background: url('/images/header_right.jpg') no-repeat;
    width: 796px;
    height: 188px;
}

#links {
    float: right;
    width: 350px;
    height: 188px;
}

#links .name {
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    color: #fdf5de;
    letter-spacing: normal;
}

.apply {
    font-family: tahoma;
    color: #fdf5de;
    float: left;
    padding: 8px 0 0 23px;
    width: 65%;
    text-align: left;
    font-size:80%;
    text-decoration: none;
}

#login {
    font-family: tahoma;
    color: #fdf5de;
    float: right;
    padding: 5px 0 0 0;
    width: 25%;
    text-align: right;
}

#login a {
    font-family: tahoma;
    color: #fdf5de;
    font-weight: bold;
}

#loginForm {
    float: right;
    width: 95%;
    height: 150px;
    font-family: tahoma;
    font-size: 85%;
    color: #fdf5de;
    margin: 0;
    padding: 15px 0 0 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    display: none;
}

#loginForm a {
    color: #fdf5de;
}

#logout {
    float: right;
    padding: 5px 8px 0 0;
    width: 25%;
    text-align: right;
}

#logout a {
    font-family: tahoma;
    font-weight: bold;
    font-size: 90%;
    color: #fdf5de;
}

#logout a:hover {
    text-decoration: underline;
}

#avatar {
    width: 76px;
    height: 88px;
    float: left;
    background: url('/images/avatarbackground.png') no-repeat;
    padding: 8px 0 0 9px;
}

/*#endregion */

/*#region Menu */

#menu {
    height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	height: 32px;
}

.menu-filler {
    height: 32px;
}

/*#endregion */

/*#region Footer */

#footer {
    margin: 0 0 0 250px;
	padding: 4px 0 0 20px;
	background: url(../../images/footer.png) no-repeat;
	width: 718px;
	height: 60px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	padding: 13px;
}

#footer ul li a {
    color: #fff;
    font-family: Candara;
    font-size: 17px;
    font-weight: bold;
    text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

/*#endregion */

/*#region Widgets */

div.widgetzone {
	padding: 0;
	background: none;
}

div.widgetzone .clear {
	clear: left;
}

div.widget {
	background: none;
	padding: 0;
	z-index: 1;
	min-width: 1px;
}

div.widget .content {
	color: #666;
	line-height: 16px;
}

div.widget h4 {
	font-size: 120%;
	border-bottom: 1px solid #8d8d8d;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #999;
	letter-spacing: 1px;
}

div.widget a.edit, div.widget a.move {
	font-family: tahoma;
	font-size: 80%;
	font-weight: normal;
	z-index: 1;
	margin-left: 5px;
	color: #fff;
	float: left;
}

div.widget a.delete {
	font-family: tahoma;
	font-weight: bold;
	float: right;
	position: relative;
	top: -3px;
	z-index: 1;
	text-decoration: none;
	color: #fff;
}

div.widget a.delete:hover {
	color: red;
}

div.widget .widget-title {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: url('/images/shadow.png') repeat-x;
    padding: 10px 0 9px 15px;
    display: block;
}

.widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.widgetzone .widget ul li {
	margin-bottom: 3px;
}

.widgetzone div.search {
	background: none;
	border: none;
}

.widgetzone img.rssButton {
	margin-right: 3px;
}

.widgetzone div#moveWidgetToContainer {
	text-align: right;
	margin: 3px;
}

#widgetzonelinks {
    list-style: none;
    margin: 0;
    padding: 8px 0 10px 15px;
    color: white;
    font-size: 90%;
}

#widgetzonelinks li {
    float: left;
}

#widgetzonelinks a {
    color: white;
}

/*#endregion */

/*#region Admin Menu Widget */

.widget-admin-menu li {
    margin: 0 0 0 15px;
}

.widget-admin-menu a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    display: block;
}

/*#endregion */

/*#region Purchase Program Widget */

#purchase-program-widget {

}

#purchase-program-widget h4 {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 80%;
    border: 0;
    padding: 15px 0 0 0;
}

#purchase-program-widget a {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 75%;
    margin: 0 0 0 15px;
}

/*#endregion */

/*#region Apply */

#apply {
    
}

#apply-instructions {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #ffffff;
    padding: 15px;
}

#apply-instructions h2 {
    font-size: 20px;
    color: #ffffff;
}

/*#endregion */

/*#region Home */

#home {
    width: 942px;
}

#home .wall-header {
    width: 100%;
    height: 53px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: url('/images/page_header.png') no-repeat;
    padding: 5px 0 9px 17px;
    display: block;
}

#home .blog-header {
    width: 467px;
    height: 33px;
    background: url('/images/nationalmanagerblog_header.jpg') no-repeat;
}

#home .blog-container {
    width: 467px;
    height: 343px;
    background: url('/images/nationalmanagerblog_background.jpg') repeat-y;
}

#home .article-container {
    width: 381px;
    height: 400px;
    background:url('/images/news_background.jpg') -5px 0 no-repeat;
    padding: 60px 40px 25px 46px;
}

#home .more-articles {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 85%;
    color: #aa2b18;
    margin: 0 70px 0 0;
    float: right;
}

#home .critter-container {
    width: 920px;
    height: 260px;
    padding: 0 0 15px 30px;
}

/*#endregion */

/*#region Blog Posts */

div.post, .mceContentBody {
	padding-bottom: 15px;
	line-height: 125%;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
}

div.post .author {
	color: #0e0e0e;
	font-size: 90%;
	float: left;
	font-family: tahoma;
}

div.post .pubDate {
	color: Gray;
	font-size: 70%;
	float: left;
	font-family: tahoma;
}

div.post .text {
	margin: 20px 0 15px 0;
	line-height: 21px;
}

div.post .more {
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
}

div.post .text a[href^="http:"] {
	background: url(../../images/remote.gif) right top no-repeat;
	padding-right: 10px;
    white-space: nowrap;
}

div.post .links {
    width: 100%;
    height: 27px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
    margin: 0 0 15px 0;
}

div.post .links a {
    color: #aa2b18;
    font-family: tahoma;
}

div.post .admin {
    width: 33%;
    float: right;
    text-align: right;
    margin: 4px 0 4px 0;
}

div.post .comments {
    width: 33%;
    float: left;
    text-align: left;
    margin: 4px 0 4px 0;
}

div.post .published {
    width: 33%;
    float: left;
    text-align: center;
    margin: 4px 0 4px 0;
}

/*#endregion */

/*#region Training */

div.lesson {
    padding: 0 3px 0 27px;
	line-height: 125%;
}

#lessonPaging {
    width: 100%;
    padding: 10px 0 8px 0;
    float: left;
    font-size: 77%;
}

#lessonPaging a {
    color: #aa2b18;
    font-family: tahoma;
}

/*#endregion */

/*#region Events */

.card-container .card .date {
	font-family: Helvetica;
	font-size: 12px;
	color: #898b8e;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.card-container .card .title {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #aa2b18;
    line-height: 22px;
    display: block;
    padding-bottom: 8px;
}

.card-container .card .location {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bolder;
    color: #2a2926;
    text-transform: uppercase;
}

.card-container .card .address {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #0b0c0c;
    font-style: italic;
    padding-bottom: 12px;
}

.card-container .card .description {
    font-family: Helvetica;
    font-size: 14px;
    color: #0b0c0c;
    line-height: 18px;
    padding-bottom: 18px;
}

.card-container .button a {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background-color: #434343;
    text-decoration: none;
}

.card-container .button a:hover {
    background-color: #6e6d6d;
}
div.event .links {
    width: 100%;
    height: 27px;
    float: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
    margin: 0 0 15px 0;
}

div.event .links a {
    color: #aa2b18;
    font-family: tahoma;
}

div.event .admin {
    width: 33%;
    float: right;
    text-align: right;
    margin: 4px 0 4px 0;
}

div.event .comments {
    width: 33%;
    float: left;
    text-align: left;
    margin: 4px 0 4px 0;
}

div.event .published {
    width: 33%;
    float: left;
    text-align: center;
    margin: 4px 0 4px 0;
}

div.event .question {
    width: 2%;
    height: 15px;
    background: url(../../images/expandcontract.jpg) no-repeat;
    cursor: pointer;
    float: left;
    margin: 15px;
}

/*#endregion */

/*#region Event Attendees */

div.eventattendee, .mceContentBody {
	padding: 5px 3px 0 27px;
	line-height: 125%;
}

div.eventattendee h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
	padding: 0;
}

div.eventattendee .author {
	color: #0e0e0e;
	font-size: 90%;
	float: left;
	font-family: tahoma;
}

div.eventattendee .pubDate {
	color: Gray;
	font-size: 70%;
	float: left;
	font-family: tahoma;
}

div.eventattendee .links {
    height: 42px;
    float: left;
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
    text-align: center;
}

div.eventattendee .links a {
    color: #aa2b18;
    font-family: tahoma;
}

/*#endregion */

/*#region Reports */

#reports span {
    color: #aa2b18;
}

#reports a {
    color: #aa2b18;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 85%;
}

/*#endregion */

/*#region Purchase Programs */

#purchase-programs {
    
}

#purchase-programs ul.parent {
    list-style: none;
    padding: 0 0 0 3%;
}

/*#endregion */

/*#region Purchase Program */

#purchase-program {
    
}

#purchase-program h5 {
    margin: 5px 0 5px 0;
}

#purchase-program p {
    margin: 5px 0 5px 0;
}

/*#endregion */

/*#region Critters */

div.critter {
    float: left;
}

div.critter .author {
	color: #0e0e0e;
	font-family: georgia;
}

div.critter .pubDate {
	color: Gray;
	font-size: 70%;
}

div.critter .links {
    font-size: 70%;
    font-family: tahoma;
    line-height: 15px;
}

div.critter .links a {
    color: #aa2b18;
    line-height: 15px;
}

div.critter .links .admin {
    font-size: 100%;
}

div.critter .links .admin a {
    line-height: 35px;
}

div.critterPaging {
    width: 100%;
    padding: 10px 0 8px 0;
    float: left;
}

div.critterPaging a {
    color: #aa2b18;
    font-size: 80%;
    font-family: tahoma;
}

/*#endregion */

/*#region Articles */

div.article, .mceContentBody {
	padding: 0 3px 0 3px;
	line-height: 125%;
}

div.article h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
}

div.article .text {
	margin: 13px 0 15px 0;
	font-family: georgia;
	line-height: 21px;
}

div.article .more {
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
}

div.article .text a[href^="http:"] {
	background: url(../../images/remote.gif) right top no-repeat;
	padding-right: 10px;
    white-space: nowrap;
}

div.article .links {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
    margin: 0 0 15px 0;
}

div.article .links a {
    color: #aa2b18;
    font-family: tahoma;
}

div.article .admin {
    width: 33%;
    float: right;
    text-align: right;
    margin: 4px 0 4px 0;
}

div.article .comments {
    width: 33%;
    float: left;
    text-align: left;
    margin: 4px 0 4px 0;
}

div.article .published {
    width: 34%;
    float: left;
    text-align: center;
    margin: 4px 0 4px 0;
}

#articlePaging {
    width: 100%;
    padding: 10px 0 8px 0;
    float: left;
}

#articlePaging a {
    color: #aa2b18;
    font-size: 85%;
    font-family: tahoma;
}

/*#endregion */

/*#region Spotlights */

div.spotlight {
	padding: 0 3px 0 3px;
	line-height: 125%;
}

div.spotlight h1 {
	margin: 5px 0 0 0;
}

div.spotlight .text {
	margin: 13px 0 15px 0;
	font-family: georgia;
	line-height: 21px;
}

div.spotlight .text a[href^="http:"] {
	background: url(../../images/remote.gif) right top no-repeat;
	padding-right: 10px;
    white-space: nowrap;
}

div.spotlight .links {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
    margin: 0 0 15px 0;
}

div.spotlight .links a {
    color: #aa2b18;
    font-family: tahoma;
}

div.spotlight .admin {
    width: 33%;
    float: right;
    text-align: right;
    margin: 4px 0 4px 0;
}

div.spotlight .comments {
    width: 33%;
    float: left;
    text-align: left;
    margin: 4px 0 4px 0;
}

div.spotlight .published {
    width: 34%;
    float: left;
    text-align: center;
    margin: 4px 0 4px 0;
}

#spotlightPaging {
    width: 100%;
    padding: 10px 0 8px 0;
    float: left;
}

#spotlightPaging a {
    color: #aa2b18;
    font-size: 85%;
    font-family: tahoma;
}

/*#endregion */

/*#region Partners */

div.partner {
	padding: 0 3px 0 3px;
	line-height: 125%;
}

div.partner h1 {
	margin: 5px 0 0 0;
}

div.partner .text {
	margin: 13px 0 15px 0;
	font-family: georgia;
	line-height: 21px;
}

div.partner .text a[href^="http:"] {
	background: url(../../images/remote.gif) right top no-repeat;
	padding-right: 10px;
    white-space: nowrap;
}

div.partner .links {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #aa2b18;
    font-size: 77%;
    font-family: tahoma;
    margin: 0 0 15px 0;
}

div.partner .links a {
    color: #aa2b18;
    font-family: tahoma;
}

div.partner .admin {
    width: 33%;
    float: right;
    text-align: right;
    margin: 4px 0 4px 0;
}

div.partner .comments {
    width: 33%;
    float: left;
    text-align: left;
    margin: 4px 0 4px 0;
}

div.partner .published {
    width: 34%;
    float: left;
    text-align: center;
    margin: 4px 0 4px 0;
}

#partnersPaging {
    width: 100%;
    padding: 10px 0 8px 0;
    float: left;
}

#partnersPaging a {
    color: #aa2b18;
    font-size: 85%;
    font-family: tahoma;
}

/*#endregion */

/*#region Licensees */

#licensees .parent {
    -moz-column-count: 3;
    -moz-column-gap: 33%;
    -webkit-column-count: 3;
    -webkit-column-gap: 33%;
    column-count: 3;
    column-gap: 33%;
}

/*#endregion */

/*#region Page */

#page {
	line-height: 125%;
}

#page .text {
	padding: 0 0 0 30px;
}

/*#endregion */

/*#region Enhanced Category List */

div.linkContainer {
    color: White;
    font-family: Tahoma;
    font-size: 80%;
}

div.linkContainer a {
    color: White;
}

div.childLinkContainer {
    padding: 3px 0 3px 13px;
}

/*#endregion */

/*#region Recent Posts */

ul.recentPosts li {
	padding-bottom: 10px;
}

ul.recentPosts li a {
	font-weight: bold;
}

ul.recentPosts li span {
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*#endregion */

/*#region Upcoming Events */

ul.upcomingEvents li {
	padding-bottom: 5px;
	color: #9d9382;
	font-family: Tahoma;
	font-size: 75%;
	text-transform: none;
}

ul.upcomingEvents li a {
	font-weight: bold;
	color: White;
}

ul.upcomingEvents li a.more {
	color: #a8cc90;
	font-weight: normal;
}

/*#endregion */

/*#region Random Spotlight */

div.randomSpotlight {
	font-family: Tahoma;
	font-size: 75%;
	width: 252px;
	height: 89px;
	color: White;
}

div.randomSpotlight a.more {
	font-weight: normal;
	color: Maroon;
}

div.randomSpotlight img {
	padding: 3px 0 0 0;
}

/*#endregion */

/*#region Random Spotlights */

div.randomSpotlights {
	color: #9d9382;
	font-family: Tahoma;
	font-size: 75%;
	width: 252px;
	height: 425px;
	color: White;
}

div.randomSpotlights a.more {
	color: #a8cc90;
	font-weight: normal;
	color: Maroon;
}

div.randomSpotlights img {
	padding: 3px 0 0 0;
}

/*#endregion */

/*#region Random Partner */

div.randomPartner {
	color: #9d9382;
	font-family: Tahoma;
	font-size: 75%;
	width: 252px;
	height: 89px;
	color: White;
}

div.randomPartner a.more {
	font-weight: normal;
	color: Maroon;
}

div.randomPartner img {
	padding: 3px 0 0 0;
}

/*#endregion */

/*#region Random Partners */

div.randomPartners {
	font-family: Tahoma;
	font-size: 75%;
	width: 252px;
	height: 425px;
	color: White;
}

div.randomPartners a.more {
	font-weight: normal;
	color: Maroon;
}

div.randomPartners img {
	padding: 3px 0 0 0;
}

/*#endregion */

/*#region Recent Comments */

ul.recentComments li {
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle {
	font-weight: bold;
}

/*#endregion */

/*#region Social Bookmarks */

.bookmarks {
	float: left;
}

/*#endregion */

/*#region Comments */

.comment {
    padding: 0;
}

.comment .links {
	font-family: Tahoma;
	font-size: 80%;
	color: Silver;
	text-align: right;
	margin: 0;
	padding: 0 0 15px 0;
}

.comment .avatar {
	clear: both;
	margin: 0;
}

.comment .content {
	margin: 1px 0 2px 0;
}

.comment .reply-to-comment {
    color: #aa2b18;
    font-family: Tahoma;
}

.comment cite {
	font-family: tahoma;
	font-style: normal;
}

.success {
	color: red;
	font-weight: bold;
}

/*#endregion */

/*#region Archive */

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table {
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th {
	text-align:left;
}

#archive table td {
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
	font-size: 95%;
}

#archive .date {
	width: 70px;
}

#archive .comments {
	width: 70px;
	text-align: center;
}

#archive .rating {
	width: 70px;
	text-align: center;
}

/*#endregion */

/*#region Search */

#searchbox {
	margin: 10px 0 0 15px;
	font-size: 85%;
	height: 45px;
}

#searchbox input {
	font-size: 85%;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 180px;
}

#searchcomments {
    color: White;
}

/*#endregion */

/*#region Search on Search */

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*#endregion */

/*#region Month List */

ul#monthList {
	font-weight: bold;
}

ul#monthList ul li {
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year {
  cursor: pointer;
  color: White;
}

ul#monthList ul {
	display: none;
}

ul#monthList ul.open {
	display: block;
}

ul#monthList ul li a {
    color: White;
}

/*#endregion */

/*#region Tag Cloud */

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 130%;
}

.tagcloud a.big {
	font-size: 124%;
}

.tagcloud a.medium {
	font-size: 115%;
}

.tagcloud a.small {
	font-size: 100%;
}

.tagcloud a.smallest {
	font-size: 90%;
}

/*#endregion */

/*#region Calendar */

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
	width: 100%;
	color: Black;
}

.calendar .header {
	background: #9d9382;
	font-family: Tahoma;
}

.calendar .other {
	color: #b3ada2;
}

.calendar a.exist {
	display: block;
	color: Black;
	border-bottom: 2px solid #a8cc90;
	height: 19px;
	padding-top: 4px;
}

.calendar td {
	vertical-align: middle;
	background: #9d9382;
	height: 25px;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
}

/*#endregion */

/*#region Search Page */

.searchpage {
    padding: 30px;
}

#searchpage {
	margin-bottom: 30px;
}

#searchpage input#q {
	width: 300px;
}

#searchpage input#comment {
	clear: both;
}

.searchresult {
    padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.searchresult a {
	font-weight: bold;
	color: #aa2b18;
}

.searchresult span.text {
	clear: both;
	display: block;
	margin: 3px 0 5px 0;
	line-height: 20px;
}

.searchresult span.type {
	display: block;
	line-height: 18px;
}

.searchresult span.url {
	color: Gray;
	line-height: 18px;
}

.searchpage ul.paging {
    list-style-type: none;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
}

.searchpage ul.paging li {
    display: inline;
    border: 1px solid gray; 
    background: #f1f1f1;
    margin-right: 5px;
}

.searchpage ul.paging li a {
    padding: 5px 8px;
}

.searchpage ul.paging li.active {
    background: #f1f1f1;
    border: 1px solid black;
}

/*#endregion */

/*#region Contact Page */

#contact {
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1 {
	margin-top: 0;
}

#contact label {
	display: block;
	padding-top: 5px;	
}

#contact input.field {
	width: 200px;
}

#contact textarea {
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*#endregion */

/*#region Syntax Highlighter */

.code {
    font-size: 12px;
	color: black;
	font-family: tahoma;
	background-color: #F1F1F1;
    line-height: normal;
}

.code p {
	padding: 5px;
}

.code .rem {
    color: #008000;
}

.code .kwrd {
    color: #0000ff;
}

.code .str {
    color: #006080;
}

.code .op {
    color: #0000c0;
}

.code .preproc {
    color: #0000ff;
}

.code .asp {
    background-color: #ffff00;
}

.code .html {
    color: #800000;
}

.code .attr {
    color: #ff0000;
}

.code .alt {
    background-color: #f4f4f4;
}

.code .lnum {
    color: #606060;
}

/*#endregion */

/*#region XFN Tags */

div.post .text a[rel] {
	background-repeat: no-repeat;
	background-position: right center;
}

div.post .text a[rel="me"] {	
	background-image:url('../../images/xfn/me.gif');
}
/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"], div.post .text a[rel~="acquaintance"], div.post .text a[rel~="friend"] {
	background-image:url('../../images/xfn/contact.gif');
	padding-right:11px;
}
/*-------- [ Normal contacts you've met ]--*/
div.post .text a[rel~="contact"][rel~="met"], div.post .text a[rel~="acquaintance"][rel~="met"], div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../images/xfn/contactMet.gif');
	padding-right:11px;
}
/*-------- [ Colleague and co-worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"], div.post .text a[rel~="co-worker"] {
	background-image:url('../../images/xfn/colleague.gif');
	padding-right:11px;
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"], div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../images/xfn/colleagueMet.gif');
	padding-right:11px;
}
/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"], div.post .text a[rel~="crush"], div.post .text a[rel~="date"], a[rel~="sweetheart"] {
	background-image:url('../../images/xfn/sweet.gif');
	padding-right:11px;
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"], div.post .text a[rel~="crush"][rel~="met"], div.post .text a[rel~="date"][rel~="met"], div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../images/xfn/sweetMet.gif');
	padding-right:11px;
}

.comment-replies {
	background: transparent url(../../images/reply_arrow.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

/*#endregion */

/*#region Poll Widget */

.pollForm-Question {
    font-size: 105%;
    font-weight: bold;
    color: #a8cc90;
    line-height: 20px;
    padding:3px 0 0 0;
}

.pollForm-AnswersContainer input {
    margin-right: 5px;
}

.pollForm-AnswersContainer label {
    color: White;
    font-size: 80%;
}

.pollForm-AnswersContainer td {
    padding: 2px 0px 3px 0px;
}

.pollForm-VoteButton {
}

.pollForm-AjaxLoader {
    width: 24px;
    height: 24px;
    background: url(../../images/ajax-loader.gif) no-repeat;
    margin-left: 20px;
}

.pollForm-AnswerNotSelectedError {
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 5px;
}

.pollForm-ResultsLink {
    color: White;
}

.pollForm-ResultsLink:hover {
    text-decoration: underline;
}

/* Results */
.pollResult-Question {
    font-size: 105%;
    font-weight: bold;
    color: #a8cc90;
}

.pollResult-AnswersText {
    margin: 10px 0px 4px 0px;
    font-size: 80%;
    color: White;
}

.pollResult-AnswersProgressBarContainer {
}

.pollResult-AnswersProgressBar {
    height: 11px;
    background: url(../../images/progress.gif) repeat-x;
    margin-right: 5px;
}

.pollResult-AnswersPercentage {
    height: 11px;
    line-height: 11px;
    color: White;
}

.pollResult-TotalVotes {
    color: White;
    font-weight: bold;
}

.pollResult-PollLink {
    color: White;
}

.pollResult-PollLink:hover {
    text-decoration: underline;
}

.pollResult-CurrentlyVoted {
    font-size: 12px;
    color: White;
    margin-bottom: 5px;
}

.pollResult-VoteSaved {
    font-size: 12px;
    color: White;
    margin-bottom: 5px;
}

/* Archive */
.pollArchive-PollContainer {
    width: 96%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid silver;
    background-color: #ffffff;
}

.pollArchive-Question {
    font-size: 12px;
    font-weight: bold;
}

.pollArchive-Date {
    font-size: 11px;
    font-style: italic;
}

.pollArchive-AnswerText {
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollArchive-AnswerProgressBarContainer {
    width: 300px;
}

.pollArchive-AnswerProgressBar {
    height: 11px;
    background: url(../../images/progress.gif) repeat-x;
    margin-right: 5px;
}

.pollArchive-AnswerPercentage {
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    margin-right: 3px;
}

.pollArchive-AnswerVotes {
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    color: #a9a9a9;
}

.pollArchive-TotalVotes {
    width: 100%;
    font-size: 10px;
    text-align: right;
}

.pollArchive-SortContainer {
    width: 99%;
    text-align: right;
    margin-bottom: 10px;
}

/*#endregion */

/*#region Pager */

#Pager {
    display: block;
    text-align: center;
}
    
#Pager li {
    display: inline;
    border: 1px solid #ccc;
    margin: 2px;
    padding: 5px;
    font-family: Tahoma;
    font-size: 80%;
}
    
#Pager li a {
    text-decoration: none;
    font-family: Tahoma;
    color: #aa2b18;
}
    
#Pager .PagerLinkCurrent {
    background-color: #aa2b18;
    color: White;
    padding: 5px;
    border: 1px solid #ccc;
}
    
#Pager .PagerLinkCurrent li {
    padding: 5px;
}
    
#Pager .PagerLinkDisabled {
    color: #ccc;
    padding: 5px;
}
    
#Pager .PagerEllipses {
    border: 0;
    padding: 5px;
}

/*#endregion */

/*#region Members */

ul.Managers {
    display: inline-block;
    padding-left: 0;
}

ul.Managers li {
    display: inline-block;
    width: 175px;
    padding: 4px 0 6px 0;
    list-style-type: none;
} 

ul.Members {
    display: block;
}

ul.Members li {
    display: inline-block;
    width: 175px;
    padding: 4px 0 6px 0;
    list-style-type: none;
} 

/*#endregion */