body {
	margin: 5px 0px 0px 10px;
}

.account {
  position: relative;
  top: 130px;
  margin-left:auto;
  margin-right:auto;	
  font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	color: black;
	z-index: 0;
}

.annotation-bold {
  Font-Size: 11px;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}
.background {
	background: #c0c0c0;
	background-image:none;
}
.big-red {
  Font-Size: 13pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: red;
  text-decoration: none;	
}
.border {
  border-color: black;
	background: #c0c0c0;
	background-image:none;
}
.body-emphasized {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}
.body-deemphasized {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}

.body-title {
  Font-Size: 14pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}

.body-emphasized-b {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
	background: #c0c0c0;
  text-decoration: none;	
}

.body-emphasized-background {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;
	background: #c0c0c0;
}
.body-emphasized-white {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
  text-decoration: none;	
}
.body-emphasized-red {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: red;
  text-decoration: none;	
}

.body-bold {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;		
}
.body-bold-link {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
}

.body-bold-white {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
  text-decoration: none;		
}
.body-italic {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  Font-Style: italic;
  color: black;
  text-decoration: none;	
}
.body-italic-bold {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
  Font-Style: italic;
  color: black;
  text-decoration: none;	
}
.body-italic-bold12 {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  Font-Style: italic;
  color: black;
  text-decoration: none;	
}

.body-normal {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}
.body-normal-link {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
}

.body-normal-red {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: red;
  text-decoration: none;	
}
.body-normal-white {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: white;
  text-decoration: none;	
}
.body-normal-white-link {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: white;
}
.body-title {
  Font-Size: 15pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;		
}

.border-notselected {
	background: #C0C0C0;
	background-image:none;
	border-color: white white black;
	border-style: solid solid solid;
}
.border-selected {
	background: white;
	background-image:none;
	border-color: white white white white;
	border-style: solid solid none solid;
}

.breadcrumbs {
	position:absolute;
	z-index:10;
	left: 35px;
	top: 117px;
}
.bunny {
	position:absolute;
	z-index:10;
}
/**
 * Checkbox
 */
.checkbox {
	width: 25px;
	margin: 20px 20px;
	position: relative;
}

/**
 * Create the box for the checkmark
 */
.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  left: 0;
	background: #eee;
	border:1px solid #ddd;
}

/**
 * Display the tick inside the checkmark
 */
.checkbox label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkbox label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.column-heading {
  Font-Size: 13pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;		
}
.email-black {
  font-size: 11pt;
  font-family: arial;
  font-weight: normal;
  background: white;
  color: #000000;
}
.email-bold {
  font-size: 11pt;
  font-family: arial;
  font-weight: bold;
  background: white;
  color: #000000;
}
.email-grey {
  font-size: 11pt;
  font-family: arial;
  font-weight: normal;
  text-decoration: none;
  background: white;
  color: #444444;
}
.email-heading {
  font-size: 11pt;
  font-family: arial;
  font-weight: bold;
  background: #e0ecff;
	background-image:none;
  color: #2a5db0;
}
.email-list {
  font-size: 11pt;
  font-family: arial;
  font-weight: normal;
  text-decoration: none; 
  background: #efefef;
  color: #444444;
}
.errorcontent {
	position: absolute;
	left: 50px;
	top: 50px;
}
.errormessage {
  position: absolute;
  left: 500px;
  top: 50px;
	z-index: 10;
	width: 200px;
}
.errortext {
	Font-Size: 17pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;

}
.favorites {
	position: absolute;
	left: 790px;
	top: 30px;
  z-index: 10;
}
.favorites-text {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}
.favorites-text-bold {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}
.header {
  font-size: 15pt;
  font-family: arial;
  font-weight: bold;
  text-decoration: none; 
  background: #FFFFFF;
	background-image:none;
  color: black;
  position: absolute;
  left: 300px;
  top: 10px;
  z-index: 0;
}
.header-sak {
  background: #FFFFFF;
	background-image:none;
  color: black;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.header-account {
  font-size: 22pt;
  font-family: "Modern No 20";
  font-style: italic;
  font-weight: bold;
  text-decoration: none; 
  background: #FFFFFF;
	background-image:none;
  color: black;
  position: absolute;
  left: 230px;
  top: 5px;
  z-index: 0;
}

.header-text {
  font-size: 22pt;
  font-family: "Baskerville Old Face";
  font-weight: bold;
  font-style: italic;
  text-decoration: none; 
  background: #FFFFFF;
	background-image:none;
  color: black;
}
.header1 {
  Font-Size: 13pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}
.header2 {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
}
.header3 {
  position: absolute;
  left: 79px;
  top: 49px;
  z-index: 0;
}
.header-login {
  position: absolute;
  left: 630px;
  top: 0px;
/*  position: absolute;
  top: 0px; */
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
  z-index: 0;
  width:100%;
}
.header-login-text {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}

.header-menu {
  position: absolute;
  left: 141px;
  top: 127px;
  z-index: 0;
}

.header-message-location {
  position: absolute;
  left: 0px;
  top: 110px;
  z-index: 0;
}

.header-message {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  text-decoration: none;
}
.header-nomenu-message-location {
  position: absolute;
  left: 300px;
  top: 50px;
  z-index: 0;
}
.help-menu {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
}
.helptext {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: bold;
  Font-Style: italic;
  color: black;
  text-decoration: none;	
}

.helptext-link {
  Font-Size: 10pt;
  Font-Family: arial;
  Font-Weight: normal;
  Font-Style: italic;
  color: black;
}

.homepage {
  position: absolute;
  left: 5px;
  top: 162px;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	color: black;
	z-index: 0;
}

input[type=submit]{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:2px 10px 3px 10px; /*add some padding to the inside of the button*/
background:#d8d8d8; /*the colour of the button*/
border:1px solid #4D4D4F; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
/*style the text*/
color: black;
font-size:10pt;
font-weight: bold;
font-family: helvetica;
text-decoration:none;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input[type=submit]:hover, input[type=submit]:focus{
background-color :#e8e8e8; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 0px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 0px rgba(0,0,0, .75);
box-shadow: 0 0 0px rgba(0,0,0, .75);
}

input[type=button]{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:2px 10px 3px 10px; /*add some padding to the inside of the button*/
background:#d8d8d8; /*the colour of the button*/
border:1px solid #4D4D4F; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
/*style the text*/
color: black;
font-size:10pt;
font-weight: bold;
font-family: helvetica;
text-decoration:none;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input[type=button]:hover, input[type=submit]:focus{
background-color :#e8e8e8; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 0px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 0px rgba(0,0,0, .75);
box-shadow: 0 0 0px rgba(0,0,0, .75);
}

.linkbutton {
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:2px 10px 3px 10px; /*add some padding to the inside of the button*/
background:#d8d8d8; /*the colour of the button*/
border:1px solid #4D4D4F; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
/*style the text*/
color: black;
font-size:10pt;
font-weight: bold;
font-family: helvetica;
text-decoration: none;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
.linkbutton:hover, .linkbutton:focus{
background-color :#e8e8e8; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 0px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 0px rgba(0,0,0, .75);
box-shadow: 0 0 0px rgba(0,0,0, .75);
}

.linkbutton-grey-narrow-small {
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 10px 7px 10px; /*add some padding to the inside of the button*/
background:#d8d8d8; /*the colour of the button*/
border:1px solid #4D4D4F; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
/*style the text*/
color: black;
font-size:8pt;
font-family: helvetica;
font-weight:bold;
text-decoration: none;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
.linkbutton-grey-narrow-small:hover, .linkbutton-grey-narrow:focus{
background-color :#e8e8e8; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 0px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 0px rgba(0,0,0, .75);
box-shadow: 0 0 0px rgba(0,0,0, .75);
}

.linkbutton-grey-narrow {
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 10px 7px 10px; /*add some padding to the inside of the button*/
background:#d8d8d8; /*the colour of the button*/
border:1px solid #4D4D4F; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
/*style the text*/
color: black;
font-size:1.0em;
font-family: helvetica;
text-decoration: none;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
.linkbutton-grey-narrow:hover, .linkbutton-grey-narrow:focus{
background-color :#e8e8e8; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 0px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 0px rgba(0,0,0, .75);
box-shadow: 0 0 0px rgba(0,0,0, .75);
}

.leftmenu {
  position: absolute;
  left: 5px;
  top: 135px;
  z-index: 10;
	text-align: left;
}
.link {
  Font-Size: 10pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: blue;
  text-decoration: none;	
}

.logout {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: blue;
  text-decoration: none;	
}

.maincontent-full {
  position: absolute;
  left: 100px;
  top: 80px;
  z-index: 0;
}
.maincontent {
  position: relative;
  left: 0px;
  top: 0px;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	color: black;
	z-index: 0;
}

.maincontent-header {
  position: relative;
  left: 0pxpx;
  top: 0pxpx;
	z-index: 0;
}

.maincontent-docsStore {
  position: absolute;
  left: 5px;
  top: 120px;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
	color: black;
	z-index: 0;
}

.menu1 {
  position: absolute;
  left: 190px;
  top: 140px;
  z-index: 0;
}
.menu-heading {
  Font-Size: 13pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}
.menu-selected {
  Font-Size: 13pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: #b80000;
  text-decoration: none;	
}
.menu-normal {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}
.menu-left {
  Font-Size: 10pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}
.pageHeading1 {
	color: black;
	font-size:12pt;
	font-weight: bold;
	font-family: helvetica;
	text-decoration:none;
}

#postit {
	position:absolute;
	width:580px;
	padding:5px;
	background:white;
	border:1px solid black;
	visibility:hidden;
	z-index:9;
	cursor:hand;
	cursor: pointer;
}
.red-button {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: red;
  text-decoration: none;	
}

.select {
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding:2px 10px 3px 10px; /*add some padding to the inside of the button*/
	background:#d8d8d8; /*the color of the button*/
	background:-webkit-gradient( linear, left top, left bottom, from(#f8f8f8), to(#dcdcdc) );
	background: -moz-linear-gradient(top,  #f8f8f8,  #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dcdcdc');
	border:1px solid #4d4d4f; /*required or the default border for the browser will appear*/
	/*give the button curved corners, alter the size as required*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
	/*style the text*/
	color: #black;
	font-size:8pt;
	font-weight: normal;
	font-family: helvetica;
	text-decoration: none;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
.select:hover, .dropdown-narrow:focus {
	background:#e8e8e8; /*the color of the button*/
	background:-webkit-gradient( linear, left top, left bottom, from(#f8f8f8), to(#dcdcdc) );
	background: -moz-linear-gradient(top,  #f8f8f8,  #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dcdcdc');
	border:1px solid #b4b5b6; /*required or the default border for the browser will appear*/
	/*give the button curved corners, alter the size as required*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 0px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 0px rgba(0,0,0, .75);
	box-shadow: 0 0 0px rgba(0,0,0, .75);
}

.source {
	display: none;
}

.splash-text {
  Font-Size: 12pt;
  Font-Family: arial;
  Font-Weight: normal;
  Font-Style: italic;
  color: black;
  text-decoration: none;	
	
}
.table-heading {
  Font-Size: 10pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
	background-image:none;
  text-decoration: none;
}
.table-heading-black {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
	background: #4c98bc;
	background-image:none;
  text-decoration: none;	
}
.table-heading-black-10pt {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
	background: #c0c0c0;
	background-image:none;
  text-decoration: none;	
}

.table-heading-black-big {
  Font-Size: 15pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
	background: #4c98bc;
	background-image:none;
  text-decoration: none;	
}
.table-body {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}
.table-body8 {
  Font-Size: 8pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
  text-decoration: none;	
}

.table-body-bg-yellow {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: black;
	background: #FFFF00;
  text-decoration: none;	
}
.table-body-italic {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  Font-Style: italic;
  color: black;
  text-decoration: none;	
}


.table-body-red {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: red;
  text-decoration: none;	
}
.table-body-white {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: white;
  text-decoration: none;	
}
.table-body-white-bold {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
  text-decoration: none;	
}


.table-body-bold {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}
.table-body8 {
  Font-Size: 8pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: black;
  text-decoration: none;	
}

.table-body-link {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
}
.table-body-link-red {
  Font-Size: 9pt;
  Font-Family: arial;
  Font-Weight: bold;
	color: red;
}
.table-width-b {
	width:1150;
	background: #94e3fe;
	background-image:none;
}
.table-width {
	width:1150;
}

.tab-text {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
  text-decoration: none;		
}
.tab-text-normal {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: normal;
  color: white;
  text-decoration: none;		
}
.tab-text-selected {
  Font-Size: 11pt;
  Font-Family: arial;
  Font-Weight: bold;
  color: white;
  text-decoration: none;		
}
.yui-skin-sam .yui-toolbar-container .yui-toolbar-editcode span.yui-toolbar-icon { 
	background-image: url( images/html_editor.gif ); 
	background-position: 0 1px; 
	left: 5px; 
}
.yui-skin-sam .yui-toolbar-container .yui-button-editcode-selected span.yui-toolbar-icon { 
	background-image: url( images/html_editor.gif ); 
	background-position: 0 1px; 
	left: 5px; 
}
.editor-hidden { 
	visibility: hidden; 
	top: -9999px; 
	left: -9999px; 
	position: absolute; 
}
.yui-toolbar-group-insertitem {
  width: auto;
}

