/* @group Utility Classes */

/* @group hr */

hr {
	background-color: #3F1B01;
}

hr.regular {
	height: 6px;
	background-color: #3F1B01;
}


/* @end */

/* @group Links */

a.lnkMini {
	font-size: 85%;
}

/* @end */

/* @group background */

/* @group colors */



/* @end */



/* @end */

/* @group cursors */
.pseudolink {
	cursor: pointer;
}


/* @end */

/* @group Clears */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



/* @end */

/* @group Floats */

.fltlft {float:left}

.fltrt {float:right}



/* @end */

/* @group Text Formatting */

/* @group Weight */

.bold {
	font-weight: bold;
}

/* @end */

/* @group Alignment */

.center {
  width: 100%;
  text-align:center;
}

div.center {
	margin: 0 auto 0;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.thin {
	line-height: 5px;
}

.top {
	vertical-align:top;
}

.inline {
	display: inline;	
}


/* @end */

/* @group Size */

.small {
  font-size: 12px;
}
a.small {
  font-size: 12px;
}
.small2 {
  font-size: 14px;
}
a.small2 {
  font-size: 14px;
}



/* @end */

/* @group Color */

.alert {
  color: #900;
}

.note {
	color: #900;
}

.nopermission {
	color: #900;
}

.permission {
	color: green;
}

.red {
	color: #900;
}

.black {
	color: #000;
}

.white {
	color: #fff;	
}

p.editable {
	color: #666;
}

/* @end */

/* @group decoration */
.underline {
	text-decoration:underline;
}
.italic {
	font-style: italic;
}
/* @end */

/* @end */



/* @end */



/* @group ajaxcontainers */
.hide {
	display: none;
}
#ajax1 {
	display: none;
}
#ajax2 {
	display: none;
}
#ajax3 {
	display:none;
}
#ajax4 {
	display: none;
}
#flashmsg {
	display: none;
}
#updated {
	height: 20px;
}
#ajaxbox {
	width: 90%;
	margin: 0 auto 0;
}
.commentbox{
	display: none;
}
.comments{
	display: none;
	padding-left: 40px;
}
.commentrow {
	padding-bottom: 10px;
	border-bottom: 1px dashed #3F1B01;
}


/* @end */