@CHARSET "UTF-8";

body
{

}

#languageDiv
{
	margin-right: 10px;
	word-spacing: 1px;
	direction: rtl;
	color: rgb(80, 25, 115) ;
	
}

#lanDE:hover 
{
	text-transform: uppercase;
}

#lanEN:hover 
{
	text-transform: uppercase;
}

#lanFR:hover 
{
	text-transform: uppercase;
}

.bgDesktopColor
{
	background-color: rgb(200, 200, 200);
}

.commonLayout
{
	width: 1220px;
	margin: auto;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:12px
}

.bgPageLayout
{
	background-color: rgb(255, 255, 255);
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px; 
	
	border-style:solid;
	border-width:1px;
	box-shadow: 5px 5px 5px  #888888;	
}

.bgLogoLayout
{
	background-color: rgb(255, 255, 255);
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
	
	border-style:solid;
	border-width:1px;
	box-shadow: 5px 5px 5px  #888888;	
}


#logoDiv
{
	background-image: url("../png/logo.png");
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
}



#menuTextDiv
{
	width: 1220px;
	height: 30px;
 	background-color: rgb(80, 25, 115) ;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style:solid;
	border-width:1px;
	box-shadow: 5px 5px 5px  #888888;	
 	color:black;
 	padding-top:0px;
}


#pageDiv
{
	height:auto;
}

#footerDiv
{
	height:50px;
	word-spacing: 20px
}


.menuNavPill
{
	border-radius:4px; 
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 25px;
	width: 100px;
}

.menuNavPillDeselected
{
	background-color: rgb(80, 25, 115) ;
	color:white;
}

.menuNavPillHover
{
	background-color: rgb(200, 200, 200) ;
	color:black;
}

.menuNavPillSelected
{
	background-color: rgb(255, 255, 255) ;
	color:black;
}

.menuNavPillsTable
{
	border: none;
}

a.footerLink:link 
{
	color:black;
	text-decoration: none;
}

a.footerLink:visited 
{
	color:black;
	text-decoration: none;
}

a.footerLink:hover 
{
	color: white;
}

#pageTextDiv
{
	text-align: justify;
	max-width: 75%;
	padding:12%;
}

h1{
	font-size:14px;
	color: rgb(80, 25, 115) ;
}

h2{
	font-size:16px;
	color: rgb(80, 25, 115) ;
}

th{
	font-size:14px;
	color: rgb(80, 25, 115) ;
	background-color: rgb(200, 200, 200);
}

td{
	font-size:12px;
}

table, th, td {
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;
	width: 800px;
}




@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}


.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.noBorder{
	border:none;
}

.sidebarItemSelected{
	font-weight:bold;
}

a.sidebarLink:link 
{
	color: rgb(80, 25, 115) ;
	text-decoration: none;
}

a.sidebarLink:visited 
{
	color: rgb(80, 25, 115) ;
	text-decoration: none;
}

a.sidebarLink:hover 
{
	color: rgb(200, 200, 200) ;
	text-decoration:underline;
}

