html {
	overflow-y: scroll;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

td.button {
	background-image:  url('/images/button/middle.png');
	background-repeat: repeat-x;
	font-size: 8pt;
}

th {
	font-size:    9pt;
	padding-left: 0.5em;
	text-align:   left;
}

td {
	font-size: 10pt;
}

table.grid {
	border-collapse: collapse;
	border: 2px solid black;
}

table.grid tr td {
	border:         1px solid #ccc;
	padding-left:   0.5em;
	padding-right:  0.5em;
	vertical-align: top;
	/*white-space: nowrap;*/
}

table.order {
	border: 0px solid #000;
	border-collapse: collapse;
	width: 420px;
	margin-bottom: 0.5em;
}

table.order td {
	vertical-align: middle;
	padding:        3px 0px 3px 3px;
}

table.order tr.new     { background: #ffd5d5; border-bottom: 1px solid #aaa; }
table.order tr.process { background: #ffeeaa; border-bottom: 1px solid #aaa; }
table.order tr.done    { background: #d5ffd5; border-bottom: 1px solid #aaa; }
table.order tr.stop    { background: #e6e6e6; border-bottom: 1px solid #aaa; }
table.order tr.fail    { background: #ff00ff; border-bottom: 1px solid #aaa; }

table.button {
	border: 0px;
}

table.button tr td {
	border: 0px;
}

div.menu-header {
	margin-top: 1em;
	font-weight: bold;
}

div.menu-item {
	margin-left: 2em;
	white-space: nowrap;
}

h1 {
	font-weight: bold;
	color: #103375;
	margin-bottom: 1.5em;
}

body {
	background:  #edeeef;
	color:       #364153;
	font-family: Verdana, sans-serif;
	font-size:   9pt;
}

td {
	color:       #364153;
	font-family: Verdana, sans-serif;
	font-size:   9pt;
}

h1 {
	font-size: 16pt;
	font-family: Verdana, sans-serif;
}

h2 {
	font-size: 13pt;
	font-family: Verdana, sans-serif;
	margin-bottom: 0.5ex;
}

h3 {
	font-size: 12pt;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin-top: 0px;
}

a {
	color: #103375;
}

#menu {
	width:      900px;
	height:     41px;
	background-image: url('/images/menubackground.png');
}

#menu td.item-selected a {
	color: #ddff55;
}

#menu a {
	color:           #fff;
	text-decoration: none;
}

#submenu {
	background: #ddd;
	border-bottom: 1px solid #aaa;
	padding: 4px 0px 4px 8px;
}

#main {
	width:          900px;
	border-spacing: 0px;
	margin:         10px 0px 0px 0px;
	background:     #fff;
}

#left-shadow {
	margin:           0px;
	padding:          0px;
	width:            8px;
	background-image: url('/images/shadow_left.png');
}

#right-shadow {
	margin:           0px;
	padding:          0px;
	width:            8px;
	background-image: url('/images/shadow_right.png');
}

#header {
	padding:      0px;
	border-top:   1px solid #a2a2a2;
}

#content {
	padding:        20px 32px 20px 32px;
	border-bottom:  1px solid #a2a2a2;
	vertical-align: top;
}

#sidebar {
	width:            220px;
	background:       #fff;
	border-top:       0px;
	border-bottom:    1px solid #a2a2a2;
	background-image: url('/images/sidebar.png');
	vertical-align:   top;

	margin:  0;
	padding: 1em 0em 1em 0em;
}

#logo {
	margin: 0px 0px 5px 0px;
}

.item {
	font-family:    Verdana, sans-serif;
	font-weight:    bold;

	color:       #fff;
	font-size:   12px;
	/*float:       left;*/

	padding-left:  10px;
	padding-right: 10px;

	border-right: url('/images/menuseparator.png');
	height: 100%;
}

.item-selected {
	font-family:    Verdana, sans-serif;
	font-weight:    bold;

	color:         #f0f;
	font-size:     12px;
	/*float:       left;*/

	padding-left:  10px;
	padding-right: 10px;

	border-right: url('/images/menuseparator.png');
	height: 100%;
}

span.sep {
	color: #aaa;
	background: #ddd;
}

.sep {
	background-image: url('/images/menuseparator.png');
}

.item-right {
	font-family:    Verdana, sans-serif;
	font-weight:    bold;

	color:       #fff;
	font-size:   12px;
	/*float:       left;*/

	padding-left:  10px;
	padding-right: 10px;

	height: 100%;
	width:  100%;
	text-align: right;
}

.footer {
	font-family: Verdana, sans-serif;
	font-size: 7pt;

	margin-top: 5px;
}

.article {
	float: left;
	width: 600px;

	font-family: Verdana, sans-serif;
	font-size:   9pt;

	margin-right:   1em;
	padding-bottom: 1em;
	border-bottom:  1px solid #9ca2ab;
}

#right-bar {
	float: right;
	width: 200px;
	height: 470px;

	border-left: 1px solid #9ca2ab;
	padding-left: 1em;

	font-size: 9pt;
}

div#state {
	background: #000;
	display:    none;
	position:   absolute;
	width:      310px;
	height:     50px;
	z-index:    1000;

	line-height: 50px;
	font-size:   10pt;
	font-weight: bold;

	vertical-align: middle;
	text-align: center;
}

.analyses, .order {
	cursor: pointer;
}

div#analysis_dialog {
	position : absolute;
	left     : 200px;
	top      : 100px;

	background         : #fff;
	-moz-border-radius : 10px;
	border-radius      : 10px;

	z-index  : 1000;
	border   : 2px solid #888;
	height   : 350px;
	width    : 250px;
}

#analysis_comment {
	width: 230;
}

div.day {
	padding:       3px 0px 3px 8px;
	cursor:        pointer;
	width:         452px;
	background:	#ccc;
	margin-bottom: 10px;
}

div.day-content {
	width:          440px;
	padding-left:   18px;
	padding-right:  0px;
	padding-bottom: 15px;
	display:        none;
	border:         1px solid #ccc;
	margin-bottom:  25px;
	margin-top:    -10px;
}

div table tr.article-selection:hover {
	background: #dff;
}

td.analysis {
	margin         : 0 0 0 0;
	padding        : 0 0 0 0;
	font-size      : 10px;
	vertical-align : top;
}

table#print tr td {
	font-size:     10pt;
	padding-right: 1em;
}

.even {
}

.odd {
	background: #eee;
}

.payment {
	padding-bottom : 2em;
	border-top     : 1px solid #bbb;
}

.ok {
	color : #080;
}

.authorized {
	color : #ffa000;
}

.fail {
	color : #800;
}

table.payment-list {
	border-collapse : collapse;
	border          : 1px solid #ccc;
}

td.payment-list-caption {
	white-space   : nowrap;
	border        : 1px solid #ccc;
	padding-left  : 1ex;
	padding-right : 1ex;
}

td.payment-list {
	font-size     : 8pt;
	white-space   : nowrap;
	border        : 1px solid #ccc;
	padding-left  : 1ex;
	padding-right : 1ex;
}

.order-highlight {
	background: #c4f2ff;
}

.payex-test {
	background : url('/images/test.png');
	height     : 37px;
}
