/* CSS RESET & GLOBALS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, tt, var, fieldset, form, label, legend, caption { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }

a:focus { outline: none; }
a img { border: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }
br { line-height: 14px; }

br.clear { font-size: 1px; line-height: 1px; }


/* GLOBALS */
html, body { height: 100%; }
html { -webkit-text-size-adjust: none; }
body { background: #9c303c; font: 11px Arial, sans-serif; line-height: 13px; color: #000000; }
input, select, textarea { font: 12px Arial, sans-serif; line-height: 18px; color: #000000; }

.picBorder { border: 1px solid #a6a6a6; }
.txtBig { font: 15px Arial, sans-serif; }
.txtSmall { font-size: 10px; }
.txtSmallest { font-size: 9px; }
.date, .datum { font-size: 11px; }

ul.inline { margin: 0; padding: 0; list-style: none; }
ul.inline li { display: inline; }


/* FORM ELEMENTS */
.textbox, textarea { background: #ffffff; border: 1px solid #b8b8b8; line-height: 17px; height: 17px; padding: 2px 0 2px 5px; }
.searchbox { line-height: 14px; height: 14px; width: 115px; color: #747373; margin: 0 10px; background: #ffffff; border: 1px solid #fed001; }
.searchBtn { background: none; border: none; width: 20px; height: 20px; cursor: pointer; margin: 0; padding: 0; }
select { background: #ffffff; border: 1px solid #c7c7c7; padding: 2px; font-size: 11px; }

.btn { padding: 5px 10px; font: 12px Arial, Helvetica, sans-serif; color: #ffffff; background: url(img/btnBgnd.gif) repeat-x left center; border: none; cursor: pointer; }


/* LINKS */
a:link, a:active, a:visited { color: #1c2d83; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }


/* WRAPPERS */
.fullStretch { width: 100%; }
.fullHeight { height: 100%; }
.marginTop1 { margin: 12px 0 0 0; }
.marginTop2 { margin: 17px 0 0 0; }
.marginTop3 { margin: 50px 0 0 0; }
.marginLeft1 { margin: 0 0 0 23px; }
.marginLeft2 { margin: 0 0 0 15px; }
.marginLeft3 { margin: 0 0 0 45px; }

#ucMaster { position: relative; width: 974px; height: 563px; top: 50%; margin: -285px auto 0 auto; background: url(img/uc-bgnd.jpg) no-repeat 0 0; }
#ucMaster div { position: absolute; top: 340px; left: 300px; }