/* GLOBALS */

body {
	background: #32373B;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #999;
	text-decoration: none;
}

a:focus {
	color: #A7BAD4;
	text-decoration: underline;
}

a:hover {
	color: #A7BAD4;
	text-decoration: underline;
}

h3 {
	font-size: 1.3em;
}

input[type="radio"] + label, input[type="checkbox"] + label {
	font-weight: normal;
}

td a {
	color: #333;
	text-decoration: none;
}

td a:hover {
	color: #999;
	text-decoration: none;
}

thead th {
	background: #224272 url('../img/bg_datagrid.png') repeat-x;
	color: #FFF;
}

/* TOOLBAR */

#toolbar {
	background: #000;
	color: #A7BAD4;
	height: 2em;
	line-height: 2em;
	margin-bottom: 1.5em;
}

/* HEADER */

#header {
	margin-bottom: 1.5em;
}

/* NAVIGATION */

#menu {
	list-style: none;
	padding: 0;
	width: 100%;
}

#menu li {
	background: url(../img/bg_menu.png) no-repeat;
	height: 23px;
	line-height: 23px;
	padding-left: 23px;
}

#menu li:first-child {
	background: url(../img/bg_menu_title.png) no-repeat;
	color: #FFF;
	font-size: 13px;
}

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

#menu a:hover {
	color: #999;
}

/* CONTENT */

#content {
	background: #FAFAFA;
	padding: 10px;
	width: 930px;
}

#content thead th a, thead th a {
	color: #FFF;
}

#content thead th a:hover, thead th a:hover {
	color: #FFF;
	text-decoration: none;
}

.alphabet {
	font-weight: bold;
}

.alphabet a {
	margin: 0 0.6em;
}

.initial {
    color: #0A0;
    text-decoration: underline;
}

.document-error {
	color: #F00;
}

.document-notice {
	color: #FF7F00;
}

.document-ready {
	color: #090;
}

.document-warning {
	color: #F00;
}

.error, .notice, .success {
	display: block;
}

.error ul, .notice ul, .success ul {
	list-style: disc outside;
	margin: 0 1.5em;
	padding: 0;
}

/* HIGHTLIGHTS */

#highlights {
	background: #24292C;
	padding: 1em 0;
}

#highlights h3 {
	color: #FFF;
}

#highlights p {
	color: #C0C0C0;
}

/* FOOTER */

#footer {
	color: #C0C0C0;
	margin-top: 1.5em;
	text-align: center;
}

/* AUTOCOMPLETE */

.autocomplete {
	background-color: #EDF5FF;
	border: 1px solid #243356;
	position: relative;
	z-index: 5;
}

.autocomplete ul, .acomplete li {
	color: #333;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.autocomplete li {
	border-top: 1px solid #CCC;
	padding: 4px;
}

.autocomplete .selected {
	background-color: #FFC;
}

/* BUTTONS */

a.button {
	/* background: transparent url('../img/bg_button_a.png') no-repeat scroll top right; */
   background: #dedbde;
   background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dedbde));
   background: -webkit-linear-gradient(top, #fafafa, #dedbde);
   background: -moz-linear-gradient(top, #fafafa, #dedbde);
   background: -ms-linear-gradient(top, #fafafa, #dedbde);
   background: -o-linear-gradient(top, #fafafa, #dedbde);
   margin-right: 6px;
   margin-top: 1px;
   margin-bottom: 1px;
   padding: 5px 10px;
   line-height: 14px;
   display: block;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-style: solid;
    border-color: #dedbde #dedbde;
    border-width: 1px;
   color: #000000;
   text-decoration: none;
   vertical-align: middle;
   float: left;
   font: normal 12px Helvetica, sans-serif;

}

a.paymentButton{
border:1px solid #34740e; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #4ba614; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
 background-image: -moz-linear-gradient(top, #4ba614, #008c00);
 background-image: -ms-linear-gradient(top, #4ba614, #008c00);
 background-image: -o-linear-gradient(top, #4ba614, #008c00);
 background-image: linear-gradient(to bottom, #4ba614, #008c00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

a.paymentButton:hover{
 border:1px solid #224b09;
 background-color: #36780f; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
 background-image: -webkit-linear-gradient(top, #36780f, #005900);
 background-image: -moz-linear-gradient(top, #36780f, #005900);
 background-image: -ms-linear-gradient(top, #36780f, #005900);
 background-image: -o-linear-gradient(top, #36780f, #005900);
 background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}

/*a.button span {
	background: transparent url('../img/bg_button_span.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}*/

a.button:active {
	color: gray;
	outline: none; /* hide dotted outline in Firefox */
}

/*a.button:active span {
	color: red;
}*/

/* DATE PICKER */

.TDatePicker_default {
	z-index: 1;
}

.TDatePicker_default .calendarHeader table {
	margin-bottom: 0;
}

.TDatePicker_default .calendarBody table {
	margin-bottom: 0;
}

.TDatePickerImageButton {
	border: 0;
	cursor: pointer;
	padding: 0 2px;
	vertical-align: middle;
}

.TDatePicker_default .hover {
	border: 1px solid #000;
	cursor: pointer;
}

.TDatePicker_default .today {
	background: #EFEFEF;
	border: 1px solid #CCC;
	color: #000;
	font-weight: normal;
}

.TDatePicker_default .selected {
	background: #A7BAD4;
	border: 1px solid #32373B;
	color: #32373B;
	font-weight: bold;
}

/* TABS */

.tab-view {
	background: #EFEFEF;
	border: 1px solid #CCC;
	margin: 0 0 10px;
}

.tab-normal {
	background: #224272 url(../img/bg_datagrid.png) repeat-x;
	border: 1px solid #323738;
}

.tab-normal a {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

.tab-normal a:hover {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.tab-active {
	background: #EFEFEF;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.tab-active a {
	color: #000;
	text-decoration: none;
}

/* TOOLBOX */

div.right {
	text-align: right;
}

div.center {
	text-align: center;
}
