
/** common.css contains general styles */

img
{
	border: 0;
}
body
{
	font-size: 9pt;
	font-family: Trebuchet MS, Verdana;
	color: #333;
	padding: 0; 
	margin: 0;
}
p
{
	/**font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;*/
}
h1, .heading1
{
	margin: 20px 0 10px 0;
	font-weight: normal;
	font-size: 2.3em; 
	color: #8f9302;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	margin: 10px 0;
	font-weight: normal; 
	font-size: 1.6em; 
	color: #8f9302;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: normal; 
	font-size: 1.7em;
	color: #8f9302;
	EditMenuName: Heading 3;
	margin: 0;
}
img.left
{
	margin-right: 10px;
	float:left;
}
img.right
{
	margin-left: 10px;
	float: right;
}
hr
{
	height: 1px;
	border-color: lightgray;
	border-bottom: 0;
	border-style: solid;
}
div.button
{
	background: #FFFFFF url("/images/bg_button.png") repeat-x;
	width: 83px;
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 6px;
}

div#intro-discrete
{
	width: 70%;
	color: #B7B6B6;
	font-style: normal;
}

.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}

ul
{
	list-style-type: none;
	padding-left: 0;
}

/* ------ Links -------- */
a
{
	color: #f21951;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover
{
	color: #333333;
}

input.standard-button, 
a.standard-button
{
	display: inline-block;
	background-color: #f21951;
	color:#FFFFFF !important;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:15px;
	margin-bottom:3px;
	padding:6px 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border: 0px;
	cursor:pointer;
}
a.large
{
	height: 30px;
}

a.standard-button:hover
{
	background-color: #DA1649;
}
input.standard-button:hover
{
	background-color: #DA1649;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
fieldset label
{
	margin-right: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}




/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
	margin-top: -10px;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

div.info-box
{
	border: 1px solid lightgray;
	padding: 20px 20px 20px 100px;
	background-color: #E7FFDB;
	background-image: url('/images/common/information_big.png');
	background-repeat: no-repeat;
	background-position: 40px 40px;
}

/** Red gradient buttons */
	
.buttons {
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	/*position: relative;*/
}

.buttons .button {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	/*position: relative;*/
	float: left;
	height: 50px;
	width:auto;
	padding:0px;
}

.buttons .button a {
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	height: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 14px 20px 0px 10px;
	margin: 0px 0px 0px 10px;
	overflow: visible;
	/*position: relative;*/
	display: block;
}

.buttons .redsubmit {
	background-image: url('/images/common/button_gradientred_left.png');
}

.buttons .redsubmit a {
	background-image: url('/images/common/button_gradientred_right.png');
	font-size:13pt;
	font-weight:normal;
	color: #fff;
}

.buttons .redsubmit a:hover
{
	text-decoration:underline;	
}

.buttons .greensubmit {
	background-image: url('/images/common/button_gradientgreen_left.png');
}

.buttons .greensubmit a {
	background-image: url('/images/common/button_gradientgreen_right.png');
	font-size:13pt;
	font-weight:normal;
	color: #fff;
}

.buttons .greensubmit a:hover
{
	text-decoration:underline;	
}