
html, body {
  padding: 0em;
  font-size: 100.01%;
}

body
{
  height: 100%;
  width: 100%;
  font-family: Verdana;
  font-size: 16px;
  padding: 0em;
  margin: 0em;
}

#page {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}

.ui-tabs-panel {
  overflow: auto;
  height: 460px;
}

.tabContent {
  margin-top: 20px;
}

#teamAcc {
  margin-top: 25px;
  margin: 25px 20px 0px 20px;
}

#teamAcc .ui-accordion-content {
  font-size: 12px;
  padding: 15px 20px;
}

#teamAcc .ui-accordion-header.ui-state-active a {
  font-weight: bold;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #EEE;
}

#header {
  margin-top: 10px;
  width: 100%;
}

#header #logo {
  margin-left: 40px;
}


#content
{
  text-align: left;
  padding: 15px 35px;
  font-size: 14px;
}


/* for IE */
/*\*/
* html #content {
  height: 200px;
}

/* Links */

p a {
 color: black;
}

p a:hover {
  color: #1A9EC2;
  
}

a.imagehref {
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  text-decoration: none;

}

a:hover.imagehref {
  background-color: transparent;
}

a.imagehref img  {
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  text-decoration: none;
}

p {
  margin: 15px 20px;
}


/* Footer styles */
#footer {
  text-align: center;
}

#copyright {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}

#copyright a {
  text-decoration: none;
  color: #000;
}

#copyright a:visited {
  color: #000;
}

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

.inline-error {
  color: red;
}

.inline-success {
  color: #3D982B;
}

/* Headers */

h1 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px;
  color: #555555;
}

h2 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  color: #555555;
}

td.label {
  font-weight: bold;
  color: #555555;
}

.notFoundDiv {
  margin: 20px 0px;
}
.notFoundDiv div.ui-widget-header {
  color:#555555;
}
/*  Tab Hover */

h2.bluehover.ui-state-default a:hover,
li.bluehover.ui-state-default a:hover {
  color: #1A9EC2;
  text-decoration: none;
}

h2.redhover.ui-state-default a:hover,
li.redhover.ui-state-default a:hover {
  color: #F74D21;
  text-decoration: none;
}

h2.purplehover.ui-state-default a:hover,
li.purplehover.ui-state-default a:hover {
  color: #821280;
  text-decoration: none;
}

li.greenhover.ui-state-default a:hover,
h2.greenhover.ui-state-default a:hover
{
  color: #3D982B;
  text-decoration: none;
}


