body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.skinHeader {
	background-image: url(images/skin_head.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 850px;
}
.skinFooter {
	background-image: url(images/skin_footer.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 850px;
	text-align: center;
	vertical-align: top;
}

.skinLeft {
	background-image: url(images/skin_left.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 40px;
}
.skinRight {
	background-image: url(images/skin_right.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 30px;
}

.skinRightPane {
	padding-left: 15px;
	padding-right: 10px;
}

.skinCentre {
	background-color: #FFFFFF;
	height: 100%;
	width: 780px;
	text-align: left;
	vertical-align: top;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #999999;
	height: 20px;
	vertical-align: middle;
}

.login {}

.navBar {
	text-align: left;
	text-indent: 10px;
	vertical-align: top;
	height: 34px;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #000000;
}

A:link  {
    text-decoration:    none;
    color:  #446BBA;
}

A:visited   {
    text-decoration:    none;
    color:  #446BBA;
}

A:active    {
    text-decoration:    none;
    color:  #446BBA;
}

A:hover {
    text-decoration:    none;
    color:  #446BBA;
}

/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: #66CCFF;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #666666;
}

H3
{
	font-weight: bold;
	font-size: 16px;
	color: #3366cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled,TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #999999;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	line-height: 17px;
}

.SkinObject {
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#446BBA;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#446BBA;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#446BBA;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#000000;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -3px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	z-index: 99999;
	position: relative;
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	width: 100%;
	height: 22px;
	_height: 20px;
	line-height: 12px;
}

#HouseMenuNav li { /* all list items */
	width: 244px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	text-align: left;
	width: 248px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 234px;
	_width: 244px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	color: #446BBA;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 248px;
	height: 20px;
	color: #446BBA;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 234px;
	_width: 244px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px;
	color: #000000;
	background-color: #66ccff; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #000000;
	background-color: #66ccff; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 244px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #cccccc;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #fff;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	line-height: 12px;
	background-color: #fff;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #AC0000; 
	background-color: #cccccc; 
	text-decoration: none;
}

/* Main Menu */

.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #446BBA;
	font-weight: bold;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 12px;
	color: #446bba;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #66ccff;
}
