@charset "utf-8";
/* CSS Document */

/* BEGIN RESET STYLESHEET */
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, em, font, /*img,*/
ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit; /*vertical-align: baseline;*/
}

/* remember to define focus styles! */
a:focus, :focus {
    outline: 0;
}

body {
    line-height: 1;
    color: #444;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* END RESET STYLESHEET */


html, body {
    margin: 0px;
    font-family: Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
    position: relative;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/*
:focus { outline: 0px !important; outline: 0 !important; border: 0px !important; }
input#q:focus { outline: 0px !important; outline: 0 !important; border: 0px !important; }
*/

h1 {
    font-weight: bold;
    font-size: 180%;
    margin: 0px;
    padding: 6px 0 0 0;
    width: 100%;
}

h2, h2 a:link, h2 a:visited {
    font-size: 150%;
    font-weight: bold;
    margin: 4px 0px 0px 0px;
    padding: 4px 0px 2px 0px;
}

h3 {
    font-size: 130%;
    font-weight: bold;
    margin: 0px 0px 2px 0px;
    padding: 4px 0px 0px 0px;
}

h4 {
    color: #444;
    font-size: 110%;
    font-weight: bold;
}

h4.title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid white;
}

h5 {
    color: #444;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0px;
}

img, a:link img, a:visited img {
    /*border: 0px !important;*/
    border: 0px;
}

p {
    margin: 5px 0 8px 0;
    line-height: 140%;
}

dl {
    margin: 5px 0 0 0;
}

dl dt {
    font-weight: bold;
    font-size: 100%;
}

dl dt dd {
    font-size: 100%;
    margin: 0px 0 6px 0;
    line-height: 12px;
}

ul {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul li {
    list-style-type: disc;
    margin: 2px 0px 3px 30px;
    padding: 0px;
}

ol {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ol li {
    list-style-type: decimal;
    margin: 2px 0px 3px 30px;
    padding: 0px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

code {
    font-family: courier;
    font-size: 90%;
    display: block;
    background: #eee;
    padding: 10px;
    margin: 20px auto;
    border: 1px solid #ddd;
}

hr {
    margin: 10px 0 14px 0;
    padding: 0;
    border: 1px solid #444;
}

/* -- FORM STYLES --*/
form input[type=text], form input[type=password],
form select, form textarea, form input[type=datefield] {
    border: 1px solid silver;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px;
    margin: 0 20px 4px 0px;
    background: white url(/images/text-input-bg.jpg) top left no-repeat;
}

form textarea {
    width: 322px;
    height: 100px;
}

form label {
    vertical-align: top;
    padding: 5px 10px 0 0;
    display: inline-block;
    min-width: 120px;
}

form fieldset {
    margin: 4px 4px 10px 4px;
    padding: 10px;
    border: 1px solid #ccc;
}

form legend {
    margin: 0px;
    padding: 4px;
    font-weight: bold;
    font-size: 110%;
}

form input[type=button], form input[type=submit] {
    cursor: pointer;
    color: #444;
    font-weight: bolder;
    font-size: 11px;
    font-family: verdana;
    text-transform: uppercase;
    line-height: 14px;
    text-shadow: white 1px 1px 0px;
    background: #efefef url(/images/btn-bg.jpg) left -4px repeat-x;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac; /*border: 1px solid silver;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0 30px 0;
    padding: 2px 4px 3px 4px;
}

/* -- focus styles -- */
form input[type=text]:focus, form input[type=password]:focus,
form fieldset:focus, form textarea:focus, form select:focus, form button:focus,
form input[type=datefield]:focus {
    /*border: 0px;*/
    outline: 0;
}

form input[type=button]:focus, form input[type=submit]:focus {
    border-left: 1px solid silver !important;
    border-top: 1px solid silver !important;
    border-right: 1px solid white !important;
    border-bottom: 1px solid white !important;
    outline: 0 !important;
}

/* =============================================================================== */

.div-for-padding {
    margin: auto;
    width: 96%;
}

.centerer {
    margin: 0 auto;
    text-align: center;
}

.preloadpic {
    display: none;
}

.load {
    background: url(/images/2010-template/ajax-loader.gif) no-repeat center;
}

.extender {
    clear: both;
    font-size: 1px;
    overflow: hidden;
}

.align-right {
    text-align: right;
    position: relative;
}

.right-align {
    text-align: right;
    font-size: 90%;
}

.align-left {
    text-align: left;
    float: left;
}

.left-cell {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.left-cell-30 {
    width: 30%;
    float: left;
    margin-right: 2%;
}

.right-cell {
    width: 47%;
    float: right;
}

.right-cell-70 {
    width: 67%;
    float: right;
}

.third-cell {
    width: 31%;
    float: left;
    margin-right: 2%;
}

.fourth-cell {
    width: 23%;
    float: left;
    margin-right: 2%;
}

.fifth-cell {
    width: 19%;
    margin-right: 1%;
    float: left;
}

img.float-l {
    float: left;
    margin: 0 10px 10px 0;
}

img.float-r {
    float: right;
    margin: 0 10px 10px 10px;
}

.inline {
    display: inline;
}

img.bordered {
    background-color: white;
    padding: 1px;
    border: 1px solid #C6C4C5 !important;
}

.borderless-img {
    border: 0px !important;
    text-decoration: none;
}

/* =============================================================================== */


html {
    min-height: 100%;
    height: 100%;
}

body {
    /*background: handled by styles-main.css per each individual site*/
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0px;
}

#canvas {
    width: 1010px;
    min-height: 93.5%;
    margin: -1px auto 0;
    position: relative;
    z-index: 1;
}

#canvas:before {
    content: "";
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 90px;
    background: url(/it/em/views/layout/images/contentbox-middle-tall.png) no-repeat scroll center 22px transparent;
}

#pane {
    width: 896px;
    height: 219px;
    padding: 6px 14px 0px 14px;
    background: transparent url(/images/2010-template/pane2.png) no-repeat;
    position: absolute;
    top: -191px; /*top: -2px;*/
    left: 43px; /*z-index: 9999;*/
    color: white;
}

#header {
    width: 928px;
    height: 76px;
    margin: 0 auto 33px;
    position: relative;
    color: white;
}

#logo {
    width: 200px;
    height: 57px;
    position: absolute;
    top: 25px;
    left: 0px;
}

#weather-search {
    width: 247px;
    height: 34px;
    background: transparent url(/images/2010-template/weather-search.png) no-repeat;
    position: absolute; /*top: 10px;*/
    top: 1px;
    right: -4px;
    display: inline; /*z-index: 9998;*/
}

.lbl-hidden {
    display: none;
}

.lbl-search {
    margin-left: -9999px;
}

input[type=text]#search-txt {
    border: 0px;
    background: transparent;
    width: 105px;
    color: #777;
    font-size: 11px;
    font-family: verdana;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 38px;
}

#search-btn {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 5px;
}

#weather {
    width: 70px;
    height: 34px;
    margin: 1px 0 0 6px;
    text-align: right;
    font-size: 11px;
    line-height: 31px;
}

#weather img {
    float: left;
}

#utpa-name {
    width: 479px;
    height: 23px;
    position: absolute;
    top: 20px;
    left: 215px;
}

#pdt {
    width: 392px;
    height: 23px;
    position: absolute;
    top: 54px;
    right: -40px;
    display: none;
}

#contentbox {
    width: 938px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 7777;
    /*padding-bottom: 80px;*/
}

/*background: transparent url(/portal/page/portal/utpa_main/UTPA_IMAGES/UTPA_2010_Images/contentbox-middle.png) repeat-y;*/
#contentbox-top {
    width: 938px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: none;
}

/* #site-header { background: #f1f1f1; width: 926px; height: 100px; margin: 0 auto; text-align: center; } */
#contentbox-middle {
    width: 898px;
    height: 100%; /*min-height: 500px;*/
    margin: 10px auto;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}

/*background: transparent url(/portal/page/portal/utpa_main/UTPA_IMAGES/UTPA_2010_Images/contentbox-middle.png) repeat-y;*/
.content {
    /*width: 898px; margin: 0 auto;*/
    height: 100%;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}

#contentbox-cape {
    width: 948px;
    height: 351px;
    background: none;
    position: absolute;
    top: 71px;
    left: 31px;
    z-index: 7777;
}

#footer {
    width: 100%;
    height: 255px; /*background: handled by styles-main.css per each individual site*/
    color: white;
    position: relative;
    bottom: 0px;
    clear: both;
    z-index: 8888;
    color: white;
}

#footer-content {
    display: block;
    height: 100%;
    width: 930px;
    margin: 0 auto;
    padding: 0;
    color: white; /*overflow: hidden;*/
    font-size: 85%;
    position: relative;
}

#footer-content a, #footer-content a:visited {
    color: white;
    text-decoration: underline;
}

#footer-content ul li {
    list-style-type: none;
    margin: 0 0 3px 0;
}

#bronc-ribbon {
    margin: -24px 0 0 14px;
}

.footer-ribbon {
    height: 86px;
    margin: -24px -5px 0 14px;
    text-indent: -9999px;
    width: 100px !important;
}

.utpa-addy {
    width: 240px !important;
}

#left-col {
    width: 22%;
    margin-right: 1%;
    float: left;
}

#center-col {
    width: 52%;
    margin: 0 1% 0 1%;
    float: left;
}

#right-col {
    width: 22%;
    margin-left: 1%;
    float: right;
}

#right-col h3 {
    font-weight: bold;
    font-size: 110%;
}

/* PANE MENU ITMES - UL */
#pane-menu {
    width: 380px;
    height: 18px;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 13px;
    left: 272px;
    z-index: 9999;
}

#pane-menu ul {
    margin: 1px 0 0 3px;
    padding: 0;
    font-size: 11px !important;
    font-family: arial;
}

#pane-menu ul li {
    float: left;
    display: block;
    list-style-type: none;
    margin: 0;
    border-left: 1px solid #584e49;
}

#pane-menu ul li:first-child {
    border-left: 0px;
}

#pane-menu ul li a:link, #pane-menu ul li a:visited {
    font-weight: normal;
    font-size: 11px;
    color: white;
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
    text-decoration: none !important;
    border: 0px !important;
}

#pane-menu ul li a.myutpa {
    font-weight: normal;
}

/* END PANE MENU ITMES - UL */


/* PANE CONTENT STYLES */
#pane-content {
    font-size: 11px;
}

#pane-content h4.title {
    font-size: 12px !important;
}

#pane a:link, #pane a:visited {
    color: #fff;
    border-bottom: 1px dotted #565656;
    text-decoration: none;
}

#close-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 333;
    display: none;
    width: 16px;
    height: 16px;
}

#close-icon a:link, #close-icon a:visited {
    border: 0px;
    text-decoration: none;
}

#loading-icon {
    position: absolute;
    top: 88px;
    left: 448px;
    z-index: 444;
    width: 32px;
    height: 32px;
}

.banner-cell {
    height: 136px;
    margin: 6px auto;
    overflow: hidden;
}

.banner-cell ul.event-ul {
    margin: -1px 0 0 0;
    padding: 0;
}

.banner-cell ul.event-ul li {
    list-style-type: none;
    background: transparent url(/images/event-bullet.png) -1px 4px no-repeat;
    padding: 0px 0px 0px 8px;
    margin: 0 0 7px 0;
}

span.event-ul {
    background: transparent url(/images/event-bullet.png) -1px 4px no-repeat;
    padding: 0px 0px 0px 8px;
}

div.news-item-title span {
    margin: 0 0 6px 0;
    display: block;
}

div#news-items-top-content span.new-item:first-letter {
    background: transparent url(/images/icon-new.png) 0px 3px no-repeat;
    padding: 2px 0px 2px 30px;
}

.aca-cal-item {
    clear: both;
    overflow: hidden;
    margin: 0 0 3px 0;
    padding: 2px 0 4px 0;
    height: 24px;
}

.aca-cal-item ul {
    margin: -2px 0 0 25px; /* float: left; */
}

.aca-cal-item ul li {
    /* background: transparent url(/images/event-bullet.png) -1px 2px no-repeat; */
    padding: 0px 0px 0px 2px;
    line-height: 10px; /* font-size: 11px; */
}

.newsitem-date {
    float: left;
    width: 20px;
    height: 100%;
    background: transparent url(/images/date-bg.png) top no-repeat;
    margin: 2px 5px 5px 0;
}

.newsitem-month {
    width: 20px;
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: arial;
}

.newsitem-day {
    width: 20px;
    height: 12px;
    color: #444;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    font-family: verdana;
    font-weight: bold;
}

ul.event-items {
    margin: 0 0 6px 0;
}

ul.event-items li {
    list-style-type: none;
    margin: 0 0 6px 10px;
    background: transparent url(/images/event-bullet.png) 0px 3px no-repeat;
    padding: 0px 0px 0px 10px;
}

ul.white-bullet {
    margin: 0 0 6px 0;
}

ul.white-bullet li {
    list-style-type: none;
    background: transparent url(/images/white-bullet.gif) 0px 6px no-repeat;
    padding: 0px 0px 0px 7px;
}

.letter {
    width: 16px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 3px 0;
    clear: both;
    color: #973615;
}

ul.az-index-list li {
    list-style-type: none;
    margin: 2px 0 2px 0;
}

.textbox-directory {
    height: 143px; /*height: 25px;*/
    margin: 5px auto;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 82%;
    background: transparent url(/images/txtbox-bg-wide.png) 0px 0px no-repeat;
    border: 0px;
}

.textbox-directory input[type=text] {
    border: 0px;
    width: 184px;
    height: 15px;
    line-height: 14px;
    margin: 6px 0 0 22px;
    background: transparent;
    color: #444;
    font-size: 11px;
}

.textbox-news {
    width: 150px;
    height: 25px;
    margin: 0 0 15px 0;
    font-size: 82%;
    background: transparent url(/images/txtbox-bg-news.png) 0px 0px no-repeat;
    border: 0px;
    position: relative;
}

.textbox-news input[type=text] {
    border: 0px;
    width: 114px;
    height: 15px;
    margin: 6px 0 0 22px;
    background: none;
    color: #999;
    font-size: 11px;
}

.textbox-news input[type=image] {
    background: none;
    position: absolute;
    top: 3px;
    right: 1px;
}

.textbox {
    width: 200px;
    height: 25px;
    margin: 5px auto;
    font-size: 82%;
    background: transparent url(/images/txtbox-bg-nogo.png) 0px 0px no-repeat;
    border: 0px;
}

.textbox input[type=text] {
    border: 0px;
    width: 170px;
    height: 18px;
    margin: 4px 0 0 22px;
    background: none;
}

#directory-phone-numbers {
    width: 100%;
}

#directory-phone-numbers td {
    width: 50%;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    padding-bottom: 6px;
}

.directory_response {
    width: 100%;
    height: 100%;
}

.directory_response li, .directory_response div {
    float: left;
    width: 49%;
    padding: 0 0 6px 0;
    margin: 0;
}

.directory_response table a {
    color: blue !important;
}

table#ql-icons {
    width: 100%;
    margin: 0 auto;
    border: 0px;
}

table#ql-icons td {
    width: 82px;
    font-size: 9px;
    text-align: center;
    vertical-align: top;
}

table#ql-icons td a:link {
    border: 0px !important;
}

input[type=text]#q, input[type=text]#q:focus {
    border: 1px solid #444 !important;
}

/* END PANE CONTENT STYLES */

/* CALENDAR POP UP CSS */
.event-result {
    font-size: 12px;
}

.event-result h4 {
    font-weight: normal;
    font-family: verdana;
    font-size: 150%;
    line-height: 120%;
    color: #c55300;
    padding: 0px 9px 5px 9px;
}

.event-result table {
    width: 96%;
    margin;
    0 auto;
}

.event-result table tr td:first-child {
    color: #c55300;
    text-align: right;
    width: 100px;
    padding-right: 12px;
}

.event-result table tr td {
    padding: 0 0 5px 0;
}

.event-date {
    position: relative;
}

.events-date {
    width: 80px;
    height: 50px;
    display: inline-block;
    color: transparent;
    text-indent: 99999px;
    position: absolute;
    top: 10px;
    left: 0;
}

/* END CALENDAR POP UP CSS */