/**
 * Shared CSS File
 *
 * You can code here styles shared by all themes.
 * As an example a CSS just for IE quirks.
 */
a {
	color: #366D9C; 
	display: block;
}
#footer a, #error a {
	display: inline;
}
#menuItemsChild li{
	display:block;
	margin-bottom: 5px;
	margin-top: 15px;
}
input.input, input.input_inline{
	display: block;
	background: #d8eaf8;
	border: 1px solid #000;
}
label{
	display: block;
	padding-top: 15px;
}
span.required{
	color: red;
}
#viewutleie label, #viewutleie input, #viewutleie textarea, #contact label, #contact input, #contact textarea, #activity label, #activity input, #activity textarea, #viewpadling textarea, #viewpadling input, #viewpadling label, #viewwall input, #viewwall label, #viewWall textarea{
	display: block;
	line-height: 150%;
}
label.profile{
	line-height: 18px;
}
textarea, input, select{
	background: #d8eaf8;
	border: 1px solid #000;
}
input.hidden {
	border: 0;
	background: none;
}
input.submit{
	margin-top: 5px;
	background-position: center;
	background-repeat: no-repeat;
	padding:1px 2px;
	background:#c3d3ed url(../images/toolbar/gray-bg.gif) repeat-x;
	cursor:pointer;
	white-space: nowrap;
}

input.submit:hover, input.submit2:hover{
	background:#c3d3ed url(../images/toolbar/btn-over-bg.gif) repeat-x;
	border:1px solid #6593cf;
	padding:1px 2px;
}

input.submit2{
	margin-left: 5px;
	background-position: center;
	background-repeat: no-repeat;
	padding:1px 2px;
	background:#c3d3ed url(../images/toolbar/gray-bg.gif) repeat-x;
	cursor:pointer;
	white-space: nowrap;
}

input.input_inline{
	display: inline;
}
#login {
	display: block;
}

/* Image drop shadow - Thanks to allistapart.com : http://www.alistapart.com/articles/cssdrop2/ */
div.imagepadding{
	margin-right: 10px;
	padding:0px;
	float: left;
}
div.imagepadding-focusbox{
	margin-right: 5px;
	padding: 0px;
	float: left;
}
div.imagepadding-right{
	margin-right: 10px;
	float: right;
}
.alpha-shadow {
	float:left;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 5px 5px 0px;

  }

.alpha-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  }

/* Image drop shadow END */

IMG
{
  border: 0;
}

H1,H2,H3,H4,H5 {
  font-weight:normal;
}

H1
{
  font-size: 190%;
  color: #366D9C;
  float: none;
	display: block;
	clear: both;
  margin: 0.7em 0 0.7em 0.7em;
  text-decoration: none;

}

H1 A {
  color: #fff;/*#234764;*/
}


H2
{
  font-size: 140%;

  color: #366D9C;
  margin: 0.7em 0 0.7em 0;
}

H3
{
  font-size: 135%;
  color: #366D9C;
  margin: 0.4em 0 0.0em 0;
}

H4
{
  font-size: 120%;
  color: #366D9C;
  margin: 0.4em 0 0.3em 0;
}
p.smalltext{
	font-size: 95%;
	color: #333;
	margin-left: 20px;
}
p.price{
	
}
p.discount, span.discount{
	padding-top: 5px;
	padding-bottom: 5px;
	color: red;
	font-size: 110%;
}
span.bigprice{
	font-size: 140%;
}
span.ingress{
	font-size: 105%;
	font-weight: 500;
	font-style: italic;
	margin: 10px;
	padding-top: 5px;
	float: none;
	line-height: 130%;
	display: block;
}
fieldset{
	padding: 14px;
}
ul{
	list-style: none;
}

#addNewMenu{
	text-align: center;
}

.addnewMenuItem, div.inFieldSet{
	float: left;
	margin: 6px;
	display: inline;
}
div.view_all_0, div.view_all_1 {
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 5px;
	border: 1px solid #000;
}
div.view_all_1{
	background-color: #eee;
}
div.datecontainer{
	display: block;
	float: left;
	clear: both;
}
div.dateform{
	float:left;
}
.dateform label, .dateform input{
	margin: 5px;
}
#linkList th{
	font-size: 180%;
}
ul#linkList li{
	margin-bottom: 5px;
}
ul#linkList li a{
	padding-left: 15px;
}
ul#linkList li p{
	padding-left: 15px;
}
/*TABLE*/
#pricetable{
	width: 500px;
	padding: 0;
	margin: 0;
}
table#persontable{
	margin:0;
	padding:0;
	width: 350px;
	margin-top: 6px;
	margin-bottom: 6px;
	
}

#pricetable caption, #persontable caption {
	margin-top: 15px;
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#pricetable th, #persontable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/layout/panel-title-light-bg.gif) repeat-x;
}

#pricetable th.nobg , #persontable th.nobg{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#pricetable td, #persontable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}


#pricetable td.alt, #persontable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#pricetable th.spec, #persontable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#pricetable th.specalt, #persontable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
div.persondata{
	position: relative;
	margin: 5px;
	
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	width: 100%;
	
}
table#aboutCompany{
	text-align: left;
	margin: 20px;
}
#linkItemsTop fieldset{
	margin-top:10px;
	background-color: #eee;
}
#linkItemsTop li{
	margin-top:10px;
	text-align:left;
}
span.strike_through{
	text-decoration:line-through;
}