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:    8pt;
	text-align:   left;
}

td {
	font-size: 10pt;
	text-align: left;
}

table.product {
	border-collapse: collapse;
}

td.product {
	font-size:      8pt;
	padding:        6px 2em 6px 0px;
	border-top:     1px solid #aaa;
	vertical-align: text-top;
}

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.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 {
	color:         #364153;
	font-size:     13pt;
	font-weight:   bold;
	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;*/
	color: #364153;
	text-decoration: none;
}

a:hover {
	color: #637899;
}

#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;
	padding:        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 {
	margin:         0px;
	border-bottom:  1px solid #a2a2a2;
	vertical-align: top;
}

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

	margin:  0;
	padding: 0;
}

.sidebar-darker {
	width:            220px;
	background:       #aaa;
	background-image: url('/images/sidebar_darker.png');
	vertical-align:   top;
	text-align:       right;

	margin:  0;
	padding: 0.5em 0em 0.5em 0em;
}

#sidebar-empty {
	width:            220px;
	background:       #fff;
	border-top:       0px;
	border-bottom:    1px solid #a2a2a2;
	vertical-align:   top;

	margin:  0;
}

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

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

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

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

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

	white-space: nowrap;
	text-transform: uppercase;
}

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

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

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

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

	white-space: nowrap;
	text-transform: uppercase;
}

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:   10px;
	/*float:       left;*/

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

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

.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.order-header {
	width:             600px;
	border-left:       1px solid #a0a0a0;
	border-right:      1px solid #a0a0a0;
	border-bottom:     1px solid #a0a0a0;
	background-image: url('/images/order_gradient.png');
	padding:          4px;
	font-size:        9pt;
	font-weight:      bold;
}

div.order-body {
	width:             600px;
	border-left:       1px solid #a0a0a0;
	border-right:      1px solid #a0a0a0;
	border-bottom:     1px solid #a0a0a0;
	background-image:  url('/images/orderbody_gradient.png');
	background-repeat: repeat-x;
	padding:           4px;
}

td.order-column-sep {
	background-image:  url('/images/order_column_sep.png');
	background-repeat: repeat-y;
}

td.patient {
	font-weight: bold;
	color:       #364153;
	font-size:   11px;
}

td.price {
	color:          #364153;
	font-size:      10px;
	text-align:     right;
	vertical-align: text-top;
	padding-top:    1px;
	padding-right:  15px;
	white-space:    nowrap;
}

td.description {
	vertical-align: top;
	color:          #364153;
	font-size:      7pt;
}

.payment-failed {
	border: 2px solid #aa0000;
	background: #ffd2d2;
	color: #aa0000;
	font-size: 14pt;
	font-weight: bold;
	margin: 1em 0em 1.5em 0em;
	padding: 0.5em;
}

small.price {
	color: #5586b2;
}

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

tr.order-details {
	border-bottom: 1px solid #ddd;
}

td.order-details-left {
	padding-left: 5px;
}

td.order-details-right {
	padding-right: 10px;
}
