/* hide the left sidebar */
#ocwrapper {
  border-left-width: 0;
}
#leftsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}


/* Show the right sidebar*/
#ocwrapper {
  border-right-width: 170px;
}
#rightsidebar {
  display: block;
  margin-right: -170px;
  width: 170px;
  padding: 10px 0px 10px 0px;
  float: right;
  position: relative;
}

#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
}


/* ------- new rightside bar -------------------------------*/

/* 
#ocwrapper {   
border: 1px solid blue;
margin-bottom: 10px; 
background: url(/images/bg_blue_line.gif) left repeat-y;
}

#contentheader, #contentfooter, #content { 
  background: #ffffff; 
  background: url(/images/bg_blue_line.gif) repeat-y; 
} 

#icwrapper {   
padding-right: 200px;   
background: transparent url(/images/bg_blue_line.gif) right repeat-y; 
}

.shadowtop, .shadowbottom, .shadowleft, .shadowright { 
  background: #0066CC; 
} 
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright { 
  width: auto; 
  height: auto; 
  float: none; 
  background: none; 
}
*/
