/* white */
a:link, a:visited {
	color: #849bff;
}

a:hover {
	color: #ffffff;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, div.module_menu h3, .componentheading, table.moduletable th {
  color: #135cae;
}

h3, .componentheading, table.moduletable th {
  color: #135cae;
}

div.module_menu {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}
/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}
div.module_menu h3 {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #DFA507;
	margin: -32px -4px 5px -6px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
   border-bottom: 1px solid #212121;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 10px; /*gary*/
   list-style-type: none; /*gary*/
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: normal; /*gary*/
   padding-left: 5px; /*gary*/
   line-height: 22px;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}
.formField {
   line-height: 18px;
   margin-top: 10px;
}
.separator {
   color: #383838;
   position: relative;
   top: -7px;
}
