/*
	Background blue: #005275
	Lighter blue: #4496A9
	Darker blue: #002344
	Teal: #5A9E94
	Light teal: #9EDFD8
 */

body {
	background-color: #005275;
	color: #EEEEEE;
	width: 100%;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.header {
	clear: both;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #002344;
	margin: 0px;
	padding: 0px;
}

.header-text {
	float: left;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #EEEEEE;
	height: 50px;
	margin: 12px;
	padding: 0px;
}

.logo {
	float: left;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	height: 50px;
	width: 25px;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0px;
}

.footer {
	clear: both;
	float: left;
	width: 100%;
	height: 500px;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	background-color: #005275;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
}

.gap {
	clear: both;
	float: left;
	width: 100%;
	height: 12px;
	background-color: #005275;
	margin-top: 0px;
	padding: 0px;
}
hr {
	clear: both;
	float: left;
	width: 100%;
	height: 3px;
	background-color: #005275;
	color: #CCFFFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style:solid;
	border-color: #5A9E94;
	margin: 0px;
	padding: 0px;
}

p.sub-header-text {
	height: 30px;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
}

.section {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #4496A9;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 0px;
}
.sub-section {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #005275;
	color: #CCFFFF;
	font-weight: bold;
	font-style: normal;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style:solid;
	border-color: #5A9E94;
	margin: 0px;
	padding: 0px;
}

p.sub-section-text, p.section-text {
	height: 30px;
	font-size: 13pt;
	vertical-align: middle;
	text-align: left;
	padding-top: 5px;
	margin: 0px;
}
p.section-text {
	padding-left: 30px;
}
p.sub-section-text {
	padding-left: 5px;
}

p.section-text {
	font-weight: normal;
	font-style: normal;
}
p.sub-section-text {
	font-weight: bold;
	font-style: normal;
}

/*
	TOUCH MENU
*/
.menu {
	width: 100%;
}

.menu-item {
	clear: both;
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0;
}
a.menu-link {
	float: left;
	width: 100%;
	height: 50px;
	color: #EEEEEE;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style:solid;
	border-color: #5A9E94;
	background-color: #005275;
	text-decoration: none;
	background-image: url('images/menu-bkg.png');
	background-repeat: no-repeat;
	background-position: right;
}
a.menu-link:hover {
	color: #EEEEEE;
	background-color: #002344;
}

.menu-label {
	float: left;
	height: 50px;
	padding-top: 15px;
	padding-left: 12px;
}

p.menu-text {
	height: 50px;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/*
	BACK BUTTON
*/
.back-item {
	clear: both;
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0;
}
a.back-link {
	float: left;
	width: 100%;
	height: 50px;
	color: #EEEEEE;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style:solid;
	border-color: #5A9E94;
	background-color: #005275;
	text-decoration: none;
	background-image: url('images/back-bkg.png');
	background-repeat: no-repeat;
	background-position: left;
}
a.back-link:hover {
	color: #EEEEEE;
	background-color: #002344;
}

.back-label {
	float: left;
	height: 50px;
	padding-top: 15px;
	padding-left: 32px;
}

p.back-text {
	height: 50px;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/*
	FORMS
*/
.input-form {
	padding: 0px;
	margin: 0px;
}

.field {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.field-alt {
	float: left;
	margin-bottom: 10px;
}

.choice-field {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 2px;
}
.form-area {
	clear: both;
	float: left;
	width: 95%;
	padding: 10px;
	margin: 0px;
}

input.input-text {
	color: #000000;
	background: #FFFFFF;
	width: 90%;
	padding: 3px;
}

select.input-select {
	color: #000000;
	background: #FFFFFF;
	width: 90%;
	padding: 3px;
}

textarea.input-multitext {
	color: #000000;
	background: #FFFFFF;
	width: 90%;
	height: 70px;
	padding: 3px;
}

input.radio {
	clear: both;
	float: left;
	text-align: left;
	vertical-align: middle;
}

input.check {
	clear: both;
	float: left;
	text-align: left;
	vertical-align: middle;
}

.form-button {
	color: #000000;
	padding: 3px;
	height: 30px;
	width: 110px;
	margin-top: 13px;
	margin-left: 5px;
}

/*
	TEXT
*/
.prompt {
	float: left;
	clear: both;
	color: #EEEEEE;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 10px;
	width: 100%;
}

p.text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #EEEEEE;
	padding: 5px;
	margin: 0px;
}
p.text-title {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #9EDFD8;
	padding: 5px;
	margin: 0px;
}
p.text-small {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #5A9E94;
	padding: 5px;
	margin: 0px;
}

a {
	color: #9EDFD8;
	text-decoration: none;
}
a:hover {
	color: #4496A9;
}

ul {
	list-style-type: circle;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 5px;
}

/*
	TABS
*/
.tabs {
	clear: both;
	float: left;
	height: 45px;
	width: 100%;
	background-color: #002344;
	margin: 0px;
	padding: 0px;
}
.tab-gap {
	float: left;
	padding-left: 8px;
}
a.tab-left, a.tab-right, a.tab-mid {
	float: left;
	height: 35px;
	width: 80px;
	margin: 0px;
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
a.tab-left:hover {
	background-image: url('images/tab-left-select.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}
a.tab-mid:hover {
	background-image: url('images/tab-mid-select.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}
a.tab-right:hover {
	background-image: url('images/tab-right-select.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}
a.tab-left {
	background-image: url('images/tab-left.png');
	background-repeat: no-repeat;
}
a.tab-mid {
	background-image: url('images/tab-mid.png');
	background-repeat: no-repeat;
}
a.tab-right {
	background-image: url('images/tab-right.png');
	background-repeat: no-repeat;
}

/*
	IMAGES
*/
.id-image {
	float: right;
	width: 150px;
	height: 146px;
	padding: 0px;
	background-image: url('images/id.png');
	background-repeat: no-repeat;
}
.social-image {
	float: right;
	width: 151px;
	height: 52px;
	padding: 0px;
	background-image: url('images/social.png');
	background-repeat: no-repeat;
}
.momo-image {
	float: left;
	width: 160px;
	height: 69px;
	padding-right: 5px;
	background-image: url('images/momo.png');
	background-repeat: no-repeat;
}

.concur-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 66px;
	width: 164px;
	background-image: url('images/concur.png');
	background-repeat: no-repeat;
}
.contgo-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 66px;
	width: 164px;
	background-image: url('images/contgo.png');
	background-repeat: no-repeat;
}
.nuance-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 66px;
	width: 90px;
	background-image: url('images/nuance.png');
	background-repeat: no-repeat;
}
.ymogen-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 60px;
	width: 138px;
	background-image: url('images/ymogen.png');
	background-repeat: no-repeat;
}
.broadsystem-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 60px;
	width: 202px;
	background-image: url('images/broadsystem.png');
	background-repeat: no-repeat;
}
.izodia-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 65px;
	width: 65px;
	background-image: url('images/izodia.png');
	background-repeat: no-repeat;
}
.dcp-image {
	float: left;
	padding-right: 5px;
	margin: 0px;
	height: 48px;
	width: 90px;
	background-image: url('images/dcp.png');
	background-repeat: no-repeat;
}

.channels-image {
	padding: 5px;
	margin: 0px;
}
.sectors-image {
	padding: 5px;
	margin: 0px;
}
.skills-image {
	padding: 5px;
	margin: 0px;
}
