/* Default CSS Stylesheet for a new Web Application project 
TankLink Logo Blue = #00aeef
TankLink Web Dark Gray = #8c8e91
TankLink Web Light Gray = #a6a8ab
Very Dark Gray = #3e3f40
*/
  html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body.master
{
    background-color: #8c8e91;
}

::-webkit-input-placeholder {
    background-color: #f7f3f3;
   color:#3e3f40
}

:-moz-placeholder { /* Firefox 18- */
    background-color: #f7f3f3;
   color:#3e3f40
}

::-moz-placeholder {  /* Firefox 19+ */
    background-color: #f7f3f3;
   color:#3e3f40
}

:-ms-input-placeholder {  
    background-color: #f7f3f3;
   color:#3e3f40
}

div.master
{
    border-style: double;
    border-width: thick;
    border-color: inherit;
    background-color: White;
    width: 996px;
    margin: 0 auto;
}

body.login
{
    background-color: #8c8e91;
}

div.login
{
    border-style: double;
    border-width: thick;
    border-color: inherit;
    background-color: White;
    width: 600px;
    margin: 0 auto;
}

body
{
    font-family: verdana, arial,  helvetica;
    font-size: 9pt;
	color: black;
}

table
{
    font-family: verdana, arial,  helvetica;
    font-size: 9pt;
	color: black;
}

tr {
    vertical-align: top;
}

table.outline
{
    border-style: solid;
    border-color: Black;
    border-width: thin;
}

table.grid td, table.grid th {
    border: thin solid #999999;
    border-collapse: collapse;
    text-align: left;
}

table.grid th {
    background-color: #c5ccd4;
}

table.grid .invchild td {
    border: none;
}

table.gridview th, table.gridview .header a {
    background-color: black;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: bottom;
}

table.gridview tr.gridselect {
    background-color: #a6a8ab;
}

table.gridview caption {
    font-weight: bold;
}

table.formview caption {
    font-weight: bold;
}

table.nav {
    font-family: verdana, arial, helvetica;
    font-size: 9pt;
    color: white;
}

/* SMALL SIZE */
.ajax__balloon_popup .custom .small {
    border: thin solid #000000;
    width: 200px;
    height: 150px;
    background-color: #c5ccd4;
}

/* END OF SMALL SIZE */

h1
{
	color: Black;
    font-size: 15pt;
}

h2
{
	color: Black;
    font-size: 12pt;
}

caption
{
    text-align: left;
}

p.regular
{
	text-indent: 35px;
	text-align: justify;
}

p.list
{
	text-indent: 0px;
	text-align: justify;
}

a:link, a:visited, a:active
{
	color: #3e3f40;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #3e3f40;
	font-weight: bold;
	text-decoration: underline;
}

/* Menu Control */
div.hideSkiplink
{
    background-color: #8c8e91;
    border: thin solid #a6a8ab;
    width: 100%;
}

div.menu
{    
    padding: 2px 0px 2px 4px;
}

div.menu ul
{    
    list-style: none;    
    margin: 0px;    
    padding: 0px;    
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{    
    background-color: #00aeef;    
    border: 1px #a6a8ab solid;    
    color: White;    
    display: block;    
    line-height: 1.35em;    
    padding: 2px 10px;    
    text-decoration: none;    
    white-space: nowrap;
    font-weight: bold;
}

div.menu ul li a:hover
{    
    background-color: Black;    
    color: White;    
    text-decoration: underline;
}

div.menu ul li a:active, div.menu ul li a.static.selected
{    
    background-color: Black;    
    color: White;    
    text-decoration: none;
}

/* Collapsable Panel */

.collapsepanelheader {
    background-image: url(Images/collapsepanelheadermid.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}

.collapsepanel {
    background-color: White;
}

.ddlCustomers {
    display:none;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : white ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow : auto ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style: none outside none;
    list-style-type : none ;
    margin: 0px;
    padding: 0px !important ;
    z-index:2000 !important;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 0px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : White ;
    color : windowtext ;
    padding : 0px ;
   }

.modal
{
    position: fixed;
    z-index: 1;
    height: 100%;
    /*width: 60%;*/
    top: 0;
    background-color: #124b6f;
    filter: alpha(opacity=60);
    opacity: 0.85;
    -moz-opacity: 0.8;
     bottom:0;
    right:0;
    left:0;
    overflow:hidden;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    /*height:100%;*/
    /*font-weight:bold;*/
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align:center;
}

.center img
{
    height: 128px;
    width: 128px;
}

.popUpStyle_none
{   
    display:none ;
}

.popUpStyle {
    background-color: #F2F2F2;
    border-color: #000000;
    border-radius: 25px;
    border-width: 2px;
    left: 200px;
    padding-bottom: 20px;
    position: relative;
    top: -520px;
    width: 655px;
    z-index: 1000;

}

[draggable=true] {
    cursor: move;
}

.ok_button{
    height:18px;
    width:18px;
    display:block;
    background:url('/Images/Close.png') no-repeat 0 0;
    cursor:pointer;
    border-style:none;
    margin-left: 605px;
}

.popupTableClass{
    padding:6px;

}

.modalPopup{
    background-color: #f2f2f2;
    border-color: #000000;
    width:490px;
    border-radius: 8px;
    padding: 10px 5px 10px 25px;
    /*text-align:center;*/
}

.popup{
    padding:15px !important;
    margin-left:15px !important;
    text-align:center !important;
}

.textboxWatermark {
    background-color: whitesmoke;
    color: gray;
}