@CHARSET "UTF-8";
@IMPORT url("layout_box.css");
@IMPORT url("layout_breadCrumb.css");
@IMPORT url("layout_buttonContainer.css");
@IMPORT url("layout_list.css");
@IMPORT url("layout_dropDown.css");
@IMPORT url("layout_fieldset.css");
@IMPORT url("layout_form.css");
@IMPORT url("layout_link.css");
@IMPORT url("layout_navigation.css");
@IMPORT url("layout_pageSelect.css");
@IMPORT url("layout_perm.css");
@IMPORT url("layout_redirect.css");
@IMPORT url("layout_table.css");
@IMPORT url("layout_toc.css");
@IMPORT url("layout_userEntries.css");
@IMPORT url("layout_avatar.css");

body {
	margin-top: 10px;
}


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

/*
 * Tooltips
 */
 
div.tooltip {
	font-size: 11px;
	border: solid 1px black;
	display: none;
	position: absolute;
	background-color: #ffffe1;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	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;
}

p
{
	margin: 0px;
	padding: 0px;
}