
body {
  font: 12px/1.5 Arial;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-bottom: 10px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
  
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
  color:#4E4E4E;
}

#logo-description
{
    color:White;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

/* Pradeep Extra Code for Tab */
   .tab
        {
            float:left;
            background-color: #5D7B9D;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 5px;
            display: inline-block;
            cursor: pointer;
            cursor: hand;
        }
        .tabcontent
        {
            margin-top: -1px;
            border: 1px solid #bbbbbb;
            padding: 1%;
            float: left;
            width: 98%;
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1NSwyNTUsMjU1LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjE5LDIyNiwyMjksMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==); background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(219,226,229,1)); background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(219,226,229,1)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(219,226,229,1))); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFDBE2E5); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFDBE2E5)"
        }
        *:first-child+html .tabcontent {float: none;}
        
        
/* ie7 Fixes */
*:first-child+html form .form-element input.image { position:relative; right: 10%; }          /* Fix for Search Image */
*:first-child+html #wrapper { overflow:hidden; }                                              /* Body width exceeds   */
*:first-child+html #footer-container { bottom:0px; }                                          /* Footer Bottom Fix    */
*:first-child+html form input.submit { border:none; }                                         /* Button Border Fix    */
*:first-child+html form .form-element select { height: 31px; }                                /* Select Box Height Fix */

/* ie7 - Button Spacing Issue */
* + html #content-wrapper .btn-group input.submit {text-align:center; margin: 0px auto 0px auto; }
* + html #content-wrapper .btn-group {position:relative; float:left; left:50%; }
* + html #content-wrapper .btn-group input.submit {position:relative;float:left; left:-50%; margin:0 2px; }
		
		

/* Update Progress Loader */
     #UpdateProgress1 
     {
        width:100%; 
        height:100%;
        position: absolute;
     }
     .progress_bg 
     {
        background: url("../Images/trans_bg.png") repeat;
        width:100%;
        height:100%;
        position: absolute;
        z-index:100000;
     }
     .progress 
     {
        background: url("../Images/ajax-loader.gif") no-repeat transparent;
        position:fixed;
        width:100px;
        height:100px;
        top: 45%;
        left: 45%;
     }