/* nuetasigma.css - Styles for NuEtaSigma.com */

/* Body Definition */
body
{
  margin: 0px 0px 0px 0px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  voice-family: male;
  vertical-align: middle;
}

/* Element Definitions */
#greek_phi
{
  position: absolute;
  display: block;
  left: 20px;
  height: 160px;
  width: 50px;
  background-color: #000000;
}
#greek_nu
{
  position: absolute;
  display: block;
  right: 20px;
  height: 160px;
  width: 50px;
  background-color: #000000;
}

#banner
{
  position: relative;
  display: block;
  margin-right: 100px;
  margin-left: 100px;
  height: 72px;
  background-color: #3A3D4C;
}

#nav
{
  position: relative;
  display: block;
  height: 20px;
  margin-right: 100px;
  margin-left: 100px;
  background-color: #353383;
  font-color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}

#content
{
  position: relative;
  display: block;
  margin-right: 100px;
  margin-left: 100px;
  background-color: #D6D6D6;
  color: #000000;
  padding-bottom: 5px;
}

#sidebar
{
  position: absolute;
  display: block;
  width: 128px;
  left: 0px;
  margin-left: 0px;
  padding-left: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #D6D6D6;
}

#eventTitle
{
  position: relative;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 2px;
  background-color: #292A5C;
  color: #FFFFFF;
  text-align: center;
  font-size: 9pt;
}

#eventList
{
  position: relative;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 6px;
  background-color: #FFFFFF;
  color: #292A5C;
  text-align: left;
  font-size: 9pt;
}

#googleAds
{
  position: relative;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #FFFFFF;
  color: #292A5C;
  text-align: left;
  font-size: 9pt;
}

#body
{
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 130px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 6px;
  background-image: url(images/background_logo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #D6D6D6;
  min-height: 500px;
}

#imgbody
{
  position: absolute;
  display: block;
  margin: 0,0,0,0;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 15px;
  background-image: url(images/background_logo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #D6D6D6;
}

#prevedit
{
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 130px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 6px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #D6D6D6;
  min-height: 500px;
}

#footer
{
  position: relative;
  display: block;
  margin-right: 100px;
  margin-left: 100px;
  background-color: #3A3D4C;
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 8pt;
}

/* Banner Parts */
#bannerleft
{
  position: absolute;
  display: block;
  left: 0px;
  height: 72px;
  width: 66px;
  z-index: 9;
}

#bannerright
{
  position: absolute;
  display: block;
  right: 5px;
  height: 72px;
  width: 118px;
  z-index: 10;
}

#bannercenter
{
  position: relative;
  display: block;
  margin: 0 auto;
  height: 72px;
  width: 259px;
}

/* Style Definitions */

p
{
  font-size: 11pt;
  font-weight: normal;
  color: #000000;
}

.search
{
  font-size: 7pt;
  text-align: center;
}

.sidelink
{
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
  padding-left: 2px;
}

a
{
  text-decoration: none;
  color: #000066;
}

a.navigation
{
  text-decoration: none;
  color: #FFFFFF;
}

a.sidelink
{
  text-decoration: none;
  color: #000000;
}

a.viewCalendar
{
  text-decoration: none;
  color: #FFFFFF;
}

a.viewCalendar:hover
{
  text-decoration: underline;
  color: #EEEEFF;
}

a.viewCalendar:visited
{
  text-decoration: none;
  color: #FFFFFF;
}

a.event
{
  text-decoration: none;
  color: #292A5C;
}

.title
{
  color: #292A5C;
  font-weight: bold;
  font-size: 10pt;
  padding-top: 0px;
  text-transform: uppercase;
}

.sig
{
  padding-left: 30px;
  padding-bottom: 5px;
}

img
{
  border-width: 0;
}

img.left
{
  padding-right: 6px;
  padding-left: 0px;
  padding-bottom: 6px;
  float: left;
}

.red
{
  font-size: 10pt;
  color: #990000;
}

.green
{
  font-size: 10pt;
  color: #009900;
}

.message
{
  font-size: 9pt;
  color: #000099;
  font-style: italic;
}

.hidden
{
  visibility: collapse;
}

.boldtext
{
  font-weight: bold;
  text-transform: uppercase;
}

td.description
{
  font-size: 10pt;
}

.msgBox
{
  vertical-align: top;
}

table.members
{
  padding-top: 0px;
  vertical-align: top;
  display: table;
  border-spacing: 1px;
}

th.members
{
  padding-top: 0px;
  vertical-align: top;
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
}

td.members
{
  vertical-align: top;
  font-size: 11pt;
  color: #9583893;
  padding-left: 5px;
  padding-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #AAAAAA;
}

.subnav
{
  font-size: 8pt;
}