/* ========================================================================== */
/* Font-Section */
.msgFontGreen, .msgFontGreen * { color: #6bcbb6; }
.msgFontDarkGray, .msgFontDarkGray * { color: #b1b1b1; }
.msgFontLightGray, .msgFontLightGray * { color: #868686; }

/* ========================================================================== */
.cPhiloxHeadLogin {
	height            : 129px;
	background-image	: url(img/lgn/background-top-repeat.png);
	background-repeat	: repeat-x;
}

.cPhiloxHead {
	height            : 119px;
	background-image	: url(./../img/head/topbg.png);
	background-repeat	: repeat-x;
}

#i_philox {
	background-image : url(./../img/head/philox-2.png);
	width : 160px;
	height : 58px;
}

#i_logo {
	background-image : url(./../img/head/logo.png);
	width  : 282px;
	height : 113px;
}

#i_logo_login {
	background-image : url(./img/philox/logo-login.png);
	width  : 538px;
	height : 117px;
}

img.button {
	cursor : pointer;
}

img.button_home {
	cursor : pointer;
	margin-bottom:10px;
}

img.top {
	display : block;
	float   : none;
}

input.PhiloxInput{
	padding: 0px;
	height: 13px;
	background-color:#f1f1f1
}

.title {
	color: #00C092;
	font-size : 20px;
	font-weight : bold;
}

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;

}

.jobcontainer {
	padding : 10px;
}

.textcontainer{
	padding-left : 20px;
}


.subtitle {
	color : #585858;
	font-size : 12px;
	font-weight : bold;
}

.subsubtitle {
	color : #00C092;
	font-size : 12px;
	font-weight : bold;
}

.text{
	color : #8C8C8C;
	font-size : 11px;
	font-weight : bold;
}

.sectortable{
	color : #585858;
	font-size : 11px;
	font-weight : bold;
	width : 550px;
}

.columntitle{
	color : #00C092;
	font-size : 11px;
	font-weight : bold;
}

.final{
	color : #00C092;
	font-size : 11px;
	font-weight : bold;
}

ul.links {
	color : #8C8C8C;
	font-size : 11px;
	font-weight : bold;
	list-style-type  : none;
}

ul.links li {
	margin  : 5px 0px;
}

li.links a,
li.links a:visited,
li.links a:hover,
li.links a:active,
a{
	color: #00C092;
	font-size : 11px;
	font-weight : bold;
}

ul .group{
	color : #585858;
	font-size : 11px;
}
.nav {
	float : right;
}
.nav a {
	margin :   10px;
	font-size : 12px;
}

