﻿/*license styles*/
@import url("Licensing/Content/licensing.css");
/*---*/
 div.updating
{
    text-align:center;    
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position:absolute;
	z-index:10;
	font-family:Arial;	
	color:#666666;		
	margin-left:300px;
	background:url(images/loading.gif) no-repeat right;
	width:170px;	
}
div.updating span
{
    display:block;
    margin-left:0 auto; padding-right:10px;   
    height:24px;
    width:24px;
    float:left;
    background: url(images/ajax-loader.gif) no-repeat right bottom;
}

.SettingsContent select, 
.SettingsContent input,
.SettingsContent textarea
{
	width:100%;
	border:1px solid #CCCCCC;
}

.SettingsContent .MainImageSizeHolder
{
	
}

.SettingsContent .AutoSizeCheckBox input
{
	float:left;
	width:auto;
	border:none;
	margin:0;
}

.SettingsContent .MainImageSizeHolder
{
	float:right;
	width:auto;
}

.SettingsContent {
	color:#545454;
	font-size:12px;
	line-height:18px;
}
.clear
{
	clear:both;
}

.QuickGalleryGrid-pager a
{
	border:1px solid #CCCCCC;
	font-size:10px;
	margin:0 5px 0 0;
	padding:3px 2px 3px 3px;
	text-decoration:none !important;
	background-color:White;
}

.QuickGalleryGrid-pager a.current
{
	background-color:#EEEEEE;
	/*border:1px solid #003F7E;*/
	color:#000000;
	font-weight:bold;
}

.QuickGalleryGrid-pager 
{
	height:35px;
	padding-top:10px;
	text-align:center !important;
}


.cs-quick-gallery
{
	background-color:White;
	text-align:left;
	min-width:650px;
	$height:1%;
}

.cs-quick-gallery .newmenuitem
{
	margin: 5px;
	padding: 5px;
	overflow: hidden;
	width: auto;
	clear: both;
}

.cs-quick-gallery .new-item-margin
{
	float: left;
	height:28px;
	width:175px;
	padding-top:7px;
	position:absolute;
}

.cs-quick-gallery-updating
{
	width:100px;
	padding-left:28px;
	height:28px;
	line-height:28px;
	background-position:left center;
	background-image:url(images/ajax-loader.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	float:left;
}

.cs-quick-gallery .separator
{
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #dedddd;
}

.cs-quick-gallery .quickgallerypicture
{
	text-align:left;
	margin-left:5px;
	padding:5px;
	width:auto;
	overflow:hidden;
	clear:both;
}

.cs-quick-gallery .quickgallerypicture .imageStyle
{
	width:auto;
	max-width:100px;
	width: expression((this.width > 100 && parseInt(this.height) < parseInt(this.width)) ? '100px': true);
	height:auto;
	max-height:100px;
	height: expression((parseInt(this.height) > 100 && parseInt(this.height) >= parseInt(this.width)) ? '100px': true);
	border:none;
}

.quick-gallery_picture
{
	width: 110px;
	float: left;
}

.cs-quick-gallery .quickgallerypicture .imageStyle
{
	width:auto;
	max-width:100px;
	width: expression((this.width > 100 && parseInt(this.height) < parseInt(this.width)) ? '100px': true);
	height:auto;
	max-height:100px;
	height: expression((parseInt(this.height) > 100 && parseInt(this.height) >= parseInt(this.width)) ? '100px': true);
	border:none;
}

.cs-quick-gallery-backLink
{
    padding-left:10px;
}

.cs-quick-gallery-button
{
	background-image:url(images/btn.gif);
	background-repeat:no-repeat;
	background-color:Transparent;
	border:none;	
	height:22px;
	width:64px;
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#898989 !important;	
	cursor:pointer;
	text-decoration:none !important;
	text-align:center !important;
}

.cs-quick-gallery-button-wide
{
    background-image:url(images/btnWide.gif);
    width:120px;
}

.advance-button
{
    float:right;
    margin-right:20px;
}

.cs-simple-gallery .advance-btn-container
{
    height:22px;
    margin-top:10px;
}

.cs-quick-gallery-editform
{
	width:430px;
	overflow:hidden;
	float:left;
}

.cs-quick-gallery-edititem
{
	background:transparent url(images/edit.gif) no-repeat;
	height:20px;
	line-height:20px;
	padding-left:19px;
	font-family:Arial;
	font-size:13px !important;
	font-weight:normal;
	color:#5d5d5e !important;
}

.cs-quick-gallery-deleteitem
{
	background:transparent url(images/delete.gif) no-repeat;
	height:20px;
	line-height:20px;
	padding-left:19px;
	font-family:Arial;
	font-size:13px !important;
	font-weight:normal;
	color:#5d5d5e !important;
}

.cs-quick-gallery-edit-item-buttons
{
	margin-top:5px;
	overflow:hidden;
	margin-left:70px;

}

.cs-quick-gallery-button-add
{
	margin-right: 10px;
	cursor:pointer;
	float:left;
}

.cs-quick-gallery-button-cancel
{
	text-decoration: none;
	line-height: 22px;
	float:left;
	text-align: center;
}

.cs-quick-gallery-actionsarea
{
	width: 110px;
	float:right;
}

.cs-quick-gallery .EditContainer
{
	width:430px;
	overflow:hidden;
}

.cs-quick-gallery .EditContainer .SubHead
{
	width:150px;
	float:left;
	text-align:left;
	overflow:hidden;
	color:#0476a1;
}

.cs-quick-gallery .EditContainer .input-field
{
	width:250px;
	float:left;
	overflow:hidden;
}

.cs-quick-gallery .EditContainer .input-field input
{
	width:245px;
	margin-left:0;
	padding-left:0;
	margin-right:0;
	padding-right:0;
}

.cs-quick-gallery .EditContainer .input-field textarea
{
	width:245px;
	margin-left:0;
	padding-left:0;
	margin-right:0;
	padding-right:0;
}

.cs-quick-gallery .EditContainer .edit_row
{
	overflow:hidden;
	margin: 0px;
	margin-bottom:5px;
	padding-bottom:1px;
	clear: both;
}

.cs-simple-gallery .error-message
{
    color:Red;
    margin-left:20px;
    margin-top:10px;
}

.cs-quick-gallery-moveup,
.cs-quick-gallery-moveup-disabled
{
	float:right;
	background:transparent url(images/move-up.gif) no-repeat;
	height:16px;
	width:16px;
}

.cs-quick-gallery-moveup-disabled
{
	background-image:url(images/move-up-disabled.gif);
}

.cs-quick-gallery-movedown,
.cs-quick-gallery-movedown-disabled
{
	float:right;
	background:transparent url(images/move-down.gif) no-repeat;
	height:16px;
	width:16px;	
}

.cs-quick-gallery-movedown-disabled
{
	background-image:url(images/move-down-disabled.gif);
}

.cs-quick-gallery-edit-label
{
    width:220px;
}

.cs-quick-gallery-edit-input
{
    width:400px;
}

.cs-quick-gallery-edit-error-container
{
    width: 615px;
    text-align: center;
}

.cs-quick-gallery .addNewItemHead 
{
    font-family:Tahoma,Arial,Helvetica;
    font-size:11px;
    font-weight:bold;
    color:#0476A1;
    float:left;
    overflow:hidden;
    text-align:left;
    width:260px;
}

.cs-quick-gallery .uploadNewItem 
{
    float:left;
}

.cs-quick-gallery .buttonNewItem
{
    float:right;
    width:110px;
}

.cs-quick-gallery .addmenuitem
{
	margin: 10px 5px 10px 10px; 
	overflow: hidden;
	width: auto;
	clear: both;
}

.cs-quick-gallery-additem
{
	background:transparent url(images/add.gif) no-repeat;
	height:20px;
	line-height:20px;
	padding-left:19px;
	font-family:Arial;
	font-size:13px !important;
	font-weight:normal;
	color:#5d5d5e !important;
}

.cs-quick-gallery-error
{
    font-family:Tahoma,Arial,Helvetica;
    font-size:11px;
    font-weight:bold;
    color:#666666;
    text-align:center;
    line-height:25px;
    clear:both;
    overflow:hidden;
    width:100%;
}