
.uploadimage, .fileselect, .firmselect, .assignareas
{
	width: 420px;
	height: 270px;
	background-color: #F5F5F5;
	border: 2px solid #006699;
	position:absolute;
	z-index: 0;
   -moz-box-shadow:    2px 2px 3px 1px #999999;
   -webkit-box-shadow: 2px 2px 3px 1px #999999;
   box-shadow:         2px 2px 3px 1px #999999;
    top: 0px;
    left: 0px;
}
.uploadimage .header, .fileselect .header, .firmselect .header, .assignareas .header
{
   height: 29px;
   background-color: #006699;
   display: block;
   cursor: move;
}
.uploadimage .header span, .fileselect .header span, .assignareas .header span
{
	color: White;
   display:block;
   padding: 7px 0px 0px 5px;
   float:left;
}
.uploadimage .header .buttons, .fileselect .header .buttons, .firmselect .header .buttons, .assignareas .header .buttons
{
   float:right;
   margin: 1px 1px 0px 0px;
}
.uploadimage .content
{
	height: 212px;
	padding:10px;
	overflow:hidden;
}
.uploadimage .content input
{
   border: 1px solid #CCCCCC;
	padding: 2px;
	background: white url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') repeat-x 50% top;
}





.videoplayerpanel
{
	background-color: #F5F5F5;
	border: 2px solid #006699;
	position:absolute;
	z-index: 0;
   -moz-box-shadow:    2px 2px 3px 1px #999999;
   -webkit-box-shadow: 2px 2px 3px 1px #999999;
   box-shadow:         2px 2px 3px 1px #999999;
    top: 0px;
    left: 0px;
}

.videoplayerpanel .header
{
   height: 20px;
   background-color: #006699;
   display: block;
   cursor: move;
}
.button_red_video
{
	height:19px;
	width:20px;
	display:block;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat;
	border-style: solid;
	border-width: 1px;
	color: white;
	cursor: pointer;
	float:right;
	margin-bottom:2px;
	margin-left:-20px;
}



.fileselect 
{
   width:750px;
   height:400px;
}
.fileselect .content_left 
{
   width:350px;
   height:371px;
   float:left;
   display:block;
   overflow: auto;
   border-right:2px solid #006699;
}
.filelist .item
{
   display:inline-block;
}
.filelist .item:hover
{
   background: #DDDDDD;
}
.filelist .selecteditem
{
   display:inline-block;
   background-color: #FFCC99;
}
.filelist .filename
{
   width:160px;
   float:left;
   overflow:hidden;
   white-space:nowrap;
   padding:3px;
}
.filelist .filesize
{
   width:50px;
   float:left;
   text-align:right;
   padding:3px;
   overflow:hidden;
}
.filelist .createdate
{
   width:104px;
   float:left;
   padding:3px;
   text-align:right;
   overflow:hidden;
}


.fileselect .content_right 
{
   width:398px;
   height:370px;
   float:right;
   display:block;
   overflow:auto;
}



.firmselect 
{
   width:600px;
   height:300px;
}
.firmselect .content
{
	height: 269px;
	overflow:auto;
}
.firmselect .header span
{
   float:left;
   padding: 4px 0px 0px 3px;
}

.firmlist .item
{
   display:inline-block;
}
.firmlist .item:hover
{
   background: #DDDDDD;
}
.firmlist .selecteditem
{
   display:inline-block;
   background-color: #FFCC99;
}
.firmlist .item *
{
   float:left;
   overflow:hidden;
   white-space:nowrap;
   padding:3px;
}
.firmlist .firmid
{
   width:50px;
}
.firmlist .firmname
{
   width:210px;
}
.firmlist .responsable
{
   width:170px;
}
.firmlist .firmtype
{
   width:60px;
}
.firmlist .rating
{
   width:60px;
}



.assignareas 
{
   width:600px;
   height:400px;
   display:block;
}
.assignareas .content_left
{
	width:275px;
	height: 371px;
	float:left;
	overflow:auto;
}
.assignareas .content_center
{
   height: 371px;
   background: #CCCCCC;
   width: 50px;
   float: left;
}
.assignareas .content_center span
{
   display:block;
   margin-left:15px;
   margin-top:150px;
   
}
.assignareas .content_center a
{
   text-decoration:none;
   color:Black;
   padding:5px;
   font-size:20px;
}
.assignareas .content_right
{
	width:275px;
	height: 371px;
	float:right;
}

