﻿/*-- Resume_of_ST Style Sheet --*/


#Resume_Table th {
 color: #000000;
 font-weight: normal;
 background-color: #ff8c00;
}


#Resume_Table th.Table_Head_1_of_ST {
  width: 10%;
  }

#Resume_Table th.Table_Head_2_of_ST {
  width: 15%;
  }

#Resume_Table th.Table_Head_3_of_ST {
  width: 50%;
  }

#Resume_Table th.Table_Head_4_of_ST {
  width: 15%;
  }

#Resume_Table th.Table_Head_5_of_ST {
  width: 10%;
  }



#Resume_Table td {
  border: 1px solid;
  text-align: left;
  vertical-align: top;
  }



#Resume_Table td.Category_of_ST {
 text-align: center;
 vertical-align: middle;
 background-color: #f8b862;
 border: none;
 color: #000000;
}


#Resume_Table td.Category_of_ST a {
 color: #ffffff;
 }


#Resume_Table td.SubjectTitle_of_ST {
 text-align: left;
 vertical-align: middle;
 border-style: solid;
 border-color: #f8b862;
 border-width: 1px;
 background-color: #f8b862;
 padding: 5px 10px;
 }


#Resume_Table td.SubjectTitle_of_ST a {
 color: #000000;
 }

#Resume_Table td.SubjectTitle_of_ST a:hover {
 color: #000000;
 background-color: #ff8c00;
 padding: 0px 0px;
 }

#Resume_Table td.date {
 background-color: #ffffff;
 text-align: center;
 vertical-align: middle;
 padding: 2px;
 }

#Resume_Table td.title {
 background-color: #ffffff;
 text-align: left;
 vertical-align: middle;
 padding: 2px;
 }

#Resume_Table td.lecturer {
 background-color: #ffffff;
 text-align: center;
 vertical-align: middle;
 }

#Resume_Table td.access {
 background-color: #ffffff;
 text-align: center;
 vertical-align: middle;
 }


/*-- END --*/


