﻿body
{
    width: 100%;
    font: 12px 'Lucida Sans Unicode' , 'Trebuchet MS' , Arial, Helvetica;
    margin: 0px;
}
.wrapper
{
    background-color: #fff;
    width: 100%;
}
.header
{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #B0B0B0;
}
.contentBody
{
    min-height: 420px;
    width: 100%;
}
.clear
{
    display: block;
    clear: both;
}
.footer
{
    text-align: center;
}
@font-face
{
    font-family: "Phosph11";
    font-style: normal;
    src: url(fonts/phosphorus_2/Phosph11.ttf); /*if IE */
    src: local("Grandesign Regular"), url("fonts/phosphorus_2/Phosph11.ttf") format("truetype"); /* non-IE */
}
@font-face
{
    font-family: "Phosph10";
    font-style: normal;
    src: url(fonts/phosphorus_2/Phosph10.ttf); /*if IE */
    src: local("Grandesign Regular"), url("fonts/phosphorus_2/Phosph10.ttf") format("truetype"); /* non-IE */
}

/*buttons CSS start */
.button
{
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    background-image: linear-gradient(top, #eee, #ccc);
}
.button:hover
{
    background-color: #ddd;
    background-image: linear-gradient(top, #fafafa, #ddd);
}
.button:active
{
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}
.button:focus
{
    outline: 0;
    background: #fafafa;
}
.button:before
{
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
}
/* Hexadecimal entities for the icons */
.add:before
{
    content: "\271A";
}
.edit:before
{
    content: "\270E";
}
.delete:before
{
    content: "\2718";
}
.save:before
{
    content: "\2714";
}
.print:before
{
    content: "\27A8";
}
.search:before
{
    content: "\00BB";
}

.btn_new {
	background-color: #B6393B;
	border:None;
}
.btn_new:hover {
	background-color: #713334;
	
}

  .textbox{ 
height:25px; 
width: 275px; 
border: 1px solid #B9BDC1; 
color: #797979; 
-moz-box-shadow: 0 2px 4px #bbb inset; 
-webkit-box-shadow: 0 2px 4px #BBB inset; 
box-shadow: 0 2px 4px #BBB inset; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px; 
} 
.textbox:focus { 
background-color: #E7E8E7; 
outline: 0; 
} 
/* Buttons CSS End*/