﻿#mo_wrapper
{
	position: relative;
	min-width: 300px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: White;
	border: solid 1px #7f8c8d;
}
#mo_wrapper .ui-tabs .ui-tabs-panel
{
	position:static;
}


#mo_head
{
	background: #7f8c8d;
	border-bottom: 1px solid #7f8c8d;
	height: 37px;
	padding: 0px 10px;
}
#mo_head .mo_title
{
	float: left;
	white-space: nowrap;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 7px 0px 0px 10px;
	line-height: 22px;
}

#mo_info
{
	height: 37px;
	border-bottom: 1px solid #7f8c8d;
	background: #F0F1F2;
	font-size: 13px;
	color: #707070;
	padding: 0px 10px;
}
#mo_info .back
{
	float: left;
	margin: 10px 0px 0px 10px;
	color: #707070;
}
#mo_info .back span
{
	color: #707070;
}

#mo_info .help_link
{
	float: right;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	list-style: none;
	
	text-align: right;
}
#mo_info .help_link li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
}
* + html #mo_info .help_link li
{
	display: inline;
}
* html #mo_info .help_link li
{
	display: inline;
}
#mo_info .help_link li a
{
	display: block;
	padding: 7px 10px 6px 10px;
	color: #707070;
 font-size:14px;
}
#mo_info .help_link li img
{
	vertical-align: middle;
	margin-right: 5px;
}
#mo_content
{
	padding: 10px;
}
.LI_Message
{
	background: #333;
	font-size: 30px;
	right: 0px;
	top: 40px;
	color: #fff;
	padding: 20px;
	font-weight: bold;
	border: solid 2px white;
	font-size: 16px;
	border-radius: 10px;
	margin: 10px;
	position: absolute;
	z-index: 10000;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
#mo_content .ui-helper-hidden
{
	display: none;
}
#mo_content .ui-helper-hidden-accessible
{
	position: absolute;
	left: -99999999px;
}
#mo_content .ui-helper-reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
#mo_content .ui-helper-clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mo_content .ui-helper-clearfix
{
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html #mo_content .ui-helper-clearfix
{
	height: 1%;
}
#mo_content .ui-helper-clearfix
{
	display: block;
}
/* end clearfix */
#mo_content .ui-helper-zfix
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}


/* Accordion
----------------------------------*/
#mo_content .ui-tabs
{
	zoom: 1;
}
#mo_content .ui-tabs .ui-tabs-nav
{
	list-style: none;
	position: relative;
	padding: 0;
}
#mo_content .ui-tabs .ui-tabs-nav li
{
	border-left: 1px solid #7F8C8D;
	border-right: 1px solid #7F8C8D;
	border-top: 1px solid #7F8C8D;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
}
#mo_content .ui-tabs .ui-tabs-nav li a
{
	display: block;
	text-decoration: none;
	padding: 0 10px;
	cursor: pointer;
	line-height: 30px;
	color: black;
	font-size: 14px;
	font-weight:normal;
}

#mo_content .ui-tabs .ui-tabs-nav li a:hover
{
	color: #3498db;
}
#mo_content .ui-tabs .ui-tabs-nav li.ui-state-active
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 1px solid #7F8C8D;
}

#mo_content .ui-tabs .ui-tabs-nav li.ui-state-active a, #mo_content .ui-tabs .ui-tabs-nav li.ui-state-disabled a, #mo_content .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	cursor: text;
	text-align: center;
	color: #3498db;
	 outline: medium none;
}
#mo_content .ui-tabs .ui-tabs-nav li a, #mo_content .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-state-active a
{
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#mo_content .ui-tabs .ui-tabs-panel
{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #7F8C8D;
	display: block;
	margin: -1px 0 0 -1px;
	padding: 1em 1.4em;
}
#mo_content .ui-tabs .ui-tabs-hide
{
	display: none ;
}
#mo_content li
{
	list-style-type: none;
}


