/*
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 : Jan 5, 2014, 7:43:56 PM
    Author     : akrai
*/

body{
    //  background-image: url(image/bgimage.jpg);
    height: 600px;
   
    font-family:Georgia, "Times New Roman", Times, serif;
    // background-color: #067b80;    
    background-color: whitesmoke;
    //  width: 100%;
    padding: 0px;
    margin: 0px;
}
.content-body {

    height: 100%;
    //min-height: 100%;
    width: 100%;
    background-color: whitesmoke;



}
.content {

    height: 95%;
    width: 1024px;
    background-color: white;
    margin: 0px auto;
    //border: 1px solid black;




}
.header_menu_content{

    height: 38px;
    width: 1024px ;
    //    width: 70%;
   
    margin: 0px auto;

    //    border-top-left-radius: 0px;
    //    border-top-right-radius: 0px;
    padding: 0px;
    //border: 2px solid green;
    background-image: url(../../image/m_bg.png);


}


.header_menu_item ul {
    //margin: 1px;
    list-style-type: none;
    padding : 0px;
    z-index: 1000000;
    height: 30px;
}
.header_menu_item ul li 
{ 
    // display: inline;
    list-style-type: none;
    float: left;
    //margin-top: 10px;


}
.header_menu_item ul li a{ 
    float: left;
    display: block;
    width:124.5px;
    //	padding: 1% 1% .95% 1%;
    padding: 10px;
    margin : 0px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    font-weight: bold;  
    outline: none;
    border-right: 1px solid #02576b;
    background-image: url(../../image/m_bg.png);
    background-repeat: repeat-x;
    //height: 3px;



}

.header_menu_item ul li a:hover {
    color: #ccc;
    background-image: url(../../image/m_hover.png);


}
.header_menu_item ul li ul
{
    position: absolute;
    padding: 0;
    float:left;
    display:none;
    width:200px;
}
.header_menu_item ul li:hover ul
{
    display: block;
    list-style:none;
    float:left;
    width:200px;
    margin:0; padding:0;
    margin-top:36px;

}
.header_menu_item ul li ul li
{
    padding:0;
    background-color: #01404f;
    position: relative;
    text-align: justify;
    line-height:14px;
    width:200px;
    opacity:.8;
    float:left;
    height:40px;	
    border-bottom:solid 1px #02576b;

}

.header_menu_item ul li ul li a{ 
    float: left;
    display: block;
    width:174px;
    //	padding: 1% 1% .95% 1%;
    padding: 13px;
    margin : 0px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    font-weight: bold;  
    outline: none;
    border-bottom:  1px solid #02576b;
    border-right: none;
    background-image: none;
    background-repeat: repeat-x;

}
.header_menu_item ul li ul li a:hover{ 
    //  text-align:left; 
    //  height:40px; 
    // float:left;  
    //    width:120px;
}

.header_content {
    height: 70%;
    width: 1024px;
    background-color: white;
    margin: 0px auto;
    //  border: 2px solid red;

}
.header {
    background-color: #067b80;    
    height: 30%;
    width: 100%;
    margin: 0px;
    // border: 2px solid blue;

}
.footer {
    background-color: #045b5f;
    position: relative;
    height: 10%;
    width: 100%;
    //  border-bottom-left-radius: 10px;
    //  border-bottom-right-radius: 10px;
    float: left;

}
.footer-inner {
    background-color: inherit;    
    height: 50%;
    width: 100%;
    alignment-adjust: central;


}
.copyright {
    margin: auto;
    width: 80%;
    font-size: 12px;
    color: #fff;

    // border-bottom: 1px solid white;
}


.leftsidebar {
    width: 20%;
    height: 97%;
    float: left;
    background-color: white;
    clear: left;


}
.rightslidebar {
    width: 20%;
    height:97%;
    float: right;
    background-color: white;
    clear: right;
}

p {
    padding: 0; 

}

.image-show-wrapper {
    height: 250px;
    margin: 0px auto;
    background-color: #067b80;

    //  border: 2px solid black;

}
.image-show {

    overflow: hidden;
    width: 100%;
    height: 100%;
    list-style-type: none;
    margin: auto;
    //      border: 2px solid black;

}
.image-show img {

    width: 100%;
    height: 250px;

    margin: 0px 0px 0px 0px;;
    padding: 5px;


}
.image-show li {
    display: inline;

}


.side-box {
    border: 1px ridge;
    border-color: #e0d6d5;
    border-radius: 5px;
    background-color: #f0e6e6;
    margin: 5px;
    padding: 0px 0px 0px 0px;
    //    height: 50%;
}
.mid-box {
    border: 1px solid;
    border-color: #e0d6d5;
    border-radius: 5px;
    background-color: #f0e6e6;
    margin: 5px 0 0 20% ;
    padding: 5px;
    height: 97%;
    width: 58.5%;
    overflow-y: auto;
}


h2 {padding: 0 0 0 0;
    margin: 0 0 0 0;}
.link-heading
{

    text-align:center; 
    width:100%;
    //text-shadow: 2px 2px 5px #ffffff;
    background:#045b5f;
    //  background-image: url(../../image/menubg.png);

    color:#ccc;
    padding-bottom:10px;
    border-radius:5px 5px 0px 0px; 
    font-size:15px ; 
    font-weight:bold; 
    padding-top:10px;
    font-family:Georgia, "Times New Roman", Times, serif;

}
.logo-heading {
    text-align:center; 
    width:100%;
    text-shadow: 2px 2px 5px #ffffff;
    //background:#debebd;
    color: #067b80;
    padding-bottom:10px;
    border-radius:5px 5px 0px 0px; 
    font-size:30px ; 
    font-weight:bold;
    font-style: italic;
    padding-top:10px;
    font-family:Georgia, "Times New Roman", Times, serif;
}
.gen-heading {
    text-align: center;
    color: #067b80;
    font-size:20px ; 
    font-weight:bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    // border: 1px solid black;
}
.logindiv {

    margin : auto;
    padding: 10px;
    background : grey;
    border : 2px outset red;
    border-radius: 10px;

    width : 25%;
    height : 150px;
}

.linklist a {
    margin: auto;
    padding: 5px 5px 5px 5px;
    text-align: left;
    display: block;
    background-image:url(../../image/bull.png);
    background-position: left;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 15px;
    color:#000; 
    font-size:13px;
    border-bottom:1px solid #c8d7dc; 
} 
.linklist a:hover {
    background-color: #067b80;
}


.hindifont {
    font-family:  "Kruti Dev 010";

}
.englishfont {
    font-family:  Georgia, "Times New Roman", Times, serif;

}

.defaulttable{
    border-spacing: 0px;
    border-bottom: 1px solid black;;
}

.defaulttable  td {
    
    border-top: 1px solid black;
    border-right: 1px solid black;
    width: 500px;
}
.defaulttable  td:first-child {
     border-left: 1px solid black;
     
}
.defaulttable  th {
    
    border-top: 1px solid black;
    border-left : 1px solid black;
    background-color: #067b80;
}
.defaulttable  th:last-child {
    border-radius: 0px 10px 0px 0px;
    border-right: 1px solid black;
}
.defaulttable  th:first-child {
    border-radius: 10px 0px 0px 0px;
    border-left: 1px solid black;
}
.hinditable{
    border-spacing: 0px;
    border-bottom : 1px solid black;
    font-family:  "Kruti Dev 010";
    
}

.hinditable  td {
    border-top: 1px solid black;
    border-right: 1px solid black;
    width: 20%;
}
.hinditable td:first-child {
     border-left: 1px solid black;

}
.hinditable  th {

    border-top: 1px solid black;
    border-left : 1px solid black;
    background-color: #067b80;

}
.hinditable th:last-child {
 border-radius: 0px 10px 0px 0px;
    border-right: 1px solid black;
}
.hinditable th:first-child {
    border-radius: 10px 0px 0px 0px;
    border-left: 1px solid black;
}

.validateerror {
    visibility: hidden;
    color: red;
    font-size: 12px;

}



.hspan{


    font-family:  "Kruti Dev 010";
    display:none ;
    float: left;
    overflow: hidden;
}


.espan{
    //  font-family:  "Kruti Dev 010";

    overflow: hidden;


}
.adminview {
    width : 100%;
}
.adminview tr td {
    width: 45%;

}

.adminview tr td img{
    vertical-align: middle;
    width: 80px;

}

.btn {
    border-style: none;
    background-image: url(../../image/news.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-color: #f0e6e6;
    background-position: left;
    height: 80px;
    width: 340px;
    text-decoration: underline;



}
.adminview td:hover {
    background-color:#067b80;
}
.adminview input:hover {
    background-color:#067b80;
}

.defbtn {
    //background-image: url('../../image/m_bg.png');
    //border-image: url('../../image/m_bg.png');
    
    //border-radius: 5px;
}


.utflineheight {
    line-height: 140%;
    font-size: 86%
}

.billtable{
    border-spacing: 0px;
    border-bottom: 1px solid black;;
}

.billtable  td {
    
    border-top: 1px solid gainsboro;
    border-right: 1px solid black;
    //width: 500px;
}
.billtable  td:first-child {
     border-left: 1px solid black;
     
}
.billtable  th {
    
    border-top: 1px solid black;
    border-right : 1px solid black;
      border-bottom : 1px solid black;
    background-color: #067b80;
}
.billtable  th:last-child {
    border-radius: 0px 10px 0px 0px;
    //border-right: 1px solid black;
}
.billtable  th:first-child {
    border-radius: 10px 0px 0px 0px;
    border-left: 1px solid black;
}

.ptaxtable {
    border-collapse:collapse;
    border-spacing: 0px;
    border: 1px solid black
}
.ptaxtable td {
    width: 16.6%;
}

@media print {
p.breakhere {page-break-after: always;}
}

