
a {
  color: #0000dd;
}

table.pmd1 th, td {
  padding: 3px;
  text-align: left;
}
h1, h2, h3 {
	color: whitesmoke;
}
.isawarning{
	color: #e60000;
}
.mildwarning{
	background-color: rgb(255, 224, 228);
}
.topspace1{
	padding-top: 6px;
}
.topspace2{
	padding-top: 12px;
}
.topspace3{
	padding-top: 18px;
}
.topmarg2{
	margin-top: 12px;
}
.techmdbox{
	border: 1px black solid;
	margin-top: 6px;
	background-color: beige;
	padding: 3px;
	margin-left: 15px;
}

.imgright1 {
	float: right;
}
.table-curved {
	border-collapse: separate;
}
.table-curved {
	border: solid #ccc 1px;
	border-radius: 6px;
	border-left:0px;
}
.table-curved td, .table-curved th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.table-curved th {
	border-top: none;
}
.table-curved th:first-child {
	border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
	border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
	border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
	border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
	border-radius: 0 0 6px 0;
}
.getpmdtop1{
	background: #3f7fca;
}
.resultdata1{
	background: #fff;
	padding: 3px;
}
.getpmdfooter1{
	background: #faebcc;
}
#getpmdForm {
	background:#F5EE8D;
	padding: 5px;
}
#uploadForm{
	background:#8DBEF8;
	padding: 5px;
}
#checkpageForm {
	background:#ccff99;
	padding: 5px;
}
.checkpagebox1 {
	background:#ccff99;
	padding: 5px;
}
.submitbtn {
	padding-left: 23px;
	padding-top: 7px;
	padding-bottom: 3px;
}
#info1{
	background:#8DBEF8;
	padding: 5px;
}
.prelist{
	margin-bottom: 2px;
}
.list1{
	margin-top: 3px;
}
.iimlabel{
	background-color: #e6f0ff;
}
.xmplabel{
	background-color: #fff0f0;
}
.exiflabel{
	background-color: #f0fff0;
}
/* Guide page(s) */
.infotext1{
	background-color: #f8f8f8;
	padding: 10px;
	margin-bottom: 10px;
}

/* Generic use */
.textred1{
	color: darkred;
}
.textblue1{
	color: darkblue;
}
.textblue1bold{
	color: darkblue;
	font-weight: bold;
}
.textgreen1{
	color: green;
}
.textgreen1bold{
	color: green;
	font-weight: bold;
}
.info10{
	background: #fcf8e3;
}
