﻿/**********************************************************************
 * BaseStyles.LeftToRight.css                                         *
 *                                                                    *
 * This file contains the styles for Left to Right languages.         *
 * This file will be copied to BaseStyles.css if you select a LTR     *
 * language as the primary language of your application.              *
 *                                                                    *
 * Do not modify this file.  To override any of the styles, please    *
 * modify the Styles.css file.                                        *
 *                                                                    *
 **********************************************************************/

HTML {
	direction: ltr;
	}


/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcTable {
	}
.pcTL {
	}
.pcT {
	}
.pcTR {
	}
.pcL {
	padding-left: 1px;
	padding-top: 0px;
	vertical-align: top;
	width: 1px;
	}
.pcC {
	vertical-align:top;
	padding-top:0;
	width: 100%;
	}
.pcR {
	}
.pcBL {
	}
.pcB {
	}
.pcBR {
	}


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
a.button_link, .thc a.button_link, .tic a.button_link, .ttc a.button_link {
	color: #eeeeee;
	font-family: Verdana;
	font-family: Arial, ms sans serif;
	font-weight: bold;
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	width: 0%;
	}

a.button_link:hover, .thc a.button_link:hover, .tic a.button_link:hover, .ttc a.button_link:hover {
	color: #ffffff;
	text-decoration: none;
	} 

.button-TL-white, .bTL {
	background-image:url(../Images/buttonTL.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 11px;
	height: 2px;
	}
.button-T-white, .bT {
	background-image:url(../Images/buttonT.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 2px;
	}
.button-TR-white, .bTR {
	background-image:url(../Images/buttonTR.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px; 
	height: 2px;
	}

.button-L-white, .bL {
	background-image:url(../Images/buttonL.gif);
	/*background-image:url(../Images/buttonL.jpg);*/
	background-repeat: no-repeat;
	background-position: center right;
	width: 11px; 
	height: 16px;
	}
.button-white, .bC {
	background-image:url(../Images/buttonC.gif);
/*	background-image:url(../Images/buttonC.jpg);*/
	height: 15px; 
	white-space: nowrap;
	}
.button-R-white, .bR {
	background-image:url(../Images/buttonR.gif); 
	/*background-image:url(../Images/buttonR.jpg); */
	background-repeat: no-repeat;
	background-position: center left;
	width: 13px; 
	height: 16px;
	}
.button-BL-white, .bBL {
	background-image:url(../Images/buttonBL.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 11px;
	height: 4px;
	}
.button-B-white, .bB {
	background-image:url(../Images/buttonB.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 4px;
	}
.button-BR-white, .bBR {
	background-image:url(../Images/buttonBR.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px; 
	height: 4px;
	}


/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/
.MLMmenuAlign { /* menu container alignment */
	padding-bottom: 6px;
	padding-top: 6px;
	position: relative;
	z-index: 10;
	}

.MLMmenu { /* menu container */
	}

.MLMmenusub { /* submenu container */
	border: 1px solid #8595a6;
	}

.MLMmC { /* menu item */
	background-image: url('../images/MLMParentMenuEdge.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	display: block;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMmC a {
	background-image: url('../images/space.gif');
	background-position: center left;
	background-repeat: no-repeat;
	}

.MLMmoC { /* menu item hover */
	color: #000000;
	}

.MLMsubmC { /* submenu item */
	background-color: #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMsubmoC { /* submenu item over */
	background-color: #ffffff;
	color: #000000;
	}

.MLMmbbg { /* menu bottom trim */
	}

.MLMmenuVAlign { /* vertical menu container alignment */
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	z-index: 10;
	}

.MLMmenuV { /* vertical menu container */
	position: relative;
	}

.MLMmenuVsub { /* vertical submenu container */
	border: 1px solid #8595a6;
	}

.MLMmvC { /* vertical menu item */
	background-image: url('../images/MLMParentMenuEdge.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	display: block;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMmvC a {
	background-image: url('../images/space.gif');
	background-position: center left;
	background-repeat: no-repeat;
	}

.MLMmvoC { /* vertical menu item hover */
	color: #000000;
	}

.MLMsubmvC { /* vertical submenu item */
	background-color: #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMsubmvoC { /* vertical submenu item over */
	background-color: #ffffff;
	color: #000000;
	}

.MLMmveTL {
	}

.MLMmveT {
	}

.MLMmveTR {
	}

.MLMmveBL {
	}

.MLMmveB {
	}

.MLMmveBL {
	}


/**********************************************************************
 * Classic Menu Styles                                                *
 **********************************************************************/
.menus {
	padding-bottom: 4px;
	padding-top: 4px;
	}

.menusV {
	padding-left: 5px;
	padding-right: 5px;
	}

.menu_off, .mC { 
	font-weight: normal;
	padding-top: 2px;
	padding-left: 17px;
	padding-bottom: 2px;
	padding-right: 7px;
	background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
	border-bottom: 1px #aaaaaa solid;
	width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
	}

.menu_on, .moC { 
	font-weight: normal;
	padding-top: 2px;
	padding-left: 17px;
	padding-bottom: 2px;
	padding-right: 7px;
	background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
	border-bottom: 1px #aaaaaa solid;
	width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
	}

.menu_off a, .mC a { 
	color: #888888;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	text-decoration: none;
	}

.menu_off a:hover, .mC a:hover { 
	color: #000000;
	}

.menu_on a, .moC a { 
	color:#000000;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	text-decoration: none;
	}

.menu_bot_bg, .mbbg {
    }


/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.ajax__tab_xp {
	/*margin-bottom: 20px;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	padding:none;
	}
.tab2
{
	width:280px;
		}
	.tab3
{
	width:650px;
	
	
	}

	
	
.pContent .ajax__tab_xp .ajax__tab_body {
	margin: 0px;
	padding: 0px;
	border:none;
	padding:none;

	
	
	}

.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding:none;
	}

.ajax__tab_xp .dBody {
	border: 0px;
	padding:none;
	}

.ajax__tab_xp .tre {
	/*border-top: 1px #a89fa9 solid;*/
	padding:none;
	}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack {
	background-color: #ffffff;
	margin: 0px;
	}

.pageBorderTL, .pbTL {
	background-color: #ffffff;
	}
.pageBorderT, .pbT {
	background-color: #ffffff;
	}
.pageBorderTR, .pbTR {
	background-color: #ffffff;
	}
.pageBorderL, .pbL {
	background-color: #ffffff;
	}
.pageBorderC, .pbC {
	background-color: #ffffff;
	vertical-align: top;
	}
.pageBorderR, .pbR {
	background-color: #ffffff;
	}
.pageBorderBL, .pbBL {
	background-color: #ffffff;
	}
.pageBorderB, .pbB {
	background-color: #ffffff;
	}
.pageBorderBR, .pbBR {
	background-color: #ffffff;
	}

.page_yellow, .pContent { 
	height: 30px;
	width: 100%;
	}

.pageAlignment, .pAlign {
	vertical-align: top;
	}

.borderTable, .pbTable {
	}

.divider { 
	padding-left:25px;
	}

.footer {
	/*color: #444444;*/
	color:White;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align:middle;
	text-align:center;
	}

.logoBG {
	} 


/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInBar {
	background-image:url(../Images/SignInBarBackground.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	}

.signInBarL {
	background-image:url(../Images/SignInBarL.gif);
	background-repeat: no-repeat;
	}

.signInBar a, .signInBar input {
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	}

.signInBarStatus {
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody {
	background: #ffffff;
	color: #666666;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	text-align: left;
	}

.dBodyShowSelectRecordDivider {
	background-color: #f2f9fe;
	border-bottom: 1px solid #a89fa9;
	}

.dialog_field_value, .dfv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	
	}
    
.dialog_header, .dh {
	background-color: #d9e3eb;
	border-bottom: 1px solid #aaaaaa;
	height: 21px;
	}

.dialogHeaderBackground, .dhb {
	background-color: #d9e3eb;
	}

.dialog_header_text, .dht {
	color: #444444;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	text-align: left;
	}

.dialogHeaderTextRecord, .dhtr {
	color: #444444;
	font-family: Arial, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
	}

.dialogHeaderEdgeL, .dhel {
	background: #d9e3eb url('../Images/dialogHeaderEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.dialogHeaderEdgeR, .dher {
	width: 10px;
	}

.dialogHeaderIcon, .dhi {
	vertical-align: middle;
	padding-top: 6px;
	width: 0px;
	}

.dialogHeaderIconRecord, .dhir {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	}

.dialogHeaderExpandCollapseIcon, .dheci {
	background-image:url(../Images/dialogHeaderT.gif);
	width:20px;
	height:14px;
	padding-top: 5px;
	vertical-align: middle;
	}

.dialogHeaderPrintEmailIcon, .dhpei {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	}

.dialogHeaderTotalRecordCount, .dhtrc {
	background-image: url(../Images/dialogHeaderT.gif);
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 20px;
	}

.dialogHeaderTotalRecordCountText, .dhtrct {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}

.dialog_view, .dv {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	}
	
.category, .c {
	color: #000000;
	padding: 5px;
	}

.category_area, .ca { 
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	}

.category_area A, .ca A { 
	color: #888888;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	text-decoration: underline;
	}	

.category_area A:hover, .ca A:hover { 
	color: #000000;
	text-decoration: underline;
	}	

.subcategory_label, .scl {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 4px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.subcategory SELECT, .sc SELECT {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.recordPanelButtonsAlignment, .rpbAlign {
	padding-bottom: 5px;
   	padding-left: 100px;
	}
    
.field_label, .fl {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_label_on_side, .fls {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
	font-weight:  bold;
	color: #444444;
	white-space: nowrap;	
	}

.field_value, .fv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	}

.field_input, .fi {
	background: #ffffff;
	color: #222222;
	font-size: 11px;
	font-family: Arial, ms sans serif;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.field_input_msan {
	background: #ffffff;
	color: #222222;
	font-size: 10px;
	font-family: Arial, ms sans serif;
	border:none;
	text-align:right;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	
	}

.filter_value, .filv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}
    
.filter_button_cell, .filbc {
	}
    
.Filter_Input, .fili {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	border-bottom: 1px #eeeeee solid;	
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	}

.filter_area, .fila {
	/*font-family: Arial, ms sans serif;*/
	font-family: Verdana;
	font-size:small;
	padding: 3px 6px 3px 6px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	text-align:left;
	
	}	
	
.search_area, .sa {
	background: #99cccc;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 10px 0px 10px;
	border: 0px;
	}

.search_label, .sl {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}
    
.Search_Input, .si {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	border-bottom: 1px #eeeeee solid;	
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	} 

.Search_Input2 {
	
	background-image:url(../Images/search24.png) ;
	background-position:right;
	background-repeat: no-repeat;
	height:17px;
	
	padding-left:32px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:100px;
	width:420px; 
	margin-top:3px;
	margin-bottom:3px;
		 
	
	font-family: verdana,sans-serif;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px #eeeeee solid;	
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	} 

.Search_Input2:hover 
{
	border-bottom: 1px red solid;	
	border-left: 1px red solid;
	border-right: 1px red solid;
	border-top: 1px red solid;
	}

.rangeFilterText, .rft {
	color: #bbbbbb;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	text-transform: none;
	}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell, .prbbc {
	vertical-align: bottom;
	}
	
.prbg_ {
	background-image:url(../Images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #072c59;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	
	text-align:center;
	}

.prbg {
	background-image:url(../Images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}

.pagination_area, .pra {
	background: #d9e3eb;
	font-family: Arial, ms sans serif;
	font-size: 10px;
   	vertical-align: bottom;
  	}

.pagination_label, .prl {
	vertical-align: middle;
	padding: 0px 2px 4px 2px;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
 	}

.pagination_value, .prv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}
    
.Pagination_Input, .pri {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	border-bottom: 1px #eeeeee solid;	
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	background: #ffffff;
   	}

.pagination_row, .pr {
	vertical-align: middle;
	background: #d9e3eb;
	width: 100%;
	padding: 0px;
	}

.paginationRowEdgeL, .prel {
	background: #d9e3eb url('../Images/paginationRowEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.paginationRowEdgeR, .prer {
	width: 20px;
	}

.paginationButtonFirst, .prbf {
	background-image:url(../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonPrevious, .prbp {
	background-image:url(../Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonNext, .prbn {
	background-image:url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonLast, .prbl {
	background-image:url(../Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, thcs { 
	color: #ffffff;
	padding: 6px 4px 6px 2px;
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	font-size: 11px;
	}

.header_cell_empty, .thce { 
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	}

.column_header, .tch  
{
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	text-decoration: underline;
	color: #eeeeee;
	font-size: 11px;
	white-space: nowrap;
	}

.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	}

.columnHeaderFilterPadding, .tchfilp {
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A, .tchfilp A {
	text-decoration: none;
	}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover {
	text-decoration: none;
	}

.icon_cell, .alt_icon_cell, .tic, .taic {
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich {
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	color: #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.icon_cell_selected, .tics {
	background-color: #d9e3eb;
	border-bottom: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.ticnb {
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	width: 16px;
	}

.tic_filip {
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	
	}


.tichnb {
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	color: #ffffff;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	width: 16px;
	}

.ticsnb {
	background-color: #d9e3eb;
	border-bottom: 1px #a89fa9 solid;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: top;
	width: 16px;
	}

.ticwb {
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.tichwb {
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	color: #ffffff;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.ticswb {
	background-color: #d9e3eb;
	border-bottom: 1px #a89fa9 solid;
	padding-top: 3px;
	vertical-align: top;
	width: 16px;
	}

.icon_cell_empty, .tice {
	background-color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	width: 0px;
	}

.icon_cell_highlighted_empty, .tiche {
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	width: 0px;
	}

.icon_cell_selected_empty, .ticse {
	background-color: #d9e3eb;
	border-bottom: 1px #a89fa9 solid;
	width: 0px;
	}

.table_cell, .alt_table_cell, .ttc, .tatc {
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch {
	background-color: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	color: #ffffff;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	}

.table_cell_selected, .ttcs {
	background-color: #d9e3eb;
	border-bottom: 1px #a89fa9 solid;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	}

.ttc .thc a {
	color: #eeeeee;
		}

.ttc .thc a:hover {
	color: #ffffff;
	}

.ttc a, .tatc a, .ttcs a, .dfv a, .dialog_field_value a {
	color: #666666; 
	}

.ttc a:hover, .tatc a:hover, .ttcs a:hover, .dfv a:hover, .dialog_field_value a:hover {
	color: #222222;
	}

.ttch a, .tatch a {
	color: #dddddd; 
	}

.ttch a:hover, .tatch a:hover {
	color: #ffffff;
	}

.ttc .dv, .ttch .dv, .ttcs .dv {
	margin: 0px;
	padding: 0px;
	}

.ttc .ajax__tab_xp, .ttch .ajax__tab_xp, .ttcs .ajax__tab_xp {
	margin: 0px;
	padding: 0px;
	}

.totals_cell, .tpttc {
	border-bottom: 1px #a89fa9 solid;
	padding: 3px 5px 3px 5px;
	color: #444444;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	text-align: left;
	background: #ffffff;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	width: 48px;
	}


      
.totals_cell_value, .tpttcv {
	padding: 3px 5px 3px 5px;
	color: #444444;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	text-align: right;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	}	      

.page_total_label, .tptl {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
	}

.page_total_value, .tptv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.grand_total_label, .tgtl {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	}

.grand_total_value, .tgtv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.tableRowsEdge, .tre {
	padding: 0px;
	background-color: #a89fa9;
	}


/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer {
	clear: both;
	height: 285px;  /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
	}

div.tableContainer table {
	width: 97%; /* defines data region width (provide room for scroll bar) */
	}

thead.fixedHeader tr {
	background-color: #8595a6; /* obscures data behind headers */
	position: relative; 	   /* fixes headers in place */
	}

.scrollContent {
	display: block;
	}

thead.fixedHeader td.button-white {
	white-space: nowrap;
	width: 0%;
	}

thead.fixedHeader table {
	width: 0%;
	}


/**********************************************************************
 * Auto Type Ahead (Interactive Search) Styles                        * 
 **********************************************************************/
.autotypeahead_completionListElementBKP {  
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	height: 98px;
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	visibility: hidden;
	}
.autotypeahead_highlightedListItemBKP {
	background-color: #8595a6;
	color: #ffffff;
	padding-bottom: 1px; 
	}

.autotypeahead_listItemBKP {
	padding-bottom: 1px; 
	}

.autotypeahead_completionListElement {  
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	height: 98px;
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	visibility: hidden;
	text-align:left;
	font-family: verdana,sans-serif;
	color: #666666;
	font-size: 12px;
	
	
	}

.autotypeahead_highlightedListItem {
	background-color: #8595a6;
	color: #ffffff;
	padding-bottom: 1px; 
	}

.autotypeahead_listItem {
	padding-bottom: 1px; 
	}


/**********************************************************************
 * AJAX Calendar Styles                                               *
 **********************************************************************/
.MyCalendar .ajax__calendar_container {
	background-color: #ffffff;
	border: 1px solid #636563;
	color: #000000;
	}

.MyCalendar .ajax__calendar_day {
	border: 1px solid #ffffff;
	}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
	border: 1px solid #ffffff;
	color: #636563;
	}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
	background-color: #effbff;
	border: 1px solid #def3ff;
	color: #0065ce;
	}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
	background-color: #effbff;
	border: 1px solid #0065ce;
	color: #0065ce;
	}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay {
	background-color: #8595a6;
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #8595a6;
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	padding: 6px;
	}

.dsTitle {
	color: #666666;
	background: #d9e3eb;
	font-weight: bold;
	}

.dsWeekendDay {
	background-color: #a3b7cc;
	padding: 6px;
	}

.dsOtherMonthDay {
	background-color: #a3b7cc;
	padding: 6px;
	}

.dsDay a, .dsTodayDay a, .dsSelectedDay a, .dsWeekendDay a, .dsOtherMonthDay a {
	color: #666666;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/
.panelInformationDisplayWithImage_ImageArea {
	padding: 10px 10px 10px 16px;
	}

.panelInformationDisplayWithImage_InfoArea {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	}

.panelInformationDisplayWithImage_InfoTitle {
	font-family: Arial, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	}

.panelInformationDisplayWithImage_InfoDetails {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding-right: 16px;
	white-space: nowrap;
	}

.panelInformationDisplay {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplay_InfoArea {
	padding: 10px;
	}

.panelInformationDisplay_InfoTitle {
	font-family: Arial, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	text-align: center;
	}

.panelInformationDisplay_InfoDetails {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	} 


/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText {
	font-family: Arial, ms sans serif;
	font-size: 11px;
	color: #666666;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	color: #666666;
	}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverPopup {
	position: absolute;
	visibility: visible;
	z-index: 2;
	}

.detailRolloverTitle {
	color: #444444;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, ms sans serif;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: left;
	width: 100%;
	}

.detailRolloverTL {
	background-image:url(../Images/detailRolloverTL.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTL_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverTL.png');
	}

.detailRolloverT {
	background-image:url(../Images/detailRolloverT.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 57px;
	}

.detailRolloverT_noPNG {
	height: 57px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverT.png');
	}

.detailRolloverTR {
	background-image:url(../Images/detailRolloverTR.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTR_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverTR.png');
	}

.detailRolloverL {
	background-image:url(../Images/detailRolloverL.png);
	background-position: center right;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverL_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverL.png');
	}

.detailRolloverC {
	background-image:url(../Images/detailRolloverC.png);
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}

.detailRolloverR {
	background-image:url(../Images/detailRolloverR.png);
	background-position: center left;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverR_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverR.png');
	}

.detailRolloverBL {
	background-image:url(../Images/detailRolloverBL.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBL_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverBL.png');
	}

.detailRolloverB {
	background-image:url(../Images/detailRolloverB.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 29px;
	}

.detailRolloverB_noPNG {
	height: 29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverB.png');
	}

.detailRolloverBR {
	background-image:url(../Images/detailRolloverBR.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBR_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverBR.png');
	}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable {
	background-color: #d9e3eb;
	border: 1px solid #aaaaaa;
	color: #333333;
	}

.dpTD {
	background-color: #ffffff;
	border: 1px #a89fa9 solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayHighlightTD {
	background-color: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTDHover {
	background-color: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayTD {
	background-color: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTitleText {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	}

.dpDiv {
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}



                .Infragistics_WebTreeItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-right: 20px;
                    padding-left: 20px;
                    }
                
                .Infragistics_WebTreeItemOn {
                    color: #000000;
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-right: 20px;
                    padding-left: 20px;
                    }
            

.gornjired0
{ 
	color: white;
	padding: 6px 4px 6px 2px;
	background-color:Blue;
	border-bottom: 1px #a89fa9 solid;
	/*vertical-align:middle;*/
	vertical-align:top;
	text-align:right;
	/*text-align: center;*/
	font-family: Arial, ms sans serif;
	font-size: 11px;
	
	background: #d9e3eb url('../Images/dialogHeaderEdgeL.gif') no-repeat top left;  
	}

.gornjiredlight
{ 
	color: white;
	padding: 6px 4px 6px 2px;
	background-color: darkblue;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	
	font-family: Arial, ms sans serif;
	font-size: 11px;
	text-align: center;
	background: #d9e3eb url('../Images/cnt-Light-Blue-bg.jpg') no-repeat top left;  
	}


.gornjiredcentralni
{ 
	color: white;
	padding: 6px 4px 6px 2px;
	background-color: silver;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	
	font-family: Arial, ms sans serif;
	font-size: 11px;
	text-align: center;
	}

.prazno
{ 
	color:#072c59;
	padding: 6px 4px 6px 2px;
	background-color: white;
	border-bottom: 1px #dddddd solid;
	vertical-align:middle;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	
	}

.prazno0
{ 
	color:#072c59;
	padding: 6px 4px 6px 2px;
	background-color: white;
	border-bottom: 1px #dddddd solid;
	vertical-align:middle;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	background-color:green;
	table-layout:fixed;
	display:block;
	/*width:800px;*/
	
	}

.prazno2
{ 
	color: #072c59;
	padding: 6px 4px 6px 2px;
	background-color: white;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	
	font-family: Arial, ms sans serif;
	font-size: 12px;
	text-align: right;
	}

.slika {
	background: #ffffff;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	/*padding: 5px 4px 5px 4px;*/
	border-bottom: 1px #dddddd solid;

	text-align: center;
	vertical-align:middle;
	}

.slika0 {
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	padding: 5px 2px 5px 15px;
	 /*trbl*/
	 
	vertical-align:middle;
	width:100px; 
	text-align:center;
	
	}

.slikadetail {
	background: #ffffff;
	/*border-right: 1px #dddddd solid;*/
	padding: 5px 4px 5px 4px;
	vertical-align:middle;
	text-align:right;
	width:200px; 
	text-align:center;
	}

.opisdetail0 {
	background: #ffffff;
		color: #072c59;
		
	background-color:White;
	vertical-align:top;
	font-size:13px;
	padding: 5px 4px 5px 0px;
	text-align:left;
	width:300px;
	width:100%;
	overflow:auto;
font-family: Verdana, Verdana;
height:100%;
		
	}

	
.check {
	background: #ffffff;
/*	border-left: 1px #dddddd solid;*/
	border-bottom: 1px #dddddd solid;
	text-align: center;
	vertical-align:middle;
	}

.check0 {
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	text-align: center;
	vertical-align:middle;
	width:20px;
		}
.prvo0 {
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	text-align: left;
	vertical-align:middle;
	width:90px;
		}


.ttcbody {
	background: #ffffff;
	color: #072c59;
	font-family: Verdana;
	font-size:11px;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
}


.ttcbodyispis {
	background: #ffffff;
	color: #444444;
	font-family: Verdana;
	font-size:11px;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
}

/*detalji artikla*/
.opisdetail {
	background: #ffffff;
	color: #072c59;
	  
	background-color:White;
	font-family: Verdana;
	font-size:1.15emj;
	
	padding: 5px 4px 5px 0px;
	text-align:left;
	vertical-align: top;
	/*height:600px;*/
	width:300px;
	width:800px;
	width:700px;
	width:650px;
	display:block;  /* nastane scroll ako se postavi i overflow*/
	overflow:auto;
	font-weight:normal;
}
	


.opispartner2 
{
	background-color:#CAD9BF;
	width:200px;
	
}
	
	
.opis2 {
	background: #ffffff;
	color: #072c59;
	font-family: Verdana;
	font-size:11px;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	width:650px;
	border-bottom: 1px #dddddd solid;
}

	
	
.opis2detail {
	background: #ffffff;
	color: #072c59;
	background-color:White;
	font-family: Verdana;
	font-size:11px;
	padding: 5px 4px 5px 0px;
	margin:none;
	padding:none;
	text-align:left;
	vertical-align: top;
	/*height:150px;*/
	width:600px;
	width:99%;
	overflow:auto;	
	overflow-x: hidden;
}

.ikona 
{
	vertical-align:top;
	text-align:right;
	padding-top: 2px;
	padding-right: 5px;
/*	width:180px;
	width:300px;*/
}

.ikona0
{
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	vertical-align:top;
	text-align:right;
	padding-right: 5px;
	width:170px;  /* do 21.07.09 je bilo 165px*/
}


.ttcbodyCrtaDesno {
	background: #ffffff;
	border-bottom: 1px #dddddd solid;
	font-family: Verdana, Verdana;
	font-size:small;
	padding: 5px 4px 5px 4px;
	text-align:right;
	vertical-align:bottom;
width:300px;
	}


.ttcbodyCrta {
	background: #ffffff;
	color: #072c59;
	border-bottom: 1px #dddddd solid;
	font-family: Verdana, Verdana;
	font-size:small;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align:bottom;
	width:100%;

	}


.ttcbodyCrtaProba 
{
	float:left;

	}







.ttcdesno {
	background: #ffffff;
	border-right: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	font-family: Arial, ms sans serif;
	font-size:small;
	color: #072c59;
	padding: 5px 4px 5px 4px;
	text-align: center;
	vertical-align: top;
	}

.ttclivo {
	background: #ffffff;
	border-left: 1px #a89fa9 solid;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding: 5px 4px 5px 4px;
	text-align: center;
	vertical-align: top;
	/*display:inline;*/
	}




.ttcdole {
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	font-family: Arial, ms sans serif;
	font-size: small;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	background: #d9e3eb url('../Images/dialogHeaderEdgeL.gif') no-repeat top left; 
	}



.informacije
{
	 color: #072c59;
	 padding:5px 5px 5px 5px;
	}

.naziv
{
	text-align:center;
	vertical-align:top;
	}

.close
{
	text-align:right;
	vertical-align:top;
	}

.gornjired   /* ovo je kada imamo siroki gornji red */
{ 
	width:100%;
	color: white;
	vertical-align:middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 6px 4px 6px 4px;
	/*	background: #206ABA;*/
	/*background: url('../Images/cnt-3-44.jpg');*/
	/*background:white url('../Images/cnt-Light-Blue-bg.jpg'); */
	background:white url('../Images/cnt-3-44.jpg');
	
	/*display: list-item;
	list-style-position: inside;     
	list-style-image:url('../Images/cnt-3-44.jpg');  /*print?*/
}


.gornjiredusporedbe   /* ovo je kada imamo siroki gornji red */
{ 
	width:100%;
	color: white;
	vertical-align:middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 6px 4px 6px 4px;
	background-color: #9db2cc;
	}






.gornjiredfiksno  /*ovo je za skra�eni gornji red*/
{
	color: white;
	vertical-align: middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 6px 4px 6px 4px;  /* ovo je jako bitno da se dobro poslo�i */
	background:white url('../Images/cnt-3-44.jpg');
	width:300px;   /*  neka velika vrijednost*/
	}


.donjired0
{ 
	color: white;
	background-color:#206ABA;
	vertical-align:middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	/*text-align: center;*/
	
	
	color:White;
	font-weight:bold;

	
	margin-left: auto;
    margin-right: auto;
    /*width:300px;*/

	

	}
	
	
	.donjiredfooter
{ 
	color: white;
	background-color:#206ABA;
	vertical-align:middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	padding-bottom:15px;
	padding-top:15px;
	color:White;
	font-weight:bold;
	margin-left: auto;
    margin-right: auto;
    text-decoration:none;
    
    
}

.donjiredfooter:hover
{ 
    text-decoration:underline;
    
    
}

.donjiredfiksno  /*ovo je za skra�eni gornji red*/
{
	color: white;
	vertical-align: middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 2px 0px;  /* ako se ne stavi nema rubova u mozzili idealno je 3px ili 2px */
	background:white url('../Images/cnt-3-22.jpg'); 
	width:300px;   /*  neka velika vrijednost*/
	}





.gornjiredlivo
{ 	background:url('../Images/cnt-3-1.jpg') no-repeat top left;
  	width: 12px;  /*width mora zbog mozille*/
  	}  



.gornjiredlivolight
{ 	background: #d9e3eb url('../Images/cnt-Light-Blue-left.jpg') no-repeat top left;}



.gornjireddesno
{ 	background: #206ABA url('../Images/cnt-3-4.jpg') no-repeat top right;width:11px;height:16px;}


.gornjireddesnolight
{ 	background: #d9e3eb url('../Images/cnt-Light-Blue-right.jpg') no-repeat top right;}


.donjiredlivo
{ 	background: url('../Images/cnt-3-2.jpg') no-repeat top left;width:12px;}

.donjiredlivoBKP
{ 	background: #206ABA url('../Images/cnt-3-2.jpg') no-repeat top left;width:12px;}




.donjireddesno
{ 	background:url('../Images/cnt-3-3.jpg') no-repeat top right;width:11px;}



.donjired
{ 
color: white;
	vertical-align:middle;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	text-align: center;
	padding: 4px 4px 0px 4px;
	background: #d9e3eb url('../Images/cnt-3-22.jpg');  
	background-repeat: repeat;
	
	}

.Menu0
{
 border-left: 7px solid #D5C597;  
 border-right: 2px solid #FFF8CA;
 border-top: 1px solid #FFFFFF;color:black; 
 text-decoration:none; font-weight:bold;
 font-family: Arial, Helvetica; 
 height: 20px;display: block;
 font-size: 11px;
 line-height: 20px;
 text-indent: 5px;

}





.modalBackground 
{ 
 background-color:Gray;
  filter:alpha(opacity=90); 
 opacity:0.7;
 }



.naslovi {
	color: green;
	font-family: Arial, ms sans serif;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	}

.menu
{ 
 font-family: Tahoma; 
 font-size: 12px;
 text-indent: 5px;
 text-transform: uppercase;
 }
                .Infragistics_WebMenuItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
                
                .Infragistics_WebMenuItemOn {
                    color: #000000; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }



.root 
{
 color: #072c59;
 background-color: #9db2cc;
 border-style:solid;
 
 border-bottom-color:#557090;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#d7e1ef;
 border-top-style:solid;
 border-top-width:1px;
 text-align:left;
 height:20px;
 font-weight:bold;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-left:5px;
 padding-top:6px;  /*6*/
 vertical-align:middle;
 text-decoration:none;
 text-transform:lowercase; padding-left:3px;
 
   
 } 
.root:hover 
{
 text-decoration:underline;
 } 

.root_color
{
 color: #072c59;
 text-decoration:none;
 } 


.parent
{
 color: #072c59;
 background-color: #becfe4;
 border-style:solid;
 border-bottom-color:#bbc8d8;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#f0f4f9;
 border-top-style:solid;
 border-top-width:1px;
 text-align:left;
 height:20px;
 font-weight:normal;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 /*padding-left:5px;*/
 padding-left:15px;
 padding-top:6px;  
 vertical-align:middle;
 text-transform:lowercase;
 }
.parent:hover 
{
text-decoration: underline;
 } 
.parent_color
{
 color: #072c59;
 } 


.webtree3
{
 color: #072c59;
 background-color: #f1f4f7;
 border-style:solid;
 border-bottom-color:#bbc8d8;
  border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#f0f4f9;
 border-top-style:solid;
 border-top-width:1px;
 text-align:left;
  height:20px;
 font-weight:normal;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-left:20px;
 padding-top:6px;
 vertical-align:middle;
 text-transform:lowercase;
 }
.webtree3:hover 
{
 text-decoration:underline;
 } 
.webtree3_color
{
 color: #072c59;
 } 

.webtree4
{
 color: #072c59;
 background-color: #ffffff;
 border-style:solid;
 border-bottom-color:#bbc8d8;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#f0f4f9;
 border-top-style:solid;
 border-top-width:1px;
 text-align:left;
  height:20px;
 font-weight:normal;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-left:25px;
 padding-top:6px;
 vertical-align:middle;
 text-transform:lowercase;
 }

.webtree4:hover 
{
 text-decoration:underline;
 } 

.webtree4_color
{
 color: #072c59;
 } 


.webtree5
{
 color: #072c59;
 background-color: #ffffff;
 border-style:solid;
 border-bottom-color:#bbc8d8;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#f0f4f9;
 border-top-style:solid;
 border-top-width:1px;
 text-align:left;
  height:20px;
 font-weight:normal;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-left:19px;
 padding-top:6px;
 vertical-align:middle;
 }

.webtree5:hover 
{
 text-decoration:underline;
 } 

.webtree5_color
{
 color: #072c59;
 } 




.webtreeH
{
 text-decoration:underline;
 border-top-style:solid;
 text-align:left;
 height:20px;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-top:6px;
 vertical-align:middle;
 }


.webtreeS
{
 
 border-top-style:solid;
 color:#557090;
 text-align:left;
 height:20px;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-top:6px;
 vertical-align:middle;
 }

.msan1
{
 color: #072c59;
 border-style:none;
 text-transform:lowercase;
 text-align:left;
 font-size:9px;
 padding-left:5px;
 vertical-align:middle;
 } 


.msan2
{
 color: #072c59;
 border-style:none;
 text-transform:lowercase;
 text-align:left;
 font-size:9px;
 padding-left:5px;
 vertical-align:middle;
 } 

.msan3
{
 color: #072c59;
 border-style:none;
 text-transform:lowercase;
 text-align:left;
 font-size:9px;
 padding-left:5px;
 vertical-align:middle;
 } 

.msan4
{
 color: #072c59;
 border-style:none;
 text-transform:lowercase;
 text-align:left;
 font-size:9px;
 padding-left:5px;
 vertical-align:middle;
 } 
 
 .msan5
{
 color: #072c59;
 border-style:none;
 text-transform:lowercase;
 text-align:left;
 font-size:9px;
 padding-left:5px;
 vertical-align:middle;
 } 

.msanH
{
 color:Silver;
 }

.msanS
{
 color:Red;
 }



.webtreeD
{
 background-color: #9db2cc;
 color: #557090;
 text-align:left;
 height:20px;
 font-weight:bold;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-top:6px;
 vertical-align:middle;
 }

.pretrazivanje 
{
 color: #072c59;
 background-color: #9db2cc;
 border-style:solid;
 
 border-bottom-color:#557090;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#d7e1ef;
 border-top-style:solid;
 border-top-width:1px;
 
 text-align:left;
 height:20px;
 font-weight:bold;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 
 padding: 3px 5px 3px 5px;
 
 vertical-align:middle;
 display:none;
 } 



.SlikaDesno
{
	float:right; 
	top: 0;
	right: 0;
	}
	
.SlikaSkriveno
{
	visibility:hidden;
	
	}	


.pretrazivanje2 
{
 color: #072c59;
 background-color: #9db2cc;
 border-style:solid;
 
 border-bottom-color:#557090;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#d7e1ef;
 border-top-style:solid;
 border-top-width:1px;
 border-top:none;
 text-align:center;
 height:20px;
 font-weight:bold;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 
 padding: 3px 5px 3px 5px;
 padding: 6px 5px 0px 0px; /*TRBL*/
 
 
 /*margin-left:12px;
 /*padding-left:12px;*/
 vertical-align:middle;
 
 
 
 border-left-color:White;
border-left-color:#9db2cc;
 border-left-style:solid;
 /*border-left-width:5px;*/
 
 
 /*display:none; /* */
 } 




.kartice
{
 color: #072c59;
 background-color: #9db2cc;
 border-style:solid;
 
 border-bottom-color:#557090;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#d7e1ef;
 border-top-style:solid;
 border-top-width:1px;
 text-transform:lowercase;
 text-align:center;
 height:20px;
 font-weight:bold;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding-left:5px;
 padding-top:1px;
 vertical-align:middle;
 } 



.nasloviwebshop {
	color: #072c59;
	font-family: Verdana, ms sans serif;
	vertical-align: middle;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	}
	
.menuWebShop 
{
 text-transform:none;
 background-color: #B0C4DE;
 border-color:#F5F5F5;
 color: #072c59;
 font-family:Verdana;
 font-size: 11px;
 font-weight: bold;
 height:22px;
 padding-top:5px;
  
}

.reklamaNaslov
{
	height:30px;
	font-family: Verdana;
	text-transform:none;
	color:#072c59;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	white-space:normal;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	text-decoration:none;
	}

.reklamaNaslovlink 
{
	height:30px;
	font-family: Verdana;
	text-transform:none;
	color:#072c59;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	white-space:normal;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	text-decoration:none;
	}

.reklamaNaslovlink:hover 
{
	height:30px;
	font-family: Verdana;
	/*text-transform:lowercase;*/
	color:#072c59;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	white-space:normal;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	text-decoration:underline;
	}


.PaginacijaRed
{
 /*margin: 0;*/
  /*position: relative;*/
 
 color: #072c59;
 background-color: #9db2cc;
 border-style:solid;
 border-bottom-color:#557090;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-top-color:#d7e1ef;
 border-top-style:solid;
 border-top-width:1px;
 text-align:center;
 height:25px;
 font-weight:bold;
 font-size:11px;
 border-left-style:none;
 border-right-style:none;
 padding: 3px 5px 3px 5px;
 vertical-align:text-bottom;
 } 

.Paginacijalink 
{
	/*height:30px;*/
	font-family: Verdana;
	text-transform:none;
	color:#072c59;
	font-family: Verdana;
	font-size: 11px;
	/*font-weight: bold;*/
	font-weight:normal;
	white-space:normal;
	/*padding:10px 5px 10px 5px;*/
	padding:5px 5px 0px 5px;
	text-align:center;
	text-decoration:none;
	vertical-align:text-bottom;
	}

.Paginacijalink:hover 
{
	/*height:30px;*/
	font-family: Verdana;
	color:#072c59;
	border: 1px solid #072c59;
	background-color:#becfe4;
	font-family: Verdana;
	font-size: 11px;
	/*font-weight: bold;*/
	font-weight:normal;
	white-space:normal;
	padding:10px 5px 10px 5px;
	padding:2px 2px 2px 2px;
	text-align:center;
	text-decoration:underline;
	vertical-align:middle;
	
	margin: 0px 2px 0px 2px;
	}

.Paginacijatrenutno
{
	font-family: Verdana;
	color:#072c59;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	white-space:normal;
	padding:10px 5px 10px 5px;
	padding:5px 5px 5px 5px;
	text-align:center;
	vertical-align:middle;
	}

.Paginacijaiskljucen
{
	font-family: Verdana;
	text-transform:none;
	color:#072c59;
	color:White;
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	white-space:normal;
	padding:10px 5px 10px 5px;
	padding:5px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	}




.reklamaNaziv {
	font-family: Verdana;
	font-size: 12px;
	color:#072c59;
	white-space:normal;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	}
	
	
	

.ReklamaOpis {
	
	font-family: Verdana;
	font-size: 11px;
	color:#072c59;
	text-align:left;
	padding: 5px 5px 5px 5px;
	height:200px;
	
	}

.slikaNovosti {
	background: #ffffff;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	padding: 5px 4px 5px 4px;
	text-align: center;
	vertical-align:middle;
	border-right: none;
	width:160px;
	height:100px;
	}

.novosti1 {
	font-family: Verdana;
	/*text-transform:lowercase;*/
	background-color:#ffffff;
	color:#072c59;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	white-space:normal;
	padding: 5px 5px 5px 5px;
	text-align:left;
	border-left:none;
	height:30px;
	}

.novosti2 {
	font-family: Verdana;
	/*text-transform:lowercase;*/
	background-color:#ffffff;
	color:#072c59;
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	white-space:normal;
	padding: 5px 5px 5px 5px;
	text-align:left;
	border-bottom: 1px #dddddd solid;
	border-left:none;
	height:70px;
	vertical-align:top;
	}
.novosti3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#990000;
	}





                .Infragistics_WebMenuItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
                
                .Infragistics_WebMenuItemOn {
                    color: #000000; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    
                    }           






.CheckUsporedba
{
	text-align:center;
	padding: 5px 4px 0px 4px;
}



.NazivUsporedba
{
	background: #ffffff;
	color: #072c59;
	font-family: Verdana;
	font-size:small;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	height:30px;
}


.SlikaUsporedba {
	/*background: #F5F5F5;*/
	padding: 5px 4px 5px 4px;
	text-align: center;
	vertical-align:middle;
	height:250px;
	}

.OpisUsporedba_staro 
{
	background: #ffffff;
	margin: 0px 5px 0px 5px;
	white-space:normal;
	color: #072c59;
	font-family: Verdana;
	
	padding: 5px 0px 5px 0px;
	text-align:left;
	vertical-align: top;
	height:300px;
	width: 290px;
	table-layout:fixed;
	
	}

.opisusporedba {
	background: #ffffff;
	color: #072c59;
	  
	background-color:White;
	font-family: Verdana;
	font-size:11px;
	/*font-size:1.15emj;*/
	
	padding: 5px 4px 5px 0px;
	text-align:left;
	text-align:justify;
	vertical-align: top;
	/*height:600px;*/
		
	width:290px;
	width:650px;
	width:335px; /*test*/
	width:395px;  /* treba promijeniti i .usporeda* ostaviti nekoliko px manje zbog scroll bara*/
	display:block;  /* nastane scroll ako se postavi i overflow*/
	overflow:auto;
	font-weight:normal;
}


.NazivIspis
{
	background: #ffffff;
	color: #444444;
	font-family: Verdana;
	font-size:small;
	padding: 5px 4px 5px 4px;
	text-align:left;
	vertical-align: top;
	height:30px;
}

.reklame {
  width:33%;
  height:100%;
  display:block;
  float:left;
  /* bitno je sve ovo */
  
  font-family:Verdana;
  font-size:small;
  margin-bottom:10px;
  border-left: 1px #dddddd solid;
  border-bottom: 1px #dddddd solid;
  }



.usporedba {
  /*width: 300px;*/
  width: 333px;
  width: 397px; /* ostaviti nekoliko px manje zbog margina*/
  
  /*height: 800px;*/
  display:block;
  float:left;
      /* bitno je sve ovo */
  font-family:Verdana;
  font-size:small;
  margin-bottom:10px;
  /*border-right: 1px #dddddd solid;*/
  border-left: 1px #dddddd solid;
  /*border-bottom: 1px #dddddd solid;*/
  text-align:center;	
}

.tablicausporedba {
  /*width: 300px;*/
  width: 1000px;
  /*background-color:Red;*/
  text-align:center;
  vertical-align: top;
  margin-left:auto; margin-right:auto;
  
	display:block;  /* nastane scroll ako se postavi i overflow*/
	overflow:auto;
	font-weight:normal;
	/*scrollbar-base-color:#d9e3eb;*/
	
  
}


.collink {
  width: 300px;
 display:block;
  
  float:left;
  
  /*height: 600px;*/
  font-family:Verdana;
  font-size:small;
  /*background-color:Silver;*/
  
 margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  border-right: 1px darkblue solid;
  border-bottom: 1px darkblue solid;
}






.naziv {
  width: 250px;
/*  display:inline;*/
  
  /*float: left; */
  height: 100%;
 
}

.siroko {
    width:3000px;
}


.stranica {
    /*width:1024px;*/
    background-color:#ffffff;
    width:1000px;
    padding:none;
    margin-left:auto;
    margin-right:auto;
    border-right: 1px #dddddd solid;
    
}



 
.nijeprecrtano
 {
 	text-decoration:none;
 	color:#072c59;
 	font-size:12px;
}






.cijenadiv

{
	vertical-align:bottom;


}



.cijena

{

background:none;
	color:#990000;
	font-family: Verdana, Verdana;
	font-size:12px;
	text-align:right;
	padding: 0px 5px 0px 5px;
white-space:nowrap;



}

.precrtano
 {
 	text-decoration: line-through;
	text-align:right;
 	color:#072c59;
 	font-size:12px;
	font-family: Verdana, Verdana;
	padding: 0px 5px 0px 5px;
white-space:nowrap;
}



.cijenaLabel
{
	background:none;
	color:#072c59;
	font-family: Verdana, Verdana;
	font-size:12px;
	text-align:right;
	text-decoration:none;
	}


 .sredina {
	padding-left: 1px;
	padding-top: 0px;
	vertical-align: top;
	width: 10px;
	}

.lijevo{
vertical-align: top;
/*padding-left:5px;*/
padding-right:10px;
border-right: 1px #dddddd solid;
width: 260px;


}
.ozna�eni
{
	background-color:#9db2cc;
	border-bottom: 1px solid #557090;
	}

.dropdown

 {
	font-family: Verdana;
	text-align:right;
	text-align:left;
	background-color:White;
	vertical-align:top;
	font-size: 10px;
	padding:none;
	color:#072c59;
	font-weight:bold;
	color:#072c59;
	border-bottom: 1px #dddddd solid;
	padding: 6px 4px 6px 2px;
		}	
	
	.dropdownlist

 {
	font-family: Verdana;
	text-align:right;
	background-color:#9db2cc;
	vertical-align:top;
	font-size: 10px;
	padding:none;
	color:#072c59;
	font-weight:bold;
	color:#072c59;
	padding: 6px 4px 6px 2px;
	}	
	
	

 		.dropdownlistcontent

 {
	font-family: Verdana;
	text-align:left;
	background-color:#9db2cc;
	vertical-align:top;
	font-size: 10px;
	padding:none;
	color:#072c59;
	font-weight:bold;
	color:#072c59;
	width:120px;
	/*padding: 6px 4px 6px 2px;*/
	}	
	
 	
                .Infragistics_WebMenuItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
                
                .Infragistics_WebMenuItemOn {
                    color: #000000; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    text-transform: uppercase;
                    text-decoration: none;
                    background: #ffffff url('../Images/menuBG.gif') repeat-y top left;
                    border-bottom: 1px #aaaaaa solid;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
            
#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
 
    visibility : hidden;
     z-index : 50;
    overflow : hidden;
    text-align : center;
}

/* HEADER VINO*/
.Header { background-color:#666600; width:100%; text-align:center; }

/*  HEADER */

.FullWidth { width:100%;}
.MainWidth { width:100%; vertical-align:top;background-color:Red;}
.HeaderBGColor { background-color:#E0E7EF; }
.MainLeftSide { width:30%;text-align:right;}
.MainRightSide { width:70%; }
.TopAddressPane { padding: 0; }

.filip
{
text-align: left;
font-family:Verdana;
font-size: 11px;
/*color:#072C59;*/
color: rgb(79, 98, 120);
padding-top:15px;
padding-bottom:15px;
line-height:normal;
margin:none;
/*background-color:Red;*/
}


.under
{
color: rgb(79, 98, 120);
 }

.empty_cnt-Content 
{padding: 0 0 0 0;
 background-color:Red;
 line-height: 1px;
 }

.Normal {
font-family: tahoma; 
font-size: 11px;
color:#072C59;
padding:0 0 0 0;
line-height: 1px;
margin:none;
}


.NormalBKP { font-family: tahoma; font-size: 1px; color:#072C59; }
.MainRightwidth { width:78%; }

/*GRUPE*/

.grupe {
	vertical-align:top;
	padding-top:0;
	padding-left:20px;
	border-right: 1px #aaaaaa solid;
	width: 50%;
	}

/*LOADING*/

.loading
{
		width:98%;
		width:1%;
		height:100%; /* privremeno iskljuceno*/
		/*height:1%;  /* radi ironspeed-a*/
		position: absolute;
		left:5px; 
        top:5px; 
        padding-top:20%;
        
        background-color:#e0e7ef;
        vertical-align:middle;
        color:#072C59;
        text-align:center;
		vertical-align:middle;
		font-weight:bold;
		font-family: Verdana;
		font-size: 12px;

}
/*reports viewer*/
.reports
{
		width:100%;
		height:100%; /* privremeno iskljuceno*/
		background-color:#e0e7ef;
		
        color:#072C59;
        vertical-align:top;
		font-weight:bold;
		font-family: Verdana;
		font-size: 10px;
		text-align:center;

}

.reportsW
{ 
	color: white;
	padding: 6px 4px 6px 2px;
	background-color:#eeeeee;
	/*vertical-align:middle;*/
	vertical-align:top;
	text-align: center;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	width:100%;
			}


/*Kategorije artikala*/
.tablica {
    width:100%;
    vertical-align:top;
    float:left;
    padding-left:20px;
    
    border-right: 1px #dddddd solid;
}

.dd1 {
	border-bottom: 1px #a89fa9 solid;
	/*padding: 3px 5px 3px 5px;*/
	color: #444444;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	text-align: left;
	background: #ffffff;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	width: 250px;
	margin-left:100px;
	
	}

.brisi
{ 
	background-color:Red;
  background-color:Red;
  color:Red;
  /*height:1cm;*/
	}
	
	.centar {
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 1.5em;
	padding-top: 5px;
	text-align:center;
	background-color:#206ABA;
	color:White;
	vertical-align:bottom;
	
	}


.dolje {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 1.5em;
	padding-top: 5px;
	text-align:center;
	
	vertical-align:bottom;
	
	}

.tagovi {
  font-family:Verdana;
  
  color:#072c59;
  font-size:1.15em;
  text-decoration:none;
  vertical-align:middle;
  
}
.tagovi:hover
{
	font-family:Verdana;

  color:#072c59;
  font-size:1.15em;
  	text-decoration:underline;
  	vertical-align:middle;
	}

.tagdiv {
 /*display:block;*/
  float:left;
  /*margin-left:100%;*/
 margin-left:10px;
  margin-right:10px;
 /*margin-left:5%;
  margin-right:5%;*/
 
  
  /*margin-bottom:20px;*/
  text-align:center;
  
  
}

.centartag 
{
	
	text-align:center;
	text-align:right;
/*	background-color:#206ABA;*/
	vertical-align:bottom;
	}

                .Infragistics_WebTabItemOff {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    font-weight:bold;
                    /*text-transform: uppercase;*/
                    text-decoration: none;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    padding-left: 20px;
		padding-left: 0px;
	padding-right: 0px;
                    padding-bottom: 0px;
                    }
                
                .Infragistics_WebTabItemOn {
                    color: #000000;
                    color: #072c59; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    font-weight:bold;
 
                    /*text-transform: uppercase;*/
                    text-decoration: none;
                    padding-top: 3px;
	  	    padding-left: 0px;
  	            padding-right: 0px;
                    padding-bottom: 0px;

                    }
            
.Infragistics_WebTabItemOff2 {
                    color: #888888; 
                    font-family: Verdana, Geneva, ms sans serif;
                    font-size: 11px;
                    font-weight: normal;
                    font-weight:bold;
                    /*text-transform: uppercase;*/
                    text-decoration: none;
                    padding-top: 3px;
                    padding-right: 20px;
                    padding-bottom: 3px;
                    padding-left: 20px;
                    }
.opispartner {
	background: #ffffff;
	color: #072c59;
	background-color:White;
	font-family: Verdana;
	font-size:11px;
	padding: 5px 4px 5px 0px;
	text-align:left;
	width:700px;

	vertical-align: top;
	display:block;  /* nastane scroll ako se postavi i overflow*/
	/*overflow:auto;*/
	font-weight:normal;
	text-align:justify;
}
