/* form application */
.fieldset
{
        width: 540px;
        margin-left: 6px;
        padding: 6px;
        border: solid 1px #33678c;
}

.inputfield { border: solid 1px #999999; }
.warning
{
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #FF0000;
}

.rightbutton
{
	font-weight: bold;
	background-color: #898989;
	border-bottom: 1px solid #33678c;
	border-left: 1px solid #33678c;
	color: #ffffff;
	font-size: 90%;
	padding: 4px;
	display: block;
	text-decoration: none;
}

.rightbuttondiv a:hover span
{
	background-color: #33678c;
}

ul#nav2 li ul
{
	border-top: solid 1px #33678c;
}


/* -----------------------------QUICK LINKS-----------------------------------*/

#qlinks
{
	margin: 0;
	padding: 0;
}

#textbox #qlinks ul
{
	list-style: none outside none;
	margin: 0;
	padding: 0 0 5px 0;
}

#qlinks ul li
{
	margin: 0;
	padding: 0;
	list-style: disc outside url(/templates/2009/images/bluearrow_ie.gif);
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
}

#qlinks li a
{
	padding: 6px;
}

#qlinks li a:link,
#qlinks li a:visited
{
	margin: 0;
	display: block;
	text-decoration: none;
	width: auto;
}

#qlinks li a:hover
{
	background: #e6f5ff;
}

 

/* ---------- tt Slide show ------*/

#demo_slideframe
{
  width: 720px;
  height: 250px;
}


#demo_slideframe .caption
{
  top: 228px;        /* height of picture - height of caption + 4 */
  width: 714px;      /* same width as the pictures */
  height: 20px;      /* the thickness of the band */
  text-align: left;  /* default is center */
}

/* ---------- End slide show ------*/

