/* CSS Document */
a {
  text-decoration:none;
  color:#0066CC;
  }
a:visited {
  text-decoration:none;
  color:#0066CC;
  }
a:hover {
  text-decoration:underline;
  text-decoration:none;
  color:#0099FF;
  }
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  font-size:11px;
  margin:0px;
  }
.boxpopup { 
  font-family:Arial,sans-serif; font-size:12px; /*POPUP FONT */
  color:#333333; background:#FFF7B7;/*#FFFF99; /*COLOURS*/
  width:250px; text-align:center; /*BOX WIDTH*/
  padding:4px 5px 4px 5px; /*SPACE FROM TEXT TO BORDER*/
  font-weight:bold; /* TEXT WEIGHT*/
  border:1px solid gray; /*POPUP BORDER*/
  }
.button {
  border: 1px;
  border-color:#333333;
  background:url(../images/btnYellow.jpg);
  background-repeat:repeat-x;
  color:#333333;
  font-weight:bold;
  }
.button:hover {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  -moz-opacity: .75;
  }
.error {
  color:#FF0000;
  }
.formHeader {
  font-weight:400;
  font-size:22px;
  }
.h3Row {
  background-image: url(../images/bg_YelloRow.jpg);
  background-repeat:repeat-x;
  }
.h3RowBottom {
  background-image: url(../images/bg_YelloRowBottom.jpg);
  background-repeat:repeat-x;
  background-position:bottom;
  }
.h3RowGray {
  background-image: url(../images/bg_GrayRow.gif);
  background-repeat:repeat-x;
  }
.headerLink {
  color:#000000;
  }
select, textarea {
  border:1px;
  border-color:#333333;
  background:#FFFFCC;
  color:#333333;
  }
.htmlInput {
  border:1px;
  border-color:#333333;
  background:#FFFFCC;
  color:#333333;
  }
.maskedEditFocus {
  background:#FFFF99;
  }
.maskedEditFocusRequired {
  background:#FFFF99 url(../images/required.png) no-repeat right top;
  }
.maskedEditError {
  background:#FFCCFF;
  }
.maskedEditErrorRequired {
  background:#FFCCFF url(../images/required.png) no-repeat right top;
  }
/*Modal Popup*/
.modalBackground {
  background-color:Gray;
  filter:alpha(opacity=70);
  opacity:0.7;
  }
#pdq {position:absolute; visibility:hidden; z-index:200;}
.requiredTextBox {
  background:#FFFFCC url(../images/required.png) no-repeat right top;
  border-width:1px;
  border-color:Gray;
  overflow:auto;  
}
.sideBarTable {
	background:url(../images/sideBarTableBG.png);
	padding: 0px;
	border: 1px solid #999999;
	border-top: 0px;
  }
.sideBarTableNoBorder {
    background:url(../images/sideBarTableBG.png);
	padding: 0px;
	border: 0px solid #999999;
}
.sideBarTableBottomBorder {
    background:url(../images/sideBarTableBG.png);
	padding: 0px;
	border: 0px solid #999999;
	border-bottom-width:1px;
}
.sideHeader {
	background-image: url(../images/btnYellow.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
  }
.sideHeaderWithLink {
	background-image: url(../images/btnYellow.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
  }
.sideHeaderWithLink:hover {
  color:#999999;
  cursor:hand;
  }
.tableVisor {
  border-width:1px;
  border:#333333;
  padding-top: 10px;
  }
.tdNoBorder {
  border-width:0px;
  }
.tdTopBorderOnly {
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  }
.tdBottomBorderOnly {
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  }
.tdNoBottomNoRightBorder {
  border-bottom-width:0px;
  border-right-width:0px;
  }
.tdNoTopBorder {
  border-top-width:0px;
  }
tr.offOdd {
  background:#FFFFFF;
  }
tr.onOdd {
  background:#fddb82;
  cursor:hand;
  }
tr.offEven {
  background:#F5F5F5;
  }
tr.onEven {
  background:#fddb82;
  cursor:hand;
  }
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background:url(../images/calendarBackground.png) repeat-x;
    color:#333333;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color:#964965;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color:#999999;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color:#333333;
    font-weight:bold;
}
/************** .feature styles ***************/
.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	vertical-align: top;
}
.feature h3{
	text-align: center;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: 2px double #FFF2BF;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-variant: normal;
	padding: 5px;
}
.feature li{

}
.feature h4{
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	letter-spacing: 2px;
	display: run-in;
	border: 1px dotted #FFCC33;
}
.feature img{
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0 5px 5px 0;
}
/* begin styles for RSS Feed From WELS.Net
     This is the most basic style to use for a list with no bullets */
.rss_box {
	 width: 300px;
	 background-color: #ffffff;
}
.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}
.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}
.rss_item  {
  font-size: small;
  margin-bottom: 1em;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	}
.rss_item a:hover {
	font-size: medium;
	}
.rss_date {
	font-size: xx-small;
	color: #804000;
	}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* GRID VIEW */
.GridView
{
    color:#333333;
    background:#FFFFFF;
    background-image: url(../images/topBlue.gif);
    background-repeat:repeat-x;
}
.GridView a 
{
    text-decoration:none;
    color:#000099;
}
.GridView a:hover 
{
    text-decoration:underline;
    color:#0099FF;
}
.buttonUpdate
{
    border-color:#999999;
    border-width:1px;
    background:url(../images/btnUpdate.png);
    padding-left:14px;
    background-repeat:no-repeat;
    cursor:hand;
}
.buttonCancel
{
    border-color:#999999;
    border-width:1px;
    background:url(../images/btnCancel.png);
    padding-left:14px;
    background-repeat:no-repeat;
    cursor:hand;
}
.buttonDelete
{
    border-color:#999999;
    border-width:1px;
    padding-left:15px;
    background:url(../images/btnDelete.png);
    background-repeat:no-repeat;
    cursor:hand;
}
.buttonEdit
{
    border-color:#999999;
    border-width:1px;
    padding-left:16px;
    background:url(../images/btnEdit.png);
    background-repeat:no-repeat;
    cursor:hand;
}
.buttonInsert
{
    border-color:#999999;
    border-width:1px;
    padding-left:16px;
    background:url(../images/btnInsert.png);
    background-repeat:no-repeat;
    cursor:hand;
}
.buttonSelect
{
    border-color:#999999;
    border-width:1px;
    padding-left:16px;
    background:url(../images/btnSelect.png);
    background-repeat:no-repeat;
    cursor:hand;
}
