body{
	background: url('specific/images/background_body.jpg') repeat-x top;
	background-color: #7E7D7E;
	color: #E6E7EC;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

table{
	color: #E6E7EC;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

div{
	color:#E6E7EC;
	font-family:arial;
}

li{
	/*list-style-image:url(specific/images/arrow.gif);*/ 
}

ul{
	margin:0px;
	padding-left:25px;
	padding-top:6px;
}

a{
	color: #E6E7EC;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a img{
	border: 0px;
}

h1{
	color: #3EECB4;
	font-size: 24px;
	line-height: 30px;
}

h3{
	color: #fff;
	font-size: 13px;
}

img, div{
  /* for internet explorer only: */
  #behavior: url('core/js/iepngfix.htc');
}

.someName{
	color: #1a1a1a;
}

.someValue{
	color: #4d4d4d;
}

/* positive and negative text, e.g. 'active', 'yes' */
.positiveText{
	color: #00B100;
}

.negativeText{
	color: #E40000;
}

/* vertical centering */
.verticalCenterContainer{
	border: 0px solid green;
	display: table;
	height: inherit;
	position: static;
	text-align: center;
	width: inherit;
	/* for internet explorer only: */
	#overflow hidden;
	#position: relative;
}

.verticalCenterSubContainer{
	border: 0px solid red;
	display: table-cell;
	position: relative;
	top: 0;
	vertical-align: middle;
	/* for internet explorer only: */
	#display: inline-block;
	#top: 50%;
}

.verticalCenterContent{
	border: 0px solid blue;
	display: inline-block;
	left: 0;
	position: relative;
	top: 0;
	/* for internet explorer only: */
	#display: inline;
	#top: -50%;
	#text-align: left;
}

.contentPicture{
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 4px;
}
