
#mapCanvas {
    position:absolute;
    top:60px;
    left:350px;
    right:0px;
    bottom:0px;
	overflow: hidden;
	z-index: 3;
	border-top: 2px solid black;
    border-left: 2px solid black;
    background-color:grey;
}

#settingsDiv {
    position:absolute;
    top:5px;
    left:0px;
    right:0px;
    width:100%;
    height:55px;
	overflow: hidden;
	z-index: 3;
    /*background-color:#FFEEEE;*/
}

#left_content {
  position:absolute;
  top:60px;
  left:0px;
  width:350px;
  bottom:0px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  border-top: 2px solid black;
  color: #444;
  /*background-color:#fff0f0;*/
  
}

#left_content2 {
  position:absolute;
  top:60px;
  left:0px;
  width:350px;
  bottom:0px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  border-top: 2px solid black;
  color: #444;
  /*background-color:#fff0f0;*/
}

div.infoWindowDetailInfo {
  background-color: #FFFFFF;
  overflow:hidden;
  padding-bottom:10px;
  overflow:hidden;
  text-align:left;
  margin-top:5px;
  position:absolute;
  top:90px;
  left:10px;
  height:40px;
}

div.infoWindowContentMain { /* main div of infoWindow */
  width:240px;
  overflow-y:hidden ;
  overflow-x:auto;
  background-color:white;
  text-align:center;
  position:relative;
  display:block;
  font-family: Arial;
  font-size: 0.9em;
}

div.infoWindowTitle {
  font: bold;
  font-family: Arial;
  top: 7px;
  padding: 2px 0;
  position: relative;
  text-align: center;
  width: 370px;
  font-weight: bold;
  background-color: #FFFFFF;
  height: 30px;
}

div.infoWindowBodyDiv {
  width: 380px;
  height: 100px;
  background-color: #FFFFFF;
  position: relative;
  font: bold;
  font-family: Arial;
  top: 7px;
}

div.photoInfoWindow { /* image part inside infoWindow */
  cursor: pointer;
  width:240px;
  background-color:white;
  text-align:center;
  position:relative;
  margin-top:15px;
}

.singleCountry {
  width: 100%;
  height: 60px;
  /*background: none repeat scroll 0 0 #fff0f0;*/
  border-bottom: 2px solid black;
  font-family: Arial;
}

.singleCountry:hover{
  /*background: #eee0e0;*/
  background: #E7E7EC;
  border-bottom: 2px solid black;
}

.countryHeader {
  width: 100%;
  height: 60px;
  /*background: none repeat scroll 0 0 #eee0e0;*/
  border-bottom: 2px solid black;
  font-family: Arial;
}

.countryHeader:hover{
  /*background: #eee0e0; */
  background: #E7E7EC;
  border-bottom: 2px solid black;
}

.singleStudent {
  width: 100%;
  height: 100px;
 /* background: none repeat scroll 0 0 #fff9f9; */
  border-bottom: 2px solid black;
  font-family: Arial;
}

.td_singleStudent {
  border-bottom: 2px solid black;
  padding-bottom: 3px;  
}

.tr_singleStudent {
  width: 100%;
}

.singleStudent:hover{
  /*background: #f5eaea; */
  background: #E7E7EC;
  border-bottom: 2px solid black;
}

.listViewFlagDiv {
  padding: 1px;
  margin-left: 10px;
  width: 50px; 
  text-align: center;
  /*height: 70px;*/
  margin-top:9px;
  float:left;
}

.listViewSingleStudentLeftDiv {
  width: 60px; 
  text-align: center;
  float:left;
}

.listViewCountryNameDiv {
  padding: 1px;
  padding-left: 5px;
  width: 250px; 
  text-align: left;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
}

.listViewStudentNameDiv {
  width: 100%; 
  text-align: left;
  height: 20px;
  display: inline-block;
  /*overflow: hidden;*/
  font-weight:bold;
  margin-top: 5px;
  font-size: 15px;
  color: #444;
}

.listViewNumbersDiv {
  padding: 1px;
  margin-left: 7px;
  width: 250px; 
  text-align: left;
  height: 30px;
  margin-top:12px;
  display: inline-block;
  overflow: hidden;
}

.listViewStudentInfoDiv {
  width: 100%; 
  text-align: left;
  display: inline-block;
  overflow: hidden;
  margin-top: 3px;
}

.listViewStudentRight {
  width: 275px; 
  /*height: 100%;*/
  display: inline-block;
  /*overflow: hidden;*/
  float: left;
  cursor:pointer;
}

.programSeparated {
  width:85px;
  float:left;
  font-size:14px;
}

#bodycontentAddEdit {
  position: absolute;
  min-width: 960px;
  padding: 0;
  left: 0;
  top: 84px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  zoom: 1;
  z-index:10;
  opacity:0.9;
  background-color:black;
}

#windowAddEdit {
  position: absolute;
  left:100px;
  right:100px;
  bottom: 30;
  top: 100px;
  z-index:99;
  background-color:white;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 760px;
}

#windowHelpAddEdit {
  position: absolute;
  left:100px;
  right:100px;
  bottom: 30;
  top: 100px;
  z-index:110;
  background-color:white;
  overflow: auto;
  min-width: 760px;
}

#divHelpContentTextFile {
  margin: 50px auto;
  width:650px;
  height:400px;
  /*background-color:blue; */
}

.addEditStudentInput {
  width:250px;
  float:right;
  padding-right:3px;
}

.addEditStudentInput.required {
  
}

.addEditStudentInputDiv{
  height:25px;
}

#countrySelect {
}

#startYearSelect {
}

#graduationYearSelect {
}

#programSelect {
}

#btnRefresh {
}

.settingsOptions {
  height: 20px;
}

.tdTable {
  border: 1px solid black;
  padding: 0 5px;
}

.tdStudentNumber {
  width: 70px;
}

.tdTopic {
  width: 90px;
}

.tdCity {
  width: 70px;
}

.tdGraduationYear {
  width: 80px;
}

.tdEmail {
  width: 120px;
}

.trStudentInfoList {
  font-size:14px;
}

.tdStudentInfoList1 {
  width:75px;
  vertical-align: top;
}

.tdStudentInfoList2 {
 /* width:195px;*/
}

.divCountrySelect, .divStartYearSelect, .divGraduationSelect, .divShowAll {
  float: left;
  max-width: 150px;
  margin-left: 20px;
  text-align: center;
}

.btnNotSelected {
  background: none repeat scroll 0 0 #eee;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #b2b1af;
  color: #333;
  cursor: pointer;
  height: 32px;
  line-height: 13px;
  text-align: center;
  width: 94px;
  border: 0px;
  font-weight: bold;
  font-size: 12pt;
}

.btnSelected {
  background: none repeat scroll 0 0 #ed7c11;
}

/* ----------- help text -------------- */

 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	font-size:12.0pt;
}

