
/* Main Body Attributes */

BODY {
  margin: 0;
}
a:link {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #003366;
  background-repeat: repeat;
}

a:visited {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #003366;
  background-repeat: repeat;
}

a:active {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #003366;
  background-repeat: repeat;
}

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #CC3300;
}

/* Page Layout */

#header {
  position: relative;
  width: auto;
  height: 76px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-image:  url(../Graphics/coherebanner.gif);
}

#sitelogo {
  position: relative;
  width: 100%;
  height: 54px;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0px;
  background-image:  url(../Graphics/coherelogo.gif);
  background-repeat: no-repeat;
}

#siteoptions {
  position: absolute;
  width: auto;
  height: auto;
  top: 12px;
  right: 20px;
  bottom: auto;
  left: auto;
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

#siteoptions a {
  color: #333333;
}

#siteoptions a:hover {
  text-decoration: underline;
  color: #cc3300;
}

#main {
  position: relative;
  width: auto;
  height: auto;
  top: 25px;
  right: auto;
  bottom: auto;
  left: auto;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
}

#footer {
  position: relative;
  width: auto;
  height: 100px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #003366;
  background-image:  url(../Graphics/coherefooterbanner.gif);
background-attachment:inherit;
  background-repeat: repeat-x;
}


/* Other */

.pagerstyle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CC3300;
}

.thumbnailwithbackground {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #003366;
  text-align: center;
  background-color: none;
  border: 1px solid #CCCCCC;
  padding: 5px;
}

.clearbox {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.errormsg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CC3300;
}

.sectionheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

.projheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-color: #003366;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #CC3300;
}

.projdesc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
}

.stdbodytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.fieldprompt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.buttontext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

.inputtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.readonlytext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.projectname {
  font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #cc3300;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
}

.grid-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.grid-item {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}


/***** Tabs (Menu) ***********/

#top {
  float:left;
  width:100%;
  border-bottom: 1px solid #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  line-height:normal;
  background-color: #E2EDF7;
  
}

#top ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  
}

#top li {
  float:left;
  background:url("menugraphics/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#top a {
  float:left;
  display:block;
  background:url("menugraphics/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #003366;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#top a {float:none;}
/* End IE5-Mac hack */

#top a:hover {
  color:#cc3300;
}

#top #current {
  background-image:url("menugraphics/left_on.gif");
}

#top #current a {
  background-image:url("menugraphics/right_on.gif");
  color:#cc3300;
  padding-bottom:5px;
}

