/* GENERIC TABLE / BODY STYLE */

*, html, body {	font: normal 13px/17px Calibri, "Myriad Pro", sans-serif; }

html {
  height: 100%;
	background: #7C8D95; /*url('/publish_skins/petrolia/img/bakgrunn.html.png') repeat-x;/**/
}
body {
  height:100%;
	background: #7C8D95 url('/publish_skins/petrolia/img/bakgrunn.html.jpg') repeat-x; /**/
	color: #555;
	/*border: 1px solid green; /**/
}
#wrapper {
  /*height: 100%;*/
	width: 100%;
	background: url('/publish_skins/petrolia/img/bakgrunn.body2.png') no-repeat 50% 430px fixed;
}
td {
	margin-left: 5px;
	margin-top: 2px;
	color: #333;
  text-align: left;
}

ul { list-style-image: url('/publish_skins/petrolia/img/ulsquare2.png'); }

/* STANDARD LINKS */
a:link { color: #e6961a; text-decoration: none; }  /**/
a:visited { color: #e6961a; text-decoration: none; }
a:hover { color: #555; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { margin: 0; font-size: 22px; line-height: 24px; font-weight: normal; color: #333; text-transform: uppercase; letter-spacing: 1px; }
.smallheading { color: #e6961a; font-size: 14px; font-weight: bold; text-transform: uppercase; }
.smallheading_grey { color: #333; font-size: 14px; font-weight: bold; }
.small_text { font-size: 10px; }
.small_text_color { font-size: 10px; color: #52879c; }
.content { padding: 10px 0px 20px 0px; margin: 0; }

/* FORM CLASSES */
input { font-size: 11px; }
.form_text { color: #000000; width:200px; }
.form_text_small { color: #000000; width:80px; }
.form_textarea { color: #000000; width:200px; height: 100px; font-size: 11px;}
.form_checkbox { margin: 0px; }
.form_button { }
