@charset "utf-8";
/* CSS Document */


body {
    background-color: #ded8d7;
    font: 12px/1.4 arial,FreeSans,Helvetica,sans-serif;
    margin: 0px;
}

a {
    font-weight:bold;
    color:#a55852;
    text-decoration:none;
    outline:none;
}

a:hover {
    color:#83342f;
    text-decoration:none;
}

table {
	font-size:12px;
}

h6 {
    font-size:16px;
    color:#2d99d2;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

.mainDiv {
	margin: 10px auto;
	padding: 1em;
	width: 875px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}

.titleHeader {
	font-size:28px;
	font-family:arial, FreeSans, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	line-height:28px;
	color:#007049;
	margin:10px 10px 30px !important;
}

.restrictText {
	margin-left:160px;
}

.HelpDiv {
	position:relative;
	left:760px;
	top:-65px;
	width:50px;
}

.HelpDiv a {
	font-size:18px;
	font-weight:bold;
	font-style:normal;
}
.backDiv {
	padding-right:40px;
	margin-bottom:0px;
}

.backDiv a{
	float:right;
	font-style:italic;
	font-size:11px;
}

.error {
	margin-left:160px;
	color:Red;
}

label {
	display:inline-block;
	text-align:right;
	font-weight:bold;
	color:#007049;
	width:120px;
/*	width:200px;*/
	margin-right:5px;
}

#LoginFrm label {
	display:inline-block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	font-family:arial, FreeSans, Helvetica, sans-serif;
	color:#007049;
	width:120px;
/*	width:200px;*/
	margin-right:5px;
	text-shadow: none;
}

.textboxes {
	width:240px;
}

.button {
	background: #3e9cbf; /*the colour of the button*/ 
	padding: 8px 14px 10px; /*apply some padding inside the button*/ 
	border:1px solid #3e9cbf; /*required or the default border for the browser will appear*/ 
	font-size:12px;
	font-weight:bold;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
	color: #fff;
	-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
 
 }

.button:hover {
	color:#dfe7ea;
	-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999; 
 }


fieldset {
  margin:20px;
  padding:10px;
  border: 2px solid #009;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
}
label, legend {
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.75);
  font-family:Verdana, Geneva, sans-serif;
  font-size:.9em;
}
legend {
  font-size:12px;
  padding:2px 5px;
  border:2px solid #009;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}




/* Help Find IP Popup */

.HelpPopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.HelpPopup .content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.HelpPopup .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.HelpPopup .close:hover,
.HelpPopup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.HelpPopup .header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.HelpPopup .body {padding: 5px 16px;}

.HelpPopup .footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    height:20px;
}

