@charset "utf-8";
/* Reseting CSS START */
body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, small, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
/*border-collapse:collapse;*/
}
table td {
	empty-cells: show;
	font-size: 12px;
}
/* Reseting CSS END */

/* Layout */
body {
	/*font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, Helvetica;*/
	font-family: "Lucida Sans",Arial, Tahoma, Helvetica;
	color: #000;
	background: #999999 /*url(../images/bg-body.jpg) no-repeat top right*/;
	margin: 15px 0;
	padding: 0;
	font-size:12px;
}
#wrapper {
	width: 1012px;
	margin: 0 auto 0 auto;
}
.hr-header {
	background: transparent url(../images/bg-head-hr.png) no-repeat bottom center;
	height:8px;
	z-index:-1;
}
.hr-footer {
	background: transparent url(../images/bg-foot-hr.png) no-repeat top center;
	height:7px;
}
#header {
	padding: 0px;
	/*overflow: hidden;*/
	margin:0 0 0px 0;
	background: transparent url(../images/bg-head.png) no-repeat 0px 0px;
	height:84px;
}
#header .content {
	padding:14px 18px 0 18px
}
#header .right {
	 
}

#logo{
	float: left;
	width: 174px;
	margin:0 20px 0 0;
}
#logo h1{
	margin:0
}
#logo h1 a{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 63px;
	text-indent: -9999px;
	margin: 0 0 0 0px;
}

/* begin homepage gem */
.home-page-gem { }


.home-page-gem #logo h1 a {
	background-image: url(../images/logo-gem.gif);
}

/* end homepage gem */

#page {
	margin: 0px 0;
	background: #FFFFFF url(../images/bg-body.png) repeat-y top center;
}
#page .content {
	padding:26px 40px;
}
#content {
	padding: 20px;
	background-color: #171717;
}
.narrowcolumn {
	width: 590px;
	float: left;
}
.widecolumn {
	width: auto;
}
#sidebar {
	padding: 10px;
	width: 290px;
	float: left;
	margin: 0 0 0 20px;
	background: #171717;
}
hr {
	border:none;
	border-top:1px solid #ccc;
	color:#FFFFFF;
	height:5px;
	padding:5px 0;
	display:block;
}
hr.width50 {
	width:50%;
	margin:0;
	text-align:left
}
#footer {
	padding: 0px;
	margin:0px 0 0 0;
	overflow: hidden;
	background-color:#fff;
	background: transparent url(../images/bg-body.png) repeat-y top center;
}
#footer .content {
	padding:10px 40px 20px 40px;
	background: transparent url(../images/bg-foot.png) no-repeat bottom center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */


.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 17px 60px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.info a, .success a, .warning a, .error a{
	text-decoration:underline !important;
	font-weight:bold;
	}
.info a:hover, .success a:hover, .warning a:hover, .error a:hover{
	text-decoration:none !important;
	}
.info p {color: #00529B;}
.success p {color: #4F8A10;}
.warning p {color: #9F6000;}
.error p {color: #D8000C;}
	
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../images/icons/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('../images/icons/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../images/icons/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../images/icons/error.png');
}