/* www.vef.hr - main css */

/* beg - text section 1 */
/*.t_normal_10pt
{
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}*/

.normal
{
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}

/*.t_normal_12pt
{
    font-weight: normal;
    font-size: 12pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}*/

.normal2
{
    font-weight: normal;
    font-size: 12pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}

/*.t_title_12pt
{
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}*/

.title
{
    font-weight: bold;
    font-size: 12pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}

/*.t_subtitle_10pt
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}*/

.subtitle
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: arial, georgia, helvetica, sans-serif;
    text-decoration: none
}

/* end - text section 1 */

/* beg - text section 2 */
/* end - text section 2 */

/* beg - static sections of the page */

/* beg - google search */
.ggl_submit
{
    font-size:80%;
    font-weight:bold;
    color:#ffffff;
    margin:0pt;
    background:#6B84B5;
    width:20;
}

.ggl_txt
{
    font-family: arial, georgia, helvetica, sans-serif;
    font-size: 10pt;
    font-weight:bold;
    color:#6B84B5;
    text-decoration: none
}

.ggl_input_box
{
    font-family: Arial, sans-serif;
    font-size:12px;
    color:#000000;
    margin:0pt;
    border: thin solid #888888;
    background-color:#d8e7f3;
}
/* end - google search */

/* beg - login form */
.form_text_box
{
   font-family: Helvetica, Arial, sans-serif;
   font-size:12px;
   color:#000000;
   margin:0pt;
   border: thin solid #888888;
   background-color:#d8e7f3;
}

.login_txt
{
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

.login_box
{
   font-family: Helvetica, Arial, sans-serif;
   font-size:12px;
   color:#000000;
   margin:0pt;
   border: thin solid #D8DFEC;
   background-color:#ffffcc;
}

.err_txt
{
    font-weight: bold;
    font-size: 10pt;
    color: #aa2222;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}
/* end - login form */

/* end - static sections of the page */

/* beg - links */
a:link
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-decoration: none;
}

a:visited
{
    font-weight: bold;
    font-size: 10pt;
    color: #111111;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-decoration: none;
}

a:hover
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-decoration: none;
}

a:active
{
    font-weight: bold;
    font-size: 10pt;
    color: #111111;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-decoration: none;
}
/* end - links */

