/* -- CSS for L10Apps Administration ------ */
/* -- http://www.leveltendesign.com ------- */

/* ------- neutralization ----------------- */

html, body, div, p, span, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6
	{
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body
	{
	width: 100%;
	height: 100%;
	direction: ltr;
	}

table
	{
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	}
td
	{
	padding: 0;
	border: 0;
	vertical-align: top;
	}

/* ------- global content -------------- */

body
	{
	background: #fff url(../images/bg_body.png) repeat-x top left;
	color: #666;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	}
p
	{
	}
strong
	{
	}
em
	{
	}
em.warning
	{
	}

/* -- <a> styles are in branding.css -- */

h2, h3
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%;
	letter-spacing: .5px;
	}
h4
	{
	font-family: verdana, sans-serif;
	font-size: 120%;
	}

input,select,textarea
	{
	color: #000;
	}

form
	{
	display: inline;
	}

label
	{
	font-weight: 700;
	color: #666;
	}
label.standard
	{
	width: 115px;
	display: inline-block;
	display: -moz-inline-box;
	}
label.standard-short
	{
	width: 70px;
	display: inline-block;
	display: -moz-inline-box;
	}

fieldset
	{
	padding: 20px;
	width: 771px;
	/* border: 1px solid #ddd;
	border-left: 7px solid #eee; */
	border: 0;
	background: url(../images/bg_container.gif) no-repeat top left;
	margin-bottom: 10px;
	}
fieldset table
	{
	margin-top: 10px;
	}
fieldset p
	{
	color: #333;
	}
img.fieldset-bottom
	{
	position: relative;
	top: 20px;
	left: -20px;
	}

legend
	{
	font-weight: 700;
	font-size: 120%;
	border: 1px solid #9ac;
	color: #000;
	background: #fff;
	padding: 2px 10px;
	}

textarea
	{
	width: 600px;
	height: 300px;
	border: 1px solid #ccc;
	}


div.field
	{
	display: inline;
	}
span.field
	{
	border: 1px solid #ddd;
	border-left: 7px solid #ddd;
	padding: 10px;
	width: 90%;
	background: #f9f9f9;
	}

/* -- shortcuts for content layout -- */

.left
	{
	float: left;
	clear: left;
	}
.right
	{
	float: right;
	clear: right;
	}
.clear
	{
	clear: both;
	}

/* -- special content -- */

div#breadcrumbs
	{
	display: none !important; /* uncommment this line to see them again!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	border: 1px solid #aaa;
	background: #f3f3f3;
	color: #666;
	padding: 5px;
	margin: 10px 0;
	letter-spacing: .3px;
	}
div#breadcrumbs a
	{
	}
div#breadcrumbs a:hover
	{
	text-decoration: underline;
	}

div.error
	{
	color: #d8270c;
	background: #fde1de;
	border: 1px solid #c8573c;
	margin: 10px;
	padding: 10px;
	font-weight: 700;
	}
div.message
	{
	color: #1d62e7;
	background: #def;
	border: 1px solid #2d82e7;
	margin: 10px;
	padding: 10px;
	font-weight: 700;
	}
div.error ul, div.message ul
	{
	list-style: none;
	}



/* -- help -- */

div#help p
	{
	padding: 4px 0;
	}
div#help span.close
	{
	float: right;
	margin-right: 2px;
	}

div#popup iframe
	{
	width: 100%;
	height: 100%;
	border: 0;
	}

div.content h3
	{
	border: 1px solid #009;
	}
div.non-existent h4
	{
	padding: 2px 5px;
	background: #fbb;
	border: 1px solid #c99;
	margin-bottom: 0;
	}


/* -- modal window -- */

div.modal-window
	{
	margin-bottom: 5px;
	}
div.modal-window p
	{
	float: left;
	width: 200px;
	color: #fff;
	background: #789;
	}
div.modal-window a
	{
	float: right;
	}


/* -- data table formatting -- */

table.data
	{
	border: 1px solid #333;
	color: #333;
	}
table.data th
	{
	white-space: nowrap !important;
	background: #ebeadb url(../images/bg_headings-inactive.gif) no-repeat top right;
	height: 21px;
	color: #333;
	text-align: left;
	padding: 2px 7px;
	}

/* -- Modal fixes -- */
table.pad
	{
	position: relative;
	top: 4px;
	left: 1px;
	width: 99%;
	}

/* -- data table status coloring -- */

table.data tr td
	{
	border-top: 1px solid #999;
	padding: 4px 7px;
	background: none;
	vertical-align: middle;
	}
table.data tr.approval-needed td
	{
	color: #3c3300;
	background: #fed url(../images/bg_approval.gif) repeat-x top left;
	}
table.data tr.non-existent td
	{
	color: #300;
	background: #fcc url(../images/bg_no-exist.gif) repeat-x top left;
	}
table.data tr.special td
	{
	font-weight: 700;
	background: #fff url(../images/bg_special.gif) repeat-x top left;
	}

/* -- needed for IE PNG fix -- */
table.data td.actions img
	{
	width: 16px;
	height: 16px;
	}
table.data td.status img
	{
	width: 24px;
	height: 24px;
	}

tr.content td.actions span
	{
	color: #333;
	position: relative;
	top: -4px;
	}

/* -- extremely specific path needed for ie-hover.htc -- */
div#container td#workspace table.data tr:hover
	{
	background-color: #def;
	}


/* -- main icon lists (like when you log in) -- */

dl.icon-list
	{
	display: block;
	}
dt
	{
	display: inline;
	clear: left;
	float: left;
	width: 100px;
	height: 60px;
	text-align: center;
	margin-bottom: 30px;
	}
dd
	{
	display: inline;
	float: left;
	width: 500px;
	height: 60px;
	padding-right: 200px;
	margin-bottom: 30px;
	}
table.icon-list
	{
	width: 480px;
	}
table.icon-list th
	{
	width: 80px;
	text-align: center;
	padding-bottom: 20px;
	}
table.icon-list td
	{
	padding-top: 5px;
	width: 400px;
	padding-bottom: 20px;
	}

/*
	-- The following styles don't apply to data but types of data...
	 - The 'user' class would be applied to 'Owner', 'Last Update User' or other columns containing a username
*/

/* -- Slug -- */


/* -- Action Buttons -- */
table.data th.actions
	{
	width: 95px;
	}

/* -- User Fields -- */
table.data th.user
	{
	width: 150px;
	}

/* -- Version -- */
table.data th.version
	{
	width: 45px;
	}
table.data td.version
	{
	text-align: center;
	}

/* -- Status Fields -- */
table.data th.status
	{
	width: 38px;
	}
table.data td.status
	{
	text-align: center;
	}

/* -- Markets, Segments, Sections -- */
table.data th.medium-info
	{
	width: 100px;
	}


/* -- Actions at the bottom of the table -- */

div.global-actions
	{
	margin-top: 5px;
	}
div.global-actions img
	{
	position: relative;
	top: 4px;
	}


/* -- normal content -- */

div#content-tabs
	{
	float: left;
	margin-right: 2px;
	}
div#filters
	{
	float: right;
	width: 350px;
	margin-bottom: 10px;
	margin-right: 2px;
	text-align: right;
	}

div.current-version
	{
	border: 1px solid #600;
	background: #fff;
	margin: 5px 20px;
	padding: 10px;
	}

td#workspace ul
	{
	padding-left: 20px;
	}

ul.icon-list
	{
	padding: 0;
	list-style: none;
	}
ul.icon-list li
	{
	display: inline;
	float: left;
	width: 100px;
	padding: 3px 8px;
	text-align: center;
	}

/* -- tabs for content -- */

ul#tab-list
	{
	z-index: 1000;
	position: relative;
	top: 1px;
	}

ul#tab-list li
	{
	margin: 0;
	display: inline;
	float: left;
	background: url(../images/bg_tab-inactive.gif) no-repeat top right;
	line-height: 18px;
	}
ul#tab-list li a
	{
	display: block;
	padding: 3px 7px;
	background: url(../images/bg_tab-inactive-end.gif) no-repeat top left;
	}
ul#tab-list li.active
	{
	background: url(../images/bg_tab-active.gif) no-repeat top right;
	}
ul#tab-list li.active a
	{
	background: url(../images/bg_tab-active-end.gif) no-repeat top left;
	}

div#tab-content
	{
	border: 1px solid #c7c7c7;
	border-top: 0;
	padding: 10px;
	background: #fff;
	}


/* ------- application menu ---------------- */

div#app-menu
	{
	background: #ddd;
	padding-right: 10px;
	border: 0;
	border-bottom: 0 solid #ccc;
	height: 32px;
	}

div#app-menu ul
	{
	list-style: none;
	}
div#app-menu li
	{
	display: inline;
	float: left;
	}
div#app-menu a
	{
	display: block;
	color: #333;
	text-decoration: none;
	}
div#app-menu a:hover
	{
	color: #fff;
	}


/* ------- navigation ------------------ */

div#main-nav
	{
	padding: 40px 0 0 25px;
	}

/* -- li color is in branding.css -- */
div#main-nav li
	{
	list-style-type: none;
	list-style-image: url(../branding/g_nav-bullet.gif);
	text-indent: 0;
	margin-top: 3px;
	font-weight: 700;
	cursor: hand;
	}
div#main-nav li.active
	{
	color: #f60;
	list-style-image: url(../branding/g_nav-bullet-active.gif);
	}
div#main-nav li.active
	{
	color: #f60;
	}

div#main-nav li li, div#main-nav ul.second_nav
	{
	font-weight: 500;
	list-style-image: none !important;
	margin-left: 8px;
	margin-right: 5px;
	border: 1px solid #fff;
	}
div#main-nav li li.active
	{
	margin-left: 3px;
	margin-right: 0;
	padding-left: 4px;
	padding-right: 0;
	border: 1px dashed #ddd;
	border-right: 2px solid #fff;
	position: relative;
	left: 1px;
	z-index: 1000;
	}
div#main-nav li li.active a
	{
	color: #f60;
	}



/* ------- layout ---------------------- */

table#structure
	{
	height: 100%;
	max-width: 1200px;
	}

div#container
	{
	width: 100%;
	height: 100%;
	}

/* -- td#branding is in branding.css -- */

div#app-menu
	{
	}

td#navigation
	{
	width: 150px;
	background: #fff url(../images/bg_second-nav.gif) no-repeat top right;
	}
td#workspace
	{
	background: #fff;
	padding: 10px;
	height: 100%;
	}

div#main-nav
	{
	}
div#content-tabs
	{
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #999;
	padding: 0 100px 0 15px;
	}

div#help
	{
	width: 400px;
	display: none;
	padding: 5px 15px;
	}

td#content-popup
	{
	padding: 10px;
	background: #abc;
	}

/* -- modal window for Ajax -- */

div#popup
	{
	display: none;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 200px;
	left: 350px;
	}

/* -- this element generated by the DOM -- */
div#drag-bar
	{
	border: 1px solid #ccc;
	background: #f4f4f4;
	height: 20px;
	}