</************************************************************************/
/*                     Bernardini + Schnyder GmbH                       */	    
/*                     MANAGER Page Properties                          */
/************************************************************************/


html {
	 padding: 0;
 	 margin: 0;
	height: 100%;
	}

body	{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height : 17px;
	background-color: #0075B1;
	color: #fff;
	text-align: left;
	height: 100%;
	}


/*  Hyperlinks 	****************** */
	
a, a:visited	{
	color : #0075b1;
	}

a:hover	{
	text-decoration : none;
	color : #969EA3;
	}


button.btn {
	padding: 0 .5em;
	height: 2.0833em;
	min-width: 54px;
	border: 1px solid #CCC;
	color: black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	border-color: #999;
	background: #F3F3F3;
	background-image: -moz-linear-gradient(top,white,#EBEBEB);
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=white,endColorStr=#EBEBEB);
	outline: 0;
}
button.btn:hover {
	text-decoration: none;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

select {
	font-size: 13px;
	/* border: 1px solid rgb(168, 168, 168); */
	border-top: 1px solid rgb(199, 199, 199);
	border-bottom: 1px solid rgb(133, 133, 133);
	border-left: 1px solid rgb(169, 169, 169);
	border-right: 1px solid rgb(169, 169, 169);
	height: 27px;
	/* padding-top: 5px; */
	line-height: 17px;
	width: 178px ;
	margin-bottom: 4px;
	color: #000;
	padding-left: 12px;
	margin-top: 0 !important;
	/* style */
	background: #fff;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
    border-radius: 0px;
	padding-top: 0px !important;
	padding-left: 0px !important;
	background: white url("/includes/select_arrow.png") no-repeat right center;
}
select:hover {
	text-decoration: none;
}




/*  General pagelayout 	******************** */

div.wrapper	{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	border : 0 solid red;
	background-color: #0075B1;
}

div.site {
	position : relative;
	margin : 0 auto;
	padding : 0;
	height : 100%;
	/* width: 1260px; */
	width: 100% !important;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border : 0 solid yellow;
	float: left;
	}

div.header	{
	text-align : left;
	background-color : #fff;
	border : 0 solid pink;
	width: 100%;
height: 27px;
float: left;
	}

img.logo	{
	/* margin : 10px 0 12px 10px; */
	/* width : 300px;
	height : 34px; */
	height: 20px; 
	width; auto; 
	float: right;
	margin-top: -4px;
	margin-right: 10px;
}

div.headertabs	{
	margin : 0;
	text-align : left;
	padding-left: 15px;
	padding-top: 10px;
	border : 0 solid gray;
	float: left;
	width: 1245px;	
	background: #fff;
}

a.headertab, a.headertab:visited,
a.headertab_active	{
	background-color : white;
	color : #0075B1;
	padding : 2px 15px;
	font : 12px/15px verdana;
	text-decoration : none;
	border-style : solid;
	border-color : #0075B1;
	border-width : 1px;
	}
a.headertab.logout {
/*	margin-left: 490px; */
}
a.headertab:hover 	{
	background-color : #B6BBBF;
	color : #fff;
	padding : 2px 15px;
	font : 12px/15px verdana;
	}

a.headertab_active, a.headertab_active:visited	{
	background-color : #0075B1;
	color : #fff;
	cursor : default;
	}

#language_switch {
	float: right;
	height: 21px;
	padding-top: 2px;
	margin-right: 10px;
}
#language_switch > * {
	margin-right: 5px;
}
#language_switch > *:last-child {
	margin-right: 0px;
}
#language_switch a{
	color: #fff;
	text-decoration: underline;
}
#language_switch .selected {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/******************************************/
/*           Page Properties              */
/******************************************/


/*  General pagelayout 	****************** */


.pm_wrapper	{
	background-color : #0075B1;
	width : 100%;
	float: left;
	}
	
.pm_wrapper_colleft 	{
	width : 75px;
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	float: left;
	
	}
.pm_wrapper_colcenter 	{
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	float: left;
	width: 508px;
	padding: 15px;
	}	
		
.pm_wrapper_colright 	{
	right : 10px;
	width : 205px;
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	float: left;
	padding: 15px;
	}		
	
	
	
/* Center Column	************************ */

.pm_colcenter	{
	width : 100%;
	}

.pm_colcenter tr {
	background-color : transparent;
	}


.divider	{
	height : 15px;
	width : 100%;
	background-color : transparent;
	clear: both;
	margin-top: 8px;
	line-height: 1px;
	}
	
img.divider	{
	background-color : #7FBAD8;
	height : 1px;
	width : 100%;
	}

.description	{
	width : 20%;
	padding : 5px 0;
	float: left;
	}
	
.fields	{
	width : 80%;
	padding : 5px 0;
	float: left;
	}	


select	{
	width : 100%;
	font-size : 12px;
	margin-top: 2px;
	float: left;
	/* border: 1px solid #6E787F; */
	}

select.mceSelectList {
	float: none;
	width: auto;
}


/* Right Column    ************************* */


.pm_colright	{
	width : 100%;
	background-color : #fff;
	color : #0075B1;
	border : 1px solid #6E787F;
	}
	
.colright_title	{
	background-color : #6E787F;
	color : #fff;
	padding : 2px 5px;
	
	}
.colcenter_title	{
	background-color : #6E787F;
	color : #fff;
	padding : 2px 10px;

	
	}	
	
.colright_title_new	{
	background-color : #6E787F;
	color : #fff;
	padding : 2px 5px;
	}
.colright_title_image {
	width: 200px;
	background-color : #6E787F;
	color : #fff;
	padding : 2px 5px;
	
}	
	
.pm_colright ul,
.cm_colright ul{
	list-style-type : square;
	margin : 5px;
	padding : 0 0 0 17px;
	}	
	

a.colright, a.colright:visited	{
	color : #0075B1;
	}

a.colright:hover	{
	text-decoration : none;
	color : #969EA3;
	}
	
	
	
	
/******************************************/
/*           Content Management           */
/******************************************/


/*  General pagelayout 	****************** */


.cm_wrapper,
.cm_wrapper_newsletter	{
	background-color : #F0F1F2;
	color : #0075B1;
	width : 100%;
	float: left;
	}
.cm_wrapper_newsletter{
	margin-top: -18px;	
}
	
.cm_wrapper_colleft 	{
	width : 75px;
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	float: left;
	}
.cm_wrapper_colleft2 	{
	width : 20%;
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	float: left;
	}	
	
.cm_wrapper_colcenter 	{
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	width: 513px;
	float: left;
	padding: 15px;
	}	
		
.cm_wrapper_colright 	{
	right : 10px;
	width : 200px;
	background-color : transparent;
	color : #fff;
	vertical-align : top;
	float: left;
	padding: 15px;
	}			




/* Center Column	************************ */

.cm_colcenter	{
	width : 100%;
	color : #0075B1;
	}

.cm_colcenter tr {
	background-color : transparent;
	}

	input {
		border: 1px solid #6E787F;
	}
input.input_textfield,
input.contenttitle	{
	width : 97%;
	padding : 2px 5px;
	font : normal 12px/17px verdana;
	}
input.contenttitle_newsletter	{
	width : 99%;
	padding : 0 5px 5px 0px;
	font : normal 12px/17px verdana;
	}	
	

input.contenttitle	{
	padding : 2px 5px;
	font : bold 14px/20px verdana;
	}


textarea {
	border: 1px solid #6E787F;
	width: 500px;
}


textarea.contenttext,
textarea.contentlead,
textarea#contenttext,
textarea#contentlead	{
	
	padding : 2px 5px;
	font : normal 12px/17px verdana;
	
	}
	
textarea.contentlead,
textarea#contentlead	{
	height : 75px;
	width : 97%;
	font-weight : bold;
	}
	
textarea.contenttext,
textarea#contenttext	{
	width : 98%;
	height : 325px;
	font-weight : normal;
	}
textarea.contenttext_newsletter{
	width : 100%;
	height : 225px;
	font-weight : normal;
}
	
.legend	{
	font-size : 10px;
	}


/* Right Column    ************************* */


.cm_colright	{
	width : 100%;
	background-color : #fff;
	color : #0075B1;
	border : 1px solid #6E787F;
	border-width : 0 1px 1px 1px;
	margin : 0 0 7px 0;
	font-size : 10px;
	float: left;
	}
	
.modify	{
	text-align : center;
	width: 101%;
	
	}
	
.modify td	{
	width : 20%;
	margin : 0;
	padding : 0 1px;
	}

.modify_left {
	float: left;
}

.modify_right {
	float: right;
}

.colright_title	{
	background-color : #6E787F;
	color : #fff;
	padding : 2px 5px;
	width: 95%;
	}
	
.colright_title_new	{
	background-color : #6E787F;
	color : #fff;
	padding : 2px 5px;
	}

.colright_modify	{
	background-color : #fff;
	font-size : 9px;
	text-align : right;
	float: right;
	}
	
a.colright_modify, a.colright_modify:visited,
a.colright_modify_active,
a.colright_modify_delete,
a.colright_modify_up,
a.colright_modify_down  {
	background-color : #0075B1;
	display : block;
	color : #fff;
	margin : 0;
	padding : 2px 5px;
	font : 9px/11px verdana;
	text-decoration : none;
	border-style : solid;
	border-color : #0075B1;
	border-width : 1px;
		
	}

a.colright_modify:hover,
a.colright_modify_delete:hover,
a.colright_modify_up:hover,
a.colright_modify_down:hover 	{
	background-color : #B6BBBF;
	color : #fff;
	padding : 2px 5px;
	font : 9px/11px verdana;
	}

a.colright_modify_active	{
	background-color : #0075B1;
	color : #fff;
	cursor : default;
	}
	
a.colright_modify_delete {
	width: 40px;
	float: left;
	margin-left: 2px;
	margin-right: 208px;
}

a.colright_modify_up {
	width: 25px;
	float: left;
	
	
	
}

a.colright_modify_down {
	width: 30px;
	float: right;
	margin-right: 5px;
	
}


.service	{
	margin : 0;
	padding : 5px;
	float: left;
	}

.service input.context_title,
.service input.context_text,
.service textarea.context_text	{
	width : 180px;
	padding : 2px;
	font-family : verdana;
	font-size : 10px;
	line-height : 14px;
	}
	
.service input.context_title	{
	font-weight : bold;
	}
	
.service input.context_text	{
	font-weight : normal;
	}	
	
.service textarea.context_text	{
	height : 90px;
	font-weight : normal;
	}
	
img.serviceimg	{
	padding : 5px;
	width : 75px;
	}
	
	
input.button_save	{
	width : 200px;
	height : 40px;
	border : 1px;
	background-color : #fff;
	color : #0075B1;
	cursor: pointer;
}

input.button_save_small	{
	width : 100px;
	border : 1px;
	background-color : #fff;
	color : #000;
}

	
	
table.button_add	{
	width : 100%;
	background-color : transparent;
	color : #0075B1;
	margin : 0 0 50px 0;
	text-align : center;
	}	
	
	
input.button_add	{
	width : 200px;
	height : 25px;
	border : 1px;
	background-color : #0075B1;
	color : #fff;
	}

.bottom_buttons {
	background-color: #0075B1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}	
	
/* Login	************************ */
		

td.login {  	
	font-size: 10px;	
	line-height: 12px;									
	background-color: #999999;										
	color: #ffffff;										
}		
	
td.user	{   
	font-size: 10px;										
	background-color: #999999;										
	color: #ffffff;										
	width: 778px;										
	height: 20px;										
	padding-left: 16px;										
}													
																	
td.contentlevel1 {	
	font-size: 12px;										
	background-color: #335C85;
	color: #ffffff;									
}

div.mediaFolder {
	width: 140px;
	height: 150px;
	float: left;
	color: #000;
	background-color: #fff;
	margin: 8px;
	text-align: center;
}

div.mediaFolder a {
	text-decoration: none;
	font-size: 10px;
}

div.mediaFolder img {
	margin-top: 5px;
	border: 0px;
}

div.mediaFolderSelect select {
	width: 200px;
	height: 20px;
}

.inputFieldShort {
	margin-right: 5px;
	font: normal 12px/17px verdana;
	height: 20px;
	float: right;
}

img.mediaImagePreview {
	width: 80px;
}

img.mediaImageSelector {
	float: left;
	width: 120px;
	margin-top: 3px;
}

#context_text{
width : 180px;
	padding : 2px;
	font-family : verdana;
	font-size : 10px;
	line-height : 14px;	
}

select.brickType {
	width: 98px;
}

div.mediaSelectSmallWrapper {
	float: left;
	margin-right: 10px;
}

div.mediaSelectSmallWrapper select {
	width: 376px;
	
}

div.mediaSelectReplaceWrapper select {
	width: 363px;
	float: left;
}

div.mediaSelectReplaceWrapper img.mediaImageReplaceIcon {
	float:left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	

}

.newFolderDivForm{
	 margin-bottom: 40px !important;
	 *margin-bottom: 30px;
	 margin-left: 10px !important;
	 *margin-left: 0px;
	 float: left; 
	 height: 20px;
	 width: 400px; 
}

.changeFolderForm{
	 padding-left:530px; 
	 width: 400px;
	 height: 20px;
	 margin-right: 10px !important;
	 margin-right: 0px;
	 margin-bottom: 30px;
}

.uploadFileForm{
	margin-top: 30px !important; 
	*margin-top: -64px;
	margin-bottom: 30px !important;
	*margin-bottom: 20px;
	margin-left: 10px !important;
	*margin-left: 0px; 
	float: left; 
	height: 20px;
	width: 400px; 
}

.fileWrapper{
	*padding-top: -40px;
	margin-top: 0px !important;
	width: 952px;
	heigth: auto;
}

.media_error{
	font-weight: bold;
	color: red;
	margin-left: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#updateMediaFileForm, div#renameFolderForm {
	display: none;
	position: absolute;
	border: 1px solid #6E787F;
	color: black;
	background-color: white;
	padding: 10px;
	width: 300px;
	*width: 320px;
	*height: 40px;
}

a.close_replace_media_file {
	float:right;
	*margin-right: 10px;
	*margin-top: -5px;
	text-decoration: none;
}

a.close_replace_media_file:hover {
	text-decoration: underline;
}

div#mediaUploadDiv {
	display:block;
}

div#mediaSelectDiv {
	display:none;
}

a.mediaDivSelect {
	text-decoration: none;
	font-size: 9px;
	display: block;
	
}

a.mediaDivUpload {
	text-decoration: none;
	font-size: 9px;
	display: none;
	
}

div#mediaUploadDiv select.mediaUploadSelect {
	width: 260px;
	height: 20px;
	margin-top: 1px;
	float: left;

}

div#mediaUploadDiv div.mediaUploadInput {
	float: right;
	

}

div#mediaLabelSelect {
	display: none;
}

div#mediaLabelUpload {
	display: block;
}

select.multipleSelect {
	width: 450px;
}

td.fields a img {
	border: 0px;
}

div.newFolderDiv{
	width: 410px; 
	height: 33px; 
	margin-left: -10px !important;
	 
	*padding-left: -50px; 
	*width: 410px;
	
	background-color: #FFFFFF; 
	color: #000000; 
	font-weight: bold; 
	float:left;
	
}

div.newFolderDivLabel{
	width: 140px; 
	height: 20px; 
	float:left; 
	margin-left: 12px; 
	margin-top: 7px;
	*width: 135px; 
	*margin-left: 7px; 
	
}

div.newFolderDivInput {
	width: 150px; 
	height: 20px;  
	float:left; 
	margin-top: 6px;
	
}

input.newFolderDivButton {
	float:left; 
	border: 1px solid #0076B2; 
	margin-top: 6px; 
	width : 100px;
	background-color : #fff;
	
}

div.changeFolderDiv{
	width: 410px; 
	height: 33px; 
	
	background-color: #FFFFFF; 
	color: #000000; 
	font-weight: bold;
	
}

div.changeFolderDivLabel{
	width: 180px; 
	height: 20px; 
	float:left; 
	margin-left: 12px; 
	margin-top: 7px;
}

div.changeFolderDivSelect{
	width: 200px; 
	height: 20px; 
	float:left; 
	margin-top: 5px;
}

div.folderListDiv{
	width: 940px; 
	heigth: 25px; 
	margin-top: 1px;
	
}

div.folderListDivImg{
	width: 22px; 
	float:left; 
	height: 22px; 
	padding-top: 3px; 
	padding-left: 8px;
}

div.folderListDivName{
	width: 510px; 
	*width: 500px; 
	height: 22px; 
	float:left;   
	padding-left: 10px; 
	padding-top: 3px;
	
}

div.folderListDivName a {
	color: #0076B2; 
	text-decoration: none; 
	font-weight: bold;
}

div.folderListDivLabel {
	width: 80px; 
	float:left; 
	height: 22px;  
	padding-top: 3px; 
	padding-left: 8px;
}

div.folderListDivEmpty {
	width: 30px; 
	float:left; 
	height: 22px; 
	padding-top: 3px; 
	padding-left: 8px;
}
div.folderListDivDate {
	width: 235px; 
	float:left; 
	height: 22px; 
	padding-top: 3px; 
	padding-left: 8px; 
	color:#000000;
}

div.folderListDivTrash {
	float:left;  
	width: 20px; 
	height: 25px; 
}

div.newUploadDiv {
	width: 410px; 
	height: 33px; 
	margin-left: -10px; 
	
	background-color: #FFFFFF; 
	color: #000000; 
	font-weight: bold; 
	float:left;
	
}

div.newUploadDivLabel {
	width: 100px; 
	*width: 85px; 
	height: 20px; 
	float:left; 
	margin-left: 12px; 
	margin-top: 7px;
		
}

div.newUploadDivInput {
	width: 280px; 
	*width: 280px; 
	height: 20px;  
	float:right; 
	margin-top: 6px;
	text-align: right;
	
}

div.fileDiv {
	width: 464px;  
	height: 67px; 
	float:left; 
	margin-top: 8px;
	margin-right: 12px;
}

div.fileDivImg {
	text-align: center; 
	float:left; 
	width: 90px; 
	height: 60px; 
	margin-left: 2px;
}

div.fileDivInfo {
	width:365px; 
	height: 65px; 
	float: left;
	margin-left: 5px;
}

div.fileDivText {
	
}

div.fileDivName {
	float:left; 
	color: #0076B2; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: arial;
}

div.fileDivSize {
	float:left; 
	color: #0076B2; 
	font-size: 10px; 
	font-family: arial;
}



hr.fileDivHr {
	color: #0076B2; 
	background-color: #0076B2;  
	width: 358px; 
	margin-left: 0px;
}

div.fileDivTrash {
	float:left; 
	width:15px; 
	margin-top: -2px;
	*margin-top: -4px;
}

div.fileDivReplace {
	width: 20px; 
	float: right;
}

div.fileDivImg a img {
	border: 0px;
}

td input.submit_newsletter {
	width: 100%;
}
#mediamanager_paging {
	float: left;
	margin-top: 5px;
	width: 900px;
}	
#mediamanager_paging a {
	color: #fff !important;
	text-decoration: underline;
}
#mediamanager_paging a:hover {
	color: #fff !important;
	text-decoration: none;
}


div.administration_nav {
	background-color:#0075B1;
	text-align : left;
	padding-top: 15px;
	padding-left: 17px;
	float: left;
}

div.administrationnavtab	{
	margin : 0;
	text-align : right;
	border : 0 solid gray;
	
}

a.administrationnavtab, a.administrationnavtab:visited,
a.administrationnavtab_active	{
	background-color : #0075B1;
	color : #fff;
	padding : 2px 20px;
	font : 12px/15px verdana;
	text-decoration : none;
	border-style : solid;
	border-color : #fff	;
	border-width : 1px;
	}

a.administrationnavtab:hover 	{
	background-color : #B6BBBF;
	color : #fff;
	padding : 2px 20px;
	font : 12px/15px verdana;
	}

a.administrationnavtab_active, a.administrationnavtab_active:visited	{
	background-color : #fff;
	color : #0075B1;
	cursor : default;
	}
	

select.mceSelectList {
	width: 75px;
}

.fix_center_width {
	width: 636px !important;
}

.fix_right_width {
	width: 185px !important;
}

.add_user_button {
	margin-left: 35px !important;
}

.x-panel-body.x-panel-body-noheader {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

div#dynamic {
	height: 810px;
	width: 960px;
	float: left;
	background-color: #0075B1;	
	/* top: 43px;
	left: 440px; */
}

div#dynamic iframe {
	border: none;
	width: 100%;
	height: 100%;
	background-color: #0075B1;
}

input#save_button {
	background-image: url('');
	background-position: left;
	background-position-x: 10%;
	background-repeat: no-repeat;
	float: right;
}

div[id^=loading_msg] {
	padding-left: 30px;
	padding-right: 10px;
	height: 22px;
	margin-top: 0px;
	padding-top: 3px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background-color: white;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	border-radius: 3px;
	font-size: 13px;
	margin-left: 3px;
}
div[id^=loading_msg].not_saved {
	color: red;
	border: 1px solid red;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: url('/includes/ext_js/ext-3.2.1/resources/images/default/dd/drop-no.gif');
}

div[id^=loading_msg].saved {
	color: green;
	border: 1px solid green;
	background-image: url('/includes/ext_js/ext-3.2.1/resources/images/default/dd/drop-yes.gif');
}
.bottom_buttons input {
	float: left;
}

.bottom_buttons {
	height: 40px;
	min-width: 100% !important;
}


div.service img, div.colright_title img{
	cursor: pointer !important;
	float: right !important;
}
div.service  span {
	width: 16px !important; 
	height: 16px !important; 
	float: right !important;
}

/**/
div#current_imageList {
	width: 80%;
	min-height: 35px;
}

div#current_downloads img {
	margin-left: auto;
	margin-right: auto;
}	

div[id^=preview_container] img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.moduleButtons a, #content_navigation a{
	height: 20px;
}
.moduleButtons img, , #content_navigation img {
	width: 16px;
	height: 16px;
}


/***************      Products       *****************/
div.product_icon {
	float: left;
	width: 250px;
}

div.right {
	float: right;
}


/***************      References       *****************/
input.input_small {
	float: left;
	width: 48%;
}

input.right {
	float: right;
}

select.multiple_select {
	height: auto !important;
	background-image: none !important;
}

#tree-div {
	width: 305px;
	height: 860px !important;
	float: left;
}



.x-top-search-button {
	float: right;
	width: 200px;
}

table#search {
	background: #0075B1;
}

#status {
	min-width: 85px;
	float: left;
}

#overlay {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #000;
	float: left;
	width: 100%;
	height: 909px;
	position: absolute;
	z-index: 1000;
	display: none;
}
#search_holder {
display: none;
	position: absolute;
	margin-left: 290px;
	margin-top: 140px;
	background: white;
	border-radius: 5px;
	z-index: 1001;
	width: 735px;
	height: 400px;
	opacity: 1;
}
#search_holder #close {
	cursor: pointer;
	position: absolute;
left: 720px;
top: -15px;
}

#search_holder p {
	padding: 20px;
}
#search_holder input {
	border: 1px solid black;
	height: 21px;
}
 button {
	border: 1px solid black;
	background: transparent;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	width: auto;
	-moz-outline: 0 none;
	outline: 0 none;
	font: normal 11px arial,tahoma,verdana,helvetica;
	color: #333;
	height: 24px;
}

#search_holder #searchresults {
	margin-left: 20px;
	width: 675px;
	height: 296px;
	background: #eee;
	border-radius: 5px;
	color: #000;
	padding: 10px;
	overflow-y: scroll;
}




#overlay{
	z-index:1000 !important;
	width:100%;
	left:0px;
	top:0px;
	opacity:0.75;
	background:none repeat scroll 0 0 #000000;
}

.image_select{
	z-index:1001;
	position:absolute;
	left:200px;
	width:415px !important;
	background-color:#0075B1;
	padding:20px;
}
.imageTitleInput{
	position:relative;
	left:75px;
	top:-172px;
	display:none;
	z-index:100;
	width:265px;
	background-color:white;
	padding:10px;
	float: left;
}
.orderCloseLink{
	display:block;
	position:relative;
	top:-119px;
	left:75px;
}

ul.sortable { list-style-type: none; margin: 0; padding: 0; }
ul.sortable li { margin: 5px 5px 0 0; float: left; width: 100px; height: 100px;}
div#updateMediaFileForm  input[type="file"]{
        display: inline;
    }
div#updateMediaFileForm  input{
        margin: 2px;
    }