
/************************************
 * SIZES
 ************************************/

tr.frametop
{
	height: 325;
}

tr.framebottom
{
	height: 37;
}

tr.subbuttonspacer
{
	height: 11;
}

tr.mainbuttonrow
{
	height: 28;
}

tr.mainbuttonrowprefix
{
	height: 24;
}

tr.mainbuttonrowsuffix
{
	height: 21;
}

tr.languagerow
{
	height: 20;
}

tr.languagerowsuffix
{
	height: 66;
}

tr.subbuttonrow
{
	height: 28;
}

tr.subbuttonspacer
{
	width: 20;
}

td.frametopcenter
{
	width: 970;
}

td.mainbuttonactive,
td.mainbuttonnonactive
{
	width: 128;
}

td.subbuttonactive,
td.subbuttonnonactive
{
	width: 179;
}

div.readmore
{
	width: 82;
	height: 24;
}

div.horizontaldotline
{
	height: 1;
}

td.mainbuttonprefix
{
	width: 175;
}

td.centerspacer
{
	width: 18;
}

td.subbuttons
{
	width: 407;
}

tr.titleprefix
{
	height: 19;
}

td.framephoto
{
	width: 540;
	height: 145;
}

button.redbutton
{
	height: 30px;
}

table.languagetable
{
	width: 104;
}

td.languagebuttonactive,
td.languagebuttonnonactive
{
	width: 20;
}


/************************************
 * BACKGROUND IMAGES
 ************************************/

body
{
	background-image: url('pics/background_gray.gif');
	background-position: center bottom;
}

body.printout
{
	background-image: none;
}

td.frametopleft
{
	background-image: url('pics/frametopleft.bmp');
	background-repeat: repeat-x;
}

td.frametopcenter
{
	background-image: url('pics/frametopcenter2.jpg');
	background-repeat: no-repeat;
}

td.frametopright
{
	background-image: url('pics/frametopright.bmp');
	background-repeat: repeat-x;
}

td.framecentercenter
{
	background-image: url('pics/framecentercenter.bmp');
	background-repeat: repeat-y;
}

td.framebottomcenter
{
	background-image: url('pics/frameborderdot.bmp');
	background-repeat: repeat-x;
}

td.mainbuttonactive
{
	background-image: url('pics/mainbuttonactive.bmp');
	background-repeat: no-repeat;
}

td.mainbuttonnonactive
{
	background-image: url('pics/mainbuttonnonactive.bmp');
	background-repeat: no-repeat;
}

td.subbuttonactive
{
	background-image: url('pics/subbuttonactive.bmp');
	background-repeat: no-repeat;
}

td.subbuttonnonactive
{
	background-image: url('pics/subbuttonnonactive.bmp');
	background-repeat: no-repeat;
}

div.readmore
{
	background-image: url('pics/readmorebuttonnonactive.bmp');
	background-repeat: no-repeat;
}

div.horizontaldotline
{
	background-image: url('pics/horizontaldotline.bmp');
	background-repeat: repeat-x;
}

button.redbutton
{
	background-image: url('pics/redbutton.bmp');
}

td.languagebuttonactive
{
	background-image: url('pics/languagebuttonactive.png');
	background-repeat: no-repeat;
}

td.languagebuttonnonactive
{
	background-image: url('pics/languagebuttonnonactive.png');
	background-repeat: no-repeat;
}


/************************************
 * TEXT CONTAINER
 ************************************/

#textcontainer
{
	width: 970px;
	height: 100%;
	overflow: auto;
}

#textcontent
{
	padding-left: 16px;
	padding-right: 16px;
	float: left;
}


/************************************
 * COLORS
 ************************************/

h1, a:hover
{
	color: #96B305;
}

a
{
	border-bottom: 1px solid #C6F100;
}

h2,p,td,li,a,a.footer:hover
{
	color: #6B6B6B;
}

td.footer
{
	color: #AEAEAE;
}

a.footer
{
	color: #A3C400;
	border-bottom: 0px none;
}

td.mainbuttonactive,
td.mainbuttonnonactive,
td.subbuttonactive,
td.subbuttonnonactive,
td.languagebuttonactive,
td.languagebuttonnonactive,
a.language,
a.language:hover,
a:hover div.readmore
{
	color: black;
}

td.framephoto
{
	border: 1px solid #E2E2E2;
}

img
{
	border: 1px solid #AEAEAE;
}

img.framephoto
{
	border: 0px none;
}

div.readmore
{
	color: white;
}

button.redbutton
{
	color: white;
	border: 1px solid black;
}

p.posterror
{
	color: red;
}


/************************************
 * FONT FAMILIES
 ************************************/

*
{
	font-family: verdana;
}


/************************************
 * FONT SIZES
 ************************************/

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 11pt;
}

p,td,li,input,select,option,textarea,
td.mainbuttonactive,
td.mainbuttonnonactive,
div.readmore
{
	font-size: 8pt;
}

td.subbuttonactive,
td.subbuttonnonactive,
td.languagebuttonactive,
td.languagebuttonnonactive,
a.language,
a.language:hover
{
	font-size: 7pt;
}


/************************************
 * TEXT FORMATS
 ************************************/

p,td,li
{
	text-align: justify;
	line-height: 18px;
}

td.mainbuttonactive,
td.mainbuttonnonactive,
td.subbuttonactive,
td.subbuttonnonactive
{
	text-align: center;
}

td.mainbuttonactive,
td.subbuttonactive
{
	font-weight: bold;
}

div.readmore
{
	text-align: center;
	padding-top: 4;
}

a, a:hover
{
	font-weight: bold;
}

a.footer,
a.footer:hover,
a.language,
a.language:hover
{
	font-weight: normal;
}

p.posterror
{
	font-weight: bold;
}

td.languagerow
{
	text-align: right;
	padding-right: 12;
}

td.languagebuttonactive,
td.languagebuttonnonactive
{
	text-align: center;
}


/************************************
 * HYPERLINKS
 ************************************/

a,
a:hover,
a.footer,
a.footer:hover,
a.language,
a.language:hover,
a div.readmore
{
	text-decoration: none;
}

a:hover div.readmore
{
	cursor: 'pointer';
	background-image: url('pics/readmorebuttonactive.bmp');
}


/************************************
 * IMAGES
 ************************************/

img.footer
{
	border: 0px none;
}

