﻿.adminbody 
{
    width: 1000px;
	margin: 0.25em;
	background: #FFFFFF;
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
	float: left;
}
.loginstatus 
{
    width: 400px;
   	float: right;
	Font-Size: 0.9em;
}
.websitetitle 
{
    float: left;
    Font-Size: 0.9em;
    width: 1000px;
    border: none;
    height: 115px;
}
.pageheading 
{
    float: left;
    Font-Size: 1.5em;
    font-weight:bold;
    width: 600px;
    margin-bottom: 0.5em;
}
.pagetext
{
    float: left;
    Font-Size: 1.0em;
    width: 650px;
}
.messagetext
{
    Font-Size: 1.0em;
    color:Red;
}
.EditGearLabel
{
    Font-Size: 1.0em;
    font-weight: bold;
    vertical-align: top;
}
.EditGearValue
{
    Font-Size: 1.0em;
    font-weight: normal;
    vertical-align: top;
}
.Excelbutton 
{
    float: right;
}
a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon-edit.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon-delete.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnExcel
{
    display: block;
    width: 31px;
    height: 31px;
    background-image: url(_images/icon-Excel.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnCancel
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon-cancel.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnSave
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon-save.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.waitBoxStyle 
{
background:#FFFF66; 
position:absolute;
top:190px; 
left:10px; 
width: 400px;
height: 22px;
font-family:Verdana;
display:none;
}

