body {
	font-family: "Helvetica","Arial","FreeSans","Verdana","Tahoma","Lucida Sans","Lucida Sans Unicode","Luxi Sans",sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: white;
	font-size: 10pt;
}
#MainMenu
{
	min-width: 750px;
}

table.loginForm {
	margin-left: auto;
	margin-right: auto;
}
.mainPage {
	padding-top: 60px !important;
}
table.wideTable {
	border: 0px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.top_aligned td{
    vertical-align: top;
}

H1.title {
	text-align: right;
	font-size: 36px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
}

A.link1:link {
	font-weight: bold;
	color: #455372;
	text-decoration: none;
}

A.link1:visited {
	font-weight: bold;
	color: #455372;
	text-decoration: none;
}

A.link1:active {
	font-weight: bold;
	color: #455372;
	text-decoration: none;
}

A.link1:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

A.bottomlink:link {
	color: #cc0000;
	text-decoration: none;
}

A.bottomlink:visited {
	color: #993366;
	text-decoration: none;
}

A.bottomlink:active {
	color: #cc0000;
	text-decoration: none;
}

A.bottomlink:hover {
	color: #ffcc00;
	text-decoration: underline;
}

A.link:link {
	color: #cc0000;
	text-decoration: none;
}

A.link:visited {
	color: #993366;
	text-decoration: none;
}

A.link:active {
	color: #cc0000;
	text-decoration: none;
}

A.link:hover {
	color: #ffcc00;
	text-decoration: underline;
}

P.space {
	margin-left: 10px;
	margin-right: 10px;
}

P.links {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

P.title {
	margin-bottom: 5px;
	margin-left: 10px;
}

DIV.indent {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.roundtopleft {
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.roundtopright {
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.roundbottomleft {
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.roundbottomright {
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.roundbottom {
	border: 1px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.table-list th {
    text-align: right;
    padding-right: 10px;
}
.roundedBox
{
	margin: 5px;
	padding: 5px;
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}

.compactBox {
    width: max-content;
}
.floatingBox
{
	float: left;
	list-style-type: none;
	padding: 6px 0px;
	position: relative;
}
.floatLeft
{
	float: left;
}
div.floatRight
{
	float: right;
}

.Error {
	font-weight: bolder;
	color: mediumvioletred;
	text-decoration: underline;
}
.alert {
	font-weight:bolder;
	color: red;
}

P.Information {
	font-weight: bolder;
	color: mediumslateblue;
	text-decoration: underline;
}

.small {
	font-size: smaller;
}

.weblinktype {
	font-weight: bolder;
}

A.weblink:link {
	font-weight: bolder;
	color: #fc8505;
	text-decoration: none;
}

A.weblink:visited {
	font-weight: bolder;
	color: #c96b16;
	text-decoration: none;
}

A.weblink:active {
	font-weight: bolder;
	color: #fc8505;
	text-decoration: none;
}

A.weblink:hover {
	font-weight: bolder;
	color: #fc8505;
	text-decoration: underline;
}

TH.InputHeader {
	font-weight: bolder;
	text-align: right;
}
TD.listHeader {
	font-weight: bolder;
	background-color: #40649D;
	color: #FFFFFF;
}

TH.issueHeader {
	background-color: #40649D;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
}

.issueSpace form{
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 8px 8px;
    margin: 5px 5px;
    box-shadow: inset 0 0 5px #bbb;
}

.tagline {
	font-weight: bolder;
	font-size: 10pt;
	color: black;
}

.sev1, tr.sev1 td {
	color: #000000 ;
	background-color: #E2E2E2 !important;
}
.sev2, tr.sev2 td{
	color: #000000;
	background-color: #C0C0C0 !important;
}
.sev3, tr.sev3 td{
	color: #000000 ;
	background-color: #A5A5A5 !important;
}
.sev4, tr.sev4 td {
	color: #000000 ;
	background-color: #888888 !important;
}
.sev5, tr.sev5 td{
	color: #000000 ;
	background-color: #606060 !important;
}

.issueDesc {
	color: #000000 !important;
	background-color: #b0c0e0 !important;
}

a.issueDesc:link {
	color: #000000;
	background-color: #b0c0e0;
	text-decoration: none;
}

a.issueDesc:visited {
	color: #000000;
	background-color: #b0c0e0;
	text-decoration: none;
}

a.issueDesc:hover {
	color: #000000;
	background-color: #b0c0e0;
	text-decoration: none;
}

a.issueDesc:active {
	color: #000000;
	background-color: #b0c0e0;
	text-decoration: none;
}

/* anything with the Hoverable class will be automatically given the HoverHighlight class
* when you hover over it. 
*/
.Hoverable {}

.raised
{
	box-shadow: 1px 1px 2px black;
}

.issueHeaderTop
{
	padding-top: 5px;
}

.issueControls
{
	display: inline;
	margin: 0px 5px;
}

.linkLike
{
	cursor: pointer;
}

.overDue {
		color: #b00000 !important;
}
.almostOverDue {
		color: #800000 !important;
}

.unRead{
	font-face: bolder;
}

.issue_details
{
	font-size: .75em;
	border: none !important;
}

.icon_90 {
    transform: rotate(90deg);
}

.icon_180 {
transform: rotate(180deg);
}
.icon_270 {
transform: rotate(-90deg);
}
.icon_flip {
transform: scaleY(-1);
}
.icon_mirror {
transform: scaleX(-1);
}
.column_form label:first-child{
    width: 150px;
}

.tableBackground, .tableBackground > td,  .tableBackground > tr
{
	background-color: white !important;
	border: none !important;
}

.clickable
{
	cursor: pointer;
}

.form-group
{
    width: 99%;
}
.form-control
{
	display: inline !important;
	width: auto !important;
}

.bs-searchbox > .form-control
{
	display: block !important;
	width: 100% !important;
}

.dropdown-toggle{
	width: auto !important;
}

.control-label{
    margin-left: 8px;
    margin-right: 8px;
}

.pd_table {
    display:table;
    border-collapse: separate;
    border-spacing: 10px 0px;
}
.pd_header {
    display:table-cell;
    font-weight:bold;
}
.pd_row {
    display:table-row;
}
.pd_rowGroup {
    display:table-row-group;
}
.pd_cell {
    display:table-cell;
}

.hide_in_summary {
}
.summary_only {
    display:none;
}
.show_expanded {
}