﻿div.updating
{
/*    display:block;
    margin-left:0 auto; padding-right:10px;   
    height:24px;
    width:24px;
    float:left;
    background: url(DefaultImages/ajax-loader.gif) no-repeat right bottom;
	display: none;*/
	*display: block !important;
	*display: none;
	height: 100%;
	width: 100%;
	background: transparent url(DefaultImages/loading-back.png) no-repeat scroll center center;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index:100001;

	text-align:center;
	
}

	
div.updating span
{
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	text-align:center;    

	/*position:absolute;*/
	position: fixed;
	z-index:100001;
	font-family:Arial;	
	color:#666666;	
/*	margin-left:220px;
	margin-top:100px;*/
	/*background:#fff url(DefaultImages/loading.gif) no-repeat right;*/
	height: 100%;
	width: 100%;
	background: transparent url(DefaultImages/loader.gif) no-repeat scroll center center;
	left: 0px;
	top: 0px;
/*	width:170px;*/	
}

.portfolioMainPanel
{
    background-color:White;
}

.portfolioMainPanel .categoryList
{
	width: 100%;
	height: 33px;
}

.portfolioMainPanel .categoryList .listLeftBorder
{
	background: transparent url(DefaultImages/catListLeft.png) 0 0 no-repeat;
	height: 33px;
	padding-left: 5px;
/*	width: 5px;
	float: left;*/
}

.portfolioMainPanel .categoryList .listCenterArea
{
	background: url(DefaultImages/catListCenter.png) left bottom repeat-x;
	height: 33px;
/*	float:left;
    width:890px;*/
}

.portfolioMainPanel .categoryList .listRightBorder
{
	background: transparent url(DefaultImages/catListRight.png) right bottom no-repeat;
	height: 33px;
	padding-right: 5px;
/*	width: 5px;*/
/*	float: right;*/
}

.portfolioMainPanel .categoryList .categoryViewItem
{
	float: left;
	margin-top: 5px;
	margin-left: -5px;
	position:relative;
}

.portfolioMainPanel .categoryList .categoryLink
{
	margin-left: 10px;
}

.portfolioMainPanel .categoryLink .catLeftBorder
{
	background: url(DefaultImages/catItemLeft.png);
	height: 28px;
	width: 5px;
	float: left;
}

.portfolioMainPanel .activeCatLink .catLeftBorder
{
	background: url(DefaultImages/catActiveItemLeft.png);
}

.portfolioMainPanel .categoryLink .catCenter
{
	background: url(DefaultImages/catItemCenter.png);
	height: 28px;
	float: left;
	padding-left:10px;
	padding-right: 10px;
	color: Black;
	text-decoration: none;
}


.portfolioMainPanel .activeCatLink .catCenter
{
	background: url(DefaultImages/catActiveItemCenter.png);
	color: Blue;
}

.portfolioMainPanel .categoryLink .catRightBorder
{
	background: url(DefaultImages/catItemRight.png);
	height: 28px;
	width: 5px;
	float: left;
}

.portfolioMainPanel .activeCatLink .catRightBorder
{
	background: url(DefaultImages/catActiveItemRight.png);
}

.portfolioMainPanel .catCenterArea
{
    line-height:28px;
    font-weight:bolder;
}

.portfolioMainPanel .categoryLink a 
{
    color:#4F4F4F;
    text-decoration:none;
}

.portfolioMainPanel .categoryLink a:link
{
    color:#4F4F4F;
    text-decoration:none;
}

.portfolioMainPanel .categoryLink a:hover
{
    color:#4F4F4F;
    text-decoration:none;
}

.portfolioMainPanel .categoryLink a:visited
{
    color:#4F4F4F;
    text-decoration:none;
}

.portfolioMainPanel .activeCatLink a 
{
    color:#006489;
    text-decoration:none;
}

.portfolioMainPanel .activeCatLink a:link 
{
    color:#006489;
    text-decoration:none;
}

.portfolioMainPanel .activeCatLink a:hover
{
    color:#006489;
    text-decoration:none;
}

.portfolioMainPanel .activeCatLink a:visited
{
    color:#006489;
    text-decoration:none;
}

.portfolioMainPanel .categoryList .categoryNameEditorHolder
{
	float: right;
	margin-top: 7px;
	width:220px;
	padding-left:10px;
}

.portfolioMainPanel .categoryNameEditorHolder .categoryEditor
{
	border: 1px solid #585858;
	width: 125px;
	float:left;
}

.portfolioMainPanel .categoryNameEditorHolder .categoryApplyLink
{
	background-image: url(DefaultImages/saveCatNameBtn.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left:25px;
	display: block;
    float:left;
    margin-left:10px;
	color:#4E8CC6;
	line-height: 18px;
}

.portfolioMainPanel .addCategoryLink
{
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	background-image: url(DefaultImages/addCategoryBtn.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left:25px;
	display: block;
	color:#4E8CC6;
	line-height: 18px;
}

.portfolioMainPanel .addCategoryLink:hover
{
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	background-image: url(DefaultImages/addCategoryBtn.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left:25px;
	display: block;
	color:#4E8CC6;
}

.portfolioMainPanel .subCatHolder
{
	width: 100%;
	margin-top:20px;
	clear: both;
}

.portfolioMainPanel .subCatList
{
    background:transparent url(DefaultImages/shadow.jpg) no-repeat scroll right top;
    float:left;
    min-height:300px;
    /*IE7 hack*/
	//height:auto !important;
	//height: 300px;
    padding-left:10px;
    padding-top:30px;
    width:183px;
}

.addSubCatLinkHolder
{
	margin-left: 10px;
	margin-top: 10px;
}


.portfolioMainPanel .categoryViewItem .delCatLink
{
	background: url(DefaultImages/catItemDelete.png) no-repeat scroll 0 0;
	width: 12px;
	height: 13px;
	display: block;
	position:absolute;
	left:9px;
}

.portfolioMainPanel .categoryViewItem .leftCatLink
{
	background: url(DefaultImages/catItemLeftArrow.png) no-repeat scroll 0 0;
	width: 19px;
	height: 19px;
	display: block;
	position:absolute;
	right:-3px;
	top:-3px;
}

.portfolioMainPanel .categoryViewItem .rightCatLink
{
	background: url(DefaultImages/catItemRightArrow.png) no-repeat scroll 0 0;
	width: 19px;
	height: 19px;
	display: block;
	position:absolute;
	right:-3px;
	top:17px;
}

.portfolioMainPanel .subCatList .subCategoryViewItemOuter
{
    background: url(DefaultImages/SubNavigation_ParentLeft.gif) left bottom no-repeat;
    text-align:right;    
    display:block;
    height:26px;
    margin-bottom:5px;
}


.portfolioMainPanel .subCatList .subCategoryViewItemInner
{
    display:block;
    height:100%;
    margin-left:10px;
    background:#F1F1F1 url(DefaultImages/SubNavigation_ParentShadow.jpg) repeat-y right;
    height:26px;    
}

.portfolioMainPanel .subCatList .activeSubCat .subCategoryViewItemOuter
{
    background:url(DefaultImages/SubNavigation_ParentLeft_Current.gif);
    background-repeat: no-repeat;
    background-position: top left;    
    color:#FFF;
}

.portfolioMainPanel .subCatList .activeSubCat  .subCategoryViewItemInner
{    
}

.portfolioMainPanel .subCatList .activeSubCat .subCatViewItemLink
{
    display:block;
    font-size:12px;
    line-height:26px;
    text-align:left;
    text-indent:10px;
    color:#006489;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
}

.portfolioMainPanel .subCatList .subCatViewItemLink
{
    display:block;
    font-size:12px;
    line-height:26px;
    text-align:left;
    text-indent:10px;
    color:#7E7E7E;
    font-family:Arial;
    font-weight:bold;
    font-size:10pt;
}

.portfolioMainPanel .deleteSubCategoryLink{
    display:block;
    width:20px;
    height:19px;
    background:url("DefaultImages/delete_category.png") no-repeat;
    position:absolute;
    margin-left:-3px;
    margin-top:-32px;
}

.portfolioMainPanel .subCatList .upSubCategoryLink
{
    background:no-repeat url("DefaultImages/upArrow.png");
    margin-left:-23px;
    width:19px;
    height:19px;
    display:block;
    position:absolute;
    margin-top:-39px;
}

.portfolioMainPanel .subCatList .downSubCategoryLink
{
    background:no-repeat url("DefaultImages/downArrow.png");
    margin-left:-23px;
    width:19px;
    height:19px;
    display:block;
    position:absolute;
    margin-top:-19px;
}

.portfolioMainPanel .renameContainer{
    margin-top:20px;
    margin-bottom:50px;
    color:#595858;
    width:165px;
}
.portfolioMainPanel .renameContainer .renameLabel{
    display:block;
    border-top:1px solid #888888;
    margin-left:10px;
    padding-bottom:20px;
}
.portfolioMainPanel .renameContainer .renameLink{
    background:no-repeat url("DefaultImages/saveCategory.png");
    margin-left:5px;
    width:20px;
    height:21px;
    display:block;
    float:right;
}
.portfolioMainPanel .renameContainer input{
    width:125px; border:1px solid #595858; margin-left:10px; float:left;
}

.portfolioMainPanel .addSubcategoryContainer
{
    margin-top:20px;
    color:#595858;
    width:165px;
}

.portfolioMainPanel .addSubcategoryContainer .renameLabel{
    display:block;
    border-top:1px solid #888888;
    margin-left:10px;
}

.portfolioMainPanel .addSubcategoryContainer .addSubCatLink
{
    float:right;
}

.portfolioMainPanel .addSubcategoryContainer a 
{
    color:#4E8CC6;
}

.portfolioMainPanel .addSubcategoryContainer a:link 
{
    color:#4E8CC6;
}

.portfolioMainPanel .addSubcategoryContainer a:hover 
{
    color:#4E8CC6;
}

.portfolioMainPanel .addSubcategoryContainer a:visited 
{
    color:#4E8CC6;
}

.portfolioMainPanel .projList
{
	overflow-x: hidden;
	padding-left: 25px;
	padding-right: 10px;
	min-height:500px;
	/*IE7 hack*/
	//width:auto;
	//height:auto;
	zoom: 1;
}

.portfolioMainPanel .projList .projectViewItem
{
    overflow:hidden;
    padding:15px; 
    padding-left:0px;
    padding-right:0px;
	float:left;
	clear: both;
	width: 675px;
}

.portfolioMainPanel .projList .portfolioProjectHeader {
    border-bottom:3px solid #E7E7E7;
    color:#006489;
    display:block;
    font-family:Verdana;
    font-size:20px;
    font-weight:normal;
    line-height:1em;
    margin:0px;
    padding:0px;
	padding-bottom: 2px;

}

.portfolioMainPanel .projList .descriptionHolder
{
/*    min-height:150px;*/
	margin-top: 15px;
	overflow: hidden;
    /*IE7 hack*/
	//height:auto;
}

.portfolioMainPanel .projList .CSPortfolioImageView {
	float: left;
	margin-top: 15px;
}

.portfolioMainPanel .projList .CSPortfolioImageViewInner {
	overflow: hidden;
}

.portfolioMainPanel .projList .projectImage
{
    float:left;
    margin-right:20px;
}

.portfolioMainPanel .projList .linksHolder
{
    border-top:1px solid #E7E7E7;
    padding-top:5px;
}

.portfolioMainPanel .projList .linksHolder a
{
    margin-right:10px;
    color:#006489;
}

.portfolioMainPanel .projList .linksHolder a:hover
{
    margin-right:10px;
    color:#006489;
}

.portfolioMainPanel .addLinkContainer .addLinkCaption
{
    float:right;
    margin-right: 20px;
    margin-bottom: 20px;
}

.portfolioMainPanel .addLinkContainer .projectsDropDown
{
    width:200px;
    float:right;
    margin-right: 20px;
    margin-bottom: 20px;
}

.portfolioMainPanel .addLinkContainer .addLinkError
{
    float:left;
    margin-left: 20px;
    margin-bottom: 20px;
    color:Red;
}

.portfolioMainPanel .addLinkContainer a
{
    color:#4E8CC6;
}

.portfolioMainPanel .addLinkContainer a:hover
{
    color:#4E8CC6;
}

.portfolioMainPanel .editLinksHolder
{
    height:20px;
    padding-right:12px;
}


.portfolioMainPanel .editLinksHolder a
{
    color:#4E8CC6;
    float:right;
    margin-left:15px;
}

.portfolioMainPanel .editLinksHolder a:hover
{
    color:#4E8CC6;
    float:right;
    margin-left:15px;
}

.advancedPortfolio_EditRow
{
    clear:both;
    margin-bottom:10px;
    margin-left:10px;
    overflow:hidden;
}

.advancedPortfolio_FirstCol
{
    width:200px;
    float:left;
    text-align:left;

}

.advancedPortfolio_SecondCol
{
    width:220px;
    float:left;
    text-align:left;
}

.advancedPortfolio_ThirdCol
{
    width:200px;
    float:left;
    text-align:left;
    margin-left:10px;
}

.advancedPortfolio_Title
{
    font-weight:bolder;
    margin:20px;
    text-align:left;
    clear:both;
}

.portfolioMainPanel .projectDescription .field-name 
{
    color:#0476a1;
}

.portfolioMainPanel .projectDescription ul 
{
    list-style:none;
    text-indent:0px;
    margin-left:0px;
    padding-left:0px;
}

.portfolioMainPanel .projectDescription li {
    margin-left:0px;
    font-size:15px;
    padding-bottom:10px;
}

.portfolioMainPanel .projectDescription {
    width:200px;
    float:left;
	margin-right: 10px;
	margin-top: 10px;
/*	margin-right:340px;*/
}
.portfolioMainPanel .projectDescription ul {
    list-style:none;
    text-indent:0px;
    margin-left:0px;
    padding-left:0px;
}

.portfolioMainPanel .projectDescription li {
    margin-left:0px;
    font-size:13px;
    padding-bottom:10px;
    list-style-type:none;
}

.portfolioMainPanel .screen {
    float: left;
	margin-top: 10px;
	width:465px;
}

.portfolioMainPanel .screen img {
    padding:3px;
}

.portfolioMainPanel .button {
    overflow:hidden;
    float:left;
}
.portfolioMainPanel .pages {
    float:right;
    display:none;
}

.portfolioMainPanel .button .left {
    width:20px;
    height:16px;
    background-position:0px 0px;
    margin-right:3px;
    float:left;
}

.portfolioMainPanel .button .right {
    width:20px;
    height:16px;
    background-position:-20px 0px;
    float:left;
}

.portfolioMainPanel .mainView 
{
	clear: both;
}

.portfolioMainPanel .mainViewInner {
	overflow:hidden;
	height: 225px;
	width: 465px;
}

.portfolioMainPanel .previewView
{
    padding-top:3px;
    padding-bottom:10px;
}
.portfolioMainPanel .previewView img 
{
   width:50px;
   height:50px;
   border:1px solid transparent;
   cursor:pointer;   
   margin-right:0px;
}

.portfolioMainPanel .mainView .curtains
{
    display:none;
    width:100%;
    height:100%;
    
}
.portfolioMainPanel .mainView.loading .curtains 
{
    display:block;
    background:url("Images/PicturesView/ajax-loader.gif") no-repeat center center;
}

.portfolioMainPanel .thumbselected 
{
    border:1px solid #006489 !important;
}

.portfolioMainPanel .visitLink{

    font-size:12px;
    display:block;    
    padding-right:20px;
    width:90px;
    background:url("Images/PicturesView/visit_website.png") right no-repeat;
    margin-top:20px;
}