﻿@import url(default.css);

body {  background: #c1eac5; color: #177311; }
td,th { color: #177311; }

input,select,textarea { color: #434341; }
input[type="text"],input[type="password"],select,textarea { height: 16px; border: 1px solid #69b363; }
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { background: #ddf6df; border: 1px solid #52a14b; font-weight: bold; }
input.has-focus,select.has-focus,textarea.has-focus { background: #ddf6df !important; border: 1px solid #52a14b !important; font-weight: bold !important; color: #3b6938 !important; }


/* Common Button Adjustments */
	a.link-button { width: 60px; height: 22px; padding: 5px 0 0; text-align: center; text-decoration: none; color: #10650c; font-weight: bold; background: url(../images/buttons/iframe-60.gif) no-repeat; }

