/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*     Atomic Widgets
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.widgetText,
.widgetSelect,
.widgetArea,
.widgetDate,
.widgetCheck,
.widgetRadio,
.widgetDateWrapper,
.widgetPlaceHolder,
.widgetTextHide
{
   padding: 4px 0 2px 0;
   clear: left;
   position: relative;
}

.widgetTextHide span
{
   padding-right: 30px;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*     Links
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.widgetLink a,
.widgetLink a:visited,
.widgetLink a:hover,
.widgetLink a:active,
.ircToggleGraph
{
  text-decoration: none;
  outline: none;
  color: #663366;
  font-weight: normal;
  position: relative;
  padding: 4px 7px 7px 0;
}

.widgetLink a:hover,
.ircToggleGraph:hover
{
  color: #666666;
  cursor: pointer;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*     Alerts
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.widgetPrompt
{
  font-family: veranda, arial, sans-serif;
  font-size: 10px;
}

.widgetError
{
   color: #ff0000;
   line-height: 18px;
   vertical-align: top;
   white-space: nowrap;
   margin-left: 3px;
}

.widgetError img
{
	padding-right: 5px;
	vertical-align: text-top;
}

.widgetRequired
{
   color: #999;
   font-size: 18px;
   font-weight: bold;
   padding: 3px;
   vertical-align: top;
}

.widgetMessage
{
   font-size: 14px;
   color: #FE0000;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*     Lists
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#widgetTable
{
  border:1px solid #ebebeb;
}

#widgetTitle
{
   background-color: #333333;
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
}
.widgetRowEven
{
   background-color: white;
}

.widgetRowOdd
{
   background-color: #F0F0F0;
}

td.widgetButtonCell
{
  padding: 1px 1px 2px 3px;
}

/* List Navigation */
.navListPage
{
   color: #663366;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none;
   line-height:20px;
   margin:0 38px;
   padding-bottom:10px;
}

/* Column Headers */
.widgetHeading
{
  background:#663366 none repeat scroll 0 0;
  color:#fff;
  font-size:8pt;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
}

/* Column Header Links */
.widgetHeaderList,
.widgetHeaderList:hover
{
   color:#fff;
   text-decoration:none;
   font-weight: bold;
}

.widgetHeaderList:hover
{
   text-decoration:underline;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*     Page Titles
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#widgetTitleBar
{
   border: 1px solid #999999;
   margin-bottom: 5px;
   margin-top: -1px;
}

.widgetPageTitle
{
   color: #666;
   font-size: 14px;
   font-weight: bold;
   text-transform: capitalize;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*     Buttons
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.buttonRow
{
   height:25px;
   padding:25px 0 10px;
}

.widgetButton
{
   background: transparent url('/static/images/bg_button_a_black.gif') no-repeat scroll right top;
   color: #fff;
   display: block;
   float: left;
   font-weight: bold;
   margin-right: 6px;
   padding-right: 18px;
   text-decoration: none;
}

.widgetButton span
{
  background: transparent url('/static/images/bg_button_span_black.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0px 5px 18px;
}

.widgetButton:active,
.widgetButton:hover
{
    color: #84357b;
    outline: none; /* hide dotted outline in Firefox */
}

.widgetButton .passive
{
   color: #CCCCCC;
}

.widgetButton .danger
{
   color: red;
   font-weight: bold;
}

.widgetButton:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#widgetTitle .widgetTitleLine
{
   position: relative;
   float: left;
   width: 60%;
}

#widgetTitle .widgetDownload
{
   position: relative;
   float: left;
   width: 12%;
   text-align:right;
   text-decoration: none;
}