label {
  font-size: 1.1em;
  display: block;
  font-family: 'lucida grande','lucida sans regular',verdana,arial,helvetica,sans-serif;
  color: #383C45;
  font-weight: bold; }

label.chkbox {
  color: #383C45;
  display: inline; 
  vertical-align: middle;
  margin: 0px; }

label.required {
  font-weight: bold; }

input, select {
  font-family: 'lucida grande','lucida sans regular',verdana,arial,helvetica,sans-serif;
  font-size: 1em;
  line-height: 1.3em; }
  
select {
  padding: 1px; }
  
input {
  padding: 2px; }
  
input.chkbox, input.radiobutton {
  border: none;
  vertical-align: middle; }
  
label.chkbox {
  font-size: 1em; }

label.radiobutton {
  display: inline;
  vertical-align: middle; }

input.search-box {
  font-size: 16px;
  font-weight: bold;
  padding: 3px 6px; 
  float: left;
  margin: 6px 5px 11px 1px; }
  
input[type=radio], input[type=checkbox] {
  vertical-align: middle; }


/* Buttons */

.icon {
  height:16px;
  width:16px; }

.buttons a, .buttons button, a.button, button.button {
  background-color: #f3f3f3;
  border-color: #c7c7c7 #a8a8a8 #a8a8a8 #c7c7c7;
  border-style: solid;
  border-width: 1px;
  color: #474747;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
  font-size: 100% !important;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0.7em 0 0;
  padding: 5px 8px 6px;
  text-decoration: none; }

a.button, button.button {
  display: inline-block;
  float: none; }

.buttons button, button.button {
  font-weight: bold;
  overflow: visible;
  padding: 4px 8px 3px 7px;
  width: auto; }

.buttons button[type], button.button[type] {
  line-height: 17px;  /* Safari ? */
  padding: 4px 8px 5px 7px;  /* Firefox ? */
  width: auto; }

:first-child + html .buttons button[type], :first-child + html button.button[type] {
  margin-bottom: 1px;
  padding: 4px 8px 3px 7px; /* IE7 ?*/ }

* html button.button {
  margin-bottom: 1px; }

.buttons button img, .buttons a img, a.button img, button.button img {
  margin: 0 3px -3px 0 !important; }

.buttons button:hover, .buttons a:hover, a.button:hover, button.button:hover {
  background-color: #e7ebf4;
  border: 1px solid #aabbcb;
  color: #102f5b; }

.buttons a:active, a.button:active {
  background-color: #253958;
  border: 1px solid #253958;
  color: #FFFFFF; }

button.positive, a.positive {
  color: #45800c; }

a.positive:hover, button.positive:hover {
  background-color: #e0ebb4;
  border: 1px solid #afc75d;
  color: #3e7805; }

a.positive:active {
  background-color: #4D8A51;
  border: 1px solid #4D8A51;
  color: #FFFFFF; }

a.negative, button.negative {
  color: #c5231b; }

a.negative:hover, button.negative:hover {
  background: #f9d8da none repeat scroll 0 0;
  border: 1px solid #e3a2a5;
  color: #bc180f; }

a.negative:active {
  background-color: #a5050d;
  border: 1px solid #FFFFFF;
  color: #FFFFFF; }

.buttons a em, .buttons button em, a.button em {
  font-style: normal;
  font-weight: normal; }


/* Other buttons - links, in tables, etc. */

#update-map-button {
  margin: 10px 0pt 0pt -1px; }
  
.links {
  float: right; }
  
#results .buttons a, 
#results .buttons button, 
#results a.button, 
#results button.button {
  margin-right: 0pt !important; 
  margin-left: 0.7em !important; }  

#results img {
  margin-right: 0px !important; }

table .buttons a, 
table .buttons button, 
table a.button, 
table button.button {
  padding: 3px 5px;
  margin-right: 0pt !important; 
  margin-left: 0.7em !important; }
   
table .links button, table .links .buttons {
  line-height: 100%;
  font-size: 85%; }

table .links img {
  margin: 0 1px -4px 0 !important; }
  
table .buttons button[type], table button.button[type] {
  line-height: 17px;  /* Safari ? */
  padding: 3px 5px;  /* Firefox ? */
  width:auto; }  
  
#status .buttons a, #status .buttons button {
  padding: 3px 5px;  /* Map & List buttons */
  font-size: 90%;
  font-style: normal; }

/* Button - Search field */

#find {
  font-size: 13px;
  padding: 5px 9px 7px 8px;
  border-right: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  border-left: 1px solid #B8B8B8;
  border-top: 1px solid #B8B8B8;
  margin: 6px 0pt 0pt 5px;
  letter-spacing: .25px; }

#find:hover {
  border: 1px solid #B9C6DE; }


/* === data tables === */	
  
table {
  font-size: 12px;
	font-weight: normal;
	color: #383C45;
	width: 100%;
	border-collapse: collapse;
  border: 1px solid #c2c2c4;
	padding: 0pt;
	margin: 0pt 0pt 15px; }

tbody {
  background: #FFFFFF; }

td {
	padding: 7px 10px;
	color: #383C45; }
	
td.one {
  width: 16%; }

td.two {
  border-right: 1px solid #DADBD9;
  border-left: 1px solid #DADBD9;
  width: 4%; }

td.three {
  width: 75%; }
  
tr {
  background: #FFFFFF;
  border-bottom: 1px solid #c2c2c4; }
  
tr:hover {
  background-color: #FFFFFF; }

th, th:hover {  
  font: bold 12px "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #2D466E;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	padding: 5px 10px;
	border-top: 1px solid #9caecc;
	border-bottom: 1px solid #9caecc;
  background: #e8f0fc url(/images/header-main.gif) center bottom repeat-x;	
  line-height: 18px; }

th.list {
  padding: 0px;
  line-height: normal; }
  
th.title {
  color: #383C45;
	background: #fff;
	font: normal 11px "Calibri","Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; }

th.tasks {  /* === used where tasks are displayed === */
  background: #E6EFC2 url(/images/header-task.gif) repeat-x scroll center bottom;
  border: 1px solid #AFC75D; 
	color: #437a0e; }
	
th.messages {  /* === used where messages are displayed === */
  background: #eae4db url(/images/header-message.gif) repeat-x scroll center bottom;
  border: 1px solid #dfba38; 
	color: #a94401; }

th.minor {  /* === used where students are display === */
  font: bold 12px "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #5b4d36;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	padding: 4px 11px;
  border-top: 1px solid #c7b9a1;
	border-bottom: 1px solid #c7b9a1;
	border-left: 1px solid #c7b9a1;
  border-right: 1px solid #c7b9a1;
  background: #eae4db url(/images/header-person.gif) center bottom repeat-x;
  line-height: 18px; }

th.subhead {
	border-top: 1px solid #c2c2c4;
	border-bottom: 1px solid #c2c2c4;
	background: #efeff2;
	text-transform: uppercase;
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	color: #515152;
	letter-spacing: 0.08em; }

table span {
  color: #383C45;
	letter-spacing: 0px;
  font-family: Georgia,serif;
  font-style: italic;
  text-transform: none; }

table a {
  font-weight: bold; }

table th a {
  font-weight: normal; }
    
table img {
  vertical-align: middle; }
  
/* === small tables styles === */	  

table.small, table.small tbody {
  background: transparent;
  border: none; }
  
table.small tr {
  background: transparent;
  border-bottom: 1px solid #CCCCCC; }
  
table.small td {
  padding: 6px 9px; }
  
table.small td.group {
  color: #76736e;
  width: 30px;
  font-weight: normal; }
  
table.small label {
  font-size: 95%;
  margin-left: 5px; }

table.small input {
  margin-top: -2px; }

/* === other tables styles === */	 
  
td.radio {
  padding: 12px 0px 13px 10px;
  width: 5px; }

td.label {
  padding: 13px 10px 13px 5px; }

tr.alert {
  border-top: 1px dashed #999999 !important;
  border-bottom: 1px dashed #999999 !important;
  margin: 5px 0px;
  background: #EBEEF4;
  font-weight: bold;
  font-size: 1.05em; }

tr.alert label {
  font-size: 1em; }

tfoot tr, tfoot tr:hover {
  background: #F2F2F4;
  font-size: 95%; }
  
table#short_term_goals select {
  margin-right: 5px; }
  
table#short_term_goals input {
  font-size: 12px;
  width: 98%; }

table#goals td.links {
  padding-right: 7px; }

table#goals td.checkbox {
  padding-left: 7px; }

table#goals td.class, table#goals td.date {
  font-weight: normal; }
  
/* === messages & commenting === */	 
  
#messages {}

#messages .buttons img, table.comments .buttons a {
  margin: 0px !important; }

#messages td.open {
  background: #F5FCDA none repeat scroll 0 0;
  border-left: 1px solid #CCDE87;
  border-right: 1px solid #CCDE87;
  border-bottom: 1px solid #CCDE87;
  padding: 10px; }  
  
#messages td.open table tr {
  border-bottom: none; }
  
#messages td.open table {
  border: 1px solid #CFBE05;
  margin-bottom: 10px; }

#messages td.open .subhead {  
  background: #F6FFA7 none repeat scroll 0 0;
  border: 1px solid #CFBE05;
  color: #A36400; }

#messages .goal_link {
  border-top: 1px dashed #999999;
  background-color: #E9EBEF;
  font-size: 11px;
  font-weight: normal;
  margin-top: 10px;
  padding: 10px;
  color: #424246; }  
  
  
  
