#beta
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:18px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #00b7ff;
	color: #ffffff;
}

*
{
	margin:0;
	padding:0;
}

.clear
{
	clear:both;
	line-height:0px;
}

.cleft
{
	clear:left;
	line-height:0px;
}

p#filter {
	padding-left: 22px;
	background-image:url(/control/img/icons/flag_blue.png);
	background-position: 2px;
	background-repeat: no-repeat;
}

.cright
{
	clear:right;
	line-height:0px;
}

html,body
{
	min-height:100%;
	height:100%;
}

.header_options {
	position: absolute;
	width: auto;
	display: inline;
	text-align: left;
	border: 1px solid #000000;
	margin-top: 18px;
	margin-left: -2px;
	background-color: #EBEBEB;
	color: #000000;
	padding: 0px 7px;
	line-height: 1.5em;
}

.header_options p {
	margin: 0px;
}

.header_options a:link, .header_options a:active, .header_options a:visited {
	color: #000000;
}

.header_options a#sort_asc {
	background-image: url(../img/icons/shape_align_bottom.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}

.header_options a#sort_desc {
	background-image: url(../img/icons/shape_align_top.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}

.header_options a#filter {
	background-image: url(../img/icons/award_star_silver_1.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}

img
{
	border:0;
}

body,html
{
	text-align:center;
	background:#ebebeb url('../img/body-bg.png') repeat-x left top;
}

body,table,tr,td,th,input,select,textarea
{
	font-family:'Lucida Grande','Lucida sans unicode','Tahoma';
	font-size:12px;
	color:#333333;
}

pre {
	text-align: left !important;
}

a:link,
a:visited
{
	color:#000;
}

h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

.submenu {
	display: none;
}

#wrapper
{
	width:960px;
	background:#fff;
	text-align:left;
	margin: 0 auto -35px auto;
	min-height: 100%;
	background:url('../img/wrapper-bg.png') repeat-y left top;
}

#wrapper-foot
{
	height:70px;
	clear:both;
}

#footer
{
	height:35px;
	width:892px;
	margin:0 auto;
	background:#f4f3f3;
	color:#717171;
	font-size:9px;
	padding:0 30px;
	line-height:35px;
	position:relative;
}

#header
{
	background:url('../img/header-bg.png') repeat-x left top;
	width:954px;
	height:106px;
	margin-left:3px;
	position:relative;
}

#header,
#header a:link,
#header a:visited
{
	color:#fff;
}

#user-panel
{
	padding-left:51px;
	padding-top:10px;
	line-height:15px;
	font-size:11px;
	background:url('../img/head-t.png') no-repeat 25px 12px;
}

#user-panel p {
	margin-bottom: 5px;
}

#header h1
{
	float:right;
	height:87px;
	background:url('../img/logo.png') no-repeat right 0;
	margin-right:20px;
	width:221px;
	text-indent:-90000px;
}

#header ul
{
	background:url('../img/main-nav-bg.png') repeat-x left bottom;
	height:35px;
	list-style-type:none;
	display:block;
	clear:both;
}

#header ul li
{
	margin-left:5px;
}

#header ul li,
#header ul li a:link,
#header ul li a:visited
{
	color:#fff;
	text-decoration:none;
	display:block;
	line-height:34px;
	padding:0 12px;
}

#header ul li
{
	float:left;
	display:block;
	margin-top:1px;
	padding:0;
	font-size:13px;
	font-weight:bold;
}

#header ul li a:hover
{
	color:#000;
}

#header ul li:hover,
#header ul li.selection,
#header ul li.selection a:link,
#header ul li.selection a:visited
{
	background:#fff url('../img/nav-hover-right.png') no-repeat right top;
	color:#000;
}

#header ul li.selection a:link,
#header ul li.selection a:visited,
#header ul li a:hover
{
	background:url('../img/nav-hover-left.png') no-repeat left top;
}

#main-nav-cnt
{
	background:url('../img/nav-right.png') no-repeat right bottom;
	padding-right:10px;
}

#main-nav
{
	padding-left:10px;
	background:url('../img/nav-left.png') no-repeat 0px bottom;
}

#sub-header
{
	background:url('../img/sub-nav-bg.png') repeat-x left top;
	height:30px;
	clear:both;
	margin:0 4px;
	padding-top: 6px;
}

#sub-header p {
	margin-left: 20px;
}

#sub-header p a:link, #sub-header p a:visited {
	text-decoration: none;
}

#sub-header p a:hover {
	text-decoration: underline;
}

#content-area
{
	padding:20px 40px;
}

#content-area p {
	margin: 6px 0px;
}

#report-table {
	margin-top: -10px;
}

#report-table th, #report-table td {
	border: 0px;
}

a:link.link_after, a:active.link_after, a:visited.link_after {
	float: left;
	line-height: 20px;
	margin: 2px 0px 0px 5px;
	text-decoration: none;
}

a:hover.link_after {
	text-decoration: underline;
}

th
{
	background:#000;
	color:#fff;
	font-size:12px;
	padding:4px 6px;
	text-align:left;
}

th a:link, th a:visited {
	text-decoration: none;
	color:#fff;
}

th a:hover {
	text-decoration: none;
}

table tr td
{
	border-bottom:1px solid #fff;
}

tr.error td
{
	background:#fdeaea;
}

tr.error td a:link,
tr.error td a:visited
{
	color:#ac2020;
}

tr.success td
{
	background:#ddf2da;
}

twr.success td a:link,
twr.success td a:visited
{
	color:#147c0a;
}


.info-message,
.navpager
{
	padding:10px;
	border:1px solid #BFBFBF;
	background:#EFEFEF;
}

.info-message label {
	display: block;
	float: left;
	line-height: 28px;
	width: 135px;
}

.info-message input {
	width: 80px;
	margin-left: 5px;
}

.info-message select {
	width: 125px;
	margin-right: 5px;
}

tr.cell-highlight td,
.cell-highlight,
.form tr.cell-highlight td
{
	background:#EFEFEF;
}

.navpager
{
	text-align:center;
	padding:5px;
	margin:10px 0;
}

.navpager a:link,
.navpager a:visited
{
	text-decoration:none;
	margin:1px;
	padding:1px 1px;
}

.navpager a:link img,
.navpager a:visited img
{
	margin-top:3px;
	margin-bottom:-2px;
}

.navpager strong
{
	background:#154b9a;
	color:#fff;
	padding:0px 4px;
}

a.add {
	background: url(../img/icons/add.png) no-repeat;
	padding-left: 22px;
}

a.email {
	background: url(../img/icons/email_go.png) no-repeat;
	padding-left: 22px;
}

a.print {
	background: url(../img/icons/printer.png) no-repeat;
	padding-left: 22px;
}

a.download-csv {
	background: url(../img/icons/page_white_text.png) no-repeat;
	padding-left: 22px;
}

a.download-excel {
	background: url(../img/icons/page_white_excel.png) no-repeat;
	padding-left: 22px;
}

a.download-pdf {
	background: url(../img/icons/page_white_acrobat.png) no-repeat;
	padding-left: 22px;
}

a.download-pdf {
	background: url(../img/icons/page_white_acrobat.png) no-repeat;
	padding-left: 22px;
}

a.getcode {
	background: url(../img/icons/page_white_code.png) no-repeat;
	padding-left: 22px;
}

a.getlink {
	background: url(../img/icons/page_white_link.png) no-repeat;
	padding-left: 22px;
}

a:link.add, a:visited.add,
a:link.email, a:visited.email,
a:link.print, a:visited.print,
a:link.download-csv, a:visited.download-csv,
a:link.download-excel, a:visited.download-excel,
a:link.download-pdf, a:visited.download-pdf {
	text-decoration: none;
}

a:hover.add, a:hover.email, a:hover.print, a:hover.download-csv, a:hover.download-excel, a:hover.download-pdf {
	text-decoration: underline;
}


.form
{
	width: 600px;
	margin-left: 0px;
}

.form input,
.form select,
.form label,
.form .contained
{
	margin:3px 0;
	float:left;
}

.form input
{
	width:240px;
}

.form input.custom_template_display {
	width:180px;
	margin-left: 10px;
	float: left;
}

.form label.normal {
	font-weight: normal;
	display: inline;
}

.form input.normal, .form select.normal, .form label.normal {
	width: auto;
	float: none;
	line-height: 14px;
}

.form label.normal {
	line-height: 28px;
}

.form input.normal, .form select.normal {
	margin-bottom: -2px;
}

.form td input.normal {
	margin-bottom: 0px;
}

.form select
{
	width:242px;
}

.form h3
{
	clear:both;
	margin:5px 0 25px 0;
}

.form label
{
	display:block;
	width:150px;
	line-height:20px;
	font-weight:bold;
	clear:left;
}

.form table {
	float: left;
	width: 450px;
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #ABADB3;
	background-color: #fff;
}

.form table th {
	border: 0px;
	background-color: transparent;
	color: #000;
}

.form table td {
	border: 0px;
}

.form .contained input,
.form .contained select
{
	margin:0 3px 0 0;
	float:none;
}

.form #send_from,
.form #send_to
{
	width:80px;
}









table
{
	margin-top:14px;
}

table p
{
	line-height:22px;
}

table img
{
	margin:10px;
	margin-bottom:0;
}

table td a:link img,
table td a:visited img,
table td img
{
	margin-right:4px;
	float:left;
}

table td img
{
	margin:0;
}
table th
{
	*padding:6px 4px;
}
table td
{
	padding:6px;
	*padding:6px 4px;
}


table table
{
	width:100%;
	margin-top:10px;
}



h3
{
	font-size:18px;
	margin:10px 0 15px 0;
}

fieldset
{
	border:0;
}

.midalign
{
	text-align:center;
}












.yellow-container
{
	position:relative;
	background:#fff url('../img/rounded-box/yellow-bg.png');
	border:1px solid #ded1a3;
	padding:10px 14px;
}

.yellow-content
{
	background:#fff url('../img/rounded-box/yellow-bg.png');
	border:1px solid #ded1a3;
}

.yellow-tr,.yellow-tl,.yellow-bl,.yellow-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.yellow-tr,
.yellow-tl
{
	top:-1px;
}

.yellow-bl,.yellow-br
{
	bottom:-1px;
}

.yellow-tr
{
	background:#fff url('../img/rounded-box/yellow-tr.png') no-repeat top right;
	right:-1px;
}

.yellow-br
{
	background:#fff url('../img/rounded-box/yellow-br.png') no-repeat bottom right;
	right:-1px;
}

.yellow-bl
{
	background:#fff url('../img/rounded-box/yellow-bl.png') no-repeat bottom left;
	left:-1px;
}

.yellow-tl
{
	background:#fff url('../img/rounded-box/yellow-tl.png') no-repeat top left;
	left:-1px;
}




.red-container
{
	position:relative;
	background:#ffd1d1 url('../img/rounded-box/red-bg.png');
	border:1px solid #cd5656;
	padding:10px 14px;
}

.red-content
{
	background:#ffd1d1 url('../img/rounded-box/red-bg.png');
	border:1px solid #cd5656;
}

.red-tr,.red-tl,.red-bl,.red-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.red-tr,
.red-tl
{
	top:-1px;
}

.red-bl,.red-br
{
	bottom:-1px;
}

.red-tr
{
	background:#ffd1d1 url('../img/rounded-box/red-tr.png') no-repeat top right;
	right:-1px;
}

.red-br
{
	background:#ffd1d1 url('../img/rounded-box/red-br.png') no-repeat bottom right;
	right:-1px;
}

.red-bl
{
	background:#ffd1d1 url('../img/rounded-box/red-bl.png') no-repeat bottom left;
	left:-1px;
}

.red-tl
{
	background:#ffd1d1 url('../img/rounded-box/red-tl.png') no-repeat top left;
	left:-1px;
}

.error
{
	color:#B20000;
}


.green-container
{
	position:relative;
	background:#d9edd7 url('../img/rounded-box/green-bg.png');
	border:1px solid #80c078;
	padding:10px 14px;
}

.green-content
{
	background:#d9edd7 url('../img/rounded-box/green-bg.png');
	border:1px solid #80c078;
}

.green-tr,.green-tl,.green-bl,.green-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.green-tr,
.green-tl
{
	top:-1px;
}

.green-bl,.green-br
{
	bottom:-1px;
}

.green-tr
{
	background:#d9edd7 url('../img/rounded-box/green-tr.png') no-repeat top right;
	right:-1px;
}

.green-br
{
	background:#d9edd7 url('../img/rounded-box/green-br.png') no-repeat bottom right;
	right:-1px;
}

.green-bl
{
	background:#d9edd7 url('../img/rounded-box/green-bl.png') no-repeat bottom left;
	left:-1px;
}

.green-tl
{
	background:#d9edd7 url('../img/rounded-box/green-tl.png') no-repeat top left;
	left:-1px;
}







.grey-container
{
	position:relative;
	background:#f5f5f5 url('../img/rounded-box/grey-bg.png');
	border:1px solid #d9d9d9;
	padding:10px 14px;
	margin-right: 18px;
	margin-top: 18px;
}

.grey-content
{
	background:#f5f5f5 url('../img/rounded-box/grey-bg.png');
	border:1px solid #d9d9d9;
}

.grey-tr,.grey-tl,.grey-bl,.grey-br
{
	position:absolute;
	height:12px;
	width:14px;
}

.grey-tr,
.grey-tl
{
	top:-1px;
}

.grey-bl,.grey-br
{
	bottom:-1px;
}

.grey-tr
{
	background:#fff url('../img/rounded-box/grey-tr.png') no-repeat top right;
	right:-1px;
}

.grey-br
{
	background:#fff url('../img/rounded-box/grey-br.png') no-repeat bottom right;
	right:-1px;
}

.grey-bl
{
	background:#fff url('../img/rounded-box/grey-bl.png') no-repeat bottom left;
	left:-1px;
}

.grey-tl
{
	background:#fff url('../img/rounded-box/grey-tl.png') no-repeat top left;
	left:-1px;
}

.grey-container p {
	line-height: 36px;
	padding-left: 50px;
}

.grey-container p.products {
	background: url('../img/elements/products.png') no-repeat top left;
}

.grey-container p.suppliers, .grey-container p.localisation {
	background: url('../img/elements/suppliers.png') no-repeat top left;
}

.grey-container p.custom-reports {
	background: url('../img/elements/custom-reports.png') no-repeat top left;
}

.grey-container p.campaigns {
	background: url('../img/elements/campaigns.png') no-repeat top left;
}

.grey-container p.actions {
	background: url('../img/elements/actions.png') no-repeat center left;
}

.grey-container a:link, .grey-container a:visited {
	font-size: 18px;
	text-decoration: none;
}

/** Message dialogs **/
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/icons/information.png');
}
.padleft {
    padding-left:100px;
	width: 230px;
}

