body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #55504b;
    font-weight: normal;
    background-color: #cdcdc3;
    text-align: center;
    margin: 0px;
}

.pagebuilder, tr.pagebuilder, td.pagebuilder, .borderbuilder, tr.borderbuilder, td.borderbuilder {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.pagebuilder {
    width: 1000px;
}

.borderbuilder {
    width: 100%;
}

.searchbox {
    background-color: #ffffff;
    color: #808080;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #55504b;
    width: 156px;
    height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.searchbutton {
    cursor: pointer;
    top: 4px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #55504b;
    width: 24px;
    height: 18px;
    background-image: url(images/ui/searchbutton.gif);
}

.pagetitle {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: bottom;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: lighter;
}

#menubar {
    margin: 0px;
    padding: 0px;
    z-index: 30;
}

#menubar li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}

#mnuNews a, #mnuRegistration a, #mnuClimb a, #mnuAbout a {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 245px;
    background: #f2ede0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

#mnuNews a {
    background-image: url(images/ui/mnuNewsOff.png);
}

#mnuNews a:hover {
    background-image: url(images/ui/mnuNewsOn.png);
}

#mnuRegistration a {
    background-image: url(images/ui/mnuRegistrationOff.png);
}

#mnuRegistration a:hover {
    background-image: url(images/ui/mnuRegistrationOn.png);
}

#mnuClimb a {
    background-image: url(images/ui/mnuClimbOff.png);
}

#mnuClimb a:hover {
    background-image: url(images/ui/mnuClimbOn.png);
}

#mnuAbout a {
    background-image: url(images/ui/mnuAboutOff.png);
}

#mnuAbout a:hover {
    background-image: url(images/ui/mnuAboutOn.png);
}

#menubar div {
    position: absolute;
    visibility: hidden;
    margin: 0px 0px 0px 70px;
    padding: 0px;
    background: #f2ede0;
    border-style: solid;
    border-color: #bbbab8;
    border-width: 1px 1px 0px 1px;
}

#menubar div a {
    position: relative;
    display: block;
    margin: 0px;
    padding: 2px 10px;
    width: 154px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #f2ede0;
    color: #7c5033;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-style: solid;
    border-color: #bbbab8;
    border-width: 0px 0px 1px 0px;
}

#menubar div a:hover {
    background: #c59157;
    color: #f2ede0;
}

div.adminframe {
    width: 1000px;
    min-height: 95%;
    background: #f2ede0;
}

div.admincontent {
    padding: 20px;
}

.required {
    font-weight: bold;
    font-size: 7pt;
    vertical-align: super;
    color: red;
}

.admincontent, .admincontent table tr td {
    text-align: left;
    font-size: 11pt;
}

.admincontent h2 {
    font-size: 14pt;
    text-align: left;
    padding: 0px 0px 20px 0px;
}

.admincontent input, .admininfo input, .admininfo label input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border: 1px solid #a0a0a0;
    padding: 2px;
}

.admincontent input[type=text], .admininfo input[type=text], .admininfo label input[type=text], .admininfo label input[type=password] {
    background: #ffffff;
}

.admincontent input[type=submit], .admininfo input[type=submit] {
    background: #d4d0c8;
}

.admincontent input[readonly] {
    background: #efefde;
    color: #808080;
}

.admincontentmenu {
    margin: 20px;
}

.admincontentmenu a {
    color: #84573f;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}

.admincontentmenu a:hover {
    color: #c59053;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
}

div.admininfo, div.adminerror {
    border: 1px solid black;
}

.admininfo, div.adminerror {
    width: 950px;
    text-align: left;
    padding: 5px;
    margin-bottom: 20px;
}

.adminerror p {
    font-weight: bold;
    font-size: 12pt;
    padding: 0px 0px 10px 0px;
}

.adminerror ul {
    font-weight: bold;
    font-size: 10pt;
    color: red;
}

span.fixedlabel, span.widefixedlabel {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin: 0px 5px 0px 0px;
}

span.fixedlabel {
    width: 120px;
}

span.widefixedlabel {
    width: 320px;
}

.admininfo input[type=text], .admininfo label input[type=text], .admininfo label input[type=password] {
    margin: 0px 0px 3px 0px;
}

div.adminmenu, div.adminfooter {
    width: 1000px;
    margin: 0px;
    padding: 0px;
    border-style: solid;
}

div.adminmenu {
    border-color: #7c5033 #c59157;
}

div.adminfooter {
    border-width: 0px 0px 2px 0px;
    border-color: #7c5033;
}

.adminfooter span {
    display: inline-block;
    padding: 3px 5px;
    border: 0px;
    width: 487px;
    color: #7c5033;
    font-size: 9pt;
    font-weight: bold;
}

.adminmenu span {
    display: inline-block;
    border-style: solid;
    border-color: #c59157;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: bold;
    color: #7c5033;
    background: #dec89a;
    cursor: pointer;
}

.adminmenu span:hover {
    color: #3e2819;
    background: #eee3cc;
}

span.adminmenudisabled, span.adminmenudisabled:hover {
    color: #808080;
    background: #dfd4bd;
    cursor: default;
}

span.adminmenucurrent {
    background: #c59157;
    color: #f2ede0;
    cursor: pointer;
}

table.adminposts, table.adminposts tr td {
    padding: 0px;
    border-style: solid;
    border-color: black;
}

table.adminposts {
    border-width: 1px 1px 0px 0px;
}

table.adminposts tr td {
    border-width: 0px 0px 1px 1px;
    padding: 5px;
    text-align: right;
    vertical-align: top;
}

table.adminposts tr td.admintablehead {
    background: #dec89a;
    color: #7c5033;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    padding: 3px;
}

span.adminpost {
    display: inline-block;
    width: 476px;
    text-align: left;
}

.adminpost table tr td {
    border-width: 0px;
    text-align: left;
    padding: 0px;
}

.sidemenu, .rsslink, .sidemenu a {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.sidemenu {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
    line-height: 20px;
}

.rsslink {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.widgets {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.sidemenu ul {
    margin: 0px;
    padding-top: 0px;
    padding-left: 26px;
    padding-bottom: 4px;
    line-height: 14px;
}

.sidemenu ul li, .pagecontent ul li, .pagecontent p ul li, .adminpost ul li {
    padding-top: 2px;
    padding-bottom: 0px;
    list-style-image: url(images/ui/grizzly_paw_icon2.gif);
}

.sidemenu ul li a, .sidemenu a, .rsslink a  {
    color: #84573f;
    text-decoration: none;
}

.sidemenu ul li a:hover, .sidemenu a:hover, .rsslink a:hover {
    color: #c59053;
    text-decoration: none;
}

.pagecontent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.contenttitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.articletitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #995033;
}

.articlebar {
    width: 100%;
    background-image: url(images/ui/articlebar.png);
    background-repeat: repeat-x;
    text-align: right;
    vertical-align: bottom:
}

.note {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #55504b;
    background-color: #dec89a;
    border: 1px solid #55504b;
    width: 380px;
    text-align: left;
    vertical-align:left;
    margin: 0px 0px 20px 20px;
    padding: 4px;
}

.pagecontent p, .pagecontent ul li {
    padding-top: 0px;
    padding-bottom: 5px;
}

.pagecontent ul, .pagecontent ol {
    padding-top: 0px;
    padding-bottom: 20px;
}

.pagecontent a, .pagecontent p a, .pagecontent ul li a, .pagecontent ol li a {
    color: #84573f;
}

.pagecontent a:hover, .pagecontent p a:hover, .pagecontent ul li a:hover, .pagecontent ol li a:hover {
    color: #c59053;
}

.pagecontent ul li ul li {
    padding-bottom: 1px;
    list-style-image: none;
}

.pagecontent ul img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 12px;
    border: 0px;
}

.bordertable {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 0px;
    border-right: 0px;
    padding: 0px;
}

.bordertable tr {
    border: 0px;
    padding: 0px;
}

.bordertable tr td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 3px;
}

.firstletter {
    font-size: 15px;
    font-weight: bold;
}

.faq, .faqform {
    color: #a05838;
    font-style: italic;
}

.faqform {
    padding: 0px 0px 0px 20px;
    border-top: 0px;
    border-left: 1px dotted #a05838;
    border-bottom: 0px;
    border-right: 0px;
}

.datetime a, .datetime strong a {
    color: #84573f;
}

.datetime a:hover, .datetime strong a:hover {
    color: #c59053;
}

.datetime, .datetime table tr td {
    font-size: 11px;
	vertical-align: top;
	padding: 0px 5px 0px 10px;
}

.dashedunder {
    border-bottom-color: #55504b;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.sponsorlogos {
    margin-left: 40px;
}

.sponsorlogos img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 12px;
    border: 0px;
}

.speechintro {
    padding: 0px 0px 10px 50px;
    background: url(images/ui/speechbubble/tick.png) 25px bottom no-repeat;
    top: 1px;
    font-weight: bold;
}

.speechmain {
    background: #ffffff;
    border: 1px solid black;
    width: 85%;
    text-align: left;
    min-width: 100px;
    margin: 0px 0px 10px 0px;
    font-family: times;
    font-size: 14px;
}

.speechintro, .speech_nw, .speech_ne, .speech_sw, .speech_se {
    position: relative;
}

.speech_nw {
    background: url(images/ui/speechbubble/nw.png) top left no-repeat;
    top: -1px;
    left: -1px;
}

.speech_ne {
    background: url(images/ui/speechbubble/ne.png) top right no-repeat;
    left: 2px;
}

.speech_sw {
    background: url(images/ui/speechbubble/sw.png) bottom left no-repeat;
    top: 2px;
    left: -2px;
}

.speech_se {
    background: url(images/ui/speechbubble/se.png) bottom right no-repeat;
    left: 2px;
    padding: 10px 10px 15px 10px;
}

.climberphoto {
    max-width: 340px;
    max-height: 280px;
    width: expression(this.width > 340 ? "340px" : true);
    height: expression(this.height > 280 ? "280px" : true);
    border: 1px solid #84573f;
    margin: 5px 0px 0px 0px;
}
