/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 17, 2015, 4:47:44 PM
    Author     : DIVINE
*/

body {
    padding: 0px;
    margin: 0px;
    background: url("../Images/PageBg.png") repeat-x scroll 0% 0%;
}

input[type="button"] {
    border-color: #FF8400;
    border-radius: 10px;
    background: rgba(255,252,255,1);
    background: -moz-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,252,255,1)), color-stop(51%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcff', endColorstr='#fefefe', GradientType=0 );
}

input[type="text"]{
    text-align: right;
}

#header {
    position: fixed;
    z-index: 10;
    width: 1366px;
}

#title{
    height: 70px;
    background: rgba(224,221,224,1);
    background: -moz-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,221,224,1)), color-stop(12%, rgba(252,252,252,1)), color-stop(33%, rgba(252,252,252,1)), color-stop(69%, rgba(219,219,219,1)), color-stop(92%, rgba(189,189,189,1)), color-stop(100%, rgba(210,213,214,1)));
    background: -webkit-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
    background: -o-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
    background: linear-gradient(to bottom, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dde0', endColorstr='#d2d5d6', GradientType=0 );
    z-index: 20;
}

#title-wrapper {
    background: url(../Images/long-bg.png) right center no-repeat ;
    z-index: 22;
    height: 70px;
}

#logo {
    float: left;
    position: relative;
    left: 70px;
}

#header-text {
    float: left;
    position: relative;
    left: 100px;
    top: 5px;
}

#header-text h1 {
    float: left;
    font-family: small Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 48px;
    margin: 0px;
    text-shadow: 4px 4px #cccccc, 0 1px #cccccc, 1px 0 #cccccc, 0 -1px #cccccc;
}

#header-text h2 {
    float: left;
    font-family: "Brush Script MT";
    color: blue;
    position: relative;
    left: 30px;
}

#navigation{
    position: relative;
    float: left;
    top: -1px;
    background: rgba(255,255,255,0.8);
}

#navigation ul{
    margin: 0px;
    padding: 0px;
    list-style: outside;
    position: relative;
    top: -3px;
}

#navigation li{
    display: inline;
    padding-top: 6px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgba(210,213,214,1);
    background: -moz-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(67,80,87,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,213,214,1)), color-stop(100%, rgba(67,80,87,1)));
    background: -webkit-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(67,80,87,1) 100%);
    background: -o-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(67,80,87,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(67,80,87,1) 100%);
    background: linear-gradient(to bottom, rgba(210,213,214,1) 0%, rgba(67,80,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d5d6', endColorstr='#435057', GradientType=0 );
}

#navigation li a{
    text-decoration: none;
    font-size: 25px;
    font-family: "Times New Roman", serif, arial;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    color: white;
}

#navigation li.current{
    background: rgba(211,213,214,1);
    background: -moz-linear-gradient(top, rgba(211,213,214,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,213,214,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(211,213,214,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(211,213,214,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(211,213,214,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(211,213,214,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d5d6', endColorstr='#131313', GradientType=0 );
}

#navigation li:hover {
    background: rgba(210,213,214,1);
    background: -moz-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(17,30,37,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,213,214,1)), color-stop(100%, rgba(17,30,37,1)));
    background: -webkit-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(17,30,37,1) 100%);
    background: -o-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(17,30,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,213,214,1) 0%, rgba(17,30,37,1) 100%);
    background: linear-gradient(to bottom, rgba(210,213,214,1) 0%, rgba(17,30,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d5d6', endColorstr='#435057', GradientType=0 );
}

#content {
    height: 475px;
    position: relative;
    top: 60px;
}

.welcome-text{
    font-size: 25px;
    margin: 20px;
    color: #FF8400;
    position: relative;
    top: 10px;
}

.segment-box{
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccfc8;
    width: 1100px;
    color: #006600;
    background: rgba(255,252,255,1);
    background: -moz-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,252,255,1)), color-stop(51%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(255,252,255,1) 0%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcff', endColorstr='#fefefe', GradientType=0 );
}

.details ul li span.details-value{
    color: black;
    font-weight: normal;
}

.details ul li span{
    color: #006600;
    font-weight: bold;
}

#noOfSolutionsDiv{
    display: none;
}

#paginating{
    position:fixed;
    bottom: 0px;
    margin-top: 5px;
    height: 50px;
    width: 800px;
    background-color: #cccfc8;
}

#paginating div {
    float: left;
}

#pagination{
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: outside;
    height: 32px;
}

#pagination li{
    display: inline;
    float: left;
    height: 30px;
    width: 32px;
    cursor: pointer;
    padding: 10px;
}

#first {
    background: url(../Images/first-enable.png) no-repeat;
}

#first:hover{
    background: url(../Images/first-hover.png) no-repeat;
}

#previous {
    background: url(../Images/previous-enable.png) no-repeat;
}

#previous:hover{
    background: url(../Images/previous-hover.png) no-repeat;
}

#next {
    background: url(../Images/next-enable.png) no-repeat;
}

#next:hover{
    background: url(../Images/next-hover.png) no-repeat;
}

#last {
    background: url(../Images/last-enable.png) no-repeat;
}

#last:hover{
    background: url(../Images/last-hover.png) no-repeat;
}

#index{
    margin-top: 12px;
    margin-left: 130px;
}

#index li{
    display: inline;
    float: right;
    margin-right: 15px;
    font-size: 20px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
}

.indexBorder ul li{
    border-style: solid;
    border-width: 1px;
    border-color: #cccfc8;
    border-radius: 0px 0px 5px 5px;
}

#solutions{
    display: none;
}

#currentIndex{
    border-style: solid;
    border-width: 1px;
    border-color: #191919;
    border-radius: 2px;
    cursor: pointer;
}


#lastIndex {
    padding-right: 70px;
    border-style: solid;
    border-width: 1px;
    border-color: #191919;
    border-radius: 2px;
    cursor: pointer;
}

.hidden {
    display: none;
}

#pagination li#next.disableNextBnt {
    background: url(../Images/next-disable.png) no-repeat;
    cursor: default;
}

#pagination li#previous.disablePreviousBnt {
    background: url(../Images/previous-disable.png) no-repeat;
    cursor: default;
}

#pagination li#first.disableFirstBnt {
    background: url(../Images/first-disable.png) no-repeat;
    cursor: default;
}

#pagination li#last.disableLastBnt {
    background: url(../Images/last-disable.png) no-repeat;
    cursor: default;
}

#footer{
    position: relative;
    height: 50px;
    background-color: #cccccc;
    display: none;
    /*    background: rgba(224,221,224,1);
        background: -moz-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,221,224,1)), color-stop(12%, rgba(252,252,252,1)), color-stop(33%, rgba(252,252,252,1)), color-stop(69%, rgba(219,219,219,1)), color-stop(92%, rgba(189,189,189,1)), color-stop(100%, rgba(210,213,214,1)));
        background: -webkit-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
        background: -o-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
        background: -ms-linear-gradient(top, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
        background: linear-gradient(to bottom, rgba(224,221,224,1) 0%, rgba(252,252,252,1) 12%, rgba(252,252,252,1) 33%, rgba(219,219,219,1) 69%, rgba(189,189,189,1) 92%, rgba(210,213,214,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dde0', endColorstr='#d2d5d6', GradientType=0 );*/
}

