*
{
    font-size: 13px; /*font-family: Tahoma,Verdana,微软雅黑,新宋体;*/
}

.tableForm
{
    border-collapse: collapse;
}
.tableForm th
{
    text-align: right;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}
.tableForm td
{
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}
input.inputTextL{
	border:1px solid #999;background:white;line-height:28px;height:28px;
}
input.inputTextXXL {
	width: 100px;
	padding: 1px;
	border-top: 1px solid #999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999
}

input.inputTextXXL:hover {
	border: 1px solid #7ac5cd;
	background-color: #fefbf7
}

input.inputTextXXL:focus {
	background-color: #fff8ef
}

.inputTable{
	
}
.inputTable th{
	padding-right:10px;
}
.inputTable td{
	padding-right:10px;
}

.shareCourseDetailsSection
{
     width:100%; height:auto; background:white;margin-bottom:12px;
}

.shareCourseDetailsRow
{
    width:100%;text-align:center; line-height:70px;
     padding-bottom:5px; border-bottom: solid 1px #F2F2F3;
}
.shareCourseDetailsRow:after {content:".";display:block;height:0;clear:both;visibility:hidden;} 

.title
{
    font-size:60px;
}

.courseDeatilsTh
{
    width:300px;
}
.courseDetailsTd
{
    width:auto;padding-left:5px;color:#ADB2B5;
}
.text
{
    float:left;font-size:48px;
}

.leftcol
{
    text-align:left; 
}
.rightcol
{
    text-align:right; 
}
.coldv
{
    width:50%;height:100px;float:left;
}

.imghead
{
    width:90px; height:90px;margin-left:10px; 
}

.spnname
{
    color:#F2A434;margin-left:5px; margin-bottom:2px; font-size:48px;
}
.spndate
{
    color:#B7B7B7;margin-right:10px; font-size:48px;
}
.spnremark
{
    color:#B7B7B7;margin-left:5px; margin-bottom:25px; font-size:48px;
}
.textspan{
	border:0px;background-color:white;
}

/*************************tree样式start*************************/
.tree-node-targeted{
	background-color:#0081C2;
	color:white;
}
/*************************tree样式end*************************/

div .menuCustomize{
  background: #0081C2;color:white;
  padding: 0 5px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #D4D4D4;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}