body {
	margin-top: 10px;
}

/*
 * 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;
}

img.ui-datepicker-trigger
{
	cursor: pointer;
}


/*
 * Containers - Layout & Header 
 */

#layout {
	margin: auto;
	width: 950px;
	position: static;
}

#con_h {
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 1px;
}

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

#con_htl, #con_hbl {
	float: left;
}

#con_htr, #con_hbr {
	float: right;
}

#con_ht {
	margin-top: 1px;
}

#con_hb {
	margin-bottom: 1px;
}

#con_ht, #con_hb {
	overflow: hidden;
}


/*
 * Containers - Horizontal 
 */

#con_t, #con_b {
	clear: both;
}

#con_m {
	margin: 10px 0px;
}

#con_t {
	margin-top: 10px;
}

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

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

#con_mmb {
	margin-top: 10px;
}

#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;
}

/*
 * 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;
}

#messagetable td {
	vertical-align: top;	
}
