﻿.roundedBox_Blue
{
    background-color: #FCFCFF;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid #e0e0ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #818181;
    -webkit-box-shadow: 3px 3px 4px #818181;
    -moz-box-shadow: 3px 3px 4px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); */
    padding: 10px 10px 7px 10px;
    margin: 10px 0px 20px 10px;
    cursor: pointer;
}

.roundedBox_Blue_1px
{
    behavior: url(/Css/border-radius.htc);
    border: 1px solid lightgrey;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.roundedBox_Blue_2px
{
    behavior: url(/Css/border-radius.htc);
    border: 2px solid lightgrey;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.roundedBox_Blue_3px
{
    behavior: url(/Css/border-radius.htc);
    border: 3px solid #7e8bf8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.roundedBox_Green
{
    background-color: #FCFFFC;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid #e0ffe0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #818181;
    -webkit-box-shadow: 3px 3px 4px #818181;
    -moz-box-shadow: 3px 3px 4px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);  */
    padding: 10px 10px 7px 10px;
    margin: 10px 0px 20px 10px;
    cursor: pointer;
}

.roundedBox_Yellow
{
    background-color: #FFFFFC;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid #fff0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #818181;
    -webkit-box-shadow: 3px 3px 4px #818181;
    -moz-box-shadow: 3px 3px 4px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); */
    padding: 10px 10px 7px 10px;
    margin: 10px 0px 20px 10px;
    cursor: pointer;
}

.roundedBox_Red
{
    background-color: #FFFCFC;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid #ffe0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #818181;
    -webkit-box-shadow: 3px 3px 4px #818181;
    -moz-box-shadow: 3px 3px 4px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); */
    padding: 10px 10px 7px 10px;
    margin: 10px 0px 10px 10px;
    cursor: pointer;
}

.roundedBox_RelatedProduct
{
    background-color: #f9f9f9;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid silver;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); */
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 15px 20px;
}

#ctl00_ContentArea_tblProductList tr.highlight { background-color: #FFFCFC; }

.hover { background-color: #FF7777; }

.OrangeButton 
{

    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
/*    text-transform: uppercase;  */
    padding: 3px 25px 3px 20px;
    margin: 0 auto;
    color: white;
    display: block;
    width: 340px;
    height: 28px;
    border: 0 none;
/*    background: url(../Images/btn-sprite.gif) no-repeat 0 -186px;  */

    background-color: #f46614;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid #ff4400;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;

    box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); */
        
}

.ProductDetailSpec { width: 100%; text-align: left; }
.ProductDetailSpec .productInformation { margin-bottom: 25px; white-space: pre-line; }
.ProductDetailSpec .productDetailTable {width:100%;}
.ProductDetailSpec .productDetailTable td {font-size:16px;padding:5px 10px;}
.ProductDetailSpec .productDetailTable tr.gray {background:#e3e3e3;}
.ProductDetailSpec .productDetailTable .label {width:160px;font-weight:bold;vertical-align:text-top;}
.ProductDetailSpec .productDetailTable .descText {font-size:12px;}
.ProductDetailSpec .productDetailTable .datasheets a { padding-right: 15px; }


/*********************************************************
  Following is for Requirement Sheets...
        By Si
        Date October 2012
        Refered "Truth.LCDsolar.com"
*********************************************************/

.RS_Wrapper 
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	margin-bottom: 20px;
}

.TextBox-1
{
    border: 1px solid #ccc;
    font-size: 10pt;
    color: #555555;
    padding-left: 4px;
    padding-right: 4px;
}

.TextBox-Center
{
    border: 1px solid #ccc;
    font-size: 10pt;
    color: #555555;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}

.TextBox-1-Empty
{
    border: 1px solid #ffaa99;
    font-size: 10pt;
    color: #555555;
    padding-left: 4px;
    padding-right: 4px;
}

.TextBox-1-ReadOnly
{
    border: 1px solid #ff5555;
    font-size: 10pt;
    color: #777777;
    padding-left: 4px;
    padding-right: 4px;
}

.TableRow-Highlight
{
    /* font-weight: bold; */
    color: Maroon;
}

.TableRow-Highlight2
{
    /* font-weight: bold; */
    color: Maroon;
}

.TableRequirementSheet { padding: 3px 0px 3px 0px; width: 100% }

.TableRow-Odd  
{ 
    background-color: #ffffff;  
    padding: 3px 0px 3px 5px;
    vertical-align: middle;
}

.TableRow-Even 
{ 
    background-color: #eeefff;  
    padding: 3px 0px 3px 5px;
    vertical-align: middle;
}

#logo 
{
    width: 960px;
	height: 92px; 
	/*border-top: 10px #f86b03 solid;*/
	}    

.roundedBox_RSUpload
{
    background-color: #f9f9f9;
    behavior: url(/Css/border-radius.htc);
    border: 1px solid silver;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181; /*    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); */
    margin: 20px 0px 20px 0px;
    padding: 20px 20px 20px 20px;
}