@charset "utf-8";

/* CSS Document */

/* GENERAL AND FORMS */


a:link, a:visited {
color:#6e6e6e;
text-decoration:none;
}

a:hover {
color:#676767;
text-decoration:underline;
}

h2 {
margin:0px;
padding:0px;
font-family:"Segoe UI","Arial";
color:#3EA400;
font-size:22px;
padding-bottom:26px;
padding-top:30px;
font-weight:normal;
text-align:left;
margin-left:-4px;
}

h3 {
margin:0px;
padding:0px;
font-size:12px;
}

.buttons {
background-image:url(/images/controls/button.gif);
height:28px;
width:85px;
line-height:28px;
text-align:center;
text-transform:capitalize;
border:none;
cursor:pointer;
color:#FFF;
padding:0 0 2px 0;
}

*+ html .buttons {
color:#333333;
}

* html .buttons {
color:#333333;
}

input {
vertical-align:middle;
}

#searchbox {
padding-bottom:20px;
}

#subscribeForm {
width:240px;
}

.ButtonSave
{
cursor:pointer;
background:url(/images/admin/button-save.png) no-repeat left center;
padding-left:14px;
padding-right:6px;
}

.ButtonSave:hover
{
cursor:pointer;
background:url(/images/admin/button-save-hover.png) no-repeat left center;
text-decoration:underline;
}

.ButtonCancel
{
cursor:pointer;
background:url(/images/admin/file-list-delete.gif) no-repeat left center;
padding-left:14px;
padding-right:6px;
}

.ButtonCancel:hover
{
cursor:pointer;
background:url(/images/admin/file-list-delete-hover.gif) no-repeat left center;
text-decoration:underline;
}

