﻿
.GridViewStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	table-layout: auto;
/*	
	border-collapse: collapse;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid; 
*/
} 

.HeaderStyle, .FooterStyle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	background-color: #5d7b9d;
	font-weight: bold;
	color: #ffffff;
} 

.HeaderStyle a 
{ 
    text-decoration:none; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
} 


.HeaderStyle th
{
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
} 


.FooterStyle td
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	vertical-align: middle;
	height: 24px;
	padding-left: 3px;
    padding-right: 3px;	
}

/* RowStyles */ 
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td  /* Common Styles */ 
{ 
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	color: #333333;
	vertical-align: middle;
	height: 24px;
	padding-left: 3px;
    padding-right: 3px;
    /* border-right: solid 1px #1d1d1d; */  
} 

.RowStyle td
{
	background-color: #ffffff;
} 

.AltRowStyle td
{ 
	
    background-color: #ececec; 
} 

.SelectedRowStyle td
{ 
    background-color: #e2ded6; 
} 




.RowStyleListaPrijatelja td, .AltRowStyleListaPrijatelja td, .SelectedRowStyleListaPrijatelja td, .EditRowStyleListaPrijatelja td
{
    padding: 0px 3px 0px 3px;
    font-family: 'Microsoft Sans Serif' , Sans-Serif, Arial, Verdana;
    font-size: 12px;
    color: #333333;
    vertical-align: middle; 
    /* height: 16px; */
} 




.NadolazeciIzletiItem
{
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 5px;
} 



.RowStyle2 td, .AltRowStyle2 td, .SelectedRowStyle2 td, .EditRowStyle2 td  /* Common Styles */ 
{ 
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	color: #333333;
	vertical-align: middle;
	height: 24px;
	padding-left: 5px;
    padding-right: 5px;
    /* border-right: solid 1px #1d1d1d; */  
} 

.HeaderStyle2 th
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-top: 5px;
    vertical-align: bottom;
} 




/*

CSS radi u suradnji sa slijedećim Asp.net kodom:

   Protected Sub MyGridView_RowCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles gv_Dionicari_UplatePoRacunuSelect.RowCreated

        '--------------------------------------------------------------------------------
        ' Hightlight retka u GridView-u
        ' Hightlight retka radi u suradnji sa odgovarajućim postavkama u CSS-u
        '
        If e.Row.RowType = DataControlRowType.DataRow Then
            If e.Row.RowState = DataControlRowState.Normal Then
                e.Row.Attributes.Add("onmouseover", "this.className='hightlighrow'")
                e.Row.Attributes.Add("onmouseout", "this.className='normalrow'")
            End If
            If e.Row.RowState = DataControlRowState.Alternate Then
                e.Row.Attributes.Add("onmouseover", "this.className='hightlighrow'")
                e.Row.Attributes.Add("onmouseout", "this.className='alternaterow'")
            End If
        End If

        ' Hightlight retka u GridView-u
        '--------------------------------------------------------------------------------

    End Sub
*/



.normalrow td
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	color: #333333;
	vertical-align: middle;
	height: 24px;
	background-color:white;
	padding-left: 3px;
    padding-right: 3px;
}

.alternaterow td
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	color: #333333;
	vertical-align: middle;
	height: 24px;
	background-color: #ececec;
	padding-left: 3px;
    padding-right: 3px;

}

.hightlighrow td
{     
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	color: #333333;
	vertical-align: middle;
	height: 24px;
	background-color: #b8d2ec; 
	padding-left: 3px;
    padding-right: 3px;

}





.IzletNormalRow td
{
	background-color:transparent;
}

.IzletAlternateRow td
{
	background-color: transparent;
}

.IzletHightlighRow td
{     
	background-color: #b8d2ec; 
	/* cursor: pointer; */
}





/* LinkButton */
.RowStyle td a:link, .RowStyle td a:active, .RowStyle td a:visited, .RowStyle td a:hover, 
.AltRowStyle td a:link, .AltRowStyle td a:active, .AltRowStyle td a:visited, .AltRowStyle td a:hover, 
.SelectedRowStyle td a:link,  .SelectedRowStyle td a:active,  .SelectedRowStyle td a:visited, .SelectedRowStyle td a:hover
{
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #333333;
	vertical-align: middle;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}

.normalrow td a:link, .normalrow td a:active, .normalrow td a:visited, .normalrow td a:hover, 
.hightlighrow td a:link, .hightlighrow td a:active, .hightlighrow td a:visited, .hightlighrow td a:hover, 
.alternaterow td a:link,  .alternaterow td a:active,  .alternaterow td a:visited, .alternaterow td a:hover
{
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #333333;
	vertical-align: middle;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}


/*

.RowStyle td a:active, .AltRowStyle td a:active, .SelectedRowStyle td a:active
{
	text-decoration: none;
}
.RowStyle td a:visited, .AltRowStyle td a:visited, .SelectedRowStyle td a:visited
{
	text-decoration: none;
}
.RowStyle td a:hover , .AltRowStyle td a:hover , .SelectedRowStyle td a:hover 
{
	text-decoration: none;
	color: #333333;
}


*/




/* tabela za prazan grid */
.GridviewEmptyDataTemplate_Table
{
	border-collapse: collapse;
}

.GridviewEmptyDataTemplate_Table td
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	vertical-align: middle;
	height: 24px;
	
}

.GridviewEmptyDataTemplate_HeaderCell
{ 
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #5d7b9d; 
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.GridviewEmptyDataTemplate_DataCell
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	vertical-align: middle;
	height: 24px;
	padding-left: 3px;
    padding-right: 3px;
}


/* PagerStyles */ 
.PagerStyle table 
{ 
    text-align:center; 
    
} 

.PagerStyle table td
{
	border: 0px;
	background-color: transparent;
} 

.PagerStyle td 
{ 
    /* border-top: #1d1d1d 3px solid; */
} 

.PagerStyle a
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border: 1px;
} 

/*
.PagerStyle a:hover
{
	color: #191970;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
} 
*/

.PagerStyle span
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	background-color: #5d7b9d;
} 

