﻿   #ContentBox {
                width:1215px;
                margin-left:auto;
                margin-right:auto;
                background-color:white;
                min-height:455px;
                padding:15px;
                border-radius:10px; 
                margin-top:-15px;
                
                 /*background-image:url('/Images/page_curl.png');
                 background-repeat:no-repeat;
                 background-position-x:right;
                 background-position-y:top;*/

                 /*Commented by Anbuselvan-30-07-2014 ::Remove the InnerScrollBar*/
                 /*height:480px;
                 overflow-y:scroll;
                 overflow-x:hidden;
                 scrollbar-3dlight-color:ButtonShadow;*/
            }
#EmptyContentBox {
    width:90%;
                margin-left:auto;
                margin-right:auto;
                background-color:white;
                min-height:300px;
                padding:15px;
                border-radius:10px; 
                margin-top:-15px;
}
         #ContentBody {
            /* padding-top:15px;*/
            padding-bottom:25px;
         }
            #myPage {
                background-color:silver;
                font-family:Calibri;
                font-size:13px;
                padding:0px;
                margin:0px;
            }
         #RadMenu1 {
             margin-top:10px;
             margin-bottom:10px;
         }
         #header {
    background-image:url('/Images/header22.jpg');
    background-color:#cccccc;
    height:90px;
    margin:0px;
}
#headerStrip {
    background-color:#f29035;
    height:20px;
   
}
.panel_welcome {
    padding-right:50px;
    text-align:right;
    float:right;
    color:white;
   
}
#showHide {
    background-image:url('/Images/arrow.png');
    background-position-x:right;
    background-position-y:top;
    background-repeat:no-repeat;
    margin-right:25px;
    cursor:pointer;
}
#logo {
            width:1200px;
            margin-left:auto;
            margin-right:auto;
            margin-top:0px;
            padding-top:5px;
}
#footer {
    background-color:#000;
    text-align:center;
    height:20px;
    color:white;
    padding-top:5px;
    margin-bottom:-2px;
}
.footerLink {
    color:#f29035;
}
.grdComments td {
    padding:5px;
}
.throw {
     background-color:gray;
     
}
         .commentDate {
             text-align:right !important;
             width:50%;
             padding:3px !important;
         }
         .commentUser {
             text-align:left;
             width:50%;
             padding:3px !important;
         }
         .rightDock {
             float:right !important;
         }
         .RadDockZone {
             border:none !important;
             padding:0px !important;
         }
         .myDock {
             margin-top:15px;
         }
         .RadDock .rdTitleBar em {
             font-weight:bold !important;
         }
         #div_Content {
             margin-top:15px;
         }
         td {
             vertical-align:top;
         }
         th {
             text-align:left !important;
         }
         .rightAlign {
             text-align:right;
         }
         .leftAlign {
             text-align:left;
         }
         .centerAlign {
             text-align:center;
         }
         .LeftDock {
             width:580px;
         }
         .rightDock {
             width:625px;
             padding-left:10px;
         }
         .RadDock {
             position:relative !important;
         }
         .rdLeft, .rdRight {
           /*  display:none;*/
         }
         #skindiv {
             float:right;
             font-weight:bold;
             z-index:8000;
             position:absolute;
             width:1215px;
             text-align:right;
             padding-top:1px;
             color:white;
             top:65px;
         }
         .card {
             background-color: #f7f7f7;
            padding: 20px 25px 30px;
            margin: 0 auto 25px;
            width: 304px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        }
         .RadMenu {
             z-index:100 !important;
         }
.div_Acceptance {
    width:800px;

}
.headermessage {
    font-size:16px;
    height:200px;

}
.pagetitle {
    font-size:20px;
    color:#000;
    padding:3px 10px 3px 10px;
    height:25px;
    font-weight:bold;
    filter: Shadow(Color=red, Direction=130, Strength=1);
    width:200px;
background: #f29035; /* Old browsers */
background: -moz-linear-gradient(left,  #f29035 42%, #ffffff 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(42%,#f29035), color-stop(96%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f29035 42%,#ffffff 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f29035 42%,#ffffff 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f29035 42%,#ffffff 96%); /* IE10+ */
background: linear-gradient(to right,  #f29035 42%,#ffffff 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29035', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
text-shadow:4px 2px 2px #808080;

}
h3 {
    font-size:14px;
    color:#000;
    padding:3px 10px 3px 10px;
    height:16px;
    font-weight:bold;
    filter: Shadow(Color=red, Direction=130, Strength=1);
    width:40%;
background: #f29035; /* Old browsers */
background: -moz-linear-gradient(left,  #f29035 42%, #ffffff 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(42%,#f29035), color-stop(96%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f29035 42%,#ffffff 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f29035 42%,#ffffff 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f29035 42%,#ffffff 96%); /* IE10+ */
background: linear-gradient(to right,  #f29035 42%,#ffffff 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29035', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
text-shadow:4px 2px 2px #808080;

}

.pagetitlenew {
    font-size:20px;
    color:#FFF;
    padding:5px 10px 5px 10px;
    height:25px;
    font-weight:bold;
    width:1160px;
    text-align:center;
background: -moz-linear-gradient(left,  #ffffff 0%, #d3891b 45%, #d3891b 55%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(45%,#d3891b), color-stop(55%,#d3891b), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#d3891b 45%,#d3891b 55%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#d3891b 45%,#d3891b 55%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#d3891b 45%,#d3891b 55%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#d3891b 45%,#d3891b 55%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
text-shadow:4px 2px 2px #808080;

}
.shadow {
    filter: dropshadow(color=#CCCCCC, offx=1, offy=1, Positive=1) !important;
}
#myMenu {
    width:900px !important;
    position:absolute;
    top:64px;
    float:right;
    padding-left:330px;
}
.ContentPage {
   /* padding-top:25px;*/

}
.leftdockbox {
    width: 580px;
    float: left;
    border: 1px solid gray;
    border-radius:5px;
    padding:5px;
}
.rightdockbox {
   width: 580px;
   float: right;
   padding:5px;
}
.blueLink a {
    color:blue !important;
}
.RadMenu a.rmLink {
    cursor:pointer !important;
}
.div_Comments {
    padding-top:10px;
}




.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    cursor:pointer;
    /* Styles */
   /* background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;*/
 
    /* Font settings */
    font-weight: bold;
    float:right;
    padding-right:35px;
     z-index:9999;
}
.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
    color:white;
    z-index:9999;
}
.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
 
    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;
    border-radius:2px;
     -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
 
    /* Hiding */
    display:none;
    pointer-events: none;
}
 
.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #2c2c2c;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    transition: all 0.3s ease-out;
    font-size:14px;
}
 
.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}
 
/*.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
 
.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}*/
 
/* Hover state */
 
.wrapper-dropdown-3 .dropdown li:hover a {
    background: silver;
}
.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;   
}
 
/*.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;   
}*/
.wrapper-dropdown-3 .dropdown.active {
    display:block;
    pointer-events: auto;
}

#projectlist {
    width:300px;
    background-color:silver;
}
    #projectlist td {
        border-bottom:1px solid ButtonShadow;
        width:300px !important;
        padding:5px;
        cursor:pointer;
    }

    #projectlist td:hover {
        background-color:ButtonShadow;
    }

#div_tabView {
    border:1px solid gray;
    padding:10px;
    width:550px;
    margin-top:-1px;
}

 .mybutton {
            background-image: url('WebResource.axd?d=A0EPMg-MParTFCKS0c6gDU-pc6phnECiWJkA9c_WPehIZ0HhbSGnpdd--jO16r0tssXnRi8TZAS8KJiCxK9KrS5bTAeI4eWNmoKSGUFyAs6s3h9LbsnmKr9MuDagwosUf7Tg43uIMEfiNClUw0FBx808LSk1&t=635159014574115295');
          
            height: 22px;
            padding-right: 10px;
            padding-left: 10px;
            border: 1px solid #606860;
            text-align: center;
            background-position: left -22px;
            overflow: visible;
            background-color: transparent;
            outline: none;
            cursor: pointer;
            -webkit-border-radius: 0;
            font-size: 12px;
            font-family: "Segoe UI", Arial, Helvetica, sans-serif;
            color: #0d202b;
            background-position: right -222px !important;
            border-radius: 2px;
        }
