/* ====================================

Basic CSS for the demo

==================================== */
body{
    background:url(../img/bg.png) repeat;
    color: white;
    font-family: "lucida grande", sans-serif;
    font-size: 14px;
}

h1{
    font-family: "lucida grande", sans-serif;
    font-size: 33px;
}

h2{
    font-family: "lucida grande", sans-serif;
    font-size: 18px;
    border-bottom: 1px dotted #CCC;
    padding-top: 10px;
}
h3 img{
    position: relative;
    top: 5px;
}
a{
    color: #58daed;
}

.main{
	position:relative;
	top:10%;
	left:35%;
    width: 430px;
}

.mainresponse{
    position:relative;
    top:10%;
    left:5%;
    width: 90%;
    font-size: 12px;
}
.Output{
    width: 260px;
    font-family: "lucida grande", sans-serif;
    font-size: 18px;
}

/* Field form Style */
.field{
    display: block;
    padding-top: 15px;
}

.field input[type="text"]{
    position: absolute;
    left: 150px;

}

.field label.secondary{
    position: absolute;
    left: 245px;
}

.field input[type="text"].secondary{
    position: absolute;
    left: 320px;
}
.field select{
    position: absolute;
    left: 150px;

}

.field span{
    padding-top: 5px;
    display: block;
    font-size: 10px;
    color:#58daed;
}

.optionbox{
    padding: 15px;
    border: 1px solid;
    border-color: black;
    background-color: rgba(0,0,0,0.5);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: black 0px 0px 10px, rgba(0,0,0,0.5) 0px 0px 1px;
    -moz-box-shadow: black 0px 0px 10px, rgba(0,0,0,0.5) 0px 0px 1px;
    -o-box-shadow: black 0px 0px 10px, rgba(0,0,0,0.5) 0px 0px 1px;

}


/* Button Style */

button,input[type="submit"]{
        background: #3b88d8;
        background: -moz-linear-gradient(0% 100% 90deg, #393939, #484848);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#393939));
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;

        color: white;
        font-family: "lucida grande", sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 5px 0;
        text-align: center;
        text-shadow: 0 -1px 1px #3275bc;
        width: 200px;
        height: 30px;
        -webkit-background-clip: padding-box;
      }

      input[type="submit"]:hover, button:hover {
        background: #999999;
        background: -moz-linear-gradient(0% 100% 90deg, #393939, #999999);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#393939));
        /*border-top: 1px solid #2a73a6;
        border-right: 1px solid #165899;
        border-bottom: 1px solid #07428f;
        border-left: 1px solid #165899;*/
        -moz-box-shadow: inset 0 1px 0 0 black;
        -webkit-box-shadow: inset 0 1px 0 0 black;
        -o-box-shadow: inset 0 1px 0 0 black;
        cursor: pointer;
        text-shadow: 0 -1px 1px #1d62ab;
        -webkit-background-clip: padding-box;
      }

      input[type="submit"]:active,button:active {
        background: #5e5e5e;
        border: 1px solid black;
        border-bottom: 1px solid black;
        -moz-box-shadow: inset 0 0 6px 3px #444444, 0 1px 0 0 black;
        -webkit-box-shadow: inset 0 0 6px 3px #444444, 0 1px 0 0 black;
        -o-box-shadow: inset 0 0 6px 3px #444444, 0 1px 0 0 black;
        text-shadow: 0 -1px 1px #2361a4;
        -webkit-background-clip: padding-box;
      }


      input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
        border: 0;
        padding: 0;
      }

/* Style for text*/
input[type="text"]{
    height: 25px;
    width: 70px;
    font-family: "lucida grande", sans-serif;
    font-size: 16px;
    text-decoration: bold;

    background: -moz-linear-gradient(#f4f5f5, white);border-radius: 2px;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 3px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;


}

select{
    width: 150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    font-family: "lucida grande", sans-serif;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*=============================================
    Sql Style for the query
=============================================*/
.red{
    color:#c9256f;
    text-decoration: bold;
}
.green{
    color:#7ad950;
    text-decoration: bold;  
}
.yellow
{
    color:#e6da82;
}
.blue{
    color:#58daed;
}
.purp{
    color: #917ff7;
}
.grey{
    color: #606b5f;
}

/*=============================================
    Excel 2007 look (default sheed look)
=============================================*/
table{
    border: 1px solid #B0CBEF;
    border-width: 1px 0px 0px 1px;
    font-size: 11pt;
    font-family: Calibri;
    font-weight: 100;
    border-spacing: 0px;
    border-collapse: collapse;
    color:black;
}

table TH {
    background-image: url(../img/top_header.gif);
    background-repeat: repeat-x; 
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #9EB6CE;
    border-width: 0px 1px 1px 0px;
    height: 17px;
}

table TD {
    border: 1px;
    background-color: white;
    padding: 0px 4px 0px 1px;
    border: 1px solid #D0D7E5;
    border-width: 0px 1px 1px 0px;
}

table TD B {
    border: 0px;
    background-color: white;
    font-weight: bold;
}

table TD.heading {
    background-color: #E4ECF7;
    text-align: center;
    border: 1px solid #9EB6CE;
    border-width: 0px 1px 1px 0px;
}

table .firstth {
    background-image: url(../img/top_left.gif);
    background-repeat: no-repeat;
    background-color: #b0cff7;
    width: 30px;
}



