@CHARSET "ISO-8859-1";

/*Stylesheet defining the look and feel of the information divs in multidiv screen
ALL blocks should be located relative to the div surrounding it so as not to interfere 
with the page layout*/

/*General stuff*/

/*
div p
	{
		font-size: 1em;/*12pt; */
		font-family: Verdana, Arial, Helvetica, Sand-serif; /*Times;*/
	}
*/

/*convenient combination attributes*/
.c_text
	{
		margin-left: 5%; margin-right: 5%;
		width: 90%;
	}
.c_text_fitxa
	{
		margin-left: 5%; margin-right: 5%;
		width: 85%;
	}

/*horizontal position and relative behavior*/
.c_abs_0_0 {position: absolute;	left: 1%; top: 1%;}
.c_abs_0_10 {position: absolute; left: 10%; top: 1%;}

.c_left_1_abs {	position: absolute;	left: 1%; top: 5%; }
.c_left_0     { position: relative;	left: 0px; }
.c_left_5     {	position: relative;	left: 5%; }
.c_left_15    {	position: relative;	left: 15%; }
.c_left_25    {	position: relative;	left: 25%; }
.c_left_35 	  { position: relative;	left: 35%; }
.c_left_45    { position: relative;	left: 45%; }

/*widths*/

.c_size_10 { width: 10%; }
.c_size_15 { width: 15%; }
.c_size_20 { width: 20%; }
.c_size_25 { width: 25%; }
.c_size_30 { width: 30%; }
.c_size_35 { width: 35%; }
.c_size_45 { width: 45%; }
.c_size_55 { width: 55%; }
.c_size_60 { width: 60%; }
.c_size_70 { width: 70%; }
.c_size_85 { width: 85%; }
.c_size_90 { width: 90%; }
.c_size_95 { width: 95%; }
.c_size_99 { width: 99%; }
.c_size_100 { width: 100%; }

/* various modifiers*/

.c_float_right { float:right; }
.c_float_left  { float:left; }

.c_margin {margin-bottom:3%; margin-top:3%;}
.c_padding {padding-bottom:1%; padding-top:1%;}

.c_margin_p {margin-bottom: 3%;} /*paragraph margin*/
.c_margin_5 { margin-left: 5%; margin-right: 5%; }
.c_margin_r5 { margin-right: 5%; }
.c_margin_l5 { margin-left: 5%; }

.c_title0 { font-size: 2em; font-weight: bold;}
.c_title1 {	font-size: 1.2em; font-weight: bold; }
.c_title2 { background-color: #808080;	font-weight: bold; }


/* sub positioning where height is defined to allow for tabs*/
.c_sub_90 {	top: +10px; height:95%; }
.c_sub_65 { top: +10px; height:65%;}
.c_sub_75 { top: +10px; height:75%;}

.c_border { border-width: 1px; border-style: dotted; }

.c_list { margin:0px }

.c_indent {	padding-left: 10px; }

.c_top { margin-top: 20px;}
.c_toptop { margin-top: 40px;}


/**/

.c_left_midsize
	{
		position: relative;
		left: 5%;
		width: 45%;
	}

.c_fixed
	{
		position: fixed;
	}





/*predefined height sizes*/
.c_half_height
	{
		height: 50%;
	}

.c_90_height
{
		height: 90%;
}
.c_height_12em
	{
		height: 12em;
		/*border-width: 1px; border-style: dotted;*/
	}

/*Predefined Image sizes: most standard ones + some special ones*/

.c_size_167x500{ width: 167px; height: 500px;}
.c_size_206x500{ width: 206px; height: 500px;}
.c_size_134x400{ width: 134px; height: 400px;}
.c_size_144x350{ width: 144px; height: 350px;}
.c_size_109x160{ width: 109px; height: 160px;}
.c_size_111x160{ width: 111px; height: 160px;}
.c_size_200x256{ width: 200px; height: 256px;}
.c_size_283x175{ width: 283px; height: 175px;}
.c_size_75x131{ width: 75px; height: 131px;}
.c_size_55x80{ width: 55px; height: 80px;}

.bold{font-weight: bold;	}
