/* 
 *
 * Misc styles 
 *
 */


.form-label {width: 100px}
.form-label-big {width: 220px}

.text-long {width: 300px;}
.text-medium {width: 176px;}

.number-long {width: 88px;}
.number-medium {width: 66px;}
.number-small {width: 30px;}

input.size-file {width: 300px;}
input.size-submit {width: 160px;}


.center {
	margin-left: auto;
	margin-right: auto;
}


/* 
 *
 * Core styles 
 *
 */

input.error {background-color: #ffecec;}

img.movie-image {
	width: 95px;
	/*
	height: 140px;
	*/
}

.movie-image-width {
	width: 95px;
}

table tr.alt-row {
	background-color: #e8e8e8;
}

table.line-border {
	border: 1px solid lightgray;
}


table#results {
	border: 2px solid lightgray;/*#EFF0F1;*/
}

table#results td{
	padding: 2px 2px 2px 2px;
}

table#results a  img {border: 0px;}	

table#config {
	border-spacing: 0px;
}

table#config td {
	border: 1px solid lightgray;
	padding: 2px;
}

table#config td.form-label-big {width: 50%}

/* 
 *
 * Menu styles 
 *
 */


.menu-title {
	font-weight: bold;
}

.menu-list ul {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	font-size: 10px;
}
