/*	
	@brief Global CSS definitions.
	@author Jiri Plachy
	@date 26-09-2007
*/

* {
 	font-family: "Arial CE",Arial,Tahoma,Helvetica,verdana,sans-serif;
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	text-align: center;
}

html, body{
	height: 100%;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 10px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

p, td, th {
	line-height: 1.6em;
	font-size: 11px;
}

p {
	margin: 10px 0px;
}

hr {
	display: none;
}

hr.visible {
	display: block;
	width: 100%;
	height: 1px;
	background: grey;
	border: none;
}

li {
	list-style-position: outside;
	margin-left: 17px;
}

img {
	border: 0;
}

input {
	font-size: 11px;
}

input, select, textarea {
	vertical-align: middle;
}

select {
	height: 20px;
	font-size: 10px;
}

select option {
	padding-right: 6px;
	background-color: white;
	color: #444;
}

select optgroup {
	color: white;
	font-weight: normal;
	background-color: rgb(195,195,195);
}

select optgroup option {
	padding-left: 4px;
	margin: 0px;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 2px;
}

div.tooltip {
	visibility: hidden;
	position: absolute;
	width: 400px;
	z-index: 30;
	color: black;
	background-color: #FFFFC0;
	border: 1px solid #99B826;
	font-size: 10pt;
	font-weight: normal;
	padding: 3px;
	line-height: 1.3em;
}

/**************** Custom messages START ****************/

#customMessageContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image: url('../image/pixel.png'); /* required by MSIE to prevent actions on lower z-index elements */
}

#customMessage {
	position: relative;
	/*position: absolute;
	top: 0;
	left: 0;*/
	
	width: 450px;
	min-height: 100px;
	margin-top: 175px;
	border: 1px solid #BBB;
	background-color: #FFF;
}

#customMessage.loading {
	width: 300px!important;
}

#customMessage #customMessageText {
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	padding-left: 110px;
	padding-right: 25px;
	height: 80px;
}

#customMessage.info #customMessageText {
	padding-top: 45px;
	background-position: 30px 35px;
	background-image: url('../image/icon_info.png');
}

#customMessage.loading #customMessageText {
	padding-top: 31px;
	background-position: 30px 25px;
	background-image: url('../image/icon_loading.gif');
}

#customMessage.warning #customMessageText {
	padding-top: 45px;
	background-position: 30px 40px;
	background-image: url('../image/icon_warning.png');
}

#customMessageContainer > #customMessage {
	position: fixed;
}

#customMessage #customMessageTitle {
	margin: 0;
	background-color: #BBB;
	color: #FFF;
	padding: 2px 0 2px 5px;
}

#customMessage #customMessageButton {
	display: block;
	position: relative;
	margin: 20px auto 20px auto;
	padding: 3px;
	width: 70px;
	text-align: center;
	color: #000;
	background-color: #F1F5E3;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	text-decoration: none;
}

#customMessage.loading #customMessageButton {
	display: none!important;
}


#right .font-bigger h1{
	font-size:20px!important;
}
#right div.home-page h1{
	font-size:17px!important;
}
.font-bigger h2 {
	font-size: 15px;
}

.font-bigger h3, .font-bigger h4, .font-bigger h5 {
	font-size: 10pt;
}

.font-bigger p, .font-bigger td {
	font-size: 14px!important;
}
#right .font-bigger p, #right .font-bigger td, #right .font-bigger li {
	font-size: 14px!important;
}

/**************** Custom messages END ****************/