/* CSS Document */
/* CSS Document */
 body,td{
	margin:0;
/*	padding:0;*/
	line-height:18px;
	font-family:trebuchet MS, verdana,helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;	
}
h1{
	padding-top:9px;
	padding-bottom:3px;
}
.bg-color-management{
/*	background-color:#2B4986;*/
	background-color:#666666;
}
.itm-logo{
	text-align:center;
	border:solid 5px #FFFFFF;
}
.alignment-center{
	text-align:center;
}
.alignment-left{
	text-align:left;
}
.alignment-right{
	text-align:right;
}
.white-text{
/*	font-family:Arial;*/
	font-size:14px;
	text-align:justify;
	line-height:normal;
	
}

/*.white-text-team{
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:15px;
	
}*/

.picture-white-border{
	border:solid 3.6px #FFFFFF;
}
.thin-white-border{
	border:solid 1px #FFFFFF;
}
.floatleft-picture-white-border{
	border:solid 2px #FFFFFF;
	margin-right:5px;
	margin-top:5px;
	float:left;
}
.floatright-picture-white-border{
	border:solid 2px #FFFFFF;
	float:right;
	margin-left:5px;
}
.small-picture-white-border{
	border:solid 1px #FFFFFF;
	width:60px;
	height:90px;
}
.bold-text{
	font-weight:bold;
}
.bold-text-gray{
	font-weight:bold;
	color:#666666;
}
.small-pic-text{
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	text-align:center;
	color:#FFFFFF;

/*	width:60px;*/
}
.no-border{
	border:none;
}

/*------------------------publishing------------------------------*/

.productions-table{
	width:780px;
	height:auto;
	overflow:auto;
	background-image:url(../images/productions_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#9E1519;

	border-bottom:solid 3px #CCCCCC;
	border-left:solid 3px #CCCCCC;	
	border-right:solid 3px #CCCCCC;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}
.header-table{
	width:738px;
	height:auto;
	overflow:auto;
}
.welcome-text{
	font-size:28px;
	color:#FFFFFF;
}
.center-text{
	text-align:center;
}
.center-text a{
	text-align:center;
	text-decoration:underline;
	color:#FFFFFF;
}
.center-text a:hover{
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
.text-gray-bg{
	background-color:#999999;
}