
/** 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;*/
}
p.intro
{
	font-weight: bold;
}
h1, .heading1
{
	margin: 20px 0 10px 0;
	font-weight: normal;
	font-size: 2.3em; 
	color: #DD2F3F;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	margin: 10px 0;
	font-weight: normal; 
	font-size: 1.6em;
	color: #DD2F3F;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: normal; 
	font-size: 1.7em;
	color: #DD2F3F;
	EditMenuName: Heading 3;
	margin: 10px 0 0 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;	
}



div.button-container
{
	margin: 0 auto;
	display:inline-block;
}

a.button,
a.button-gold,
a.button-gray,
a.focused
{
	display: block;
	float: left;
	height: 42px; /* button height*/
	margin-right: 6px;
	padding-right: 13px; /* right image width */	
}

a.button-gray
{
	height: 40px;
}

a.button 
{
    background: transparent url('/images/common/button_bg_right.png') no-repeat scroll top right; 
    background: transparent url('/images/common/button2_bg_right.png') no-repeat scroll top right; 
}

a.button-gold
{
    background: transparent url('/images/common/button_bg_right_gold.png') no-repeat scroll top right; 
}

a.button-gray
{
    background: transparent url('/images/common/button_bg_right_gray.png') no-repeat scroll top right; 
}

a.focused
{
    background: transparent url('/images/common/button_focused_bg_right.png') no-repeat scroll top right; 
}

a.button span, 
a.button-gold span, 
a.button-gray span, 
a.focused span
{
	display: block;
	line-height: 38px; /** button height */
	padding: 0 5px 3px 18px;
	
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 12px;
	/**text-transform: uppercase;*/
}

/**
a.button-gray span
{
	line-height: 38px;
	padding: 0 5px 3px 18px;
}*/

a.button span 
{
	background: transparent url('/images/common/button2_bg_left.png') no-repeat; 
}


/** BLK inspired standard buttons */

a.button-gold span 
{
	background: transparent url('/images/common/button_bg_left_gold.png') no-repeat; 
}

a.button-gray span 
{
	background: transparent url('/images/common/button_bg_left_gray.png') no-repeat; 
}

a.focused span
{
	background: transparent url('/images/common/button_focused_bg_left.png') no-repeat; 
}

a.button:hover
{
    background: transparent url('/images/common/button2_bg_right_hover.png') no-repeat scroll top right; 
	text-decoration: none;
} 
a.button-gold:hover
{
    background: transparent url('/images/common/button_bg_right_gold_hover.png') no-repeat scroll top right; 
	text-decoration: none;
} 
a.button-gray:hover
{
    background: transparent url('/images/common/button_bg_right_gray_hover.png') no-repeat scroll top right; 
	text-decoration: none;
} 
a.button:hover span
{
	background: transparent url('/images/common/button_bg_left_hover.png') no-repeat; 
	background: transparent url('/images/common/button2_bg_left_hover.png') no-repeat; 	
}
a.button-gold:hover span
{
	background: transparent url('/images/common/button_bg_left_gold_hover.png') no-repeat; 
}
a.button-gray:hover span
{
	background: transparent url('/images/common/button_bg_left_gray_hover.png') no-repeat; 
}



input[type=submit].button,
input[type=button].button,
a.button-small
{
	border: 0;
	background-color: #F21951;
	cursor: pointer;
	margin-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px 8px;
}

input[type=submit].button,
input[type=button].button,
a.button-small
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}

input[type=submit].button:hover,
input[type=button].button:hover,
a.button-small:hover
{
	background-color: lightgray;
}

div.button-container
{
	margin: 0 auto;
	display:inline-block;
}

a.button,
a.button-gold,
a.button-gray,
a.focused
{
	display: block;
	float: left;
	height: 42px; /* button height*/
	margin-right: 6px;
	padding-right: 13px; /* right image width */	
}

a.button-gray
{
	height: 40px;
}

a.button 
{
    background: transparent url('/images/common/button_bg_right.png') no-repeat scroll top right; 
    background: transparent url('/images/common/button2_bg_right.png') no-repeat scroll top right; 
}

a.button-gold
{
    background: transparent url('/images/common/button_bg_right_gold.png') no-repeat scroll top right; 
}

a.button-gray
{
    background: transparent url('/images/common/button_bg_right_gray.png') no-repeat scroll top right; 
}

a.focused
{
    background: transparent url('/images/common/button_focused_bg_right.png') no-repeat scroll top right; 
}

a.button span, 
a.button-gold span, 
a.button-gray span, 
a.focused span
{
	display: block;
	line-height: 38px; /** button height */
	padding: 0 5px 3px 18px;
	
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 12px;
	/**text-transform: uppercase;*/
}

/**
a.button-gray span
{
	line-height: 38px;
	padding: 0 5px 3px 18px;
}*/

a.button span 
{
	background: transparent url('/images/common/button2_bg_left.png') no-repeat; 
}




a.button-gold span 
{
	background: transparent url('/images/common/button_bg_left_gold.png') no-repeat; 
}

a.button-gray span 
{
	background: transparent url('/images/common/button_bg_left_gray.png') no-repeat; 
}

a.focused span
{
	background: transparent url('/images/common/button_focused_bg_left.png') no-repeat; 
}

a.button:hover
{
    background: transparent url('/images/common/button2_bg_right_hover.png') no-repeat scroll top right; 
	text-decoration: none;
} 
a.button-gold:hover
{
    background: transparent url('/images/common/button_bg_right_gold_hover.png') no-repeat scroll top right; 
	text-decoration: none;
} 
a.button-gray:hover
{
    background: transparent url('/images/common/button_bg_right_gray_hover.png') no-repeat scroll top right; 
	text-decoration: none;
} 
a.button:hover span
{
	background: transparent url('/images/common/button_bg_left_hover.png') no-repeat; 
	background: transparent url('/images/common/button2_bg_left_hover.png') no-repeat; 	
}
a.button-gold:hover span
{
	background: transparent url('/images/common/button_bg_left_gold_hover.png') no-repeat; 
}
a.button-gray:hover span
{
	background: transparent url('/images/common/button_bg_left_gray_hover.png') no-repeat; 
}





	/** Buttons */
	
	.submit {
		background-repeat: no-repeat;
		background-position: top left;
		background-color: transparent;
		/*position: relative;*/
		float: left;
		height: 50px;
		width:auto;
	}

	.submit a {
		background-repeat: no-repeat;
		background-position: top right;
		background-color: transparent;
		height: 50px;
		cursor: pointer;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		padding: 14px 20px 0px 10px;
		margin: 0px 0px 0px 10px;
		overflow: visible;
		/*position: relative;*/
		display: block;
	}

/*
	.buttons .cancel {
		background-image: url('/styles/img/registration/cancelbutton-left.png');
	}

	.buttons .cancel input {
		background-image: url('/styles/img/registration/cancelbutton-right.png');
		color: #646464;
	}
*/

	.submit {
		background-image: url('/images/common/submitbutton-left-iso.png');
	}

	.submit a {
		background-image: url('/images/common/submitbutton-right-iso.png');
		color: #fff;
	}	

	.submit a:hover {
		text-decoration: underline;
	}




.feedback-page
{
	background-color: #EDF9DA;
	padding: 15px;
	height:auto;
	border:1px solid #B1DD31;
	width:490px;
	margin-left:170px	
}

.feedback-page input[type=text]
{
	font-size: 1.4em;
	color: #F21951;
	padding: 10px;
	display: inline;
	margin-bottom: 10px;
}

.feedback-page label
{
	font-size:1.4em;
	text-align:right;
	margin-right:15px;	
}

.feedback-area
{
	background-color: #EDF9DA;
	padding: 15px;
	border:1px solid #B1DD31;
	margin:10px 0;
}

div.newsletter input[type=text]
{
	padding: 10px;
	margin: 4px 4px 0 0;
	float: left;
	font-size: 11px;
}
div.newsletter a
{
	margin-top: 3px;
}


.post-holder .post{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #dbdbdb;
	padding:0 0 9px;
	margin:0 0 12px;
}
.post-holder .post h2{
	font-size:16px;
	margin:0;
	line-height:40px;
}
.post-holder .list-post h3
{
	margin: 10px 0 0 0;
}
.post-holder .list-post p
{
	margin: 6px 0;
}
.post-holder .row{
	/**width:632px;*/
	float:left;
	overflow:hidden;
	border-bottom:1px solid #dbdbdb;
	margin:0 0 12px;
}
.post-holder .row .post{
	border:none;
	width:304px;
	float:left;
	padding:0 6px 9px 0;/**padding:0 12px 9px 0;*/
	margin:0;
	font:12px/15px 'Trebuchet MS', Arial, sans-serif;
}
.post .image{
	width:100%;
	margin:0 0 13px;
}
.post .image img{
	display:block;
	border:1px solid #dbdbdb;
}
.post p
{
	margin:0;
	min-height: 45px;
}
.post .more,
.list-post .more{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 10px;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	background:url(/images/common/bullet01.gif) no-repeat 0 4px;
}

