body {
    background-color: ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

a {
 text-decoration: none;
 color: black;
}

h1 {
    color: navy;
    margin-left: 20px;
}

th {
   background-color:#d0d0d0;
}

iframe { 
border: 0px white solid; 
}


.detail {
   border: 1px solid black;
}

.bigTable {
   border: 1px solid black;
}

.smallFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size:8px;
    size:8px;
    font-color:#ff0000;
}

.pretty {
   border: 1px solid black;
}

.button {
    background-color: #162c39;
    border: 1 solid #000000;
    color: #ffffff;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 2px 2px;
    cursor: pointer;
}

.button:hover {
    background-color: #801010;
    color: #ffff00;
}

.glassyButton
{
    width: 100;
    height: 36;
    background:  url(/pmla/img/green.png) no-repeat; 
    border: 0px solid #444444;
    color:  black;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 2px 2px;
    cursor: pointer;
    background-size: 100px 36px;
}

.menuList {
    color: #400040;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.medButton {
    background-color: #f8f8f8;
    border: 1;
    color: black;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 2px 1px;
    cursor: pointer;
}

.smallButton {
    background-color: #f8f8f8;
    border: 1;
    color: black;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8px;
    margin: 1px 1px;
    cursor: pointer;
}


a:hover
{
    color: #000000;
    text-decoration: none;
    background-color:#ffffff;
}


.smalltext
{
	font-size: 9px;
	color: #202000;
	text-decoration: none;
}

.prettyButton
{
	border: 1px solid #ffffff;
	border-style: outset;
	background-color:#e0e0e0;
	color:black;
	font-family: verdana, arial, tahoma;
	font-size: 11pt;
	size: 9pt;
	width:120px;
	font-weight: bold;
}

.infotext
{
	font-size: 9px;
	color: #808080;
	text-decoration: none;
}


span.link 
{
	position: relative;
}

span.link a span 
{
	display: none;
}

span.link a:hover 
{
	font-size: 99%;
	color: #000000;
	text-decoration: none;
}

span.link a:hover span 
{ 
	border: 1px solid #0080ff;
	display: block; 
    	position: absolute; 
	top:   5px;
	right: 15px;
	margin:5px 5px 5px 5px;
	width: 225px; padding: 10px; 
    	z-index: 100; 
    	color: #000000; 
    	background: #ffff80; 
    	font: 12px "Arial", "sans-serif";
    	text-align: left; 
    	text-decoration: none;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.glowButton {
  background-color: #004A7F;
  padding: 4px 8px;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  margin: 2px 1px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #00B200; -webkit-box-shadow: 0 0 3px #00B200; }
  50% { background-color: #00E000; -webkit-box-shadow: 0 0 40px #00E000; }
  100% { background-color: #00B000; -webkit-box-shadow: 0 0 3px #00B200; }
}

@-moz-keyframes glowing {
  0% { background-color: #00B200; -moz-box-shadow: 0 0 3px #00B200; }
  50% { background-color: #00E000; -moz-box-shadow: 0 0 40px #00E000; }
  100% { background-color: #00B200; -moz-box-shadow: 0 0 3px #00B200; }
}

@-o-keyframes glowing {
  0% { background-color: #00B200; box-shadow: 0 0 3px #00B200; }
  50% { background-color: #00E000; box-shadow: 0 0 40px #00E000; }
  100% { background-color: #00B200; box-shadow: 0 0 3px #00B200; }
}

@keyframes glowing {
  0% { background-color: #00B200; box-shadow: 0 0 3px #00B200; }
  50% { background-color: #00E000; box-shadow: 0 0 40px #00E000; }
  100% { background-color: #00B200; box-shadow: 0 0 3px #00B200; }
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


