P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

form {  
	margin-top: 0px; 
	margin-bottom: 0px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}

.skinBackground {
	background-repeat: repeat-x;
	background-color: #999999;
	background-image: url(images/bgpattern.gif);
}

.skinHeaderLeft {
	background-image: url(images/skin_head_left.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 40px;
}
.skinHeader {
	background-image: url(images/skin_head_centre.jpg);
	background-repeat: repeat-x;
	height: 160px;
	background-position: left;
}
.skinHeaderRight {
	background-image: url(images/skin_head_right.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 40px;
}
.skinHeaderLogo {
	background-image: url(images/skin_logo.jpg);
	background-repeat: no-repeat;
	width: 220px;
	background-position: left top;
	height: 107px;
}
.skinHeaderSlogan {
	background-image: url(images/skin_slogan.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 107px;
}

.skinFooterLeft {
	background-image: url(images/skin_footer_left.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 40px;
}
.skinFooter {
	background-image: url(images/skin_footer_centre.gif);
	background-repeat: repeat-x;
	height: 78px;
	text-align: center;
	vertical-align: bottom;
}
.skinFooterRight {
	background-image: url(images/skin_footer_right.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 40px;
}

.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: 40px;
}
.skinRightPane {
	padding-left: 15px;
	padding-right: 0px;
	width: 190px;
}

.skinCentre {
	background-color:#FFFFFF;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-x;
	height: 345px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #999999;
	height: 20px;
	vertical-align: middle;
}

.login {}

.navBar {
	text-align: left;
	vertical-align: top;
	height: 34px;
}
/* Main Menu */

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E4C80;
	font-weight: bold;
}

.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	background-color: #CCCCCC;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #ff0000;
}

A:link  {
    text-decoration: underline;
    color:  #7E4C80;
    font-weight: bold;
}

A:visited   {
    text-decoration: underline;
    color:  #7E4C80;
    font-weight: bold;
}

A:active    {
    text-decoration: underline;
    color:  #7E4C80;
    font-weight: bold;
}

A:hover {
    text-decoration: none;
    color:  #166275;
    font-weight: bold;
}

/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #166275;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #166275;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #166275;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	line-height: 17px;
}

.SkinObject {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

A.SkinObject:link {
    text-decoration:    underline;
    color:#7E4C80;
}

A.SkinObject:visited  {
	color:#7E4C80;
	text-decoration: underline;
}

A.SkinObject:active   {
	color:#7E4C80;
	text-decoration: underline;
}

A.SkinObject:hover    {
	text-decoration:    none;
	color:#166275;
}

