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

body {
	font: 13px/1.5em Tahoma, Arial, Verdana;
	color: #999;
}
#wrapper, #header {
	margin: 0 auto;
	width: 960px;
	direction: rtl;
}
#top {
	width: 100%;
	background-color: #080d13;
}
#header {
	height: 74px;
}
#logo {
	display: block;
	float: right;
	margin-right: 20px;
	background: url(../img/logo.gif) no-repeat;
	width: 249px;
	height: 74px;
}
#logo span {
	display: none;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
  width: 500px;
  height: 300px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
}
* html .centered { position: absolute; }
#bulletin-cover {
	margin: 5em auto;
	width: 500px;
	height: 450px;
	padding: 20px;
  	border: 1px solid #ccc;
    -moz-border-radius: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 1.3em;
	font-family: Arial;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3  {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5  {
    font-size: 1.2em;
}
#cover {
	padding-top: 1em;
}
.center {
	text-align: center;
}
#bulletin-version {
	margin: 20px 0;
}
#bulletin-version label {
	display: block;
	margin-bottom: 1em;
}
.button-wrapper {
	background: url(../img/footer_bg.gif) no-repeat center top;
	padding: 20px 10% 0;
	height: 90px;
	border-bottom: 1px solid #eee;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 40px 15px 10px;
    background-repeat: no-repeat;
    background-position: right center;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(/img/icons/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(/img/icons/success.png);
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(/img/icons/warning.png);
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(/img/icons/error.png);
}

.button-wrapper a {
	display: block;
	padding: 5px 35px 5px 5px;
	line-height: 35px;
	float: right;
	border: 1px solid #ccc;
	height: 38px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	background-color: #ccc;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
.button-wrapper a:hover {
	background-color: #eee;
}
.html {
	background: url(/front/img/icons/html.gif) no-repeat right center;
}
.flash {
	background: url(/front/img/icons/flash.gif) no-repeat right center;
}