.responsive_height {
				height: 0;
				padding: 0 0 40% 0; /* responsive slider height = 40% of the browser width; ie. slide image aspect ratio: w10xh4 */
				position: relative;
				overflow: visible;
			}
			
			.responsive_height > .containers{
				position: absolute;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
			
			.iosSlider {
				width: 100%;
				height: 100%;
				background: #aaa;
			}
			
			.iosSlider .slider {
				width: 100%;
				height: 100%;
			}
			
			.iosSlider .slider .item {
				position: relative;
				top: 0;
				left: 0;
				
				width: 100%;
				height: 100%;
				margin: 0 0 0 0;
			}
			
			.iosSlider .slider .item img {
				width: 100%;
			}

/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #008ce1;
	margin-bottom: 1px;
}
h1 {
	color: #006bac;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #008ce1 !important;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #EFEFEF;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: #d3d3d3;
	width: 900px;
	height: 100px;
	vertical-align: bottom;
}

#header-title {
	color: white;
	font-size: 450%;
	margin: 0px 0px 5px 5px;
}
#header-subtitle {
	color: white;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

.header-left {
	background: #93b103; /**** url(img/header-left.gif) right repeat-y;******/
}
.header-right {
	background: #93b103; /*********** url(img/header-right.gif) repeat-y;*************/
}

.document-left {
	background: #ffffff url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #ffffff url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: url(img/footer.gif) repeat-x;
	height: 22px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 170px;
}
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
    background: #d4d4dr;
    border: 1px solid #bfbfbf;
	width: 180px;
	list-style-type: none;
}

#document-column {
	vertical-align: top;
	width: 450px;
	text-align: left;
	background: white;
	list-style-type: none;
}

#right-column {
	vertical-align: top;
	background: #d4d4dr;
    border: 1px solid #bfbfbf;
	width: 180px;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 16px;
    border-top:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #008ce1;
}

#content {
	height: 400px;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}


/*********************************** Navigation ********************************/
.navigation {
	margin: 55px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 5px 3px 5px;
	color: black !important;
}
/*******************************************************************************/




/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #93b103;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}

#mod_references_table td label {
  display: none;
}

#mod_references_list {
  height: 240px;
  margin: 0;
  padding: 0;
}

#mod_references_list li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 60px;
}

#mod_references_list .title {
  float: left;
}

#mod_references_list .handle {
  float: right;
  font-size: xx-small;
  width: 80px;
  cursor: pointer;
}
/*******************************************************************************/
