#my_profile_main_area
{
	overflow:hidden;
}
#my_profile_main_area .my_profile_sidebar
{
	overflow:hidden;
	float:right;
	width:250px;
	margin-bottom:50px;
}
#my_profile_main_area .my_profile_sidebar ul
{
	list-style:none;
	padding:0;
}
#my_profile_main_area .my_profile_sidebar li
{
	border:1px solid #E8E8E8;
	border-top:0;
	height:70px;
	line-height:70px;
	display:block;
	font-size:16pt;
	color:#676767;
	text-indent:20px;
	overflow:hidden;
}
#my_profile_main_area .my_profile_sidebar li a
{
	height:70px;
	line-height:70px;
	display:block;
	font-size:12pt;
	color:#676767;
	text-indent:20px;
}
#my_profile_main_area .my_profile_sidebar li a:hover,
#my_profile_main_area .my_profile_sidebar li a.selected,
#my_profile_main_area .my_profile_sidebar li.open a
{
	color:#0197f1;
}
#my_profile_main_area .my_profile_sidebar li.open li a {color:#676767;}
#my_profile_main_area .my_profile_sidebar li a .icon
{
	display:inline-block;
	float:left;
	height:70px;
	width:20px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('../../images/profile sidebar arrow.png');
	margin-left:20px;
}
#my_profile_main_area .my_profile_sidebar li.open a .icon,
#my_profile_main_area .my_profile_sidebar li a:hover .icon
{
	background-image:url('../../images/profile sidebar arrow2.png');
}
#my_profile_main_area .my_profile_sidebar li ul {padding-bottom:20px;}
#my_profile_main_area .my_profile_sidebar li li
{
	height:40px;
	line-height:40px;
	border:0;
}
#my_profile_main_area .my_profile_sidebar li li a
{
	height:40px;
	line-height:40px;
	border:0;
	font-weight:normal;
}
#my_profile_main_area .my_profile_sidebar li li a:hover,
#my_profile_main_area .my_profile_sidebar li li a.selected
{
	
	color:black;
}


#my_profile_main_area .my_profile_sidebar li.open {height:auto;}


#my_profile_main_area .main_area
{
	overflow:hidden;
	float:left;
	width:935px;
	background-color:#F7F7F7;
	padding-bottom:50px;
}
#my_profile_main_area .main_area .main_title
{
	height:40px;
	line-height:40px;
	background-color:#0C8DAD;
	color:white;
	font-size:16pt;
	text-indent:25px;
	margin:15px 0px;
}
#my_profile_main_area .main_area .sub_title
{
	height:30px;
	line-height:30px;
	color:black;
	font-size:12pt;
	text-indent:25px;
	margin:15px 0px;
	text-decoration:underline;
}
#my_profile_main_area .main_area .sub_title .alert
{
	overflow:hidden;
	float:left;
	margin-left:25px;
}
#my_profile_main_area .main_area .white_bar
{
	overflow:hidden;
	height:20px;
	background-color:white;
}

#my_profile_main_area .main_btn_area
{
	overflow:hidden;
	margin-top:50px;
	margin-right:30px;	
}
#my_profile_main_area .main_btn_area input[type=submit]
{
	display:inline-block;
	float:right;
	font-size:16pt;
	color:white;
	background-color:#E67A32;
	height:50px;
	line-height:50px;
	padding:0px 20px;
	text-align:center;
	border:0;
	margin:0px;
}
#my_profile_main_area .main_btn_area input[type=submit]:hover
{
	background-color:#30C7E2;
}
#my_profile_main_area .main_btn_area .btn_goback
{
	display:inline-block;
	float:right;
	font-size:10pt;
	color:#B1B1B1;
	height:25px;
	line-height:25px;
	margin-top:25px;
	margin-right:10px;
	text-decoration:underline;
}
#my_profile_main_area #my_profile_settings .btn_area .btn_goback:hover
{
	color:#30C7E2;
}

#my_profile_main_area .manage_table
{
	overflow:hidden;
	margin-right:25px;
	border-collapse:separate;
	width:850px;
}
#my_profile_main_area .manage_table th
{
	text-align:right;
	color:black;
	height:30px;
	line-height:30px;
	font-size:12pt;
	border-bottom:1px solid #ACACAC;
}
#my_profile_main_area .manage_table td
{
	text-align:right;
	line-height:25px;
	font-size:12pt;
	padding:7px;
	color:#666666;
	border-left:1px solid #ACACAC;
	border-bottom:1px solid #ACACAC;
	background-color:white;
}
#my_profile_main_area .manage_table tr td:first-child {border-right:1px solid #ACACAC;}
#my_profile_main_area .manage_table td a
{
	color:#0EBED7;
	font-size:12pt;
	line-height:25px;
}
#my_profile_main_area .manage_table td a:hover
{
	color:#10BED7;
}
#my_profile_main_area .manage_table td.order_input_cell
{
	padding:0px;
	width:75px;
}
#my_profile_main_area .manage_table td.order_input_cell input,
#my_profile_main_area .manage_table td.selector_input_cell select
{
	height:40px;
	line-height:40px;
	border:0;
	width:75px;
	text-align:center;
	font-size:12pt;
	color:#666666;
}
#my_profile_main_area .manage_table td.selector_input_cell {padding:0;}
#my_profile_main_area .manage_table td.selector_input_cell select {width:auto;}
#my_profile_main_area .manage_table td.order_input_cell input[type=text] 
{
	width:300px;
	text-align:right;
	text-indent:10px;
}
#my_profile_main_area .manage_table td.actions,
#my_profile_main_area .manage_table th.actions
{
	background-color:transparent;
	border:0;
}
#my_profile_main_area .manage_table td.actions .btn_edit
{
	display:inline-block;
	float:right;
	height:18px;
	line-height:18px;
	font-size:8pt;
	color:#B1B1B1;
	text-decoration:underline;
	margin:0px 10px;
}
#my_profile_main_area .manage_table td.actions .btn_edit:hover {color:#12BDD7;}
#my_profile_main_area .manage_table td.actions .btn_delete
{
	display:inline-block;
	float:right;
	width:16px;
	height:18px;
	background-image:url('../../images/icon trush.png');
}
#my_profile_main_area .manage_table td.actions .btn_delete:hover span.icon
{
	background-image:url('../../images/icon trush2.png');
}

#my_profile_main_area .btn
{
	overflow:hidden;
	float:right;
	display:inline-block;
	margin-left:10px;
	padding:0px 10px;
	height:40px;
	line-height:40px;
	font-size:12pt;
	color:white;
	background-color:#0FBFD6;
	border-radius:10px;
	border:0;
}
#my_profile_main_area .btn:hover
{
	background-color:#0C8DAD;
}

#my_profile_main_area .manage_table_btn_area
{
	overflow:hidden;
	clear:both;
	margin:10px 25px;
}


#my_profile_main_area .btn_plus
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:25px;
	margin:25px;
}
#my_profile_main_area .btn_plus span
{
	display:inline-block;
	float:right;
	height:25px;
	line-height:25px;
	font-size:12pt;
	color:#12BDD7;
	text-decoration:underline;
	margin-right:10px;
}
#my_profile_main_area .btn_plus span:hover {color:#F36E2C;}
#my_profile_main_area .btn_plus span.icon
{
	width:25px;
	background-image:url('../../images/icon plus.png');
}
#my_profile_main_area .btn_plus:hover span.icon
{
	background-image:url('../../images/icon plus2.png');
}

#my_profile_main_area .btn_excel
{
	overflow:hidden;
	display:inline-block;
	float:right;
	height:40px;
	margin:25px;
}
#my_profile_main_area .manage_table_btn_area .btn_excel {margin:0px;}
#my_profile_main_area .btn_excel span
{
	display:inline-block;
	float:right;
	height:40px;
	line-height:40px;
	font-size:12pt;
	color:#1A7345;
	text-decoration:underline;
	margin-right:10px;
}
#my_profile_main_area .btn_excel span:hover {color:#2EA561;}
#my_profile_main_area .btn_excel span.icon
{
	width:40px;
	background-image:url('../../images/btn_excel.png');
	background-repeat:no-repeat;
	background-position:center;
	
}
#my_profile_main_area .btn_excel:hover span.icon
{
	background-image:url('../../images/btn_excel2.png');
}

#my_profile_main_area .tabs_area
{
	border-bottom:1px solid #FA6C1D;
	text-align:right;
	overflow:hidden;
	margin:25px;
	overflow:visible;
	height:30px;
}
#my_profile_main_area .tab
{
	float:right;
	
	height:30px;
	
	margin-left:10px;
	display:inline-block;
	border:1px solid #FA6C1D;
	border-radius: 10px 10px 0px 0px;
	text-align:center;
	font-size:10pt;
	font-weight:normal;
	cursor:pointer;
	color:#696969;
	
	position:relative;
	top:-1px;
	z-index:5;
}
#my_profile_main_area .tab.selected, #my_profile_main_area .tab:hover 
{
	background-color:#FA6C1D;
	color:white;
}
#my_profile_main_area .tab span
{
	display:inline-block;
	margin:7px 15px;
}

#my_profile_main_area .tabs_title
{
	font-size:16pt;
	font-weight:bold;
	margin:10px;
	margin-bottom:0;
	height:30px;
}
#my_profile_main_area .tabs_area.with_title
{
	height:60px;
}

#my_profile_main_area form.small_form_line,
#my_profile_main_area form.small_form_line2,
#my_profile_main_area .small_form_line
{
	overflow:hidden;
	padding:0;
	margin:0;
	margin-right:25px;
}
#my_profile_main_area div.small_form_line2 
{
	overflow:hidden;
	margin-bottom:10px;
	margin-right:25px;
}
#my_profile_main_area .small_form_line img
{
	float:right;
	height:30px;
	margin-left:15px;
}
#my_profile_main_area .small_form_line .input_box,
#my_profile_main_area .small_form_line2 input,
#my_profile_main_area .small_form_line2 select,
#my_profile_main_area .small_form_line2 label.image_desc,
#my_profile_main_area .small_form_line2 img
{
	overflow:hidden;
	float:right;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:#666666;
	border:1px solid #ACACAC;
	background-color:white;
	margin-left:15px;
}
#my_profile_main_area .small_form_line2 img {background-color:#ACACAC;}
#my_profile_main_area .small_form_line2 label.image_desc {width:200px;margin-left:0px;}
#my_profile_main_area .small_form_line .input_box label,
#my_profile_main_area .small_form_line2 label,
#my_profile_main_area .small_form_line .input_box select,
#my_profile_main_area .small_form_line .input_box input
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	border:0;
	font-size:12pt;
	color:#666666;
	margin-right:10px;
}
#my_profile_main_area .small_form_line2 label
{
	margin:0;
	margin-left:10px;
}
#my_profile_main_area .small_form_line .input_box input[type=number] {width:50px;}
#my_profile_main_area .small_form_line .input_box a.link_helper
{
	background-color:#F56400;
	color:white;
	font-size:10pt;
	height:20px;
	line-height:20px;
	width:auto;
	overflow:hidden;
	display:inline-block;
	float:right;
	border:0;
	padding:0px 5px;
	margin:5px;
}
#my_profile_main_area .small_form_line2 a.link_helper
{
	background-color:#F56400;
	color:white;
	font-size:10pt;
	height:30px;
	line-height:30px;
	width:auto;
	overflow:hidden;
	display:inline-block;
	float:right;
	border:0;
	padding:0px 5px;
	margin-right:-15px;
	margin-left:15px;
}
#my_profile_main_area .small_form_line .input_box.file input[type=file],
#my_profile_main_area .small_form_line .input_box.file label.str_upload
{
	width:100px;
}
#my_profile_main_area .small_form_line .input_box.file label.str_upload
{
	background-color:#F56400;
	color:white;
	text-align:center;
}
#my_profile_main_area .small_form_line .input_box.file input[type=file]
{
	margin-right:-100px;
	position:relative;
	z-index:2;
	opacity:0;
}

#my_profile_main_area .small_form_line2 label.str_upload
{
    display: inline-block;
    float: right;
    font-size: 10pt;
    color: white;
    background-color: #E67A32;
    height: 32px;
    line-height: 30px;
    width: 90px;
    text-align: center;
    border: 0;
    margin: 0px;
    cursor: pointer;
}
#my_profile_main_area .small_form_line2 input[type=file]
{
	display: inline-block;
    float: right;
	width:90px;
	height:30px;
	margin-right:-90px;
	position:relative;
	z-index:2;
	opacity:0;
}

#my_profile_main_area .small_form_line input[type=submit],
#my_profile_main_area .small_form_line2 input[type=submit]
{
	background-color:#F56400;
	color:white;
	font-size:16pt;
	height:30px;
	line-height:30px;
	width:auto;
	overflow:hidden;
	display:inline-block;
	float:right;
	border:0;
	padding:0px 10px;
	cursor:pointer;
	border-radius:10px 0px 0px 10px;
}
#my_profile_main_area .small_form_line input[type=submit]:hover,
#my_profile_main_area .small_form_line2 input[type=submit]:hover
{
	background-color:#10BED7;
}

#link_selector_bg
{
	background-image:url('../../images/mask.png');
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:15;
	display:none;
}
#link_selector_parent
{
	position:absolute;
	top:230px;
	left:0;
	width:100%;
	z-index:20;
	overflow:hidden;
	text-align:center;
	display:none;
}
#link_selector_window
{
	height:auto;
	overflow:hidden;
	background-color:white;
	border:5px solid black;
	margin:0px auto;
	width:340px;
	text-align:center;
	padding:10px;
}
#link_selector_window form
{
	display:inline-block;
	overflow:hidden;
	padding:0;
	margin:0;
}
#link_selector_window td {text-align:right;}


#link_selector_window label
{
	display:inline-block;
	float:right;
	clear:right;
	width:90px;
	height:40px;
	line-height:40px;
	font-size:12pt;
	color:black;
	text-align:right;
	margin-bottom:10px;
}
#link_selector_window select
{
	float:right;
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:12pt;
	color:#676767;
	border:1px solid #ACACAC;
	background-color:white;
	width:250px;
	text-indent:10px;
	margin-bottom:10px;
}












