﻿a {
	color:#333;
	text-decoration:none;
}

a:hover {
    color: #000;
	text-decoration:none;
}

/* defaultni textbox izgled */
.textbox 
{
	color: #575656;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px 4px;
	border:1px #b3b9c3 solid; 
}

/* footer s pagingom */
table.default tr.footer  td a 
{
    color: #000;
    font-size:13px;
    text-decoration:none;
    display:inline;
    width:auto;
    text-transform:uppercase;
}

table.default tr.footer  td a:hover 
{
    text-decoration:none;
    color:rgb(207, 65, 92);
}

/* "odgovori" button na svakom odgovoru */
table.default tr.topic-reply td .topic-action a 
{
    border:1px  #41447d solid;
    padding:2px 5px;
    color:#fff;
    background-color: #41447d;
    text-decoration:none;
}

/* header u masterpageu, NOVA TEMA, ODGOVORI, ADMINISTRACIJA, itd. */
#gray-header 
{
    border-bottom: 1px rgb(204, 201, 200) solid;
    font-weight:bold;
    font-size:12px;
    margin-bottom:10px;
    padding-bottom:4px;
    word-spacing:5px;
}

#gray-header a 
{
    background-image:url("../images/cubis_button_wide.gif");
    border-left:1px #acb1ba solid;
    border-right:1px #acb1ba solid;
    background-repeat:repeat-x;
    padding:4px 10px 5px 10px;
    text-align:center;
    color:#333;
    font-weight:bold;
    font-size:11px;
    text-transform:none;
    display:inline-block;
    word-spacing:normal;
}

#gray-header a:hover
{
    color:#000;
}


/* header tablice */
table.default tr.header td 
{
    height:22px;
    background-color: #2b77c5;
    color:#fff;
    font-weight:bold;
    vertical-align:middle;
    text-transform:uppercase;
    /*background-image:url("images/bg1.gif");*/
    padding-top:0;
    padding-bottom:0;
}