﻿@import url(default.css);

body { background: #7bb9e6; color: #296386; }
td,th { color: #296386; }
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { border: 1px solid #007AC3; background: #fff; color: #3d5564; font-weight: bold; }
input.has-focus,select.has-focus,textarea.has-focus { background: #fff !important; border: 1px solid #007AC3 !important; font-weight: bold !important; color: #3d5564 !important; }

/* Common Button Adjustments */
	a.link-button { width: 60px; background: url(../images/buttons/iframe-60.gif) no-repeat; }
