
#pagewrapper
{
 width: 96%;
 border: 2px solid #cccccc;
 padding-right:  2%;
 padding-left:  2%;
 padding-bottom: 10px;
 float: left;
}

/***********************************************/
/* Header                                      */
/***********************************************/

#masthead
{
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #cccccc;
  width: 96%;

}

#siteName
{
  margin: 0;
  padding: 0 0 0 10px;
}



#pageName
{
  margin: 0px;
  padding: 0px 0px 0px 10px;
  border-bottom: 1px solid #CCC;
}

h1
{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2
{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Breadcrumbs                                 */
/***********************************************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

/***********************************************/
/* Right Side Navigation Bar                   */
/*   -> see glossmeny.css                      */
/***********************************************/

.markermenu{
margin: 5px 0;
padding: 0;
width: 20%; /*width of menu*/
float:left
}

/***********************************************/
/* Page Contents                               */
/***********************************************/
body
{
  font-family: Arial,sans-serif;
  color: #333333;
}
#pagebody
{
  width: 96%;
}

#pagecontent
{
  width: 75%;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
}


/***********************************************/
/* Footer                                      */
/***********************************************/

#siteInfo {
  width: 96%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #000000;
  padding-bottom: 20px;
}

/***********************************************/
/* Hyperlinks                                  */
/***********************************************/
a
{
	color: #006699;
	text-decoration: none;
}

a:link
{
	color: #006699;
	text-decoration: none;
}

a:visited
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	color: #006699;
	text-decoration: underline;
}

/***********************************************/
/* Splash Page                                 */
/***********************************************/

#SpashTable {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#SpashTableRow {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#SpashTableRow2 {
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 150%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#SpashTableTextRow {
  padding-top: 5px;
  font-size: 100%;
}

#SpashTableRow H1 {
  padding-top: 10px;
  font-size: 200%;
  font-weight: bold;
}

#SpashTableRow H3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
/***********************************************/
/* Citation Formating                          */
/***********************************************/

.SectionHeader {
 	font-size: 200%;
 	font-weight: bold;
	color: #006699;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.Papers
{
 width: 98%; 
 border: 2px solid #cccccc;
}

.Paper 
{
    border: 1px solid #cccccc;    
	min-height: 3.3em; /*for the hover*/
	padding-top: 4px;
	padding-bottom: 4px;
}

.Paper A:link {
  color: #000000;
  text-decoration: none;
}

.Paper A:visited {
  color: #000000;
  text-decoration: none;
}

.Paper A:active {
  color: #000000;
  text-decoration: none;
}

.Paper A:hover {
  color: #000000;
  text-decoration: underline;
  background: #E8ECF4;
}

.Paper:hover {
	background: #E8ECF4;
}
.Paper P {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
}
.cit-Title {
	font-style: italic;
}
.cit-VolName {
	font-style: normal;
}

.Paper-Links {
	padding-top: 5px;
}
.Paper-Links-Abstract SPAN {
    color: #006699;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/***********************************************/
/* Abstract Formating                          */
/***********************************************/

.abstract-header {
 	font-size: 150%;
 	font-weight: bold;
	padding-top: 15px;
	display: block;
}
.abstract {
	padding-top: 10px;
	display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
}
.keyword-header {
 	font-size: 120%;
 	font-weight: bold;
	padding-top: 15px;
	display: block;
}
.keywords {
	padding-top: 10px;
	display: block;
}
.abstract-author {
 	font-weight: bold;
	display: inline;
}

/***********************************************/
/* List Formating (Authors  & Keywords)        */
/***********************************************/

ul.keywordMultiColumn{ width: 800px; }
ul.keywordMultiColumn li { float: left; width: 380px; margin: 0px 20px 0px 0px; padding: 0px; }
ul.authorMultiColumn{ width: 800px; }
ul.authorMultiColumn li { float: left; width: 180px; margin: 0px 20px 0px 0px; padding: 0px; }

.ulhide
{
    display: none;
}
.authorlist
{

}

.keywordlist
{

}

/***********************************************/
/* Poster Formating                            */
/***********************************************/

.posterTitle {
  color: #ff0000;
}

.posterAuthors {
  color: #0000ff;
}