﻿@charset "utf-8";

/* Global */

body {
	font-size: 12px;
}

.larger
{
    font-size: 14px;
}

/* Blue box */

.bluebox {
	font-size: 12px;
}

/* White box */

.whitebox {
	font-size: 14px;
}

/* Content */
	
.modalHelpTitle
{
    font-size: 12px;
}	
	.content h2 {
		font-size: 14px;
	}
	
	.content h3 {
		font-size: 12px;
	}

/* Forms */

.content h2.formblockheader {
	font-size: 14px;
}
.formtable {
	font-size: 12px;
}
.formtablelinks {
	font-size: 11px;
}

/* Messageboxes */

.infomsgbox{
	font-size: 11px;
	}
.errormsgbox{
	font-size: 11px;
	}
.warningmsgbox{
	font-size: 11px;
	}

/* Buttons */

button.buttongreen ins {
    font-size:14px;
}
button.buttonyellow ins {
    font-size:14px;
}
button.buttonred ins {
    font-size:14px;
}
button.buttongreenclicked ins {
    font-size:14px;
}
button.buttonyellowclicked ins {
    font-size:14px;
}
button.buttonredclicked ins {
    font-size:14px;
}
button.buttonsmall ins {
    font-size:12px;
}
button.buttonsmallclicked ins {
    font-size:12px;
}
	a.buttonsmall ins , a.buttonsmallclicked ins
	{
	    font-size:12px;
	}
	a.buttongreen ins , a.buttonyellow ins, a.buttonred ins,
    a.buttongreenclicked ins, a.buttonyellowclicked ins, a.buttonredclicked ins
    {
        font-size:14px;
    }

/* Catalog List*/

.cataloglist 
{
	font-size: 11px;
}
.cataloglistcell{
    font-size:12px !important
}

/*Publications List*/

.publication_title{
    font-size:14px;
}

.alignjustify{
    font-size:13px;
}
.actual_publications a{
    font-size:11px;
}

/*Search*/

.search-wrapper > .search-block{
    font-size:14px !important;
}

/*Menu*/

.tabbody{
    font-size:14px;
    padding-top:9px;
    padding-bottom:9px;
}
.selected .tabbody{
    padding-top:8px;
}

/*Header logo navigation*/

.header-logo-navigation > li > a {
    font-size:14px;
}

/*order users*/

.order-users{
    font-size:11px;
}

a.button-login {
	font-size: 16px;
}