body {
	font-family: 'Century Gothic';
	font-size: 14px;
	color: #000000;
	background-color:#ffffff;
}

select {
	border-radius: 5px;
}

#logoimage {
position:absolute;
top:30px;
left: 50px;
background-image : url('images/muPITlog.gif');
background-repeat : no-repeat;
height : 152px; width: 214px;
overflow : visible;
}

.clickable[shown='false']{
	box-shadow: 2px 2px 0px #555;
	background-color: #ffffff;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:black;
	font-size: 13px;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	margin-bottom: 6px;
	font-family: monospace;
}

.clickable[shown='true']{
	box-shadow:inset 2px 2px 0px #555;
	background-color: #e4e4e4;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:black;
	font-size: 13px;
	padding: 3px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	margin-bottom: 6px;
	font-family: monospace;
}

.clickable[driving='false']{
	text-decoration: line-through;
}

.colorPickerBoxToClick[currentlyClicked='no']{
 	box-shadow: 1px 1px 2px #252525;
}
.colorPickerBoxToClick[currentlyClicked='yes']{
	box-shadow:inset 1px 1px 0px #252525;
 }
 
 #decisionMakerForColorPicker{
 	position: fixed; 
 	text-align: center;
 	height: 40px; 
	background-color: rgb(47, 47, 47);
	border: 1px solid black;
 }
 
 #submitButtonInColorDecisionMaker{
 	margin-top: 15px;
	margin-right: 5px;
 }
 
 #cancelButtonInColorDecisionMaker{
 	margin-top: 15px;
 }

.hrAfterSectionTitle{
	margin-top: -15px;
}

.containsSectionHelpContent{
	margin-left: 25px;
	width: 1200px;
}	

.classDivHelpPageImages{
	text-align: center;
	padding-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	width: 80%;
	margin: auto;
}	

ul#tabs { 
	list-style-type: none; 
	margin: 0 0 0 0; 
	padding: 0 0 0.3em 0; 
}

ul#tabs li { 
	display: inline; 
}

ul#tabs li span { 
	color: #42454a; 
	background-color: #dedbde; 
	border: 1px solid #c9c3ba; 
	border-bottom: none; 
	padding: 0.3em; 
	text-decoration: none; 
}

ul#tabs li span:hover { 
	background-color: #f1f0ee; 
	cursor: pointer; 
}

ul#tabs li span.show { 
	color: #000; 
	background-color: #f1f0ee; 
	font-weight: bold; 
	padding: 0.7em 0.3em 0.38em 0.3em; 
}

.ui-tabs-panel {
	overflow: auto;
}

#footer_div {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height: 20px;
	background-color:white;
	padding-bottom:5px;
	margin-top: -9px;
	font-size: 13px;
	display: none;
}

#rightpanel_flag {
	width: 16px;
	height: 30px;
	line-height: 30px;
	border-left: solid #c5c5c5 1px;
	border-bottom: #c5c5c5 1px solid;
	position: fixed;
}

#navpanel_flag {
	width: 16px;
	height: 30px;
	line-height: 30px;
	border-left: #c5c5c5 1px solid;
	border-right: solid #c5c5c5 1px;
	border-top: #c5c5c5 1px solid;
	position: fixed;
	z-index: 1;
}

#flag_image_right {
	width: 14px;
	height: 14px;
	margin-top: 25%;
}

#flag_image_nav {
	width: 14px;
	height: 14px;
	margin-top: 25%;
}

#tabs {
	position: fixed;
	width: 470px;
}

/* #separator { */
/* 	position: fixed; */
/* 	width: 20px; */
/* 	background-color: #e5e5e5; */
/* 	cursor: pointer; */
/* } */

#separator_text {
	font-size: 20px;
	text-align: center;
}

.detaildiv {
	position: fixed;
	box-shadow: 0px 0px 10px 2px #4c3f5d;
	padding: 10px;
	background-color: #e5e5e5;
}

.ui-widget {
	font-family: inherit;
}

.boldtext {
	font-weight: bold;
}

.small_search_btn {
    font-family: inherit;
    background-color: white;
    height: 30px;
    border-radius: 10px;
}

.pq-grid {
	background-color: white;
}

.pq-grid .pq-grid-row.ui-state-highlight {
  background: white;
  color: red;
}

.pq-grid .pq-grid-cell.ui-state-highlight {
  background: white;
  color: red;
}