/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*
 * SOURCE: main.css
 * Copyright: HALCOM d.d.
 * 
 * Date      	Name	Reference      	Comment
 * 2008-02-27	BLC		/				added styles for buttons on the bottom of the page and VAT text for printing
 * 2009-01-05	BLC		/				added style for transaction details - .subTitleDetails
 * 2009-01-20	BLC						changed styles .nextTitleDetails, .subTitleDetails for PPD transaction details
 * 2009-05-28   ATC                     added style for date input and added image calendar
 * 2012-03-23	AKK		RCG14092		added line alignment for Search table
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	background-color:transparent;
	margin: 0px;
	padding: 0px;
	margin-left: 7px;
	font-size: 11px;
}

/******* frames.jsp styles *******/
iframe{
	margin:0px;
	padding:0px;
	border:0px;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:transparent;
	visibility:hidden;
	display: block;
}

#menuFrame {
	width:152px;
}

#topFrame {
	height:46px;
	width: 904px;
	vertical-align: top;
}

td {
	vertical-align:top;
	border: none;
}

.frameset{
	margin:0px;
	padding:0px;
}

#topBody{
	margin: 0px;
	padding: 0px;
	background-color: #CBD0D3;
	background-image:url(../images/bg_grad.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #57606F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #3D4247;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bolder 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 90% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin: 0;
	background-color: #BDC0C6;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #333333;
	padding-right: 0px;
	
	
	
}

form.noStyle {
	background-color: #FFFFFF;
	border-bottom: 0px;
}


form td{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: inset 1px #708090;
	padding-left: 2px;
}


.bottomButtons {
	padding: 10px 0 10px 0;
	text-align: center;
}

.buttonColor INPUT{
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
}

.lineUp {
	border-top: 1px solid #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 0px;
	left: 7px;
/*	width: 96.6%; */
	width: 840px;
	
	
	
	
}

#pageTop{
	position:absolute;
	top: 10px;
	left: 12px;
/*	width: 95.6%; */
	width: 830px;
	background-color: #CCCCCC;
	height: 32px;
	background: images/top_bg.gif;
	background-image: url(../images/glbnav_background.gif);
	background-repeat: repeat-x;
}

#tlMain {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 9px;
	height: 9px;
	background-image: url("../images/tl_curve_white.gif");
	background-repeat:no-repeat;
}

#trMain {
	position:absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	right: -1px;
	width: 11px;
	height: 9px;
	background-image: url("../images/tr_curve_white.gif");
	background-repeat:no-repeat;
}

#tlTopMain {
	position:absolute;
	top: 0px;
	left: -5px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 5px;
	height: 32px;
	background-image: url("../images/gblnav_left.gif");
	background-repeat:no-repeat;
}

#trTopMain {
	position:absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	right: -5px;
	width: 5px;
	height: 32px;
	background-image: url("../images/glbnav_right.gif");
	background-repeat:no-repeat;
}

#pageNav{
	width:140px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font: 10px Verdana,sans-serif;
	background: #ffffff;
	background-image: url(../images/leftnavshadow.gif);
	background-position-top: 10px;
	z-index: 90;
	position: absolute;
	height: 390px;
	top: 10px;
}

#content{
	padding: 31px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right: 1px solid #5B6163;
	background-color: #FFFFFF;
	border-bottom: 1px solid #5B6163;
}

#content table td, #content table th {
	text-align: left;
	
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}


/************** feature styles *****************/

.feature{
	padding: 0px;
	font-size: 11px;
}
.reportTable {
	position:relative;
	width: 100%;
	/*overflow: hidden; */
}
html>body .feature {
}

.feature h3{
	font: bold 140% Verdana, Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 11px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** Record history styles ****************/

table.reportHistoryTable {
	margin-left: 10px;
	border-left: 1px solid #AAAAAA;
}

table.reportHistoryTable th {

	padding-left: 20px;
		
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}

table.reportHistoryTable td {

	padding-left: 20px;
	
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #666666;
	padding: 10px 10px 10px 18px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLogo{
	margin: 0px;
	padding: 0px;
	height: 69px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEE;
	width: 138px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CED3D7;
	background-image: url(../images/glblnav_selected.gif);
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 5px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


.TopNavFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ResultPageNav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.ResultPageNav a:visited, .ResultPageNav a:link{
	color: #666666;
}
.ResultPageNav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.TableTopRow {
	background-color: #DCE0E1;
	border: 0px;

	/*
	border-color: #CCCCCC;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	*/

	border-bottom: 1px solid #111111;
	padding: 5px;
	height: 30px;
	
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	*/

	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
	color: #7E8D94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.TableMessageRow {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	border-right: 1px solid #CECECE;
	color:#CC0000; 
	padding-left: 5px; 
	height: 30px; 
	font-weight: bold; 
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.TableMessageSuccessRow {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	border-right: 1px solid #CECECE;
	color:#008800; 
	padding-left: 5px; 
	height: 30px; 
	font-weight: bold; 
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.TableNavigationRow {
	padding: 2px;
	background-color: #DBDBDB;
	border-right: 1px solid #CECECE;
	padding-left: 5px;
	height: 20px;
	border-bottom: 1px solid #000000;
	font: 12px bold;
	font-family: Arial, Helvetica, sans-serif;
}

.TableBottomNavigationRow {
	border-bottom: 0;
	border-top: 1px solid #000000;
}

.TableDarkRow {
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	border: 0px;
	
	/*
	border-color: #CECECE;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	*/
	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	
}
/* style TableDarkRow, na straneh state.jsp, stateAbroad.jsp, cards.jsp in unrealisedCheques.jsp */
.StateTableDarkRow {
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	border: 0px;

	/*
	border-color: #CECECE;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	*/

	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	height: 10px;
	vertical-align: middle;
	
}
.TableDarkRow a:visited, .TableDarkRow a:link{
	font-weight: normal;
}
.TableDarkRow a:hover {
	text-decoration: underline;
}
.TableLightRow {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0px;
	
	/*
	border-color: #CECECE;
	border-right-style: solid;
	border-right-width: 1px;
	*/	

	background-color: #FFFFFF;
	vertical-align: top;
}
/* style TableLightRow, na straneh state.jsp, stateAbroad.jsp, cards.jsp in unrealisedCheques.jsp */
.StateTableLightRow {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border:0px;

	/*
	border-color: #CECECE;
	border-right-style: solid;
	border-right-width: 1px;
	*/
	
	background-color: #FFFFFF;
	vertical-align: middle; 
}
.TableLightRow a:visited, .TableLightRow a:link {
	font-weight: normal;
}
.TableLightRow a:hover {
	text-decoration: underline;
}
.Sum {
	background-color: #EBEBEB;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: right;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	font: 11px Arial, Helvetica, sans-serif;
}

.formNavText {
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	
}
.copyright {
	/*font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	top: 15px;
	margin-bottom: 2px;
	margin-top: 10px;
}*/


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	color: #FFFFFF;
	position: relative;
	bottom: 0px;
	margin-bottom: 2px;
	margin-top: 10px;
}



.smallfont {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Title {
	position:absolute;
	height: 30px;
	width: 99.9%;
	border-bottom: 1px solid #333333;
	margin-top: 0px;
	overflow: hidden;
	background-color: #EFF0F1;
	line-height: 30px;
	border-right: 1px solid #5B6163;
	
}
#TitleIkone {
	position:absolute;
	right: 0px;
	padding-right: 7px;
	top: 5px;
  
	
}

#TitleIkoneClose {
	position:absolute;
	right: 0px;
	padding-right: 3px;
	top: 4px;
}
#Ime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.ImeOkno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	left: 10px;
	
}
/************* FOOTER border **************/

/************* FOOTER border **************/
#bottomDATA{
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	border-right: 1px solid #5B6163;

}

#BottomCornerL {
	position:relative;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	background-repeat: repeat-x;
	right: -2px;
	left: 0px;
	bottom: 0px;
}

#BottomBorder {
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 90;
	left: 10px;
	width: 97.4%;
	height: 13px;
	background-image: url(../images/bottomborder.gif);
	background-repeat: repeat-x;
	right: 10px;
}

/************* SEARCH cells **************/
#search{
	top: -1px;
	right: 4px;
	white-space: nowrap;
	background-color: #BDC0C6;
}

#search .formNavText .searchContainer, .searchContainer {
	height: 50px;
}

.racunTop{
	position: absolute;
	top: 5px;
	white-space: nowrap;
	left: 5px;
}
.stanjeTop{
	position: absolute;
	top: 5px;
	white-space: nowrap;
	left: 465px;
}
.izpisTop{
	position: absolute;
	top: 2px;
	white-space: nowrap;
	left: 584px;
}
.locationTop{
	position: absolute;
	top : 2px;
	white-space: nowrap;
	right: 5px;
}
/************* Font COLOR styles **************/
.stanje, .stanje a:visited, .stanje a:link{
	color: #003686;
	padding: 4px 2px 4px 2px;
}
.promet, .promet a:visited, .promet a:link{
}
.arhiv, .arhiv a:visited, .arhiv a:link{
	color: #666666;
}
.cakajoci, .cakajoci a:visited, .cakajoci a:link{
	color: #269300;
}
.imenik, .imenik a:visited, .imenik a:link{
	color: #AE00A1;
}
.sMessage{color: #CC0000;}

.vDobro {color: #5475ac;}
.vBreme {color: #CC0000;}
.negativeAmount {color: #CC0000;}
.positiveAmount {color: #000066;;}
.rejectedAmount {color: #999999;}
.unSettledAmount {color: #FF00FF;}

.helpText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	width: 468px;
}


.bottomBlank{
	height: 50px;
	position: relative;
}

/************* HELP styles **************/

#pagecellHelp{
	width: 510px;
	position: absolute;
	left: 10px;
	top: 10px;
	vertical-align: middle;
}
#TitleLinks {
	position:relative;
	height: 30px;
	border-bottom: 1px solid #333333;
	margin-top: 0px;
	overflow: hidden;
	background-color: #D5D7DD;
	line-height: 30px;
	top: 31px;
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #5B6163;
}

/************* STATE styles **************/
.TableDarkRowStateLink {
	background-color: #EBEBEB;
	border: 0px;
	
	/*
	border-color: #CECECE;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	*/
	
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	height: 10px;
	vertical-align: middle;
}
.TableDarkRowStateLink a:visited, .TableDarkRowStateLink a:link{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003686;
	vertical-align: middle;
}
.TableDarkRowStateLink a:hover {
	text-decoration: underline;
	vertical-align: middle;
}
.TableLightRowStateLink {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0px;

	/*
	border-right-width: 1px;
	border-color: #CECECE;
	border-right-style: solid;
	*/
	
	background-color: #FFFFFF;
	vertical-align: middle;
}
.TableLightRowStateLink a:visited, .TableLightRowStateLink a:link{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003686;
	vertical-align: middle;
}
.TableLightRowStateLink a:hover {
	text-decoration: underline;
	vertical-align: middle;
}

/************* LeftNAV frame styles **************/
#rightShadow {
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 145px;
	background-image: url(../images/rightshadow.gif);
	background-repeat: repeat-y;
	width: 2px;
	top: 18px;
}
#navLeftBottomFrame {
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 0px;
	bottom: -9px;
}
#TopCorner {
	position:absolute;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 7px;
	top: 10px;
}
#Nav {
	top: 10px;
	margin-top: 10px;
}





/************* Details page **************/
#Box {
	background-color: #FFFFFF;
	width: 100%;
}
#BoxBox {
	position: relative;
	left: 13px;
	top: 4px;
	/*width: 500px;*/
	width: 90%;
}
#BoxBox TD{
	font-size: 11px;
}



/************* Racun drop down  **************/
.racunOrder{
	position: absolute;
	top: 41px;
	white-space: nowrap; 
}
.stanjeOrder{
	position: absolute;
	top: 35px;
	white-space: nowrap;
	left: 451px;
}

.MessageRow {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color:#CC0000; 
	padding-left: 5px; 
	height: 30px; 
	font-weight: bold;	
}
.MessageAddCatalog {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color:#008800; 
	padding-left: 5px; 
	height: 30px; 
	font-weight: bold;	
}
.MessageSuccessfulPayment {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color:#008800; 
	padding-left: 5px; 
	height: 30px; 
	font-weight: bold;	
}

/**************** Ikonica vsi racuni (dve varianti) ****************/
.allAccountsTop, .allAccountsOrder {
	position:absolute;
	right: 0px;
	left: 560px;
	top: 11px;
}
.allAccountsOrder {
	top: 42px;
}
.allAccountsTop a:link, .allAccountsTop a:hover, .allAccountsTop a:visited,
.allAccountsOrder a:link, .allAccountsOrder a:hover, .allAccountsOrder a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.allAccountsTop a:hover, .allAccountsOrder a:hover {
	text-decoration: underline;
}
/**************** Stil za napise zraven ikonic  *********/

.iconText {
 vertical-align: middle;
}

#TableIkone  a:link {
	text-decoration: none;
	font-weight: normal;
	color: #57606F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
#TableIkone  a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #57606F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

#TableIkone  a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #3D4247;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

#TitleIkone a {
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	
}

#TitleIkone a:link {
	text-decoration: none;
	font-weight: normal;
	color: #57606F;
}
#TitleIkone a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #57606F;
}
#TitleIkone a:hover{
	text-decoration: underline;
	font-weight: normal; 
	color: #3D4247;
}

.CatalogLink {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.CatalogLink a:visited, .ResultPageNav a:link{
	color: #666666;
}
.CatalogLink a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.RegistryInput {
	width: 225px;
}

.RegistryCountryList {
	width: 230px;
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 11px;
}

#S_DIVTABLE {
	border: 0px;
}

.MyBeneficiaries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.MyBeneficiariesHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.MyBeneficiariesDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#infoForm td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menuLogos img {
	margin-top: 6px;
}

.transactionLeft {
	top: 0;
	left: 20px;
}

.transactionRightIdentificators {
	color: #999;
	border-left: 1px solid #CCCCCC;
	width: 50%;
}

.transactionRightIdentificators td {
	color: #999;
}

td.opis {
	border-collapse: separate;
	border-spacing: 3px;
	white-space: nowrap;
	width: 150px;
}
td.opis div {
	text-align: right;
}

#BoxDetails {
	position: relative;
	/*left: 13px;*/
	top: 4px;
	width: inherit;

}

#BoxDetails table#tabela {
	width: 100%;
}

.transactionColumn {
	text-align: left;
	/*white-space: nowrap;*/
}

.transactionColumnSepa {
	text-align: left;
}

/* spodnja vrstica */
#centerBottomBorder {
	background: url("../images/bottomborder.gif") repeat-x;
	margin: 0 10px 0 10px;
	padding: 0;
	line-height: 14px;
}

/*! levi spodnji rob*/
#lbcorner {
	background: url("../images/lbcorner.gif") left no-repeat;
	margin: 0;
	padding: 0;
	height: 13px;
}

/*! spodnji desni rob*/
#rbcorner {
	background: url("../images/rbcorner.gif") right no-repeat;
	margin: 0 -1px 0 0;
	padding: 0;
	height: 14px;
}

td.opis div div.drugo {
	padding-top: 20px;
	text-align: center;
}

.titleDetails {
	font-weight: bold;
	font-size: 12px;
}

.nextTitleDetails {
	margin-top: 30px;
}

.subTitleDetails {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
}

#printText {
	display: none;
}

/* style for text which is normaly align left - account, subject,.... */
.leftAlignColumn {
	text-align: left;
}

/* style for text which is normaly align left with padding - account, subject,.... */
.leftAlignWithPaddingColumn {
	text-align: left;
	padding-left: 10px;
}

/* style for text which is normaly align right - amount */
.rightAlignColumn {
	text-align: right;
}

/* style fo
r text which is normaly align center - table title */
.centerAlignColumn {
	text-align: center;
}
/*ATC*/
div#inputFromDate, div#inputToDate { 
  border: thin solid black; 
  display: inline;
}

input#date6, input#date7, input#date8, input#date9,
input#date10, input#date11, input#date12, input#date13, input#date14, input#date15 { 
  border: 0;
  /*background-color: #BDC0C6;*/
}

img#fFROMTIMEGif, img#fTOTIMEGif{
 vertical-align: text-bottom;
 margin-left: 1px;
}

.colorRed {
	color: #FF0000;
}
.colorGreen {
	color: #008000;
}
#mainBanner {
	margin-top:8px;
}
form.formNavText td {
	vertical-align:middle;
	border: none;
}

#signerStatusDiv { display: none; height: 100px; text-align: center; border-bottom: 1px solid #333333; background-color: #cc0000; }
#signerStatusDiv h1 { position: relative; top: 5px;  }
#signerStatusDiv h1, #signerStatusDiv a { color: #fff; font-weight: bold; font-family: Verdana; font-size: 13px; }
#signerStatusDiv a { text-decoration: underline; }
#signerStatusDiv #additionalInstructions {position: relative; top: 2px;
}
