/* CSS Document used in profile.html */
#profile_container{
	background-image: url(../images/teacherProf_bk.jpg);
	background-repeat:no-repeat;
	float:right;
	/*height:783px;*/
	width:736px;

}



#profile_container .content{

	margin-left:20px;
	margin-top:20px;
	width:90%;

}

#profile_container .table1{
	width:98%;
	padding:0px;
}

#profile_container .table1 td{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#profile_container .table1 p{

	padding: 0px;
	margin: 0px;
	padding-top:10px;
}


#profile_container .img
{
	float:left;	
}

#profile_container li
{
	
	margin-top:10px
}

#profile_container .subContent{
	width:100%;
	margin-top:10px;

}

#profile_container .subContent td{
	padding-left:20px;

}


#profile_container .headTitle
{
	height:25px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}

#profile_container .table_content {
	width:100%
	
}

#profile_container .table_content td{
	vertical-align:top;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:20px;
}

#profile_container .title{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;

}

#profile_container .subtitle{
	font-weight:bold;
	font-size:12px;
	color:#000000;

}
#profile_container .label{
	font-weight:bold;
	font-size:11px;
}

.hidden { display: none; }
.unhidden { display: block; }


/*---- profile button---*/
#profile1{
	width:185px;
	height:25px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.profile1 a{
	background: url(../images/but_profile1_off.gif) no-repeat 0 0;
	width: 185px;
   	height: 25px;
	display:block;
	text-indent:-9999px;
}

.profile1 a:hover{
	background: url(../images/but_profile1_over.gif) no-repeat 0 0;
	width: 185px;
   	height: 25px;
	display:block;
	text-indent:-9999px;
}

#profile2{
	width:185px;
	height:25px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.profile2 a{
	background: url(../images/but_profile2_off.gif) no-repeat 0 0;
	width: 185px;
   	height: 25px;
	display:block;
	text-indent:-9999px;
}

.profile2 a:hover{
	background: url(../images/but_profile2_over.gif) no-repeat 0 0;
	width: 185px;
   	height: 25px;
	display:block;
	text-indent:-9999px;
}
#profile3{
	width:185px;
	height:25px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.profile3 a{
	background: url(../images/but_profile3_off.gif) no-repeat 0 0;
	width: 185px;
   	height: 25px;
	display:block;
	text-indent:-9999px;
}

.profile3 a:hover{
	background: url(../images/but_profile3_over.gif) no-repeat 0 0;
	width: 185px;
   	height: 25px;
	display:block;
	text-indent:-9999px;
}

.bullet{margin-top:5px;}

.names{padding:3px;background-color: #6699CC; color:#FFFFFF;width:290px;display:block;}
