/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
html, body
{
	height: 100%;
}

#treeView
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 230px;
	overflow: auto;
	white-space: nowrap;
	padding: 10px;
	background-color: #222222;
}
#folderView
{
	border: 0px;
}
#folderViewWrapper
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 250px;
	right: 0px;
	overflow: hidden;
	padding: 0px;
}

#folderView .item{
	margin: 10px;
}
#folderView .item .folder a{
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#folderView .actions {
	float: right;
}
#folderView .folder {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#folderView .question
{
	font-weight: bold;
}
#folderView .answer{
	margin-left: 10px
}
#edit_article textarea
{
	width: 400px;
	height: 100px;
}
.chatlogRow
{
	margin-bottom: 20px;
}
.chatlogRow .date
{
	display: inline;
}
.chatlogRow .messagecount
{
	display: inline;
	margin-left: 20px;
}
.chatlogRow .parts
{
	margin: 5px 0px;
}
.toggle div
{
	padding: 4px 10px;
}
#chatconsole
{
	margin-left: 50px;
}
.toggle .site
{
	background-image: url(/images/handle.png);
	margin-top: 5px;
	padding: 5px 20px;
	height: 18px;
}
.toggle .site a
{
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.sitecontent
{
	padding: 0px 20px;
}
.toggle .child
{
	background-color: #333;
}
.toggle .child a
{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.toggle .childcontent
{
	padding-bottom: 40px;
}
.queuemessages
{
	width: 400px;
	height: 100px;
}
.agentlist
{
	border-collapse: separate;
}
.report
{
	border-collapse: separate;
}
.report td, .report th
{
	padding: 2px 10px 2px 10px;
}
.agentlist th, .agentlist td
{
	padding: 2px 10px 2px 10px;
}
.agentlist .other
{
	background-color: yellow;
}

th
{
	font-weight: bold;
}

h1 {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	padding-top: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	padding-top: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
}
#main
{
	background-image: url(/images/left.png);
	background-repeat: repeat-y;
}
#left
{
	position: absolute;
	left: 0px;
	top: 97px;
	width: 247px;
	z-index: 2;
}
#right
{
	position: absolute;
	top: 97px;
	bottom: 0px;
	right: 0px;
	left: 247px;
	padding: 10px 0px;
	z-index: 1;
	background-image: url(/images/right.png);
	overflow: auto;
	_width: expression( document.body.clientWidth - 247 + 'px' );
	_height: expression( document.body.clientHeight - 117 + 'px' );
}

/* BOXES */
#left .box {
	
	position: relative;
}

#left .box h2 {
	text-indent: -9999px;
	height: 25px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}
#left .box h2 a {
	display: block;
	position: relative;
	height: 25px;
	width: 100%;
}

/* DRAWERS */
#left ul.drawers {
	margin: 0;
}
#left .slider .drawer-handle {
	font-size: 14px;
	padding: 0px;
	text-indent: 10px;
	width: 100%;
	background-image: url(/images/slider-handle.png);
	background-repeat: repeat-x;
	cursor: default;
	color: #c4d67f;
	display: block;
	height: 32px;
	overflow: hidden;
}
#left .slider .drawer-content {
	background-image: url(/images/slider-content.png);
	background-repeat: repeat-x;
	display: block;
	height: auto;
}
#left .slider h3.open {
}

#left .item
{
	text-indent: 50px;
	padding: 5px;
}

#left .item a
{
	text-decoration: none;
	color: #fff;
}
#left .active
{
	background-color: #222222;
}
#left .active a
{
	color: #c4d67f;
}
#left .item a:hover
{
	color: #c4d67f;
}
#left .active:hover
{
	background-color: #222222;
}
/* NAVIGATION */
#navigation {
	height: auto;
	min-height: 325px;
	*height: 325px;
	margin-bottom: 15px;
	position: relative;
	width: 247px;
}
#navigation .drawers .drawer-content {
	width: 247px;
	min-height: 250px;
	*height: 250px;
	
}
body {
	background-image: url(/images/left.png);
	background-repeat: repeat-y;
	background-position: top left;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-color:#fff;
	color:#333;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#topright
{
	width: 500px;
	float: right;
	text-align: right;
	margin: 20px;
}

#toptitle
{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 70px;
	left: 267px;
	z-index: 9;
}
#sitechange
{
	position: absolute;
	top: 65px;
	right: 20px;
	z-index: 10;
}
.header
{
	height: 97px;
	background-image: url(/images/top.png);
	background-repeat: repeat-x;
}
.header a {
	color: #415507;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.header a:hover {
	text-decoration: underline;
}
.textbox
{
	padding: 20px;
	width: 250px;
	float: left;
}
label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.queuelabel
{
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	margin-right: 10px;
	font-weight: bold;
}
input[type=text], input[type=password]
{
	border: 1px solid black;
	padding: 2px;
	margin: 2px;
	width: 130px;
}

.steps
{
	list-style: none;
	margin: 00px 10px 10px 20px;
	padding: 0;
}

.steps .active
{
	font-weight: bold;
	font-size: 14px;
}
.steps li
{
	margin-right: 20px;
}

h2
{
	margin-top: 0px;
}
.error
{
	color: red;
}
.success
{
	color: green;
	font-weight: bold;
}
.folderActive
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.folderList
{
	text-decoration: none;
	color: #c4d67f;
	outline: none;
}
.treeview
{
	whitespace: nowrap;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background: white url(/images/expanded.gif) no-repeat left center;*/
	/*background-image: url(/img/icons/silk/bullet_toggle_minus.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 18px;
	padding-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background-image: url(/img/icons/silk/bullet_toggle_plus.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}