body {
            padding-top: 60px;
            /*padding-bottom: 40px;*/
          }

/* header CSS */
div.center {
	text-align: center;
}


ul.nav-tabs {height:38px;}

/* Board CSS*/
.editor-field {
    display: block;
    padding-top: 5px;
}

div.issue-height {
	height: 100%;
}
div.master-height {
	height: 100%;
}
div.hosting-height {
	height: 100%;
}

div.report-height {
	height: 100%;
}

.display_none { display: none; }
.display_inline { display: inline; }
.display_block { display: block; }

textarea.statusmessage {
	height: 100px;
}

textarea.note {
	height: 100px;
}

textarea.disabled {
	cursor: default;
}

input.display_none {
	display: none;
}

input.disabled {
	cursor: default;
}

table thead tr th A {color:#ffffff; text-decoration:underline}
table thead tr th A:hover {color:#c8c8c8; text-decoration:underline}


.margin_left_50 {
	margin-left : 50px;
}

.margin_right_10 {
	margin-right : 10px;
}

.padding_bottom_10 {
	padding-bottom : 10px;
}

.padding_bottom_20 {
	padding-bottom : 20px;
}

div.display_none {
	display: none;
}