/********************************
 *	Faces Components Stylesheet *
 ********************************/
.form {
	font-size: 20pt;
}

.commandExButton_Label {
	color: windowtext;
	text-align: center;
	vertical-align: middle;
}

.commandLink {
}

.outputLinkEx {
	
}

.graphicImageEx {
	
}

.outputLabel {
	
}

.inputText {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

.inputText_Error {
	border-style: solid;
	border-color: #DE5C5C;
}

.inputTextarea {
	
}

.inputSecret {
	
}

.naslovOutputText {
	font-color: white;
	font-size: 7pt;
}

.outputText {
	font-family: Verdana, sans-serif;
	font-size: 8pt;;
	font-weight: bold
}

.templateMenuText {
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
    color: #438cca; // MP
}

.outputFormat {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

.outputSeparator {
	
}

.message {
	font-family: Verdana, sans-serif;
	font-size: 8pt;;
	font-weight: bold;
	color: red
}

.messages {
	
}

.selectBooleanCheckbox {
	
}

.selectOneRadio {
	
}

.selectOneRadio_Disabled {
	color: GrayText;
}

.selectManyCheckbox {
	
}

.selectManyCheckbox_Disabled {
	color: GrayText;
}

.selectOneListbox {
	font-family: Verdana, sans-serif;
	font-size: 9pt
}

.selectManyListbox {
	
}

.selectOneMenu {
	
}

.fileupload {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

.panelBox {
	
}

.panelLayout {
	
}

.panelGrid {
	
}

.jspPanel {
	
}

.playerGenericPlayer {
	
}

.playerFlash {
	
}

.playerShockwave {
	
}

.playerRealPlayer {
	
}

.playerMediaPlayer {
	
}

/*************************************
 *	Compound Component:  Action Bar  *
 *************************************/
.panelActionbar {
	
}

.panelActionbar  A :link {
	text-decoration: none;
}

.panelActionbar  A :visited {
	text-decoration: none;
}

.panelActionbar  A :hover {
	text-decoration: underline;
}

.panelActionbar IMG {
	border: 0;
}

.panelActionbar TD {
	padding: 1;
}

/******************************************
 *	Compound Component:  Slider Dropdown  *
 ******************************************/
.inputText_Slider {
	background-color: buttonface;
	border: 1px;
	border-style: solid;
	border-color: windowframe;
	font-family: sans-serif;
	font-decoration: none;
	color: windowtext;
}

.inputText_Slider_Body {
	background-color: buttonface;
	color: threedshadow;
	border-style: solid;
	border-color: threedhighlight;
	border-right-color: threedShadow;
}

/**********************************************
 *	Compound Component:  DatePicker Dropdown  *
 **********************************************/
.inputText_DatePicker {
	background-color: ButtonFace;
	border: 1px;
	border-style: solid;
	border-color: ButtonShadow;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: WindowText;
	padding: 2px;
	margin: 0px;
}

.inputText_DatePicker-Size {
	
}

.inputText_DatePicker-Header {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: ButtonShadow;
}

.inputText_DatePicker-Body {
	border-width: 0px;
	border-style: none;
	background-color: window;
}

.inputText_DatePicker-HeaderLine1,.inputText_DatePicker-HeaderLine2,.inputText_DatePicker-HeaderWeekday,.inputText_DatePicker-HeaderYear,.inputText_DatePicker-HeaderMonth
	{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}

.inputText_DatePicker-HeaderLine1 {
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.inputText_DatePicker-HeaderYear {
	color: WindowText;
	padding-top: 2px;
	padding-bottom: 1px;
}

.inputText_DatePicker-HeaderLine2 {
	width: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.inputText_DatePicker-HeaderMonth {
	color: WindowText;
	padding-bottom: 3px;
}

.inputText_DatePicker-Button {
	border: 0px;
	width: 12px;
	height: 12px;
}

.inputText_DatePicker-HeaderWeekday {
	color: WindowText;
	background-color: ButtonFace;
	padding-top: 1px;
	padding-bottom: 2px;
}

.inputText_DatePicker-OtherMonth,.inputText_DatePicker-CurrentMonth,.inputText_DatePicker-CurrentDay,.inputText_DatePicker-CurrentOtherDay,.inputText_DatePicker-InvalidDay,.inputText_DatePicker-Today,.inputText_DatePicker-CurrentToday
	{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.inputText_DatePicker-OtherMonth {
	color: GrayText;
	border-color: Window;
}

.inputText_DatePicker-CurrentMonth {
	color: WindowText;
	border-color: Window;
}

.inputText_DatePicker-CurrentDay {
	color: HighlightText;
	background-color: Highlight;
	border-color: Window;
}

.inputText_DatePicker-CurrentOtherDay {
	color: HighlightText;
	background-color: Highlight;
	border-color: Window;
}

.inputText_DatePicker-InvalidDay {
	color: GrayText;
	background-color: buttonface;
	border-color: buttonface;
}

.inputText_DatePicker-Today {
	color: WindowText;
	font-weight: bold;
	background-color: Window;
	border-color: ButtonShadow;
}

.inputText_DatePicker-CurrentToday {
	color: HighlightText;
	font-weight: bold;
	background-color: Highlight;
	border-color: Window;
}

/*************************************
 *	Compound Component:  Data Grid   *
 *************************************/
.headerClass {
	background-color: #ececec;/*#5169a2;*/
	color: white;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	margin: 0px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 7pt;
	height: 20px;
}

.footerClass {
	background-color: #ececec;
	text-align: left;
	border-top: 1px black;
}

.rowClass1 {
	background-color: #ececec;
	height: 20px;
}

.rowClass2 {
	background-color: #efefef;
	height: 20px;
}

.columnClass1 {
	background-color: window;
}

.columnClass2 {
	background-color: ThreeDFace;
}

.panelRowCategory {
	
}

.inputRowSelect {
	vertical-align: middle;;
	margin: 0px;
	margin-top: 1px;
	margin-left: 3px;
}

.commandExRowEdit {
	
}

.editStyleClass {
	background-color: Window;
	border-color: WindowFrame;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	text-align: right;
}

.editStyleClass A {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	width: 1px;
	height: 1px;
}

.pagerSimple {
	
}

.pagerGoto {
	
}

.pagerWeb {
	
}

.outputStatistics {
	
}

.pagerDeluxe {
	background-color: #0071bc; /*rgb(70, 75, 142);*/
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 200px;
	height: 15pt;
}

.pagerDeluxe TD {
	background-color: #0071bc;
	vertical-align: middle;
	padding: 2px;
	text-align: center;
}

.pagerDeluxe_button {
	background-color: #0071bc;
	width: 18px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: threedface;
}

.pagerDeluxe_text {
	background-color: #0071bc;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-family: Arial, sans-serif;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
}

.pagerDeluxe_button_twistie {
	color: blue;
}

.mainTable {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: white;/*#efefef;;*/
	color: #7d5633
}

.footerLeftCell {
	font-family: Verdana, sans-serif;
	font-size: 8pt
}

.formTable {
	background-color: #ececec;
	padding: 0px;
	border: 1px solid Black;;
	color: #0071bc
}

.commandExButton {
	color: #ffffff;
	background-color: #0071bc;
	font-size: 12px;
	font-weight: bold;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.dataTable {
	border: 1px solid Black;
	margin-left: 3pt;
	margin-right: 3pt;
}

.rowClass {
	background-color: #c9d8fc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	padding: 3px;
	height: 23px;
	text-transform: uppercase;
}

.titleRowClass {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
}

.contentRowClass {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footerLink {
	color: #400099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a .horizontalMenu {
	color: #ececec;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a :visited .horizontalMenu,a :active .horizontalMenu {
	color: #ececec; /*#EEF2FD;*/
	text-decoration: none;
}

a :hover .horizontalMenu {
	color: #ececec; /*#464B8E;*/
	background-color: #ddd; /*#E7E7EF;*/
}

/*
a.dataTableLink {
	color: rgb(70, 75, 142);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:visited.dataTableLink {
	color: rgb(70, 75, 142);
	text-decoration: none;
}

a:active.dataTableLink {
	color: #464B8E;
	text-decoration: none;
}

a:hover.dataTableLink {
	color: white;
	background-color: #464B8E;
}
*/
.mainHeading {
	font-family: Verdana, sans-serif;
	font-size: 13pt;
	color: rgb(070, 075, 142);
}

.rowLabel {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps
}

.dataTableField {
	font-family: Arial, sans-serif;
	font-size: 9pt
}

.dataTableHeading {
	font-family: Arial, sans-serif;
	color: #0071bc;
	font-size: 9pt;
	font-weight: bold
}

a .horizontalMenu {
	color: #EEF2FD;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a :visited .horizontalMenu,a :active .horizontalMenu {
	color: #EEF2FD;
	text-decoration: none;
}

a :hover .horizontalMenu {
	color: #ececec;/*#464B8E;*/
	background-color: #E7E7EF;
    
}

.dataTableLink{
	color: #0071bc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.dataTableLink a:visited {
	color: #0071bc;
	text-decoration: none;
	font-weight: bold;
}

.dataTableLink a:active {
	color: #0071bc; 
    text-decoration: none;
	font-weight: bold;
}

.dataTableLink a:hover {
	color: #0071bc;
	background-color: #ececec;
	font-weight: bold;
}

.navigationLink { /*a*/
	color: #0071bc;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a :visited .navigationLink,a :active .navigationLink {
	color: #0071bc;
	text-decoration: none;
}

a :hover .navigationLink {
	color: #0071bc;
	background-color: #ececec;
	text-decoration: none;
}

.formLabel {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: right
}

.formText {
	font-family: Arial, sans-serif;
	font-size: 9pt
}

.formTable {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.formTitle {
	color: #0071bc;
	font-family: Arial, sans-serif;
	font-size: 14pt
}

.detailTitle {
	color: #0071bc;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-align: center;
}

.subDetailTitle {
	color: #0071bc;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-align: center;
}

/********************************
 *	MP                          *
 ********************************/
.headText {
	font: bold 1.6em "Trebuchet MS";
	text-align: right;
	padding-top: 10px;
	color: #0071bc;
	width: 600px;
	margin-left: auto
}

.linkText {
  color: #0071bc;
}

.sifarnikText {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0071BC; 
}

.dataTableDownload {
	background-color: #ececec;
	margin-left: 2pt;
	margin-right: 2pt;
}

.columnClassDownload {
	background-color: #ffffff;
}

.columnClassBrisi {
	background-color: #ececec;
}


/*.formPublic {
	font: 12px "Tahoma";
	margin: 0;
	padding: 0
}

a :hover .formPublic {
	color: #0071bc
}

.headText {
	font: bold 2.2em "Trebuchet MS";
	text-align: right;
	padding-top: 10px;
	color: #0071bc;
	width: 500px;
	margin-left: auto
}

.footText {
	text-align: center;;
	padding: 5px;
}

.footLine {
	text-align: center;;
	padding: 5px;
	background: #ececec;
	width: 740px;
	margin: 0 auto
}*/
