


body {
	margin: 10px 4px 0px 0px;
}

/*
 * Icons
 */

img.icon10
{
	width: 10px;
	height: 10px;
}

img.icon16
{
	width: 16px;
	height: 16px;
}

img.icon24
{
	width: 24px;
	height: 24px;
}

img.icon32
{
	width: 32px;
	height: 32px;
}

img.icon48
{
	width: 48px;
	height: 48px;
}

#imgcorecture img
{
	position: relative;
	top: 7px;
	left: 4px;
	
	}

/*
 * Containers - Layout & Header 
 */

#layout {
	margin: auto;
	width: 1240px;
	position: static;
	max-width: 100%;  
	min-width: 1240px;
}

#con_h {
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
  background-image:url('/images/header/header_bg.png'); 
  height: 82px;
  background-repeat: no-repeat;
}

#con_hm {
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#con_htl, #con_hbl {
	float: left;
}

#con_htr, #con_hbr {
	float: right;
}

#con_ht {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#con_hb {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#con_ht, #con_hb {
	overflow: hidden;
}


/*
 * Containers - Horizontal 
 */

#con_t, #con_b {
	clear: both;
}

#con_m {
	margin: 5px 0px 0px 0px;
}

#con_t {
	margin: 0px 0px 0px 0px;
}

#con_t, #con_b, #con_mmt, #con_mmb {
	clear: both;
	position: relative;
}

#con_mmt {
	margin-bottom: 0px !important;
}

#con_mmb {
	margin-top: 0px;
}

#con_t div.box, #con_b div.box, #con_mmt div.box, #con_mmb div.box {
	height: 100%;
	margin-bottom: 0px;
}



/*
 * Containers - Middle 
 */

#con_m {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#con_m #con_ml,
#con_m #con_mm,
#con_m #con_mr {
	padding: 0px;
	vertical-align: top;
}

#con_mmm {
	clear: both;
}

/*
 * Tooltips
 */
 
div.tooltip {
	font-size: 14px;
	border: solid 1px black;
	display: none;
	position: absolute;
	background-color: #F06B20;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	left: 0px;
	top: 0px;
}



/*
 * Progress bars
 */
 
div.progressBar {
	border: solid 1px #404040;
	position: relative;
	padding: 1px;
	height: 20px;
}
 
div.progressBar div {
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}


/*
 * Multimedia gallery fixed sizes
 */
 
img.mulFixedSize {
	max-width: 100%;
}

img.mulFixedSizeThumb {
	max-width: 130px;
}

div.small p {
	margin: 0px;
}

div.indent {
	padding-left: 5px;
}

/*
 * Scroll to top
 */

#scrolltotop {
	position: fixed; 
	bottom: 10px; 
	right: 10px;
	cursor: pointer; 
	z-index: 1000;
}

div.updateBox {
	margin-left: 20px; 
	border: solid 1px #808080; 
	padding: 10px; 
	background-color: #FFFFFF; 
	color: #000000
}

div.updateBox ul li {
	margin-bottom: 5px;
}

div.updateBox a {
	color: #0000FF;
}


/*
 * Editor
 */

#wysbuttonbar {
	position: relative; 
	bottom: 227px; 
	left: -1px;
	z-index: 100;
}

#wysbuttonbarpn {
	position: relative; 
	bottom: 257px; 
	left: 0px;
	z-index: 100;
}

/*
 * Background instead of row
 */
 
#bginsteadrow {
	background-color: #2f2f2f;
	padding: 5px 5px 5px 5px;
}	



#messagetable td {
	vertical-align: top;	
}
	



	
	
	
