/*CONKERS HOES*/

#webeditCoreEditModePage{
  margin-top: 60px;
}

body {
background:url('background.png') repeat-x top left;
font-family:sans-serif;
}

.webeditText{
  color:#636466;
}

.webeditText a, .webeditText .lon {
text-decoration:none;
color:#82a055;
}

.webeditText a:hover {
color:#a4c96c;
}

.divider {
border-bottom:1px solid #636466;
width:100%;
line-height:1px;
}

#content {
background:url('contentBG.png') repeat-y right;
}

#topFlash {
padding-bottom:5px;
}

.topCorners {
background:url('tcs.gif') no-repeat top;
margin-bottom:10px;
}

.bottomCorners {
background:url('bcs.gif') no-repeat bottom;
}

#topNav {
height:60px;
/*padding-top:100px;/*temporary*/
}

#topNav li{
display:inline;
list-style-type:none;
color:#82a055;
font-weight:bold;
padding-right:25px;
}

#topNav ul {
margin:0;
padding:7px 0 0 0;
}

#topNav a {
text-decoration:none;
color:white;
}

#topNav a:hover {
color:#82a055;
}

#sbtDiv {
background-color:#82a055;
height:32px;
}

#sbttt {
color:white;
font-weight:bold;
padding:7px 0 0 4px;
}

#sbttt a {
color:white;
}

#sbttt a:hover {
color:black;
}

#conkyright, #copyright {
padding:10px 0 10px 0;
color:#a3a5a9;
}

#editButton {
padding:0 0 10px 0;
}

#conkyright .webeditText div {
white-space:pre;
} 

/*---------------------------------------------------------

"   #conkyright .webeditText div {white-space:pre;}   "

This groovy rule solves the lack of multiple spaces, but beware; 
the text will now ignore any width rules, so make sure the text
stays within the layout or it will break in IE.

---------------------------------------------------------*/


#copyright, #editButton {
text-align:center;
}

#footColin a {
color:#82a055;
text-decoration:none;
}

#footColin a:hover {
color:#a4c96c;
}

.tabHead .webeditText{
text-align:center;
color:white;
font-weight:bold;
}

.tabText .webeditText{
text-align:center;
}

.tableHeader {
background-color:#82a055;
}

/*sidenavigation styling*/

.leftList {
font-size:0.8em;
}

.pagebuilder li{
list-style-type:none;
}

.pagebuilder ul {
padding:0;
margin:0;
}

.pagebuilder .webeditNavigationItem {
font-size:0.8em;
}

.pagebuilder .webeditNavigationAncestorItem {
border-bottom:2px solid #ededee;
padding:0 0 4px 10px;
margin-right:10px;
}

.pagebuilder .webeditNavigationChildItem {
padding:4px 0 4px 10px;
}

.leafage {
background:url('leaf.gif') no-repeat top left;
}



.webeditFormLabel{
  width:120px;
}

.webeditChoiceChoices{
  width:210px;
}

.webeditChoiceChoices select{
  width:200px;
}

.webeditChoiceChoice{
  display:block;
}

.webeditFieldField{
  width:210px;
}

.webeditFieldField *{
  width:200px;
}

.webeditFormSubmitButton{
  text-align:center;
}

.divlineleft {
background-color:#ededee;
line-height:2px;
}
