﻿/*
**      Little Pie Round Text Box
*/
.roundTextBox
{
    height: 18px;
}

.roundTextBox div.left
{
    background: url(/Assets/Images/littlePie_roundTextBoxLeft.png) no-repeat;
    width: 7px;
    height: 17px;
    float: left;
}

.roundTextBox div.searchArea
{
    width: 11px;
    height: 17px;
    background: url(/Assets/Images/littlePie_roundTextBoxMiddle.png) repeat-x;
    float: left;
}

.roundTextBox div.searchArea img
{
    margin-top: 4px;
}

.roundTextBox div.middle
{
    background: url(/Assets/Images/littlePie_roundTextBoxMiddle.png) repeat-x;
    height: 17px;
    float: left;
}

.roundTextBox div.middle input
{
    border: 0px;
    background-color: transparent;
    font-size: x-small;
    margin-top: 2px;
    position: relative;
}

.roundTextBox div.right
{
    background: url(/Assets/Images/littlePie_roundTextBoxRight.png) no-repeat;
    width: 7px;
    height: 17px;
    float: left;
}

div.lpmGrid
{
    /*border:0px;*/
}

.lpmGrid th.rgHeader
{
    background: url(/Assets/Images/littlePie_gridHeaderBackground.png) repeat-x;
    height: 11px;
    text-align: left;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: middle;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space:nowrap;
}

.lpmGrid th.rgHeader a
{
    color: #333;
    text-decoration: none;
}

.lpmGrid tr.rgRow
{
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666;
    background-color: #FFF;
    border: 0px solid white;    
}

.lpmGrid tr.rgAltRow
{
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666;
    background-color: #FFF;
}

.lpmGrid tr.rgAltRow td, .lpmGrid tr.rgRow td
{
    border-bottom: 0px;
    padding-top:3px;
    padding-bottom:0px;
}

.lpmPagerContainer
{
    float: right;
    margin-top: 4px;
}

.lpmPager
{
    font-size: 11px;
    float: left;
    BORDER-TOP-WIDTH: 0px; 
    BORDER-LEFT-WIDTH: 0px; 
    BORDER-BOTTOM-WIDTH: 0px; 
    COLOR: #3c3c3c; 
    BORDER-RIGHT-WIDTH: 0px; 
    width:330px;
    text-align:right;
}

.lpmPagerBottom
{
    background-color: #FFF;
    font-size: 11px;
    float: right;
    BORDER-TOP-WIDTH: 0px; 
    BORDER-LEFT-WIDTH: 0px; 
    BORDER-BOTTOM-WIDTH: 0px; 
    COLOR: #3c3c3c; 
    BORDER-RIGHT-WIDTH: 0px; 
    width:330px;
    text-align:right;
    margin-top:7px;
}

.lpmPager a:link, .lpmPagerBottom a:link, .lpmPager a:visited, .lpmPagerBottom a:visited, .lpmPager a:active, .lpmPagerBottom a:active
{
    /*color: #666;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer; */
    
    BORDER-RIGHT: #dedede 1px solid; 
    PADDING-RIGHT: 5px; 
    BORDER-TOP: #dedede 1px solid; 
    PADDING-LEFT: 5px; 
    FONT-SIZE: 11px; 
    PADDING-BOTTOM: 2px; 
    BORDER-LEFT: #dedede 1px solid; 
    COLOR: #3c3c3c; 
    PADDING-TOP: 2px; 
    BORDER-BOTTOM: #dedede 1px solid; 
    BACKGROUND-COLOR: #ededed; 
    TEXT-DECORATION: none;
    margin-left:4px;
}

.lpmPager a:hover, .lpmPagerBottom a:hover
{
    BORDER-LEFT-COLOR: #dedede; 
    BORDER-BOTTOM-COLOR: #dedede; 
    COLOR: #ffffff; 
    BORDER-TOP-COLOR: #dedede; 
    BACKGROUND-COLOR: #2d2d2d; 
    BORDER-RIGHT-COLOR: #dedede;
}

.lpmPager span, .lpmPagerBottom span
{
    BORDER-RIGHT: #2d2d2d 1px solid; 
    PADDING-RIGHT: 5px; 
    BORDER-TOP: #2d2d2d 1px solid; 
    PADDING-LEFT: 5px; 
    FONT-SIZE: 11px; 
    PADDING-BOTTOM: 2px; 
    BORDER-LEFT: #2d2d2d 1px solid; 
    COLOR: #ffffff; 
    PADDING-TOP: 2px; 
    BORDER-BOTTOM: #2d2d2d 1px solid; 
    BACKGROUND-COLOR: #2d2d2d; 
    TEXT-DECORATION: none;   
    margin-left:4px;
}

.lpmPager span.elipsis, .lpmPagerBottom span.elipsis
{
    BACKGROUND: none transparent scroll repeat 0% 0%; 
    BORDER-TOP-STYLE: none; 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none; 
    COLOR: #2d2d2d   
}

.lpmPagerItemCount
{
    float: left;
    padding-right: 10px;
    font-size: 11px;
    color: #666;
}

.DropBox div.leftSide
{
    float: left;
    background-image: url(/Assets/Images/DropBoxLeftSide.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 7px;
    height: 17px;
}

.DropBox div.bg
{
    float: left;
    color: #666666;
    font-size: 11px;
    font-weight: 300;
    padding-top: 1px;
    padding-right: 10px;
    background-image: url(/Assets/Images/DropBoxBg.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 17px;
}

.DropBox div.rightSide
{
    display: inline-block;
    height: 17px;
    overflow: hidden;
}

.DropBox div.rightSide img
{
    margin-top: 0px;        
}

.DropBox div.rightSide img:hover
{
    margin-top: -17px;
    cursor: pointer;
}

.DropBoxPanel
{
    display: inline;
    min-width: 90px;
    padding: 10px 7px 10px 4px;
    position: absolute;
    float:left;
    z-index: 900;
    margin-left:-20px;
    margin-top:-5px;    
}

.DropBoxItem 
{
    color:#555;
    font-size:11px;
    /*padding-bottom:1px;*/    
    margin-top:4px;
    padding-right:10px;
    text-align:left; 
    position:static;
    width:100%;    
    zoom:1;
}

.DropBoxItem:hover
{
    color: #ffffff;
    background-image: url(/Assets/Images/DropBoxBackground_Over.png);
    background-position: 0px 1px;
    background-repeat: repeat-x;
    cursor: pointer;
    width:100%;
    display:block;
}

.DropBoxGo
{
    background-image: url(/Assets/Images/DropBoxGoIcon.png);
    text-align: right;
}

.CallOutBox
{
    position: absolute;
    display: inline;
    z-index: 1000;
}
.CallOutCloseIcon
{
    padding: 7px;
}

.DeleteCallOut
{        
    background-image:url(/Assets/Controls/Utils/CreateImagePage.aspx?width=135&height=71&dropShadow=true&dropShadowWidth=3&dropShadowHeight=3&roundedCorners=true&cornerRadius=20&showCallOut=true&calloutDirection=DOWN&calloutWidth=10&calloutheight=8&startColor=255*237*238*239&endColor=255*199*198*198&roundTopLeftCorner=true&hasStroke=false&strokeSize=1&strokeColor=255*227*226*226);
    background-repeat:no-repeat; 
    position:absolute;
    margin-top:-96px;
    margin-left:-43px;
    display:none;    
    width:140px;
    height:78px;         
}

.deleteDivText
{
    font-size:small;
    color:#4D4D4D;  
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:4px;
    text-align:center;     
}

.projectText
{
    float: left;
    font-size: 10px;
    color: #4D4D4D;
    width: 100px;
    text-align: right;
    padding-top: 8px;
}

.inputCSS
{
    padding-left: 10px;
    padding-top: 5px;
    float: left;
}

.newProjectDiv
{
    width: 386px;
    height: 200px;
    background-image: url(/Assets/Controls/Utils/CreateImagePage.aspx?width=386&height=200&dropShadow=false&dropShadowWidth=3&dropShadowHeight=3&roundedCorners=true&cornerRadius=20&showCallOut=false&calloutDirection=DOWN&calloutWidth=5&calloutheight=8&startColor=255*237*238*239&endColor=255*215*215*215&roundTopLeftCorner=true&hasStroke=false&strokeSize=1&strokeColor=255*227*226*226);
    margin: 0 auto;
}

.createProjectText
{
    color:#666;    
    font-size:12px;
    font-weight:bold;
    padding-bottom:5px;    
    cursor:pointer;
}

.sceneDesDisplayText
{
    text-align:left;
}

.sceneDesDisplayText:hover
{
    text-decoration:underline;
}

.createProjectText:hover
{
    text-decoration:underline;  
}

.addPopupDiv
{
    height: 159px;
    width: 200px;
    background-image: url(/Assets/Controls/Utils/CreateImagePage.aspx?width=200&height=150&dropShadow=true&dropShadowWidth=3&dropShadowHeight=3&roundedCorners=true&cornerRadius=20&showCallOut=true&calloutDirection=DOWN&calloutWidth=10&calloutheight=8&startColor=255*237*238*239&endColor=255*199*198*198&roundTopLeftCorner=true&hasStroke=false&strokeSize=1&strokeColor=255*227*226*226);
    position: absolute;
    margin-top: -175px;
    margin-left: -100px;
    display: none;
}

.RequestQuotePopUp
{
    height: 229px;
    width: 200px;
    background-image: url(/Assets/Controls/Utils/CreateImagePage.aspx?width=200&height=220&dropShadow=true&dropShadowWidth=3&dropShadowHeight=3&roundedCorners=true&cornerRadius=20&showCallOut=true&calloutDirection=DOWN&calloutWidth=10&calloutheight=8&startColor=255*237*238*239&endColor=255*199*198*198&roundTopLeftCorner=true&hasStroke=false&strokeSize=1&strokeColor=255*227*226*226);
    position: absolute;
    margin-top: -230px;
    margin-left: -87px;
    display: none;
    background-repeat: no-repeat;
}

.downloadPopUpBox
{    
    position:absolute;
    margin-top:-10px;
    margin-left:8px;     
    display:none;
    z-index:1000;
    background-repeat:no-repeat;   
}

.DownloadSelectorText
{
    margin-top:5px;
    cursor:pointer;
    color:#4d4d4d;
}

.DownloadSelectorText:hover
{
    color: #ffffff;
    background-image: url(/Assets/Images/DropBoxBackground_Over.png);
    background-position: 0px 1px;
    background-repeat: repeat-x;
    cursor: pointer;
}

.deleteProjectSong
{
    background-image: url(/Assets/Controls/Utils/CreateImagePage.aspx?width=200&height=80&dropShadow=true&dropShadowWidth=3&dropShadowHeight=3&roundedCorners=true&cornerRadius=20&showCallOut=true&calloutDirection=DOWN&calloutWidth=10&calloutheight=8&startColor=255*237*238*239&endColor=255*199*198*198&roundTopLeftCorner=true&hasStroke=false&strokeSize=1&strokeColor=255*227*226*226);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -102px;
    margin-left: -88px;
    display: none;
    width: 200px;
    height: 90px;
}

.redText
{
    color: #900;
}

.infoTitleCell
{
    font-weight: bold;
    color: #4d4d4d;
    float: left;
    width: 150px;
    clear:both;
    line-height:17px;
}

.infoTextCell
{
    color: #4d4d4d;
    float: left;
    line-height: 17px;
    width:300px;
}

.profileBoxInfoTextCell
{
    color: #4d4d4d;
    float: left;
    line-height: 17px;
    width:260px;        
}

.profileBoxInfoTitleCell
{
    color: #4d4d4d;
    float: left;
    line-height: 17px;
    width:150px;        
}

@media print
{
    .infoTitleCell
    {        
        color: #000;     
    }

    .infoTextCell
    {
        color: #000;       
    }
}

input, select, textarea
{
    font-size: 11px;
    color: #666;
    line-height: 15px;
}

.profileBox
{
    margin-top:30px;
    height:140px;
    width:440px;
    background-image:url(/Assets/Controls/Utils/CreateImagePage.aspx?width=450&height=150&dropShadow=false&dropShadowWidth=3&dropShadowHeight=3&roundedCorners=true&cornerRadius=20&showCallOut=false&calloutDirection=DOWN&calloutWidth=5&calloutheight=8&startColor=255*237*238*239&endColor=255*215*215*215&roundTopLeftCorner=true&hasStroke=false&strokeSize=1&strokeColor=255*227*226*226);
    background-repeat:no-repeat;
}

.profileBox a
{
    color:#666;
    text-decoration:none;
}

.profileBox a:hover
{
    color:#900;
    text-decoration:none;
}

.profileTitle
{
    padding-bottom:5px;
    border-bottom:1px solid #cbcccc;    
    font-weight:bold;
    width:415px;
    color:#4d4d4d;
}

.helpBubble
{    
    background-repeat:no-repeat; 
    position:absolute;           
    width:305px;
    margin-left:-90px;
    height:270px;
    display:none;        
    z-index:2000; 
}

.helpBubble div
{
    padding:20px;    
}

.addProjectErrorText
{    
    color: #aaaaaa;    
    line-height: 17px;
    font-size:12px;    
}
