﻿/* Standard Link Button */
.button
{
font-weight: bold;
font-size: 11px;
font-family: Segoe UI,Arial,Helevetica,Sans-Serif;
line-height: 1.35;
text-align: center;
color: #2b333c;
background-image: url(../../images/buttonbg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #c4cccc;
border-right-color: #acb5b5;
border-bottom-color: #6f7777;
border-left-color: #acb5b5;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer;
}

.button:hover
{
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #aedf9a;
border-right-color: #94da78;
border-bottom-color: #6ab94b;
border-left-color: #94da78;
}

.smallbutton
{
font-weight: bold;
font-size: 9px;
font-family: Segoe UI,Arial,Helevetica,Sans-Serif;
line-height: 1.0;
text-align: center;
color: #2b333c;
background-image: url(../../images/buttonbg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #c4cccc;
border-right-color: #acb5b5;
border-bottom-color: #6f7777;
border-left-color: #acb5b5;
padding-top: 1px;
padding-bottom: 1px;
cursor: pointer;
}

.smallbutton:hover
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #aedf9a;
border-right-color: #94da78;
border-bottom-color: #6ab94b;
border-left-color: #94da78;
}


.username 
{
    padding-left: 22px;
    height: 15px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-image: url('../../images/person.png');
	font-family: "Segoe UI", Calibri, Arial;
    font-size: 12px;
    vertical-align: middle;
}
.password 
{
    padding-left: 22px;
    height: 15px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-image: url('../../images/keys.png');
	font-family: "Segoe UI", Calibri, Arial;
    font-size: 12px;
    vertical-align: middle;
}

.table
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.liner 
{
	padding: 6px;
	border-bottom: solid 1px #CDCDCD;
}

.modifyHeader 
{
	font-weight: bold;
	font-size: 13px;
	width: 125px;
	vertical-align: top;
	white-space: nowrap;
}

.textbox 
{
	font-size: 12px;
	width: 90%;
	font-family: "Segoe UI", Calibri, Arial;
}

.multiline 
{
	font-size: 12px;
	width: 90%;
	height: 150px;
	font-family: "Segoe UI", Calibri, Arial;
}

.dropdown 
{
	width: 300px;
	white-space: nowrap;
	font-size: 12px;
	font-family: "Segoe UI", Calibri, Arial;
}
.saveBar
{
    background-color: #DEDEDE;
}
