﻿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:none;
}

.portfolioMainPanel .catHolder
{
	width: 100%;
}

.portfolioMainPanel .catHolder .catList
{
    float:left;
    width:203px;
	overflow:hidden;
}

.portfolioMainPanel .catHolder .catList .catListTop
{
    background: none;
}

.portfolioMainPanel .catHolder .catList .catListCenter
{
    /*padding:10px 0px 10px 10px;*/
	margin-top:-4px;
}

.portfolioMainPanel .catHolder .catList .catListBottom
{
    background: none;
}

.portfolioMainPanel .catList .catViewItemOuter
{
    background: #ffffff;
    text-align:right;    
    display:block;
    height:26px;
	padding-top:4px;
}

.portfolioMainPanel .catList .catViewItemInner
{
    background:#6c6f66;
    display:block;
}

.portfolioMainPanel .catList .subCatViewItem
{
	background: #dae0d2;
}
.portfolioMainPanel .catList .catViewItemLink 
{
    color:#c3cdb6 !important;
    display:block;
    font-family:Arial;
    font-size:14px;
    line-height:26px;
    text-align:left;
    text-indent:10px;
}

/*.portfolioMainPanel .catList .activeCatLink .catViewItemOuter
{
   background: #6c6f66;
}

.portfolioMainPanel .catList .activeCatLink .catViewItemInner
{
    background:none;
}*/

.portfolioMainPanel .activeCatLink a,
.portfolioMainPanel .activeCatLink a:link,
.portfolioMainPanel .activeCatLink a:hover,
.portfolioMainPanel .activeCatLink a:visited
{
    color:#ffffff !important;
    text-decoration:none;
}
.portfolioMainPanel .catList .subCatViewItemInner
{
    display:block;
    height:25px;
    
}

.portfolioMainPanel .catList .subCatViewItemLink 
{
    color:#434343;
    display:block;
    font-family:Arial;
    font-size:12px;
    line-height:20px;
    text-align:left;
    text-indent:10px;
	text-decoration:none;
	padding:4px 0px 4px 10px;
}

.subCatViewItemLink:hover {
background-color:#859F63;
color:#fff !important;
}

.portfolioMainPanel .activeSubCatLink
{
    background-color:#859F63 !important;
	color:#fff !important;
}

.portfolioMainPanel .activeSubCatLink a 
{
    color:#FFFFFF;
    text-decoration:none;
}

.portfolioMainPanel .activeSubCatLink a:link 
{
    color:#FFFFFF;
    text-decoration:none;
}

.portfolioMainPanel .activeSubCatLink a:hover
{
    color:#FFFFFF;
    text-decoration:none;
}

.portfolioMainPanel .activeSubCatLink a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}

.portfolioMainPanel .addCategoryLink
{
	margin-top: 10px;
	margin-bottom: 5px;
	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
{
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(DefaultImages/addCategoryBtn.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left:25px;
	display: block;
	color:#4E8CC6;
	line-height: 18px;
}

.portfolioMainPanel .catList .categoryNameEditorHolder
{
	margin-top: 15px;
	overflow:hidden;
	clear:both;
	zoom: 1;
}

.portfolioMainPanel .categoryNameEditorHolder .categoryNameCaption
{
    color:#3F3F3F;
	line-height: 18px;
	margin-bottom:5px;
}

.portfolioMainPanel .categoryNameEditorHolder .categoryEditor
{
	border: 1px solid #585858;
	width: 100px;
	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 .addSubCatLink
{
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(DefaultImages/addCategoryBtn.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left:25px;
	display: block;
	color:#4E8CC6;
	line-height: 18px;
}

.portfolioMainPanel .addSubCatLink:hover
{
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(DefaultImages/addCategoryBtn.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left:25px;
	display: block;
	color:#4E8CC6;
	line-height: 18px;
}

.portfolioMainPanel .catViewItem .delCatLink
{
	background:url("DefaultImages/Delete.png") no-repeat scroll 0 0 transparent;
    display:block;
	width: 16px;
	height: 16px;
    margin-left:-8px;
    margin-top:-20px;
    position:absolute;
}

.portfolioMainPanel .catViewItem .leftCatLink
{
    background:no-repeat url("DefaultImages/R_arrow_up.png");
    margin-left:175px;
    width:15px;
    height:14px;
    display:block;
    position:absolute;
    margin-top:-30px;
}

.portfolioMainPanel .catViewItem .rightCatLink
{
    background:no-repeat url("DefaultImages/R_arrow_down.png");
    margin-left:175px;
    width:15px;
    height:14px;
    display:block;
    position:absolute;
    margin-top:-15px;
}

.portfolioMainPanel .catListCenter .deleteSubCategoryLink{
    display:block;
	width: 16px;
	height: 16px;
    background:url("DefaultImages/Delete.png") no-repeat;
    position:absolute;
    margin-left:8px;
    margin-top:-22px;
}

.portfolioMainPanel .catListCenter .upSubCategoryLink
{
    background:no-repeat url("DefaultImages/arrow_up.png");
    width:5px;
    height:7px;
    display:block;
    position:absolute;
    margin-top:-22px;
}

.portfolioMainPanel .catListCenter .downSubCategoryLink
{
    background:no-repeat url("DefaultImages/arrow_down.png");
    width:5px;
    height:7px;
    display:block;
    position:absolute;
    margin-top:-12px;
}

.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: 700px;
}

.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;
	display:none;
}

.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:250px;
    float:right;
	
	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;
	list-style-image:none;
}
.portfolioMainPanel .projectDescription p {
    margin:0px;
    font-size:12px;
  line-height:1.25em !important;
  text-align:justify;
}

.portfolioMainPanel .screen {
    float:left;
	
	margin-top: 10px;
	width:440px;
}

.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;
	width: 425px;
}

.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:160px;
    background:url("Images/PicturesView/visit_website.png") right no-repeat;
    margin-top:20px;
}