.master_column {
	min-width:165px;
	float:left;
	text-align:left;
	padding:5px 15px 0px 25px;
}

#filters {
	text-align:right; 
	background-color:#f8f8f8;
	border:1px solid #cccccc;
	padding:5px;
	display:none;
	visibility:hidden;
}

.logged {
	float:right;
    font-size: 12px;
	list-style:none;
	font-variant:small-caps;
	font-size:14px;
}
ul.logged li {
	float:left;
    margin: 0 5px;
}
ul.logged li a.logout {
	color: #fff;
    background: #40A534;
    padding: 5px;
    border: #40A534 solid thin;
}
ul.logged li a.logout:hover {
	color: #40A534;
    background: #FFF;
    padding: 5px;
    border: #40A534 solid thin;
}
ul.logged li.text {
    border: 0;
    padding: 5px;
}
.breadcrumb{
	display: block;
    float: left;
}
input {
	display: inline-block;
}
.form-horizontal label {
    display: inline-block;
    width: 200px;
    padding-right: 5px;
    font-weight: bold;
    text-align: right;
    color: #40A534;
}
input[type="radio"],
input[type="checkbox"] {
	width: 10% !important;	
}
.form-horizontal input {
    width: 10%;
    padding: 5px 6px;
/*    margin: 9px 0;*/
}
.form-horizontal textarea {
    width: 60%;
	height: 100px;
    padding: 5px 6px;
}
.form-horizontal fieldset {
    border: #40A534 solid 1px;
    background: #fff;
    padding-bottom: 9px;
}
.form-horizontal legend {
    position: relative;
    left: -1px;
    display: block;
    width: auto;
    background: none;
    padding:5px 10px;
    margin:0;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border: #40A534 solid thin;
}
.form-horizontal h3 {

}
.status {
    color: #40A534;
    font-weight: bold;
}

.centering_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:875px;	
	padding:20px;
	background-color:white;
    border:#40A534 solid thin;
}
a.addAndRemove, #new, #previewA, #previewPDF {
    color: #fff;
    background: #40A534;
    padding: 5px;
    border: #40A534 solid thin;
}
a.addAndRemove:hover, #new:hover, #previewA:hover, #previewPDF:hover {
	color: #40A534 !important;
    background: #FFF;
}
.detail_form {
    margin: 0;
}
table td {
    vertical-align: middle;
}

.midfont strong {
    color: #40A534;
}
tr.ruled {
	background:#feedd4 !important;
}
table.sortable {
    background: #fff;
}
table.sortable td {
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #40A534;
	vertical-align:top;
}
table.sortable th {
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #40A534;
	vertical-align:top;
	color: #ffffff;
	background: #40A534;
}

/************************/
/****** DETAIL.PHP ******/
/************************/

#detail_content {
	float: left;
    padding-right: 5px;
    width: 69%;
}


.sidebar {
	float:right;
	line-height:16px;
	width: 30%;
	background-color:#f6f6f6;
    border: #40A534 solid thin;
	
}
.sidebarHeader1 {

}
.sidebarHeader2 {

}
.sidebar .header {
	padding:15px 0px 0px 0px;
	display:block;
	color:white;
	font-size:14px;
	line-height:28px;
	text-align:center;
    color: #40A534;
    font-weight: bold;
}	
.sidebarContent {
	background:#fff;
	margin:0 15px;
	padding:10px;
    border: #40A534 solid thin;
}

.indented {
	
}

.author_info_div {
	border:1px dotted #40A534;
	border-width:1px 0px;
	padding:5px;
	display:block;
	background-color:#fff;
}

.new {
	border:#ffffff solid 1px;
	color: #ffffff;
	background:#40A534;
	font-weight: bold;
    cursor: pointer;
    height: 28px;
    margin: 0;
    text-transform: uppercase;
}

.sidebar .submit {
    border: 0 none;
    color: #646464;
    cursor: pointer;
    height: 23px;
    margin: 0;
    text-align: right;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-transform: uppercase;
	font-size:11px;
}

#topic {
	width:180px;	
}
.sidebar .submit {
	padding:0 5px 0 10px;
}
.new {
	padding:0 5px 0 10px;
}

.sidebar input.submit:hover, .new:hover { 
	border:#40A534 solid 1px;;
	color: #40A534;
	background:#ffffff;
	font-weight: bold;
    cursor: pointer;
    height: 28px;
    margin: 0;
    text-transform: uppercase;
}

.review_indent {
	right:-50px;
	position:relative;
}


.divider_line {
	color:#993300;
	background-color:#993300;
	height:1px;
	border:0px;
}

#comments {
    width: 179px;
}

#wrapperSaveButton{
    position: fixed;
    right: 0px;
    bottom: 0px;
    color: #fff;
    background: #fff;
    padding: 5px;
    border: #EB5C24 solid thin;
    z-index: 999;
    width: 100%;
    text-align: center;
}

#saveDataButton{
	/* position: fixed;
    right: 20px;
    bottom: 10px; */
	color: #fff;
    background: #40A534;
    padding: 7px;
    border: #40A534 solid thin;
	/* z-index: 999; */
}

#saveDataButton:hover{
	color: #40A534;
    background: #FFF;
    border: #40A534 solid thin;
}