/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Geneva, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	SCROLLBAR-FACE-COLOR: #2B5376;
	SCROLLBAR-SHADOW-COLOR: dimgray; 
	SCROLLBAR-3DLIGHT-COLOR: silver; 
	SCROLLBAR-ARROW-COLOR: #fafad2; 
	SCROLLBAR-TRACK-COLOR: WhiteSmoke; 
	SCROLLBAR-BASE-COLOR: WhiteSmoke 
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:LINK {
	color: Black;
	text-decoration: none
}

A:ACTIVE {
	color : #ff7f50;
	text-decoration: none
}

A:VISITED {
	color : Black;
	text-decoration : none
}

A:HOVER {
	color : #1e90ff;
	text-decoration : none
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	
TD		{
	font-size: 10px;
	}

A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	color: lightgrey;
	text-decoration: none;
}   

A.SiteLink:hover
{
	color: SteelBlue;
	text-decoration: none;
}


A.VacantLink, A.VacantLink:link, A.VacantLink:visited
{
	font-weight: normal;
	color: DarkSlateGray;
	background-color: DarkSeaGreen;
	text-decoration: none;
	border:solid 1px silver;
	padding-left:5px;
	padding-right:5px;
}   

A.VacantLink:hover
{

	font-weight: normal;
	color: DarkSeaGreen;
	background-color: DarkSlateGray;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}

A.NonVacantLink, A.NonVacantLink:link, A.NonVacantLink:visited
{
	font-weight: normal;
	color: Silver;
	background-color: WhiteSmoke;
	text-decoration: none;
	border:solid 1px Silver;
	padding-left:5px;
	padding-right:5px;
}   

A.NonVacantLink:hover
{

	font-weight: normal;
	color: WhiteSmoke;
	background-color: GainsBoro;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}

A.MoreLink, A.MoreLink:link, A.MoreLink:visited
{
	font-weight: normal;
	color: black;
	text-decoration: none;
}   

A.MoreLink:hover
{

	font-weight: normal;
	color: green;
	text-decoration: none;
}


A.SearchHighlight, A.SearchHighlight:link, A.SearchHighlight:visited
{
	color: WhiteSmoke;
	text-decoration: none;
}   

A.SearchHighlight:hover
{
	color: #1e90ff;
	text-decoration: none;
}

.MarkIt
{
	background-color: palegoldenrod;
}

.btnPale {
	background : #eee8aa;
	color : Black;
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px
}

.txtPale {
	background : #eee8aa;
	color : Black;
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px
}


.AboutHeader {
	Font-size: 10pt;
	font-weight: bold;
	color: DarkGray;
	letter-spacing: 2px;
}


.txtDetalj {
	background : #f5f5f5;
	color : Black;
	font-family : Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px
	
}

.TabStripDefaultStyle
{
	font-size: 10px;
	color: whitesmoke;
	font-family: geneva,verdana,arial,helvetica, 'sans serif';
	background-color: silver;
	text-align: left;
}

.TabItemDefault
{
	margin-bottom: 1px;
	margin-right: 1px;
	border-left: #2b5376 1px solid;
	width: 175px;
	color: whitesmoke;
	height: 25px;
	background-color: #2b5376;
	cursor: pointer;
	cursor: hand;
}

.TabItemSelected
{
	margin-bottom: 1px;
	margin-right: 1px;
	color: #303030;
	height: 25px;
	background-color: whitesmoke;
	cursor: pointer;
	width: 175px;
	cursor: hand;
}

.TabItemHover
{
	margin-bottom: 1px;
	margin-right: 1px;
	height: 25px;
	color: whitesmoke;
	border-left: #777777 1px solid;
	background-color:#777777;
	cursor: pointer;
	width: 175px;
	cursor: hand;
}

.TabItemDisabled
{
	margin-bottom: 1px;
	margin-right: 1px;
	height: 25px;
	color: silver;
	width: 175px;
	border-left: gainsboro 1px solid;
	background-color: gainsboro;
	cursor: auto;
}