.c:before, .c:after { content:""; display:table; }
.c:after { clear:both; }
.c { zoom:1; }

#mainWide {
	width: 790px;
	float: left;
}

.hidden {
	display: none;	
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 2em;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	margin: 0;
}

input[type=submit], input[type=button] {
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */

	padding: 3px 10px 3px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 9px;	
	line-height: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #DDD;
}

input[type=submit].pressed, input[type=button].pressed, input[type=submit].pressed:hover, input[type=button].pressed:hover {
	background: rgb(200,200,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(200,200,200) 0%, rgb(153,153,153) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(200,200,200)), color-stop(100%,rgb(153,153,153))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#999999',GradientType=0 ); /* IE6-9 */

	padding: 3px 10px 3px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 9px;	
	line-height: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #DDD;
	cursor: default;
}

input[type=submit]:hover, input[type=button]:hover {
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(241,241,241) 10%, rgb(216,216,216) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgb(241,241,241)), color-stop(100%,rgb(216,216,216))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(241,241,241) 10%,rgb(216,216,216) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(241,241,241) 10%,rgb(216,216,216) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(241,241,241) 10%,rgb(216,216,216) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(241,241,241) 10%,rgb(216,216,216) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	border-color: #EEE;
	cursor: pointer;
	cursor: hand;
}

input[type=text], input[type=password] {
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.formItem {
	margin-bottom: 15px;	
}

.center {
	text-align: center;	
}

img.smallIcn {
	width: 16px;
	height: 16px;
}

#content .error {
	color: red;	
	font-weight: bold;
}

.inlineIcon {
	vertical-align: middle;
	margin-right: 5px;	
}

.journalStart .info {
	width: 560px;
	float: left;	
	border-right: solid 1px #DDD;
	padding-right: 15px;
}



.journalStart .info table {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-spacing: 0;
}

.journalStart .info table form{
	text-align: right;
}

.journalStart .info table th {
	vertical-align: top;
	padding-right: 10px;	
	padding-bottom: 15px;	
}

.journalStart .info table td {
	vertical-align: top;
	padding-bottom: 15px;		
}

.journalStart .info #presentation {
	float: left;
	width: 355px;
}

.journalStart .info .editableContainer {
	position: relative;
	top: 0;
	left: 0;
}

.journalStart .info #logo {
	float: right;
	margin-left: 5px;
	width: 200px;	
}

.journalStart .info .noLogo {
	width: 150px;	
	padding: 125px 25px 125px 25px;
	text-align: center;
	background-color: #ddd;
}

.clickToAdd:before {
	content: "[";	
}
.clickToAdd {
	color: #999;	
}
.clickToAdd:after {
	content: "]";	
}

.journalStart .info .editIcon {
	position: absolute;
	top: 0;
	right: 0;	
	display: none;
}

.journalStart .info form {
	margin-bottom: 15px;
}

.journalStart .info .editField {
	display: none;
}

.journalStart .services {
	width: 200px;
	float: right;
}

#content .journalStart .services h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

.journalStart .services ul {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.journalStart .services ul li {
	margin-bottom: 15px;
}

#content .journalStart .services ul .active a {
	color: #008000;
}

#content .journalStart .services ul .inactive a {
	color: #FF0000;
}

#content .journalStart .services ul .active a:hover {
	color: #80F080;
}

#content .journalStart .services ul .inactive a:hover {
	color: #FF8888;
}

#content .news h3 {
	margin-bottom: 10px;
	line-height: 35px;
	font-size: 1em;	
}

.news .post {
	margin-bottom: 25px;	
}

/****	DIAGRAM		*****/
.diagram {
	margin-top: 40px;
	width: 790px;
	height: 420px;	
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.diagram .leftLabelTitle {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 5;
	behavior:url(-ms-transform.htc);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	font-style: italic;
}

.diagram .leftLabels {
	float: left;
	width: 89px;
	height: 351px;
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
}

.diagram .leftLabels .label {
	height: 20px;
	veritical-align: middle;	
}

.diagram .displayArea {
	width: 685px;
	height: 350px;;
	border-bottom: solid 1px #686868;
	border-left: solid 1px #686868;	
	padding-right: 15px;
	float: left;
	overflow: hidden;
}

.diagram .displayArea .bar {
	width: 37px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.diagram .bottomLabels {
	clear: both;
	width: 685px;
	height: 19px;
	margin-left: 90px;
	padding-right: 15px;
	padding-top: 5px;
}

.diagram .bottomLabelTitle {
	clear: both;
	width: 685px;
	height: 20px;
	margin-left: 90px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: center;
	font-style: italic;
}

.diagram .bottomLabels .label{
	float: left;
	text-align: center;
	width: 67px;
}

.prenStock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

.prenStock .description {
	width: 700px;
	margin: 0 0 0 90px;
	font-weight: bold;
	text-align: center;
}

.prenStock .pagination {
	width: 700px;
	margin-left: 90px;
	margin-top: 40px;
	overflow: hidden;
}

.prenStock .pagination .prev {
	float: left;
	width: 72px;
}

.prenStock .pagination .next {
	float: right;
}

.prenStock .pagination .center {
	margin-left: 240px;
	float: left;	
}

.prenStock .numeric {
	margin-top: 40px;
	width: 790px;
	border-spacing: 5px;
	padding-right: 15px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.prenStock .numeric th {
	width: 80px; 
	text-align: right;
	padding-right: 15px;	
}

.prenStock .numeric td {
	width: 52px;	
	text-align: right;
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.prenStock .numeric td.filler {
	visibility: hidden;
}

.prenStock .numeric .title {
	font-weight: bold;	
}

.prenStock .numeric .num td {
}

/*****	Cover	******/
#backgroundCover {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	text-align: center;
	z-index: 5;
}

#frontContent {
	background-color: #ffffff;
	overflow: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: fixed;
	z-index: 7;
	top: 50px;
	left: 0;
	width: 790px;
	padding: 15px 25px 15px 25px;
}

#frontContent h2 {
	padding: 0;	
}

#frontContent .closer {
	border: solid 1px #686868;
	font-weight: bold;
	float:right;
	font-size: 12px;
	line-height: 14px;
	width: 16px;
	height: 16px;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;	
}

#frontContent .exporter {
	width: 300px;
	margin-bottom: 5px;	
	float: right;
}

#frontContent table.numberDetStat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	width: 300px;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
	
	word-wrap: break-word;
}

#frontContent table.numberDetStat td, #frontContent table.numberDetStat th {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#frontContent table.numberDetStat thead {
	padding:0;
	margin: 0;	
}

#frontContent table.numberDetStat thead th {
	background-color: inherit;
	padding: 5px 5px 5px 20px;
	cursor: pointer;
	cursor: hand;
}

#frontContent table.numberDetStat thead th.headerSortUp {
	//padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left bottom;
}

#frontContent table.numberDetStat thead th.headerSortDown {
	//padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left top;
}

#frontContent table.numberDetStat thead th.headerSortUp.right {
	//padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left bottom;
}

#frontContent table.numberDetStat thead th.headerSortDown.right {
	//padding-left: 20px;
	background-image: url('icons/sortAsc.png');
	background-repeat: no-repeat;	
	background-position: left top;
}

#frontContent table.numberDetStat .catGroup_P{
	background-color: red;
	color: red;
	//width: 14px;
	overflow: hidden;
}

#frontContent table.numberDetStat .catGroup_A{
	background-color: blue;
	color: blue;
	//width: 14px;
	overflow: hidden;
}

#frontContent table.numberDetStat .catGroup_M{
	background-color: green;
	color: green;
	//width: 14px;
	overflow: hidden;
}

#frontContent table.numberDetStat .catGroup_BIB{
	background-color: #FFFF00;
	color: #FFFF00;
	//width: 14px;
	overflow: hidden;
}

#frontContent table.numberDetStat .catGroup_FREE {
	background-color: #FF00FF;
	color: #FF00FF;
	//width: 14px;
	overflow: hidden;
}

#frontContent table.numberDetStat .catGroup_DIV {
	background-color: #00FFFF;
	color: #00FFFF;
	//width: 14px;
	overflow: hidden;
}

#frontContent table.numberDetStat td {
	text-align: right;	
}

/***	Avi		***/
.avi #mode {
	margin: 0;	
}

.avi h1 select {
	font-size: 18px;	
}

.avi #categories, .avi #yearTable {
	clear: left;	
}

.avi #yearTable {
	width: 101%;
	overflow: auto;	
}

.avi #mode span {
	color: #FF1966;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;	
}

.avi #export {
	float: right;	
}

.avi #loadingAnimation {
	width: 100%;
	text-align: center;
	padding-top: 150px;
	height: 300px;	
}

.avi #details {
	width: 290px;
	float:left;	
}

.avi #pieChart {
	width: 500px;
	float:left;	
}

.avi #details {
	margin-bottom: 15px;	
}

.avi table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.avi table td, .avi table th {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.avi thead th {
	cursor: pointer;
	cursor: hand;	
}

.avi .headerSortUp {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left bottom;
}

.avi .headerSortDown {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left top;
}

.avi table td {
	text-align: right;	
}

.avi table .number {
	cursor: pointer;
	cursor: hand;	
}

.balance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;	
}

.balance #loadingAnimation {
	width: 100%;
	text-align: center;
	padding-top: 150px;
	height: 300px;	
}

.balance #loadingAnimation2 {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	height: 150px;	
}

.balance #stats {
	margin-top: 15px;	
}

.balance #detailsNav {
	margin-top: 15px;	
}

.balance #detailedStats {
	margin-top: 15px;	
}

.balance #export, .balance #exportDetails {
	float: right;	
}

.balance table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.balance table td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.balance table .summary td {
	font-weight: bold;	
}

.balance table td, .balance table th {
	text-align: right;	
}

.balance table .key {
	text-align: left;	
}

.balance table th.separator {
	padding: 0;
	font-size: 2px;
	line-height: 2px;
	background-color: white;	
}

.subscribers table.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.subscribers table.result td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}

.subscribers #searchNav {
	border-bottom: solid 1px #686868;
	margin-bottom: 25px;	
	overflow: hidden;
}

.subscribers #searchNav .tab {
	border: solid 1px #ddd;
	border-bottom: none;
	background-color: #ddd;
	color: #fff;
	padding: 5px 10px 5px 10px;
	float: left;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	font-size: 9px;	
	line-height: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	height: 12px;
}

.subscribers #searchNav .tab.pressed {
	background-color: #fff;
	color: #686868;
	border: solid 1px #686868;
	border-bottom: none;
}

.subscribers #searchDetails {
	float: left;
	margin-left: 15px;	
	padding-top: 5px;
}

.subscribers #export {
	float: right;	
}

.subscribers .advSearch td {
	padding: 0 0 5px 15px;	
}

.subscribers .advSearch input[type=text] {
	width: 200px;	
}

.subscribers .advSearch input[type=button] {
	margin-top: 15px;
	width: 200px;	
}

.subscribers .buttonGroup {
	float:left;
	width: 218px;
	padding: 15px 15px 15px 15px;
	margin-left: 20px;	
	border: solid 1px #686868;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.subscribers .buttonGroup:first-child {
	margin-left: 0;	
}

.subscribers .buttonGroup input[type="button"] {
	margin: 0 0 2px 0;	
}

#content .subscribers .buttonGroup h2 {
	padding: 0;	
	line-height: 1.2em;
}

.subscribers .navigation {
	overflow: hidden;
	margin: 15px 0 15px 0;	
}

.subscribers .navigation .prev {
	float:left;	
	width: 32px;
}

.subscribers .navigation .pag {
	float:left;	
	width: 662px;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 4px 0;
	font-size: 9px;	
	line-height: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
}

.subscribers .navigation .pag:first-child {
	margin-left: 64px;
}

.subscribers .navigation .next {
	float: right;
	width: 32px;	
}

.subscribers #loadingAnimation {
	width: 100%;
	text-align: center;
	padding-top: 150px;
	height: 300px;	
}

.subscribers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;	
}

#frontContent .editPost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;	
	margin-top: 25px;
}

#frontContent .editPost td, #frontContent .editPost th {
	padding: 0 15px 15px 15px;
}

#frontContent .editPost th {
	text-align: right;
}

#frontContent .editPost th.top {
	text-align: left;
}

#frontContent .editPost input {
	width: 200px;	
}

#frontContent .editPost input[type=button] {
	margin-top: 25px;
	width: 100%;	
}

.myRetailers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

.myRetailers .sum {
	margin-bottom: 15px;	
}

.myRetailers .sum td {
	padding-left: 15px;
	text-align: right;	
}

.myRetailers #details {
	margin-top: 15px;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.myRetailers #details td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.myRetailers #details td.num {
	text-align: right;
	width: 150px;	
}

.myRetailers #details th.num {
	text-align: right;	
}

.myRetailers #details th {
	cursor: pointer;
	cursor: hand;	
}

.myRetailers #details th.headerSortUp {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left top;
}

.myRetailers #details th.headerSortDown {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left bottom;
}

.myRetailers #details th.headerSortUp.num {
	padding-right: 20px;;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: right top;
}

.myRetailers #details th.headerSortDown.num {
	padding-right: 20px;
	background-image: url('icons/sortAsc.png');
	background-repeat: no-repeat;	
	background-position: right bottom;
}

.sales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;	
}

.sales #loadingAnimation {
	width: 100%;
	text-align: center;
	padding-top: 150px;
	height: 300px;	
}

.sales #loadingAnimation2 {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	height: 150px;	
}

.sales #stats {
	margin-top: 15px;	
}

.sales #detailsNav {
	margin-top: 15px;	
}

.sales #detailedStats {
	margin-top: 15px;	
}

.sales table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sales table td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.sales table .sum td {
	background: inherit;
	padding: 2px 3px 0 0;
	font-weight: bold;
	border-top: solid 1px #686868;
	-moz-border-radius: 0;
	border-radius: 0;
}

.sales table .summary td {
	font-weight: bold;	
}

.sales table td, .sales table th {
	text-align: right;	
}

.sales table .key {
	text-align: left;	
}

.sales table .title th {
	text-align: left;
	padding: 15px 5px 15px 5px;
}

#content .sales table .title th h2 {
	padding: 0;
	margin: 0;
	border-top: 1px solid #EEE;
}

.sales .done {
	color: red;
	font-size: 10px;	
}

.sales #export, .sales #exportDetails {
	float: right;	
}

.sales table th.separator {
	padding: 0;
	font-size: 2px;
	line-height: 2px;
	background-color: white;	
}

.prenFields p {
	margin-bottom: 0;	
}

.prenFields .code {
	font-family: courier, monospace;
	font-size: 12px;
	padding: 10px;
	background-color: #EEE;
	color: #686868;
}

/*** RETAILER ***/


.retailerStart .info {
	width: 560px;
	float: left;	
	border-right: solid 1px #DDD;
	padding-right: 15px;
}



.retailerStart .info table {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-spacing: 0;
}

.retailerStart .info table form{
	text-align: right;
}

.retailerStart .info table th {
	vertical-align: top;
	padding-right: 10px;	
	padding-bottom: 15px;	
}

.retailerStart .info table td {
	vertical-align: top;
	padding-bottom: 15px;		
}

.retailerStart .info #presentation {
	float: left;
	width: 355px;
}

.retailerStart .info .editableContainer {
	position: relative;
	top: 0;
	left: 0;
}

.retailerStart .info #logo {
	float: right;
	margin-left: 5px;
	width: 200px;	
}

.retailerStart .info .editIcon {
	position: absolute;
	top: 0;
	right: 0;	
	display: none;
}

.retailerStart .info form {
	margin-bottom: 15px;
}

.retailerStart .info .editField {
	display: none;
}

.retailerStart .journals {
	width: 200px;
	float: right;
}

#content .retailerStart .journals h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

.retailerStart .journals table {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	width: 100%;
}

.retailerStart .journals table td {
	padding-bottom: 5px;
}

.retailerStart .journals table .right {
	text-align: right;
}

/***	JOURNAL LIST	***/
.journalList .randomBox {
	overflow: hidden;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */	
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.journalList .randomBox .journal {
	float: left;
	margin: 7px;
	padding: 2px;
	width: 138px;	
  	
  	text-align: center;
  	
  	background-color: #eee;
  	border: solid 1px #eee;
  	box-shadow: 1px 1px 3px #eee;
  	-moz-box-shadow: 1px 1px 3px #eee;
  	-webkit-box-shadow: 1px 1px 3px #eee;
  	
  	-moz-border-radius: 5px;
	border-radius: 5px;
  	
  	visibility: hidden;
}

.journalList .randomBox .journal img {
	display: block;	
}

.journalList .randomBox .journal p {
	margin-top: 68px;
	margin-bottom: 68px;
}

.journalList .fullBox {
	overflow: hidden;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */	
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.journalList .fullBox .row {
	clear: left;
	overflow: hidden;	
}

.journalList .fullBox .journal {
	float: left;
	margin: 7px;
	padding: 2px;
	width: 138px;
	height: 100%;	
	
	border: solid 1px #eee;
	background-color: #eee;
	
	-moz-box-shadow: 1px 1px 3px #eee;
  	-webkit-box-shadow: 1px 1px 3px #eee;
  	box-shadow: 1px 1px 3px #eee;
  	
  	text-align: center;
  	
  	-moz-border-radius: 5px;
	border-radius: 5px;
	
	visibility: hidden;
}

.journalList .fullBox .journal img {
	display: block;	
}

#content .journalList .fullBox .journal h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
	font-size: 1em;
	line-height: 1.2em; 
}

.journalList .letterBox .journal {
	float: left;
	width: 187px;
	margin: 0 10px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #686868;
}

.journalView .info {
	width: 560px;
	float: left;	
	border-right: solid 1px #DDD;
	padding-right: 15px;
}

.journalView .info .presentation {
	float: left;
	width: 355px;
}

.journalView .info .logo {
	float: right;
	margin-left: 5px;
	width: 200px;	
}

.journalView .retailers {
	width: 200px;
	float: right;
}

#content .journalView .retailers h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

.journalView .retailers ul {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

.journalView .retailers ul li {
	margin-bottom: 15px;
	font-weight: bold;
}

.journalView .retailers ul.ret li {
	margin-bottom:0;
	font-weight: normal;
}

.journalView .backlink {
	margin-top: 15px;	
}

.retailerArea form {
	margin: 15px 0 15px 0;	
}

.retailerArea .change {
	color: red;	
}

/****	RetailerList	***/
.retailerList .letterBox .retailer {
	float: left;
	width: 187px;
	margin: 0 10px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #686868;
}

#content .retailerView p {
	line-height: 1.2em;
}

.retailerView .info {
	width: 560px;
	float: left;	
	border-right: solid 1px #DDD;
	padding-right: 15px;
}

.retailerView .journals {
	width: 200px;
	float: right;
}

.retailerView .backlink {
	margin-top: 35px;	
}

.retailerView .journals ul li {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

#content .retailerView .journals h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

/****	INVENTORY ***/
.inventory {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inventory table {
	margin-bottom: 15px;
	
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inventory table td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.inventory table td.last, .inventory table td.first {
	font-weight: bold;
	background: inherit;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.inventory table .input td {
	background: inherit;
	padding: 5px 5px 15px 0;
}

.inventory table input.large {
	width: 100%;
}

.inventory input[type=submit] {
	width: 100%;
	margin-top: 15px;
}

.right {
	text-align: right;	
}
.fRight {
	float: right;	
}

/*** ADMIN ***/


.adminStart .info {
	width: 560px;
	float: left;	
	border-right: solid 1px #DDD;
	padding-right: 15px;
}



.adminStart .info table {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-spacing: 0;
}

.adminStart .info table form{
	text-align: right;
}

.adminStart .info table th {
	vertical-align: top;
	padding-right: 10px;	
	padding-bottom: 15px;	
}

.adminStart .info table td {
	vertical-align: top;
	padding-bottom: 15px;		
}

.adminStart .info .editableContainer {
	position: relative;
	top: 0;
	left: 0;
}

.adminStart .info .editIcon {
	position: absolute;
	top: 0;
	right: 0;	
	display: none;
}

.adminStart .info form {
	margin-bottom: 15px;
}

.adminStart .info .editField {
	display: none;
}

.adminStart .prenOrders {
	width: 200px;
	float: right;
}

#content .adminStart .prenOrders h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

.adminStart .prenOrders ul {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.adminStart .prenOrders ul li {
	margin-bottom: 15px;
}

.prenOrders ul {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.prenOrders ul li {
	margin-bottom: 15px;
}

.prenOrders table.mainList {
	margin-bottom: 15px;
	
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.prenOrders table.mainList td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.prenOrders table.mainList th {
	padding: 5px;
}

.prenOrders table.mainList th.headerSortUp {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left bottom;
}

.prenOrders table.mainList th.headerSortDown {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left top;
}

.prenOrders table.mainList .edit {
	background-color: inherit;
	width: 24px;
}

.prenOrders table {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
}

.prenOrders table td, .prenOrders table th {
	padding: 0 15px 15px 0;
}

.prenOrders table input {
	width: 250px;
}

.prenOrders input[type="submit"] {
	width: 250px;	
}

/*** PREN FORM ***/
.prenForm input[type="text"], .prenForm input[type="submit"] {
	width: 200px;	
} 

.prenForm .item {
	margin-bottom: 15px;	
}

.prenForm textarea {
	width: 190px;	
}

.prenForm h2 {
	font-size: 0.87em;
	margin-top: 25px;	
}

.prenForm h1 {
	font-size: 1em;	
}

.prenForm label, .prenForm p {
	font-size: 0.75em;	
}

/*** ACCOUNTS ***/

.accounts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;	
}

.accounts table {
	margin-bottom: 15px;
	
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;
}

.accounts table td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.accounts table th {
	background-color: inherit;	
	padding: 5px;
}

.accounts thead th {
	cursor: pointer;
	cursor: hand;	
}

.accounts table .edit {
	text-align: center;
	width: 64px;
	padding: 5px 0 5px 0;
}

.accounts .headerSortUp {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left bottom;
}

.accounts .headerSortDown {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left top;
}

.accounts .types {
	margin-bottom: 0;	
	float: right;
}

.accounts .add {
	margin-bottom: 0;
	float: left;	
}

.accounts input[type="text"], .accounts textarea, .accounts input[type="file"], .accounts input[type="submit"] {
	width: 100%;	
}

.accounts #fileMock {
	width: 75%;	
}

#content .accounts .types a.selected {
	color: #686868;
	font-weight: bold;	
}

/***	Publisher ***/
.stdFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;		
}

.publisherStart .info {
	width: 560px;
	float: left;	
	border-right: solid 1px #DDD;
	padding-right: 15px;
}



.publisherStart .info table {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border-spacing: 0;
}

.publisherStart .info table form{
	text-align: right;
}

.publisherStart .info table th {
	vertical-align: top;
	padding-right: 10px;	
	padding-bottom: 15px;	
}

.publisherStart .info table td {
	vertical-align: top;
	padding-bottom: 15px;		
}

.publisherStart .info #presentation {
	float: left;
	width: 355px;
}
.publisherStart .info #presentation2 {
	float: left;
	width: 355px;
}

.publisherStart .info .editableContainer {
	position: relative;
	top: 0;
	left: 0;
	min-height: 14px;
}

.publisherStart .info #logo {
	float: right;
	margin-left: 5px;
	width: 200px;	
}
.publisherStart .info #logo2 {
	float: right;
	margin-left: 5px;
	width: 200px;	
}

.publisherStart .logoPlaceholder {
	width: 200px;
	background-color: #DDD;
	padding: 110px 0 110px 0;
	text-align: center;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.publisherStart .info #tInfo {
	clear: both;	
}

.publisherStart .info .editIcon {
	position: absolute;
	top: 0;
	right: 0;	
	display: none;
}

.publisherStart .info form {
	margin-bottom: 15px;
}

.publisherStart .info .editField {
	display: none;
}

.publisherStart .services {
	width: 200px;
	float: right;
}

#content .publisherStart .services h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

.publisherStart .services ul {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.publisherStart .services ul li {
	margin-bottom: 15px;
}

#content .publisherStart .services ul .active a {
	color: #008000;
}

#content .publisherStart .services ul .inactive a {
	color: #FF0000;
}

#content .publisherStart .services ul .active a:hover {
	color: #80F080;
}

#content .publisherStart .services ul .inactive a:hover {
	color: #FF8888;
}

.translate input {
	width: 97%;	
}

.translate textarea {
	width: 97%;	
	height: 150px;
}

.translate .formGroup {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	border: dotted 1px #666666;	
}

/****	SaleStat	****/
.stdFont table {
	margin-top: 15px;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.stdFont table td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.stdFont table td.num {
	text-align: right;
}

.stdFont table th.num {
	text-align: right;	
}

.stdFont table th {
	cursor: pointer;
	cursor: hand;	
}

.stdFont table th.headerSortUp {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left top;
}

.stdFont table th.headerSortDown {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left bottom;
}

.stdFont table th.headerSortUp.num {
	padding-right: 20px;;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: right top;
}

.stdFont table th.headerSortDown.num {
	padding-right: 20px;
	background-image: url('icons/sortAsc.png');
	background-repeat: no-repeat;	
	background-position: right bottom;
}

#stats {
	clear: both;
	margin-top: 55px;
	width: 100%;
	border-spacing: 5px;
	
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(left,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */

	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#stats td {
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#stats td.sum, #statsPerCustomer td.sum {
	text-align: right;
}

#stats th.sum, #statsPerCustomer th.sum {
	text-align: right;	
}

#stats th {
	cursor: pointer;
	cursor: hand;	
}

#stats th.group {
	border-bottom: 1px solid #686868;	
}

#stats th.headerSortUp {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left top;
}

#stats th.headerSortDown {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');	
	background-repeat: no-repeat;
	background-position: left bottom;
}

#stats th.headerSortUp.sum {
	padding-right: 20px;;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: right top;
}

#stats th.headerSortDown.sum {
	padding-right: 20px;
	background-image: url('icons/sortAsc.png');
	background-repeat: no-repeat;	
	background-position: right bottom;
}

.pubSaleStat #loadingAnimation {
	width: 100%;
	text-align: center;
	padding: 180px 0 180px 0;	
	height: 43px;
	overflow: hidden;	
}

.pubSaleStat #periodNav {
	width: 100%;
	text-align: center;	
	overflow: hidden;
	margin-bottom: 25px;
}

.pubSaleStat #periodNav #prev{
	float: left;	
}

.pubSaleStat #periodNav #next{
	float: right;	
}

.pubSaleStat #modeSel {
	float:right;
	overflow: hidden;	
}

.pubSaleStat #tablePlaceholder {
	margin-top: 55px;	
}

.pubSaleStat #export {
	float: right;
	margin-top: 10px;	
}

/****	MyProducts	****/
.myProducts h1 select {
	font-size: 20px;
	line-height: 35px;	
}
.myProducts #newProduct {
	float: right;
	margin-top: 10px;
}

.myProducts #tabs ul a {
	font-size: 9px;
	font-weight: bold;
	color: #848484;
	text-transform: uppercase;
}

.myProducts #tabs ul .hasError {
	//background: red;
}
.myProducts #tabs ul .hasError.ui-state-active a {
	color: red;
}
.myProducts #tabs ul .hasError a {
	color: red;
}

.myProducts #tabs ul .ui-state-active a {
	color: #FF1966;
}

.myProducts #tabNav {
	overflow: hidden;	
	text-align: center;
	margin-top: 25px;
}

.myProducts #prev {
	float: left;	
}
.myProducts #next {
	float: right;	
}

.myProducts .required {
	color: red;
	font-weight: bold;	
}

.myProducts .size1of1 input[type="text"], .myProducts .size1of1 select, .myProducts .size1of1 textarea {
	width: 95%;	
}
.myProducts .size1of2 input[type="text"], .myProducts .size1of2 select, .myProducts .size1of2 textarea {
	width: 90%;	
}
.myProducts .size1of3 input[type="text"], .myProducts .size1of3 textarea {
	width: 90%;	
}
.myProducts .size1of4 input[type="text"], .myProducts .size1of4 select {
	width: 80%;	
}

.myProducts .formItem {
	padding: 10px 0 10px 0;	
}

.myProducts .person {
	height: 366px;	
}

.myProducts .person .body {
	border: solid 1px #ddd;
	padding: 5px;
	overflow: hidden;
}

.myProducts .addPerson {
	text-align: center;
	padding: 139px 0 138px 0;	
	cursor: hand;
	cursor: pointer;
	border: dotted 1px #ddd;
}

.myProducts .language .body {
	border: solid 1px #ddd;
	padding: 5px;
	overflow: hidden;
}

.myProducts .addLanguage {
	text-align: center;
	padding: 13px 0 13px 0;	
	cursor: hand;
	cursor: pointer;
	border: dotted 1px #ddd;
}

.myProducts .link .body {
	border: solid 1px #ddd;
	padding: 5px;
	overflow: hidden;
}

.myProducts .addLink {
	text-align: center;
	padding: 55px 0 54px 0;	
	cursor: hand;
	cursor: pointer;
	border: dotted 1px #ddd;
}

.myProducts .section.center {
	height: 61px;
	margin: 20px 0 20px 0;
	cursor: hand;
	cursor: pointer;
}

#content .myProducts .error {
	margin: 0;	
}

.generateFrame #code {
	width: 100%;	
}

#stats #separator td {
	background-color:transparent;
	font-weight: bold;	
}

#loadingAnimation {
	width: 100%;
	text-align: center;
	padding: 80px 0 80px 0;	
	height: 43px;
	overflow: hidden;	
}

.mediaSection {
	border: solid 1px #ddd;
	padding: 0 1em;	
}
#content .mediaSection h2 {
	padding: 0;	
}

/*** prenTypes ***/
#prenTypes .disabled {
	color: #CCC;	
}
#prenTypes .active {
	font-weight: bold;
	color: green;	
}
#prenTypes .active>*:first-child {
	background-image: url("icons/ok.gif");	
	background-repeat: no-repeat;
	padding: 5px 0 5px 24px;
}


/*** dataTables ***/
.dataTables_processing {
	color: red;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.dataTables_info {
	margin: 15px 0;	
}
.dataTables_filter {
	float: right;
	margin-bottom: 5px;	
}
.dataTables_length {
	float: left;
	margin-bottom: 5px;	
}
.paginate_disabled_previous, .paginate_enabled_previous {
	float: left;	
}
.paginate_disabled_next, .paginate_enabled_next {
	float: right;	
}
.products .sorting_desc {
	padding-left: 20px;
	background-image: url('icons/sortDesc.png');
	background-repeat: no-repeat;	
	background-position: left bottom;
}
.products .sorting_asc {
	padding-left: 20px;
	background-image: url('icons/sortAsc.png');
	background-repeat: no-repeat;	
	background-position: left top;
}
#content .paginate_disabled_previous, #content .paginate_disabled_next {
	background: rgb(200,200,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(200,200,200) 0%, rgb(153,153,153) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(200,200,200)), color-stop(100%,rgb(153,153,153))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(200,200,200) 0%,rgb(153,153,153) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#999999',GradientType=0 ); /* IE6-9 */

	padding: 3px 10px 3px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 9px;	
	line-height: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #DDD;
	cursor: default;
	color: #686868;	
}
#content .paginate_enabled_previous, #content .paginate_enabled_next {
	cursor: pointer;
	cursor: hand;
	background: rgb(225,225,225); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(225,225,225) 10%, rgb(200,200,200) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgb(225,225,225)), color-stop(100%,rgb(200,200,200))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(225,225,225) 10%,rgb(200,200,200) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */

	padding: 3px 10px 3px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 9px;	
	line-height: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	border: solid 1px #DDD;
	color: #686868;	
}


/*** Tooltip ****/
#tooltip {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px !important;
	max-width: 200px;
}

#tooltip h3 {
	line-height: 32px;
	padding: 0 0 16px 40px;
	margin-bottom: 32px;
	background-image: url('icons/help.png');
	background-repeat: no-repeat;
}

#tooltip .hasError h3 {
	line-height: 32px;
	padding: 0 0 16px 40px;
	margin-bottom: 32px;
	background-image: url('icons/cancel.png');
	background-repeat: no-repeat;
}


/****	StockStat ***/
#stockStatPage #export {
	float:right;
}

#stockStatPage table {
	background: transparent;	
}

#stockStatPage #loadingAnimation {
	width: 100%;
	text-align: center;
	padding: 230px 0 330px 0;	
	height: 43px;
	overflow: hidden;	
}

/****	adminOrder ***/
.adminOrder .navigation {
	margin-top: 15px;
	text-align: center;	
}
.adminOrder .navigation #prev {
	float: left;	
}
.adminOrder .navigation #next {
	float: right;	
}
.adminOrder .choosenProducts {
	margin-bottom: 25px;	
}
.adminOrder .customerChooser {
	float: left;
	width: 249px;	
}
.adminOrder .addressInfo {
	float: right;
	width: 499px;	
}
#tabs ul a {
	font-size: 9px;
	font-weight: bold;
	color: #848484;
	text-transform: uppercase;
}
.adminOrder .size1of1 input[type="text"], .adminOrder .size1of1 select, .adminOrder .size1of1 textarea {
	width: 95%;	
}
.adminOrder .size1of2 input[type="text"], .adminOrder .size1of2 select, .adminOrder .size1of2 textarea {
	width: 90%;	
}
.adminOrder .size1of3 input[type="text"], .adminOrder .size1of3 textarea {
	width: 90%;	
}
.adminOrder .size2of3 input[type="text"], .adminOrder .size2of3 textarea {
	width: 92%;	
}
.adminOrder .size1of4 input[type="text"], .adminOrder .size1of4 select {
	width: 80%;	
}


#authors .formItem {
	overflow:hidden;	
}

#authors .center {
	text-align: center;
	width: 120px;	
}
#authors .formItem .section {
	float:left;
	margin-right: 15px;	
}

.appOrder {
	width: 790px;	
}
.appOrder img {
	max-width: 100%;	
}

#accounts {
	clear: both;	
}

#julkampanj.content p {
	font-size: 16px;
	line-height:1.5;
}

#julkampanj #journals {
	overflow: hidden;
	padding: 20px 10px;	
	background: url("images/droppar2.jpg");
	background-size: 100%;
}

#julkampanj #journals .journal {
	float: left;
	width: 143px;
	margin: 0 10px 20px 10px;
	text-align: center;
}

#julkampanj #journals .journal:nth-child(6n+1) {
	clear: left;
}

#julkampanj #journals .journal .coverContainer {
	height: 250px;
	position: relative;	
}

#julkampanj #journals .journal .cover {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;	
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#julkampanj #journals .journal .name {
	font-size: 1em;
	line-height: 1.2em;	
	border: none;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.8);
}

/* **************** GRIDS ***************** */
.line:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.lastUnit:after{content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";visibility:hidden; clear:both;height:0 !important;display:block;line-height:0;}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit {display: table-cell; *display:block;*zoom:1;float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}

/***	PRINT 	***/
@media print {
	#head, #footer, #sidebar {
		display: none;	
	}
	
	#content {
		zoom: 80%;	
	}	
	
	.diagram .displayArea .bar {
		width: 35px;
		border: solid 1px black;
	}
	
	.avi #pieChart {
		height: 500px;	
	}
	
	#backgroundCover {
		display: none;
		background-color:inherit;
		opacity: 1;	
		height: 100%;
	}
	
	#frontContent {
		position: static;
		overflow: visible;
		background-color: #ffffff;
		top: 0;
		left: 0;
		width: 100%;
		padding: 5px;
	}
	
	#frontContent ~ * {
		display: none;	
	}
}
