@charset "utf-8";
/* CSS Document */

.title_1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, "Gill Sans MT";
}
.title_2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, "Gill Sans MT";
}
.section_desc, .container_media {
	margin: 10px 0 0 0;	
}


.container_type {
}
.container_type h3 {
	margin: 0px;
}
.media_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Gill Sans MT";
}
.title_size {
	float:right;
	
}
.media_item {
	border: 1px #aaaaaa solid;
	padding: 5px;
	margin: 3px;
}
.file_item {
	border: 1px #f1f1f1 solid;
	background-color: #aaaaaa;
	padding: 5px;
	margin: 3px;
}
.even { background-color: #d1d1d1; }

table td { vertical-align: top; }

table.media_table { 
	border: 0px;
	width: 100%;
}

table.reg_table { 
	width: 100%;
} 
table.reg_table td { 
	padding: 4px;
	marign: 2px;
} 
table.reg_table th { 
	font-size: 14px;
	border-bottom: 1px #000 solid;
}

form { /*display: inline-block;*/ }
input.textfield { width: 295px; }
input.textfield_sm { width: 134px; }
.multiselectbox {
	width: 300px;
	/*height: 200px;*/
}
.multiselectbox option {
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
}
option.origparent {
	border: 1px #aaaaaa solid;
	background-color: #EEEEEE;
}

a:link, a:active { color: #5b000a; }
a:hover { color: #A90013; }
a:visited { color: #3a3a3a; }

