body         { 
   font-family: Tahoma; 
   font-size: 11px; 
   letter-spacing: 0; 
    margin: 20px;
	background-color: white;
}

form         { 
   font-family: Arial; 
   font-size: 12px; 
   letter-spacing: 0;
}
.searchField { font-family: Arial; font-size: 12px; color: #666666; border-style: solid; 
               border-width: 1px; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px; background-color: 
               #FFFFFF }

img { border: 0px; }

ul {
	list-style-image:url('images/uiPoint.png');
	margin-top: 3px;
}

li {
	margin-bottom: 2px;
}

.bBorder { border-bottom: 4px solid black; }
.tBorder { border-top: 4px solid black; }
.articleMore,
.articleMore a { color: #333; font-size: 11px; font-family: Arial; text-align: left; font-weight: bold; margin-top: 5px; margin-bottom: 25px; }
.articleBody { font-size: 11px; text-align: left; margin-top: 0; margin-bottom: 6px; line-height:150%;  }
.articleBodyTop { font-size: 11px; text-align: left; padding-top: 10px; margin-bottom: 6px; line-height:150%;  }

.articleInfo { font-size: 11px; font-family: Arial; color: #9E9E9E; margin-top: 5px; 
               margin-bottom: 15px; }

.articleHeaderRed { font-family: arial, "Trebuchet MS", tahoma; font-size: 24px; color: #cc232a; font-weight: bold; 
               margin-top: 5px; margin-bottom: 10px; text-shadow: #722 0 0 1px; }
			   
.articleHeaderBlue { font-family: arial, "Trebuchet MS", tahoma; font-size: 24px; color: #23a2cd; font-weight: bold; 
                    margin-top: 5px; margin-bottom: 10px; text-shadow: #722 0 0 1px; text-decoration: none;}				   

.articleHeaderGray { font-family: arial, "Trebuchet MS", tahoma; font-size: 24px; color: #707070; font-weight: bold; 
               margin-top: 5px; margin-bottom: 10px; text-shadow: #722 0 0 1px; text-decoration: none;}				   
			   
.sectionHeader,
.sectionHeader a { font-family: arial, "Trebuchet MS", tahoma; font-size: 13px; color: #1c4891; font-weight: bold; 
               margin-top: 25px; margin-bottom: 0px; min-height: 30px; text-shadow: #227 0 0 1px;  }

.sectionHeaderRed,
.sectionHeaderRed a { font-family: arial, "Trebuchet MS", tahoma; font-size: 18px; color: #cc232a; font-weight: bold; 
               margin-top: 25px; margin-bottom: 0px; min-height: 30px; text-shadow: #227 0 0 1px;  }   

.sectionTitle, .sectionTitle a { font-size: 11px; text-align: left; margin-top: 0; 
               margin-bottom: 0; line-height:150%; color:#333333; font-weight:bold }

.sectionBody { font-size: 11px; text-align: left; margin-top: 0; 
               margin-bottom: 10px; line-height:150% }

a            { color: #1c4891; text-decoration: none; }
a:hover      { color: #5296d3; text-decoration: none; text-shadow: #004 0 0 1px; }

table.report { border: 1px solid gray; }
table.report td { padding: 3px; border: 1px solid gray; }
table.report td.cent { text-align: center; }

table.report2 { text-align: center; border: 1px solid gray; font-size: 12px;}
table.report2 td { padding: 3px; border: 1px solid gray;}
table.report2 td.cent { text-align: center; }

.submenu { display: none; }

button.bugInfoNew, button.bugInfoAssigned, button.bugInfoResolved {
	width: 200px;
	border: 1px solid #7e7e7e;
	font-family: Trebuchet MS;
	padding:   0px   10px   0px   10px;
	margin:   1px   10px   1px   0px;
	border-radius: 6px;
	text-align: left;
	vertical-align:middle;
}

button.bugInfoNew {
	background: #ffa0a0 ;
}

button.bugInfoNew:hover {
	background: #ff6a6a ;
}

button.bugInfoAssigned{
	background: #c8c8ff;
}

button.bugInfoAssigned:hover{
	background: #9393ff;
}

button.bugInfoResolved {
	background: #cceedd;
}

button.bugInfoResolved:hover {
	background: #a5e0c2;
}


input[type=submit]:hover {
	background: #d5f0f7;
}

button[type=button]:hover {
	background: #d5f0f7;
}

input[type=text]:focus, input[type=file]:focus,
input[type=checkbox]:focus, input[type=password]:focus,
textarea:focus, select:focus  {
	background: #f8f8dd;
	border: 1px solid #000000;
}

input, select, textarea, button {
	border: 1px solid #1c4891;
	font-family: arial, "Trebuchet MS", tahoma;
	font-size: 13px;
	/*overflow: auto;*/
}

textarea {
	margin-top: 10px;
}

input[type=submit] {
	background: #d6dcef;
	padding:   1px   10px   1px   10px;
	margin:   1px   10px   1px   0px;
	border-radius: 6px;
	text-align: left;
}

button[type=button] {
	background: #d6dcef;
	padding:   1px   10px   1px   10px;
	margin:   1px   10px   1px   0px;
	border-radius: 6px;
	text-align: left;
}

fieldset {
	margin: 3px 50px 20px 20px;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
	border: 1px solid #1c4891;
}

fieldset legend {
	font-size: 15px;
	color: #1c4891;
	font-weight: bold;
	text-shadow: #227 0 0 1px;
}

fieldset fieldset legend {
	font-size: 13px;
	color: #1c4891;
	font-weight: bold;
	text-shadow: #227 0 0 1px;
}

fieldset fieldset input[type=radio] {
	margin:   5px   10px   5px   20px;
	
}




label {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	line-height: 150%;
	width: 190px;
	float:left;
	font-weight: bold;
	display:block;
}

div {
	margin-bottom: 15px;
}

fieldset > div {
    display: flex;
    align-items: center;
}

.ansWrong {
	color: #ff0000;
}

.ansCorrect {
	color: #00ff00;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.col-md-4 {
    width: 33.33333333%;
}