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;
  text-align: left
}

tr {
  padding: 0px;
  margin: 0px;
}

td {
  padding: 0px;
  margin: 0px;
  text-align: left
}

.footer {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 1px;
  font-size: x-small;
  text-align: center;
}

table.MainContent {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: white;
  border-collapse: collapse;
}

td.Content {
  background-color: white;
  padding-bottom: 5mm;
}


/* tabbed styles */
#MainMenu {
  padding: 3px 0;
  margin: 0;
  border-bottom: 1px solid #778;
  font: bold 12px Verdana, sans-serif;
}

#MainMenu li {
  list-style: none;
  margin: 0;
  display: inline;
}

#MainMenu li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

#MainMenu li a:active {color: #000;}
#MainMenu li a:visited {color: #000;}
#MainMenu li a:hover {color: #000; background: #AAE;
  border-color: #227; cursor: pointer;}

/* "current tab" style */
#MainMenu li a#ActiveMainMenu {background: #EEE; border-bottom: 1px solid #EEE;}


/* tabbed styles */
#SubMenu {
  padding: 3px 0;
  margin: 0;
  border-bottom: 1px solid #778;
  font: bold 12px Verdana, sans-serif;
}

#SubMenu li {
  list-style: none;
  margin: 0;
  display: inline;
}

#SubMenu li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

#SubMenu li a:link {color: #000;}
#SubMenu li a:visited {color: #000;}
#SubMenu li a:hover {color: #000; background: #AAE;
  border-color: #227;}

/* "current tab" style */
#SubMenu li a#ActiveSubMenu {background: white; border-bottom: 1px solid white;}

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-color: black;
  border-width: 1px;
  border-style: none;
  border-collapse: collapse;
  width: 100%;
}
*/

#PaperList {
  width: 100%;
  border-collapse: collapse;
}

#PaperList input {
  font-size: 0.7em;
  background-color: white;
  border: 1px solid black;
}

#PaperList input:hover {
  background-color: #CCC;
  border: 1px solid red;
}

#PaperList tr {
  border-style: none;
}

#PaperList tr.Accepted {
  background-color: #bbffbb;
}

#PaperList tr.Rejected {
  background-color: #ffbbbb;
}

#PaperList tr.Maybe {
  background-color: #bbbbff;
}

#PaperList tr.Undecided {
  background-color: #ffffbb;
}

#PaperList tr.NoReview {
  background-color: #ffffbb;
}

#PaperList tr.Incomplete {
  background-color: #ffbbbb;
}

#PaperList tr.Submitted {
  background-color: #bbffbb;
}

#PaperList tr:first-child {
  background-color: white;
}

#PaperList tr.Top td {
  border-top: 1px dotted black;
}

#PaperList tr.Bottom td {
  border-bottom: 1px dotted black;
}

#PaperList td {
}

#PaperList tr.Top td {
  padding-top: 3px;
}

#PaperList tr.Bottom td {
  padding-bottom: 3px;
}

#PaperList td.PaperTitle {
}

#PaperList td.PaperViewButton {
}

#PaperList td.PaperData {
  text-align: center;
}

#PaperList td.PaperStatus {
  font-size: 0.8em;
  text-align: right;
}

#PaperList td.PaperTopic {
  font-size: 0.8em;
}

#PaperList td.PaperSession {
  font-size: 0.8em;
  text-align: right;
}

/*********************************/

#TCChairList {
  border-collapse: collapse;
}

#TCChairList input {
  font-size: 0.7em;
  background-color: white;
  border: 1px solid black;
  padding: 2px;
}

#TCChairList input:hover {
  background-color: #CCC;
  border: 1px solid red;
}

#TCChairList tr {
}

#TCChairList tr:first-child {
  background-color: white;
}

#TCChairList td {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  padding: 2px;
  vertical-align: top;
}

#TCChairList table.Details td {
  border: none;
  padding: 0;
}

/*********************************/

#RCMemberList {
  border-collapse: collapse;
  width: 100%;
}

#RCMemberList input {
  font-size: 0.7em;
  background-color: white;
  border: 1px solid black;
  padding: 2px;
}

#RCMemberList input:hover {
  background-color: #CCC;
  border: 1px solid red;
}

#RCMemberList tr:first-child {
  background-color: white;
}

#RCMemberList td {
  background-color: #ffffbb;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  padding: 2px;
  vertical-align: top;
}

#RCMemberList td.Data {
  text-align: center;
}

/*********************************/

#ReviewerList {
  border-collapse: collapse;
  width: 100%;
}

#ReviewerList input {
  font-size: 0.7em;
  background-color: white;
  border: 1px solid black;
  padding: 2px;
}

#ReviewerList input:hover {
  background-color: #CCC;
  border: 1px solid red;
}

#ReviewerList tr:first-child {
  background-color: white;
}

#ReviewerList td {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  padding: 2px;
  vertical-align: top;
}

#ReviewerList td.Data {
  text-align: center;
}

/*
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;
	}	
