body
{
	background-image: url('/cms/icons/background.jpg');
	background-repeat: no-repeat;
	background-position: 95px 0px;	

	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10pt;

	margin-left: 95px;
	width: 1093px;
	margin-top: 85px;
}

table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10pt;

}

a:link, a:visited, a:active 
{
	color: #315990;
	text-decoration: none;
}

ul
{
	list-style-image: url("/cms/icons/bullet.gif");
}

h1
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
}

h2
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #999999;
}

img.thumb
{
	border-style: solid;
	border-color: #333333;
	border-width: 1px 1px 1px 1px;
	margin-right: 6px;	
}

div.event
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 1px 0px;	
	background: #eeeeee;
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;

	background-image: url('/cms/icons/grey_gradient.jpg');
	background-repeat: repeat-y;
	background-position: center right;	

}

div.product
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 1px 0px;	
	background: #eeeeee;
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;

	background-image: url('/cms/icons/grey_gradient.jpg');
	background-repeat: repeat-y;
	background-position: center right;	

}

div.accommodation
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 1px 0px;	
	background: #eeeeee;
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;

	background-image: url('/cms/icons/grey_gradient.jpg');
	background-repeat: repeat-y;
	background-position: center right;	

}


div.menuitem
{
	width: 180px;
	text-align: left;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	color: #555555;
}

div.menuitems
{
	width: 180px;
	text-align: left;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	color: #555555;
	background-color: #ddf2fd;
}

div.menuitem:hover
{
	background-color: #e3e3e3;
}

div.separator
{
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin-top: 15px;
}

div.okay
{
	border-style: solid;
	border-color: #0f6020;
	border-width: 1px 0px 1px 0px;
	background-color: #e9f2eb;
	margin-bottom: 15px;
	margin-top: 2px;
	padding: 12px;

	background-image: url('/cms/icons/green_gradient.jpg');
	background-repeat: repeat-y;
	background-position: center right;	

}

div.floatabstract
{
      position: relative; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
	  margin-top:200px;
	  margin-left:100px;
      width: 400px;	
}

div.info
{
	border-style: solid;
	border-color: #315990;
	border-width: 1px 0px 1px 0px;
	background-color: #ddf2fd;
	margin-bottom: 15px;
	padding: 12px;
	margin-top: 2px;

	background-image: url('/cms/icons/blue_gradient.jpg');
	background-repeat: repeat-y;
	background-position: center right;	

}

div.warn
{
	padding: 12px;
	border-style: solid;
	border-color: #ff4455;
	border-width: 1px 0px 1px 0px;
	background-color: #ffe1e1;
	margin-bottom: 15px;
	margin-top: 2px;

	background-image: url('/cms/icons/red_gradient.jpg');
	background-repeat: repeat-y;
	background-position: center right;	

}

form.bordered
{
	border-style: dotted;
	border-color: gray;
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
}

div.collapsible {
          display: none; /* Only important part */
          border-style: dotted;
          border-color: #888888;
          border-width: 1px 0px 0px 0px;
		  margin-top:2px;
          padding: 5px;
}

div.collapsibleopen {
          border-style: dotted;
          border-color: #888888;
          border-width: 1px 0px 0px 0px;
		  margin-top:2px;
          padding: 5px;
}

table.gradient

{
	width: 100%;

	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

	font-size: 12px;

	text-align: left;

	border-collapse: collapse;

}


table.gradient th

{

	font-size: 13px;

	font-weight: normal;

	padding: 8px;

	background: #b9c9fe url('/cms/icons/gradhead.png') repeat-x;

	border-top: 2px solid #bbbbbb;

	border-bottom: 1px solid #fff;

	color: #333333;

}


table.gradient td

{

	padding: 8px; 

	border-bottom: 1px solid #fff;

	color: #777777;

	border-top: 1px solid #fff;

	background: #f6f6f6 url('/cms/icons/gradback.png') repeat-x;

}


table.gradient tfoot tr td

{

	background: #f6f6f6 url('/cms/icons/gradhead.png') repeat-x;

	font-size: 12px;
	border-bottom: 2px solid #bbbbbb;

	color: #555555;

}


table.gradient tbody tr:hover td

{

	background: #d0dafd url('/cms/icons/gradhover.png') repeat-x;

	color: #333333;

}

