body{
	font-size: 12px;
}

.searchresult_title{
	color: #0000cc;
}

div.content_padded{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

div.menuitem{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;

  font-family: Arial;
  font-size: 12px;
}

div.menuitem a:link {
  color: #444444;
  text-decoration: none;
}

div.menuitem a:visited {
  color: #444444;
  text-decoration: none;
}

div.tab_select {
  color: #444444;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
}

div.tab_select a {
  font-family: Arial;
  font-size: 12px;
}

div.tab_select a:link {
  color: #444444;
  text-decoration: none;
}

div.tab_select a:visited {
  color: #444444;
  text-decoration: none;
}

table.buttontable a {
  font-family: Arial;
  font-size: 12px;
}

table.buttontable a:link {
  color: #444444;
  text-decoration: none;
}

table.buttontable a:visited {
  color: #444444;
  text-decoration: none;
}

div.tab_title{
  font-family: Arial;
  font-size: 12px;

  padding-top: 7px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 0px;
}

div.tab_select{
  padding-top: 6px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
}


table.teacher_student_tab{
  padding: 0px;
  width: 100%;
}

div.warning{
  color: red;
  font-weight: bold;
}

div.infodialog{
  border: solid 1px #aaaaaa;
  border-right: groove 2px #aaaaaa;
  border-bottom: groove 2px #aaaaaa;

  padding: 30px;
  background-color: white;
  width: 300px;
}

td.photoPanelTab DIV{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
}

td.photoPanelTab{
  background-image: url(images/photo_upload_tab_off.gif);
  background-color: #CCCCCC;
}

td.photoPanelTab a{
  color: black;
  text-decoration: none;
}

span.btnSavePost {
  color: #444444;
  font-family: Arial;
  font-size: 12px;
}

span.disabledbtn {
  color: #888888;
  font-family: Arial;
  font-size: 12px;
}
span.highlight {
    color: #c82d0e;

}

/* Not in use */
table.teacher_student_tab td.selected{
  width: 50%;
  text-align: center;
  background-image: url(images/tab_selected.gif);
}

table.teacher_student_tab td.not_selected{
  width: 50%;
  text-align: center;
  background-image: url(images/tab_not_selected.gif);
}
/* End of not in use */

a:link {}
a:visited {}
a:hover { color: black; text-decoration: none; }

/* Individual */
div#register{
    float: left;
    height: 400px;
}
div#isedu{
    float: right;
    clear : right;
    width: 170px;
    height: 400px;
    margin-left: 10px;
    
    border: solid 1px #aaaaaa;
    border-right: groove 2px #aaaaaa;
    border-bottom: groove 2px #aaaaaa;
    padding: 30px 10px 30px 10px;
}

