#my_profile_tabs_area
{
	overflow:hidden;
	height:30px;
	margin-bottom:20px;
	border-bottom:1px solid black;
}
#my_profile_tabs_area a.tab
{
	display:inline-block;
	float:right;
	margin-right:20px;
	border:0;
	border-radius:10px 10px 0 0;
	background-color:#E2D2B8;
	height:30px;
	line-height:30px;
	padding:0px 20px;
	font-size:16pt;
	color:black;
}
#my_profile_tabs_area a.tab:hover,
#my_profile_tabs_area a.tab.selected
{
	background-color:#D9B676;
	
}
#my_profile_orders_page .main_area
{
	overflow:hidden;
	display:block;
	margin-right:29px;
	width:1834px;
	border-bottom:2px solid #C3C3C3;
}
#my_profile_orders_page table.orders_list
{
	border-collapse:collapse;
	margin:10px;
	width:950px;
}
#my_profile_orders_page table.orders_list td, 
#my_profile_orders_page table.orders_list th
{
	border:0;
	padding:5px;
	font-size:12pt;
	color:black;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #DDDDDD;
}
#my_profile_orders_page table.orders_list th
{
	border-bottom:1px solid black;
	color:#E2AA5F;
	font-weight:bold;
}
#my_profile_orders_page table.orders_list td select,
#my_profile_orders_page table.orders_list td input[type=text]
{
	display:inline-block;
	height:25px;
	line-height:25px;
	font-size:12pt;
	color:black;
	text-align:left;
	border:1px solid #9D9D9D;
	border-radius:5px;
	width:130px;
	text-indent:5px;
}
#my_profile_orders_page table.orders_list td a.btn_view
{
	display:inline-block;
	height:25px;
	line-height:25px;
	font-size:12pt;
	color:blue;
	font-weight:bold;
}
#my_profile_orders_page table.orders_list td a.btn_view:hover
{
	color:#E2AA5F;
}





#content_area.my_profile .edit_profile_area form
{
	overflow:hidden;
	margin:0;
	padding:0;
	margin-top:50px;
}
#content_area.my_profile .edit_profile_area img
{
	float:left;
	width:114px;
	margin-left:38px;
}
#content_area.my_profile .edit_profile_area input,
#content_area.my_profile .edit_profile_area label,
#content_area.my_profile .edit_profile_area .input_box,
#content_area.my_profile .edit_profile_area .upload_box,
#content_area.my_profile .edit_profile_area .checkbox_box
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:12pt;
	background-color:white;
	border:1px solid #DDDDDD;
	border-radius:5px;
	color:black;
	text-indent:10px;
	width:310px;
	margin-left:20px;
	margin-bottom:15px;
	overflow:hidden;
}
#content_area.my_profile .edit_profile_area .input_box label,
#content_area.my_profile .edit_profile_area .input_box input
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:12pt;
	border:0;
	margin-left:0px;
}
#content_area.my_profile .edit_profile_area .input_box label {width:auto;}
#content_area.my_profile .edit_profile_area .input_box input {width:200px;}
#content_area.my_profile .edit_profile_area .upload_box input
{
	border:0;
	width:367px;
	margin:0;
}
#content_area.my_profile .edit_profile_area .upload_box span.btn_upload
{
	display:inline-block;
	float:right;
	height:68px;
	line-height:68px;
	font-size:22pt;
	background-color:#3BA3C8;
	color:white;
	width:194px;
	text-align:center;
}
#content_area.my_profile .edit_profile_area .upload_box:hover span.btn_upload
{
	background-color:black;
}
#content_area.my_profile .edit_profile_area .upload_box input[type=file]
{
	position:relative;
	top:-68px;
	right:367px;
	opacity:0;
	cursor:pointer;
	text-indent:194px;
}
#content_area.my_profile .edit_profile_area input.last_row
{
	margin-bottom:0;
}
#content_area.my_profile .edit_profile_area span.must_icon
{
	display:inline-block;
	float:right;
	height:68px;
	line-height:68px;
	font-size:22pt;
	color:red;
	position:relative;
	right:-551px;
	width:19px;
	text-align:right;
	margin-left:49px;
}
#content_area.my_profile .edit_profile_area span.must_icon.hidden
{
	opacity:0;
}
#content_area.my_profile .edit_profile_area span.must_icon.focus
{
	opacity:0;
}
#content_area.my_profile .edit_profile_area .checkbox_box
{
	background-color:transparent;
	border:0;
}
#content_area.my_profile .edit_profile_area .checkbox_box input,
#content_area.my_profile .edit_profile_area .checkbox_box span
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:black;
	margin:0;
	margin-right:10px;
	text-indent:0;
}
#content_area.my_profile .edit_profile_area .checkbox_box input
{
	height:20px;
	width:20px;
	margin-top:5px;
}
#content_area.my_profile .edit_profile_area input[type=submit]
{
	overflow:hidden;
	float:right;
	clear:both;
	width:200px;
	margin-right:0;
	margin-bottom:108px;
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:16pt;
	color:white;
	background-color:#540037;
	border:0;
	border-radius:10px;
	font-weight:bold;
	text-align:center;
}
#content_area.my_profile .edit_profile_area input[type=submit]:hover
{
	background-color:black;
}


/******************************************/
/**** VIDEOS ******************************/
/******************************************/

#content_area.my_profile .lectures_sidebar
{
	display:inline-block;
	float:right;
	width:300px;
	overflow:hidden;
	border:1px solid black;
}
#content_area.my_profile .lectures_sidebar .lecture_block
{
	display:block;
	overflow:hidden;
	height:50px;
}
#content_area.my_profile .lectures_sidebar .lecture_block .lecture_name
{
	display:block;
	overflow:hidden;
	height:50px;
}
#content_area.my_profile .lectures_sidebar .lecture_block .lecture_name span,
#content_area.my_profile .lectures_sidebar .lecture_block .lecture_name a.btn_toggle
{
	display:inline-block;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:16pt;
	color:black;
}
#content_area.my_profile .lectures_sidebar .lecture_block .lecture_name a.btn_toggle
{
	width:30px;
	height:30px;
	line-height:30px;
	margin:10px;
	box-sizing: border-box;
	border:1px solid black;
	text-align:center;
}
#content_area.my_profile .lectures_sidebar .lecture_block .lecture_name a.btn_toggle:hover
{
	background-color:black;
	color:white;
}
#content_area.my_profile .lectures_sidebar .lecture_block a.btn_video
{
	display:block;
	overflow:hidden;
	height:50px;
}
#content_area.my_profile .lectures_sidebar .lecture_block a.btn_video span
{
	display:inline-block;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-size:16pt;
	color:black;
	max-width:200px;
}
#content_area.my_profile .lectures_sidebar .lecture_block a.btn_video span.icon
{
	width:30px;
	height:30px;
	line-height:30px;
	margin:10px;
	text-align:center;
}

#content_area.my_profile .lectures_viewer_area
{
	display:inline-block;
	float:right;
	width:600px;
	margin-right:20px;
	overflow:hidden;
}
#content_area.my_profile .lectures_viewer_area iframe
{
	display:none;
	width:600px;
	height:400px;
	overflow:hidden;
}












