/* CSS Document */
@charset "utf-8";

/* removes google icon from the google translate api */
.goog-te-gadget-icon{
	background:none !important;
}

.gtranslate-link {
	color: #FFF;
	text-decoration: none;
}
.dis-link {
	color: #FFF;
	text-decoration: none;
}

#officialgt {
	width: 95%;
	float: right;
	height: 56px;
	margin-top: 6px;



	*margin-top: 12px;*
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	margin-right: 2%;
	margin-bottom: 0px;
}

#officialgt form {
	margin-bottom: 8px;
	padding-top: 0px;
	margin-top: 14px;
	color: #000000;
	height: 30px;   /*Newer element */
}
#officialgt form input {
	color: #999999;
}


#officialgt p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Calibri, Arial;
	color: #FFF;
	font-weight: normal;
}

/* Student Protection variation */

#officialgtsp {
	width: 60%;
	float: right;
	height: 56px;
	margin-top: 6px;



	*margin-top: 12px;*
	padding: 0px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	margin-right: 2%;
	margin-bottom: 0px;
}

#officialgtsp form {
	margin-bottom: 8px;
	padding-top: 0px;
	margin-top: 14px;
	color: #000000;
}
#officialgtsp form input {
	color: #999999;
}


#officialgtsp p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Calibri, Arial;
	color: #FFF;
	font-weight: normal;
}
