﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #FFFFFF;
	font-family: Calibri, Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
	margin: 0;
	padding: 15px;
	color: #003366;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

/* HEADINGS   
----------------------------------------------------------*/
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

.error
{
	font-weight: bold;
	color: Red;
	background-color: #F4FAFF;
	text-align:right;
}

.gotovo 
{
	font-weight: bold;
	color: Green;
}

.linija
{
	color:  #C1DFFF;
	background-color:  #C1DFFF;
	height: 1px;
	border: 0;
}

.copyright
{
	font-size: smaller;
	font-style: italic;
}

.tekst
{
	max-width: 800px;
}

.pitanje
{
	background-color: #C1DFFF;
	border: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.odgovori
{
	background-color: #EAF5FF;
	border-color:  #C1DFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 7px;
}

.koc
{
	background-color: #F4FAFF;
	text-align: center;
	padding-right: 7px;
	padding-bottom: 7px;}

.kocnl
{
	background-color: #F4FAFF;
	text-align: center;
	padding-right: 7px;
	padding-bottom: 7px;}

.ko
{
	background-color: #F4FAFF;
	padding-right: 7px;
	border-color: #C1DFFF;
	border-bottom-style: solid;
	border-bottom-width:thin;
	padding-bottom: 7px;}

.admin
{
	background-color: #FFF0F0;
	vertical-align: middle;
}

.submit
{
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0 6px;
	vertical-align: baseline;
	background: transparent;
	font-family: Calibri, Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
	font-size: 100%;
	background: transparent; 
	color: #003366;
	cursor: pointer;
	display: inline-block;
	text-decoration: underline; 

/*   
	padding-top: 10px;
	border-top: 0; border-right: 0; border-bottom: 1px solid #003366; border-left: 0;
 */

}

/* hack needed for IE 7 */
	*:first-child+html .submit {border-bottom: 0; text-decoration: underline;}
/* hack needed for IE 5/6 */
	* html .submit {border-bottom: 0; text-decoration: underline;}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
		width: 100%;
}

