@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.logo {
		text-align:center;
}
.spacer {
}
.hrLine {
}

.login {
	text-align: center;
}

.l {
width: 100%;
margin-left: 0;
border-bottom: solid 2px;
border-bottom-color:#00F
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.logo {
		text-align:center;
}
.spacer {
}
.hrLine {
}

.login {
	text-align: center;
}
.l {
width: 100%;
margin-left: 0;
border-bottom: solid 2px;
border-bottom-color:#00F
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.logo {
	text-align:center;
}
.spacer {
}
.hrLine {
}

.login {
	text-align: center;
}
.l {
width: 100%;
margin-left: 0;
border-bottom: solid 2px;
border-bottom-color:#00F
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}



.Tfield {
	width:250px;
	height:40px;
	border: 1px solid rgba(159,159,159,1);
	padding-left: 6px;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	background: white;
	}




.proTab {
	display: inline-block;

	//float:left;
	width: 300px;
	margin: 10px;
	padding: 20px;
	text-align: left;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-shadow: 0px 0px 10px #2679DE;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,51,255,0.7);
	-webkit-box-shadow: 0px 0px 5px 5px #FAFAFA;
	box-shadow: 0px 0px 5px 5px #FAFAFA;
	-moz-box-shadow: 2px 2px 2px #cccccc;
	vertical-align: top;
	text-align: center;

}



.greenA {
	color: green;
	font-size: 36px;
	text-decoration:underline;
	width: 30%;
	height: 5em;
	padding: 20px;
	margin: 9em auto !important;	
	//border: solid 2px white;	
	//border-radius: 19px;
	text-align:center;
	
	}
	
	


.green {
	color: green;
	font-size: 36px;
	text-decoration:underline;

width: 30%;
	height: 5em;
	padding: 20px;
	margin: 9em auto;	
	border: solid 2px white;	
	border-radius: 19px;
	text-align:center;
	
	}
	
	
	
.red {
	color: black;
	font-size:18px;
	border: solid 2px black;
	text-align:center;
	vertical-align:central;
}


.PO {
	width: 80%;
	height: 5em;
	text-align:center;
	margin: 9em auto;	

	
	
	
}

	
