/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#left-bar{
  float:left;
  width:700px;
  margin-top:0px;
  border-right:#CCCCCC 1px solid;
  padding-right:10px;
  }
#right-bar {
float:right;
padding-right:40px;
padding-top:10px;
}
.title{
  font-weight:bold;
  font-size:14px;
  line-height:18px;
  margin:4px 0px;
  color:#5AC0E2;
 }
.inner-div{
  line-height:20px;
}

.inner-div a{
  color:#000;
  text-decoration:none;
  font-size:12px;

}
.docs{
	padding-left:15px;
}
.docs li{
	font-size:10px;
}
/* Paging */
div.paging {
	color: #E8C5C9;
	text-align:right;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #676767;
}
div.paging span a {
}
.error-message{
  font-size:10px;
  color:#ff0000;
}
.article h2{
 margin-bottom:0px;
}
.article h1{color:#6A352B;
					font-size:16px;
				font-weight:bold;
				padding-bottom:6px;
}

.submitted{
	font-size:9px;
	color:#7D6C3D;
}
.article p{
	margin-top:2px;
	margin-bottom:2px;
}
.fr{
	float:right;
}
.article .readmore{
	margin-right:10px;
}
#menu {list-style-type:none; padding:0; margin:0px 0px 0 10px;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; margin:1px 1px 0 0; height:46px; padding:0px 10px;}
#menu li.sub {background:#898264;}

#menu ul.sub li{border:1px solid #fff; background:#898264; height:24px; padding:0px;}
#menu ul.sub li a{background:#898264; height:24px; line-height:23px; width:180px;z-index:999;}
#menu ul.sub li a:hover{background:#898264;}
/* for IE5.5 and IE6 only */

#menu li a {display:block; height:46px; line-height:45px; text-decoration:none; text-align:center;}
#menu li a table {position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;}

#menu :hover {background:#898264; position:relative;}
#menu :hover > a {background:#898264;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:93px; left:-1px;top:45px; background:url('transparent.gif');} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:93px; padding:9px 3px; left:70px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; min-width:93px; padding:9px 3px; left:-106px; top:0;}
#menu .sep{width:10px; line-height:35px}