@charset "utf-8";
/* CSS Document */

a, img {
	border: 0 none;
	color: inherit;
	text-decoration: none;
}

:focus, :active {
	outline: none;
}

::-moz-focus-inner {
	border:0;
}

body {
	background: #404080;
	background-image: url(../images/horizon_20x900.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin: 0px;
	font-weight: normal;
}

h1 {
	color: #204080;
	font-family: Arial, Geneva, Tahoma, SansSerif, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #204080;
	font-family: Tahoma, Arial, Geneva, SansSerif, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 10px;
	padding: 0px;
}

h3 {
	color: #000000;
	font-family: Arial, Geneva, Tahoma, SansSerif, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}

#global_wrapper {
	-moz-box-shadow: 0px 0px 30px -5px #000000;
  -webkit-box-shadow: 0px 0px 30px -5px #000000;
  box-shadow: 0px 0px 30px -5px #000000;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;	
	border-radius: 0px 0px 10px 10px;
	position: relative;
	margin: 0px auto 0px auto;
	width: 950px;
}

#top_shadow {
	background: url(../images/top-shadow_10x10.png) repeat-x;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	z-index: 50000;
}

.checkbox {
	border: 1px solid #C0C0C0;
	height: 16px;
	width: 16px;
}

.checkbox_disabled {
	background-color: #F0F0F0;
}

.checked {
	background-image: url(../images/elements/green-check_16x16.png);
	background-repeat: no-repeat;
}

.cover {
	display: none;
	position: absolute;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	z-index: 50000;
}

.invisible {
	display: none;
}

.link {
	cursor: pointer;
}

.rounded_5 {
	behavior: url(../includes/pie/PIE.htc);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
}

.rounded_10 {
	behavior: url(../includes/pie/PIE.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
}

.transparent_30 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
}

.transparent_50 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.transparent_70 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}