fieldset {
	border: 1px solid #BCBCBC;
	padding: 5px;
}

fieldset legend {
	font-size: 90%;
}

form {
	display: inline;
}

hr {
	color: #CDCDCD;
	background-color: #CDCDCD;
	height: 1px;
	border: 0;
	margin: 0px;
	padding: 0px;
}

img {
  border: none;
}

input {
	font-size: 100%;
}

li {
	padding: 1px 0px 1px 0px;
}

select {
	font-size: 100%;
}

table {
	font-size: 100%;
}

table td {
	padding: 0px;
}

textarea {
	font-size: 100%;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding: 0px;
}


a.blue {
	color: #0000FF;
}

a.external
{
	background: url(/export/sites/default/public/resources/images/extlink.gif) no-repeat right;
	padding-right: 15px;
}

a.externalNewWindow {
	background: url(/export/sites/default/public/resources/images/extlink_newwin.gif) no-repeat right;
	padding-right: 15px;
}

a.externalNewWindowDark {
	background: url(/export/sites/default/public/resources/images/extlink_newwin-dark.gif) no-repeat right;
	padding-right: 15px;
}

a.newWindow {
	background: url(/export/sites/default/public/resources/images/newwin.gif) no-repeat right;
	padding-right: 10px;
}

a.newWindowDark {
	background: url(/export/sites/default/public/resources/images/newwin-dark.gif) no-repeat right;
	padding-right: 10px;
}

.bigger1 {
	font-size: 110%;
}

.bigger2 {
	font-size: 120%;
}

.bigger3 {
	font-size: 130%;
}

.bigger4 {
	font-size: 140%;
}

.empty {
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.nobr {
	white-space: nowrap;
}

.required {
	color: #FF0000;
}

.smaller6 {
	font-size: 60%;
}

.smaller7 {
	font-size: 70%;
}

.smaller8 {
	font-size: 80%;
}

.smaller9 {
	font-size: 90%;
}

.textBold {
	font-weight: bold;
}

.textCenter {
	text-align: center;
}

.textGreen {
	color: #009900;
}

.textJustify {
	text-align: justify;
}

.textLeft {
	text-align: left;
}

.textRed {
	color: #FF0000;
}

.textRight {
	text-align: right;
}



.medium-1 {
	width: 10em;
}

.medium-2 {
	width: 14em;
}

.narrow-1 {
	width: 2em;
}

.narrow-2 {
	width: 4em;
}

.narrow-3 {
	width: 6em;
}

.wide-1 {
	width: 20em;
}

.wide-2 {
	width: 18em;
}

.wide-3 {
	width: 16em;
}
.tundra .dijitDialog .dijitDialogPaneContent {
	padding: 0px;
}

.tundra .dijitDialogTitle {
	padding-left: 2px;
}

.tundra .dijitDialogTitleBar {
	/* outer container for the titlebar of the dialog */
	background: url(/external/images/gradients/blue-black-vert.gif) #000000 repeat-x left 0px;
	padding: 4px 8px 4px 4px;
	color: #FFFFFF;
}

.tundra .dijitDialogCloseIcon {
	/* the default close icon for the dialog */
	right: 7px;
	top: 7px;
}

.tundra .dijitTitlePaneTitle {
	background-position: top left;
}

.tundra .dijitTitlePaneTextNode {
	text-decoration:underline;
	color: #0000FF;
}

.tundra .dijitTooltipContainer {
	background: #FFFFAA;
	padding: 8px;
}

.tundra .preOvsDropDownText {
	padding-right: 8px;
	background: #FFFFFF url(/external/images/arrow-blue-down.gif) no-repeat center right;
	text-decoration: underline;
	color: #0000FF;
}

.tundra .ovsDropDown {
	margin: 0px;
}

.tundra .ovsDropDown .ovsDropDownText {
	padding-right: 8px;
	background: #FFFFFF url(/external/images/arrow-blue-down.gif) no-repeat center right;
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}
.p-askquestion {
	width: 1px;
}

.p-askquestion .i-sendOption {
	margin-bottom: 20px;
}

.p-askquestion .i-email input {
	width: 100%;
	font-size: 0.9em;
	margin-top: 2px;
}

.p-askquestion .i-email .i-label {
	padding: 0px 2px 0px 2px;
}

.p-askquestion .i-login a {
	font-weight: bold;
}
/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0 4px 8px;
  color: #fff;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}


body {
	background: #6B6662;
	margin: 10px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #474747;
}



.textSansSerif {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.textSerif {
	font-family: "Times New Roman", Trebuchet, Times, serif;
}



.alternateRow1 {
	background-color: #FFFFFF;
}

.alternateRow2 {
	background-color: #FFEFEF;
}

.blueBoldLink {
	color: #003082;
	font-weight: bold;
	text-decoration: underline;
}

.blueBoldText {
	color: #003082;
	font-weight: bold;
}

.blueBoldText a {
	font-weight: bold;
}

.buttonSmallOut {
	background-color: #FFFFFF;
	background-image: url(/export/sites/default/public/resources/images/button-background-plain.gif);
	background-repeat: repeat;
	width: auto;
	overflow: visible;
	border: 1px solid #8995DD;
	color: #474747;
	font-weight: bold;
	padding: 1px 4px 0px 4px;
}

.buttonSmallOver {
	background-color: #FFFFFF;
	background-image: url(/export/sites/default/public/resources/images/button-background-plain.gif);
	background-repeat: repeat;
	width: auto;
	overflow: visible;
	border: 1px solid #0167CC;
	color: #474747;
	font-weight: bold;
	padding: 1px 4px 0px 4px;
}

.errorImg {
	color: #FF0000;
	cursor: default;
	font-weight: bold;
	padding: 0px 4px 0px 2px;
	font-size: 120%;
}

.errorInputField {
	background-color: #FFEFEF;
}

.errorText {
	color: #FF0000;
	font-weight: bold;
}

.errorTextStrong {
	color: #FF0000;
	font-weight: bold;
}

.greenBar {
	background: url(/external/images/gradients/blue-bluer-vert.gif) #18438E repeat-x left 0px;
	border-top: 1px solid #5771CE;
	border-left: 1px solid #5771CE;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
}

.greenBottom {
	border-bottom: 1px solid #5771CE;
}

.greenOutline {
	border: #5771CE 1px solid;
	padding: 3px;
}

.greenRBL {
	border-right: #5771CE 1px solid;
	border-bottom: #5771CE 1px solid;
	border-left: #5771CE 1px solid;
	padding: 3px;
}

.greenSides {
	border-left: #5771CE 1px solid;
	border-right: #5771CE 1px solid;
}

.greenTRL {
	border-top: #5771CE 1px solid;
	border-right: #5771CE 1px solid;
	border-left: #5771CE 1px solid;
	padding: 3px;
}

.hoverHiLi:hover {
	background-color: #FFFF99;
}

.pad4 {
	padding: 4px;
}

.tooltipLink {
	text-decoration: underline;
	color: #0000FF;
	cursor: help;
}



.documentText {
	font-family: "Times New Roman", Trebuchet, Times, serif;
}

.imageSpacerBL {
	margin: 0px 0px 4px 8px;
}

.imageSpacerRB {
	margin: 0px 8px 4px 0px;
}

.imageSpacerTRB {
	margin: 4px 8px 4px 0px;
}

.line {
	margin: 7px 0px 5px 0px;
	border-top: 1px solid #CDCDCD;
	font-size: 1px;
}

.lineSmall {
	border-top: 1px solid #CDCDCD;
	font-size: 1px;
}

.offlineMessage {
	padding: 20px;
	background-color: #FFFF00;
	text-align: center;
}

.textMessage {
	border: 1px solid #5771CE;
	padding: 5px;
}



.delayedDisplay {
	display: none;
	visibility: hidden;
}

.delayedWipeIn {
	display: none;
	visibility: hidden;
}



.page {
	width: 950px;
}

.pageContent {
	width: 85%;
	padding: 4px;
	font-size: 90%;
}

.pageDocument {
	width: 100%;
	padding: 8px;
	font-size: 90%;
}

.pageRight {
	width: 190px;
}

.pageRight .i-innerTable {
	width: 100%;
	background-color: #FAFAFA;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	padding: 5px;
	border: 1px solid #DEDEDE;	
	font-size: 80%;
	margin-top: 8px;
}

.pageSpacer {
	width: 8px;
	font-size: 1px;
}



.pageHeader {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.pageHeader .i-commandLine {
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	font-size: 70%;
	margin-bottom: 1px;
}

.pageHeader .i-image {
	background: url(/external/images/blue_lines.gif) repeat-y left;
	padding: 5px 5px 5px 45px;
	width: 99%;
}

.pageHeader .i-right {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	width: 1%;
}

.pageHeader .i-right .i-input {
	font-size: 70%;
	color: #666666;
	background-color: #FCFCFC;
	margin-top: 5px;
}

.pageHeader .i-right .i-loginLinks {
	font-size: 90%;
	font-weight: bold;
	color: #003082;
}

.pageHeader .i-right .i-logout {
	font-size: 60%;
}

.pageHeader .i-right .i-welcome {
	font-size: 70%;
	font-weight: bold;
}



.pageHeader .i-menubar {
	border-top: 3px solid #04266A;
	border-bottom: 7px solid #8D0000;
}

.pageHeader .i-menubar .i-commands {
	font-size: 80%;
	font-weight: bold;
}

.pageHeader .i-menubar .i-commands .i-notSelected {
	background: url(/external/images/gradients/blue-black-vert.gif) #000000 repeat-x left 0px;
	padding: 3px 5px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
}

.pageHeader .i-menubar .i-commands .i-notSelected a {
	color: #FFFFFF;
	text-decoration: none;
}

.pageHeader .i-menubar .i-commands .i-notSelected a:hover {
	color: #FFFF00;
}

.pageHeader .i-menubar .i-commands .i-notSelected-left {
	background: url(/external/images/gradients/blue-black-vert.gif) #000000 repeat-x left 0px;
	border-bottom: 1px solid #FFFFFF;
}

.pageHeader .i-menubar .i-commands .i-notSelected-right {
	background: url(/external/images/gradients/blue-black-vert.gif) #000000 repeat-x left 0px;
	border-bottom: 1px solid #FFFFFF;
}

.pageHeader .i-menubar .i-commands .i-selected {
	padding: 3px 5px 5px 5px;
	background-color: #8D0000;
}

.pageHeader .i-menubar .i-commands .i-selected a {
	color: #FFFFFF;
	text-decoration: none;
}

.pageHeader .i-menubar .i-commands .i-selected-left {
	background: url(/external/images/corners/red-blue-top-left.gif) no-repeat left top;
	background-color: #8D0000;
}

.pageHeader .i-menubar .i-commands .i-selected-right {
	background: url(/external/images/corners/red-blue-top-right.gif) no-repeat left top;
	background-color: #8D0000;
}

.pageHeader .i-menubar .i-commands .i-empty {
	background: url(/external/images/gradients/blue-black-vert.gif) #000000 repeat-x left 0px;
	padding: 0px 15px 0px 15px;
	border-bottom: 1px solid #FFFFFF;
}



.footerText {
	color: #9A9A9A;
	text-align: left;
}

.footerText a {
	color: #8989FF;
}

.pageFooter {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 70%;
	padding: 12px;
	border-top: 1px solid #ABABAB;
	background-color: #FAFAFA;
}



.pageSidebar {
	width: 15%;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	border-right: 1px solid #ABABAB;
	background-color: #FAFAFA;
	padding: 0px 5px 0px 5px;
}


.pageSidebar .spacer {
	width: 170px;
}

.pageSidebar .i-box-spacer {
	height: 5px;
	font-size: 1px;
}



.pageSidebar .navigation {
	margin-bottom: 5px;
	font-size: 80%;
}

.pageSidebar .navigation li {
	padding: 0px;
}

.pageSidebar .navigation p {
	font-weight: bold;
	margin: 5px;
}

.pageSidebar .navigation ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}



.pageSidebarRight .i-bottom-line {
	border-bottom: 1px solid #CDCDCD;
}

.pageSidebarRight .i-box {
	padding: 15px 5px 15px 5px;
}

.pageSidebarRight .i-text {
	padding: 0px 5px 0px 5px;
}

.pageSidebarRight .i-head {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}



.affiliates .horizontal td {
	padding: 0px 10px 0px 10px;
}



.informationBox {
	//float: right; to fix left nav video images 5/8/2011 MCJ
	border: 1px solid #CDCDCD;
	background-color: #FAFAFA;
	padding: 4px;
	margin: 5px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.informationBox .i-table {
	width: 150px;
	font-size: 80%;
}



.messageBox {
	background-color: #FFFFAA;
	margin: 0px 0px 6px 0px;
	padding: 10px;
}

.messageBox h6 {
	margin: 5px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}

.messageBox li {
	padding-bottom: 0px;
}

.messageBox ul {
	margin: 5px 5px 5px 25px;
}

.messageBoxBorderError
{
	border: 2px solid #FF0000;
}

.messageBoxBorderSuccess
{
	border: 2px solid #009933;
}



.fullTable {
	width: 100%;
}

.fullTable tr {
	width: 100%;
}

table.hoverHiLi1 tbody tr:hover td {
	background-color: #FFFF99;
}

table.padTable5 tbody td {
	padding: 5px;
}



.listTable {
	width: 100%;
	border: 1px solid #CDCDCD;
}

.listTable thead tr th {
	background-color: #EEEEEE;
	padding: 2px 4px 2px 4px;
	font-weight: normal;
	border-bottom: 1px solid #ABABAB;
}

.listTable tbody tr td {
	background-color: #FAFAFA;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #CDCDCD;
}



.fieldTable {
	background-color: #F9F9F9;
}

.fieldTable .i-outside {
	border: 1px solid #EDEDED;
	padding: 15px;
	width: 650px;
}

.fieldTable .i-innerFieldTable td {
	padding-bottom: 1px;
}

.fieldTable .i-innerFieldTable .i-label {
	text-align: right;
	padding: 0px 2px 0px 5px;
	font-weight: bold;
}

.fieldTable .i-innerFieldTable .i-label-left {
	text-align: left;
	padding: 0px 2px 0px 5px;
	font-weight: bold;
}



.formTable {
	border: 2px solid #EFEFEF;
	width: 100%;
}

.formTable table {
	background-color: #FFFFFF;
}

.formTable .i-left {
	background-color: #EFEFEF;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	width: 1%;
}

.formTable .i-right {
	background-color: #F5F5F5;
	padding: 1px 4px 1px 4px;
}

.formTable .i-errorMessage {
	background-color: #F5F5F5;
	padding: 1px 4px 1px 4px;
	color: #FF0000;
}

.formTable .i-buttonRow {
	background-color: #F5F5F5;
	padding: 15px;
	font-size: 90%;
}

.formTable .i-headerRow {
	background-color: #5771CE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}



.tabTable {
	width: 100%;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	cursor: pointer;
}


.tabTable a {
	color: #FFFFFF;
	text-decoration: none;
}

.tabTable .i-top-left-s {
	width: 5px;
	height: 5px;
}

.tabTable .i-top-center-s {
	background-color: #8D0000;
}

.tabTable .i-top-right-s {
	width: 5px;
	height: 5px;
	border-right: 2px solid #FFFFFF;
}

.tabTable .i-center-left-s {
	background-color: #8D0000;
	border-bottom: 1px solid #8D0000;
	width: 5px;
}

.tabTable .i-center-center-s {
	background-color: #8D0000;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 5px 2px 5px;
	border-bottom: 1px solid #8D0000;
	font-weight: bold;
}

.tabTable .i-center-right-s {
	background-color: #8D0000;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #8D0000;
	width: 5px;
}

.tabTable .i-top-left {
	width: 5px;
	height: 5px;
}

.tabTable .i-top-center {
	background-color: #003082;
}

.tabTable .i-top-right {
	width: 5px;
	height: 5px;
	border-right: 2px solid #FFFFFF;
}

.tabTable .i-center-left {
	background-color: #003082;
	border-bottom: 1px solid #FFFFFF;
	width: 5px;
}

.tabTable .i-center-center {
	background-color: #003082;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 5px 2px 5px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.tabTable .i-center-right {
	background-color: #003082;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 5px;
}



.roundedBoxTable {
	width: 100%;
}

.roundedBoxTable a {
	color: #FFFFFF;
}

.roundedBoxTable .i-red {
	background-color: #8D0000;
}

.roundedBoxTable .i-blue {
	background-color: #003082;
}

.roundedBoxTable .i-top-left {
	width: 10px;
	height: 5px;
}

.roundedBoxTable .i-top-center-red {
	height: 5px;
	background: url(/external/images/corners/red-vertical.gif);
}

.roundedBoxTable .i-top-center-blue {
	height: 5px;
	background: url(/external/images/corners/blue-vertical.gif);
}

.roundedBoxTable .i-top-right {
	width: 10px;
	height: 5px;
}

.roundedBoxTable .i-center-left-red {
	background: url(/external/images/corners/red-horizontal-left.gif);
	width: 10px;
}

.roundedBoxTable .i-center-left-blue {
	background: url(/external/images/corners/blue-horizontal-left.gif);
	width: 10px;
}

.roundedBoxTable .i-center-center {
	color: #FFFFFF;
}

.roundedBoxTable .i-center-right-red {
	background: url(/external/images/corners/red-horizontal-right.gif);
	width: 10px;
}

.roundedBoxTable .i-center-right-blue {
	background: url(/external/images/corners/blue-horizontal-right.gif);
	width: 10px;
}

.roundedBoxTable .i-bottom-left {
	width: 10px;
	height: 5px;
}

.roundedBoxTable .i-bottom-center-red {
	height: 5px;
	background: url(/external/images/corners/red-vertical.gif);
}

.roundedBoxTable .i-bottom-center-blue {
	height: 5px;
	background: url(/external/images/corners/blue-vertical.gif);
}

.roundedBoxTable .i-bottom-right {
	width: 10px;
	height: 5px;
}


.dialogWrapper {
	display: none;
	visibility: hidden;
}

.loginDialog {
	padding: 20px;
}

.logoutDialog {
	padding: 20px;
}



.adminPanel {
	top: 0px;
	right: 0px;
	position: absolute;
	padding: 5px;
	background-color: #CDDEFF;
	font-size: 12px;
}

.adminPanel a {
	color: #000000;
}

