body
	{
	font-family: sans-serif;
	font-size: 12pt;
	color: black;
	background-color: white;
	text-align: left;
	}

h1	{
	font-size: large;
	font-weight: bold;
	}
	
h2	{
	font-size: medium;
	font-weight: bold;
	line-height: 10pt;
	}
	
h3	{
	font-size: medium;
	font-weight: bold;
	line-height: 10pt;
	}

h3.HelpItem	{
	font-size: medium;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: underline;
	}

table {
  padding: 0px;
  margin: 0px;
}

tr {
  padding: 0px;
  margin: 0px;
}

td {
  padding: 0px;
  margin: 0px;
}

.footer {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1px;
  font-size: x-small;
  text-align: center;
}

table.MainMenu {
  width: 100%;
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: none;
  border-color: black;
  }

td.MainMenuItem {
  background-color: #8888ff;
  color: white;
  border-color: black;
  text-align: center;
  font-weight: bold;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
  padding: 2px;
  }

td.MainMenuItemActive {
  background-color: #ddddff;
  color: black;
  text-align: center;
  font-weight: bold;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
  padding: 2px;
  }

.MainMenuLink {
  background-color: #8888ff;
  color: black;
  border-color: black;
  text-align: center;
  font-weight: bold;
/*
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
*/
  border-style: none;
  padding: 2px;
  cursor: pointer;
  }

.MainMenuLinkActive {
  background-color: #ddddff;
  color: black;
  text-align: center;
  font-weight: bold;
/*
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
*/
  border-style: none;
  padding: 2px;
  cursor: pointer;
  }

table.SubMenu {
  color: black;
  background-color: #ddddff;
  border-width: 1px;
  border-left-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-color: black;
  width: 100%;
}
  
td.SubMenuItem {
  background-color: #ddddff;
  color: black;
  padding: 2px;
  text-align: center;
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
}

td.SubMenuItemActive {
  background-color: #ffffff;
  color: black;
  text-align: center;
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
  padding: 2px;
}

.SubMenuLink {
  background-color: #ddddff;
  color: black;
  padding: 2px;
  text-align: center;
  font-weight: bold;
/*
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
*/
  border-style: none;
  cursor: pointer;
}

.SubMenuLinkActive {
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-weight: bold;
/*
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-color: black;
*/
  padding: 2px;
  border-style: none;
  cursor: pointer;
}

td.paperitem {
  background-color: white;
  color: black;
  text-align: center;
  border-style: none;
  border-top-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  padding: 1px;
  padding-top: 5px;
}

th {
  color: black;
  background-color: inherit;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 10pt;
}

table.TCChairList, table.RCMemberList {
  border-coor: black;
  border-width: 1px;
  border-style: none;
  border-collapse: collapse;
  width: 100%;
}

table.PaperList {
  border-color: black;
  border-width: 1px;
  border-style: none;
  border-collapse: collapse;
  width: 100%;
}

td.TCChairList, td.RCMemberList {
  border-color: black;
  border-width: 1px;
  border-style: dotted;
  border-left-style: none;
  border-right-style: none;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
}

td.PaperListTop {
  border-color: black;
  border-width: 1px;
  border-style: dotted;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none; 
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
}

td.PaperListMiddle {
  border-color: black;
  border-width: 1px;
  border-style: none;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
}

td.PaperListBottom {
  border-color: black;
  border-width: 1px;
  border-style: dotted;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none; 
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  vertical-align: top;
  font-size: 10pt;
}

table.PaperView {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-collapse: collapse;
}

td.PaperView {
  border-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  padding: 2px;
}

table.ReviewerView {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-collapse: collapse;
}

td.ReviewerView {
  border-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  padding: 2px;
}

table.ReviewView {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-collapse: collapse;
}

td.ReviewView {
  border-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: dotted;
  border-width: 1px;
  padding: 6px;
}

table.SessionList {
  border-collapse: collapse;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  margin-top: 10px;
}

td.SessionList {
  border-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-color: black;
  border-width: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.papertitlelink:link
	{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.papertitlelink:visited
	{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.papertitlelink:hover
	{
	color: black;
	background-color: #ddddff;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}
a.papertitlelink:active
	{
	color: black;
	background-color: #ddddff;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}

a.papertitlelinkrej:link
	{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.papertitlelinkrej:visited
	{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.papertitlelinkrej:hover
	{
	color: black;
	background-color: #ffdddd;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}
a.papertitlelinkrej:active
	{
	color: black;
	background-color: #ffdddd;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}
	 
a.papertitlelinkacc:link
	{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.papertitlelinkacc:visited
	{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.papertitlelinkacc:hover
	{
	color: black;
	background-color: #ddffdd;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}
a.papertitlelinkacc:active
	{
	color: black;
	background-color: #ddffdd;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}
	 
a.email:link
	{
	color: blue;
	background-color: transparent;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.email:visited
	{
	color: blue;
	background-color: transparent;
	text-decoration: none;
	padding: 3px;
	border-style: none;
	}
a.email:hover
	{
	color: black;
	background-color: #ddffdd;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}
a.email:active
	{
	color: black;
	background-color: #ddffdd;
	text-decoration: none;
	padding: 2px;
	border-style: dashed;
	border-width: 1px;
	}	


a.menuLink:link
	{
	color: black;
	background-color: transparent;
	text-decoration: none;
	}
a.menuLink:visited
	{
	color: black;
	background-color: transparent;
	text-decoration: none;
	}
a.menuLink:hover
	{
	color: black;
	background-color: white;
	text-decoration: none;
	}
a.menuLink:active
	{
	color: black;
	background-color: transparent;
	text-decoration: none;
	}	


a:link
	{
	color: blue;
	background-color: transparent;
	text-decoration: none;
	}
a:visited
	{
	color: blue;
	background-color: transparent;
	text-decoration: none;
	}
a:hover
	{
	color: black;
	background-color: white;
	text-decoration: none;
	}
a:active
	{
	color: blue;
	background-color: transparent;
	text-decoration: none;
	}	

