/*
steelblue: rgb(70,130,180)
lightsteelblue: rgb(176,196,222)
silver: rgb(192,192,192)
dimgray: rgb(105,105,105)
*/

/*GENERAL*/
BODY {
	background: rgb(255,255,255);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
A:link img, A:visited img, A:active img { border-style: none }

/*LOGO*/
DIV.logodiv {
	border: 0px;
	position: absolute;
	top: 10px;
	left: 22px;
	width: 100px;
	height: 100px;
	z-index: 300;
}
TABLE.logo {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
	width: 100px;
	height: 100px;
}


/*TOPBAR*/
DIV.topbar {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	z-index: 299;
}
TABLE.topbar {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
	background-color: rgb(14,106,207);
	background-image: url(../img/bgndtop.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
}
A.topbar:link {
	color: rgb(0,0,255);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:underline;
}
A.topbar:visited {
	color: rgb(0,0,255);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:underline;
}
A.topbar:active {
	color: rgb(0,0,255);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:underline;
}
.loginbox {
	color: rgb(128,128,128);
	font-weight: normal;
	font-size: 10px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	text-decoration: none;
	width: 90px;
	height: 20px;
}
.loginbtn {
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 10px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	text-decoration: none;
	width: 125px;
	height: 22px;
	background-color: rgb(192,192,192);
}
.loginlabel {
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 10px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	text-decoration: none;
}


/*TOP MENU ITEMS*/
DIV.topmenudiv {
	border: 0px;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 298;
}
TABLE.topmenu {
	border-top: 1px solid;
	border-right: 0px;
	border-bottom: 1px solid;
	border-left: 0px;
	background-color: rgb(245,245,245);
	border-color: rgb(128,128,128);
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
	width: 100%;
	height: 20px;
}
A.topmenuitem:link {
	color: rgb(128,128,128);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.topmenuitem:visited {
	color: rgb(128,128,128);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.topmenuitem:active {
	color: rgb(128,128,128);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.activetopmenuitem:link {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.activetopmenuitem:visited {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.activetopmenuitem:active {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
.sep {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}


/*LEFT MENU*/
DIV.leftmenudiv {
	border: 0px;
	position: relative;
	top: 120px;
	left: 0px;
	width: 130px;
	z-index: 297;
}
DIV.leftbardiv {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	z-index: 296;
}
TABLE.leftbar {
	border-top: 0px;
	border-right: 1px solid;
	border-bottom: 0px;
	border-left: 0px;
	background-color: rgb(245,245,245);
	border-color: rgb(128,128,128);
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	/*table-layout: fixed;*/
}
UL.leftmenu {
	margin-top: 0px;
	list-style: none;
	width: 130px;
	position: relative;
	top: 0px;
	left: -30px;
}
LI.leftmenu {
	border: 1px solid rgb(128,128,128);
	margin-bottom: 5px;
	background-color: rgb(253,253,253);
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
}
P.submenuitem {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: left;
}
A.leftmenuitem:link {
	color: rgb(128,128,128);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.leftmenuitem:visited {
	color: rgb(128,128,128);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.leftmenuitem:active {
	color: rgb(128,128,128);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.activeleftmenuitem:link {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.activeleftmenuitem:visited {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.activeleftmenuitem:active {
	color: rgb(255,0,0);
	font-weight:bold;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.submenuitem:link {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.submenuitem:visited {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.submenuitem:active {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}



/*LOCATION BAR*/
DIV.locationdiv {
	border: 0px;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 295;
}
TABLE.location {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: rgb(255,255,255);
	width: 100%;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
}
A.location:link {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.location:visited {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.location:active {
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}

/*LETTER INDEX BAR*/
DIV.letterindexdiv {
	border: 0px;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 20px;
	z-index: 294;
}
TABLE.letterindex {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: rgb(255,255,255);
	width: 100%;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
}
A.letterindex:link {
	color: rgb(0,0,255);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.letterindex:visited {
	color: rgb(0,0,255);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.letterindex:active {
	color: rgb(0,0,255);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.selectedletterindex:link {
	color: rgb(0,0,255);
	font-weight:bold;
	font-size: 14px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.selectedletterindex:visited {
	color: rgb(0,0,255);
	font-weight:bold;
	font-size: 14px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
A.selectedletterindex:active {
	color: rgb(0,0,255);
	font-weight:bold;
	font-size: 14px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}

/*CONTENT*/
DIV.contentdiv {
	border: 0px;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	z-index: 293;
}
DIV.memberscontentdiv {
	border: 0px;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	z-index: 292;
}
TABLE.content {
	border: 0px;
	background-color: rgb(255,255,255);
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
}
TD.contenttitle {
	border-top: 1px dashed;
	border-right: 0px;
	border-bottom: 1px dashed;
	border-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	color: rgb(0,0,0);
	background-color: rgb(240,248,255);
	border-color: rgb(128,128,128);
	font-weight:bold;
	font-size: 14px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
	text-align: left;
}
TD.content {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	color: rgb(0,0,0);
	font-weight:normal;
	font-size: 12px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
	text-align: justify;
}
TD.salary {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: rgb(0,0,0);
	font-weight:normal;
	font-size: 12px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
TD.salaryqualification {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 12px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
TD.salarysector {
	border-top: 1px solid;
	border-right: 0px;
	border-bottom: 1px solid;
	border-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: rgb(0,0,0);
	font-weight:bold;
	font-size: 12px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
TD.salaryeffectivedate {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: rgb(128,128,128);
	font-weight:normal;
	font-size: 10px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
.solidarite {
	color: rgb(210,105,30);
	font-weight:bold;
	font-size: 14px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
.error {
	color: rgb(255,0,0);
	font-weight:normal;
	font-size: 12px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
.exit {
	color: rgb(0,255,0);
	font-weight:normal;
	font-size: 12px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-decoration:none;
}
IMG.vcss {
	border:0;
	width:88px;
	height:31px;
}
IMG.vssq {
	border:0;
	width:120px;
	height:31px;
}