/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.style7 {font-family: Calibri; font-size: 18px; color: #E9E9E9; }
.style7:hover {color: #00FF00 }
#outerbox{
	width:100%;
	position:absolute;
	top:175px;
	bottom:0px;} 
#outerbox2{
	width:100%;
	position:absolute;
	top:359px;
	bottom:0px;
} 
#innerbox{
	width:100%;
	position:absolute;
	min-height:100%;
!important
	height:auto;
	background-image:url(Images/pagebackground.gif);
	background-repeat:repeat-x;
}
#innerbox2{
	width:100%;
	position:absolute;
	min-height:100%;
!important
	height:auto;
	background-color:#00FF00;
	background-image: url(Images/lower.gif);
	background-position:bottom;
	background-repeat:repeat-x;}
div.transbox
  {
  width:250px;
  height:200px;
  text-align:left;
  background-color:#ffffff;
  padding:15px;
  border: 1px solid #00FF00;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
  }
.tablebox
  {
  background-color:#ffffff;
  border: 1px solid #00FF00;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
  }
.bottom
  {
	position:absolute; 
	bottom:0;
	background-color:#00FF00;
	background-image: url(Images/lower.gif);
	background-position:bottom;
	background-repeat:repeat-x;
  }
div.transbox2
  {
  width:850px;
  text-align:left;
  background-color:#ffffff;
  padding:15px;
  border: 1px solid #00FF00;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
  }
.style9 {
	font-family: Century Gothic;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.style10 {
	font-family: Century Gothic;
	font-size: 24px;
	color: #333333;
}
.style11 {
	font-family: Century Gothic;
	font-size: 24px;
	color: #FF3300;
}
#submit { 
	background-color:#DA3903;
	font-family: Calibri;
	width: 150px;
	height: 40px;
	font-size: 22px;
	color:#FFFFFF;
	text-align: center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#submit:hover {
	color: #00FF00;
	background-color: #333333;
}
table#tab td.col1 {
	background-image:url(Images/tab.jpg); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	padding-bottom:4px;
	font-family: Calibri; 
	font-size: 18px; 
	color: #E9E9E9;
}
table#tab td.col1:hover {
	background-image:url(Images/tab_hover.jpg); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	padding-bottom:4px;
	font-family: Calibri; 
	font-size: 18px; 
	color: #00FF00;
}
.style15 {
	font-size: 15px; 
	color: #000000; 
	font-family: Calibri;
}
.style16 {
	font-size: 13px; 
	color: #FF0000; 
	font-family: Calibri;
}
.style19 {font-family: Century Gothic; font-size: 20px; color: #FF3300; font-weight: bold; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style20 {font-size: 12px}

.style21 {
	font-size: 12px;
	color:#ffffff;
	font-family:Calibri;
}

li {
	list-style: none outside;
}

.sidetip {
	display: inline-block;
	margin: 0;
	padding: 5px;
	background-color:#00FF00;
}
input.rounded {
	display:inline-block;
 	border-radius:10px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	border: 1px solid #ccc;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
  border-color: #00CCFF;
}
textarea.rounded {
	display:inline-block;
 	border-radius:10px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	border: 1px solid #ccc;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
textarea.rounded:focus {
  border-color: #00CCFF;
}
label {
    position: relative;
    display: inline-block;
}

select {
    display: inline-block;
    padding: 4px 3px 5px 5px;
    width: 175px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
    background-color: #fff;        
}

/* Select arrow styling */
.notIE label:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 4px;
    pointer-events: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    .notIE label:after
    {
        display:none;
    }
}
input.rounded1 {	display:inline-block;
 	border-radius:10px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	border: 1px solid #ccc;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
