html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0; 
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td

{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */


p {
	line-height:16px;
	/*letter-spacing:0.7px;*/
}

strong, b {
	font-weight: bold;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

.spacer {
	height:30px;
}

.width_full {
	width:400px;

}

.width_170 {
	width:170px;
}

.block {
	display:block;
}

.margin_top {
	margin-top:10px;
}

.margin_left {
	margin-left:10px;
}

.margin_bottom {

	margin-bottom:10px;
}
.margin_right {
	margin-right:10px;
}


.spacing_letter {
	letter-spacing:0.7px
}

.border {
	border:1px solid #ff0000;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */



img {
	border:none;
}

input, textarea, select {
	padding: 2px 2px 2px 2px;
	border: 1px solid #a8a8a8;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	
}
input[type="checkbox"], input[type="radio"] {
	border:0;
}

.left {
	float:left
}

.right {
	float:right
}

.clear {
	clear:both
}



.hidden {
	visibility:hidden;
}

.clearfloat {
	clear:both; height:0px;
	line-height:0px; visibility: hidden;
}



ol, ul {

	padding:0;
	margin:0;
	border:0;

}

td {
	padding:4px 0px;
}

hr {
	border:0;
	display:none;
}

#hr, #hr_agenda {
	clear:both;
	border:0;
	display:block;
	height:12px;
	margin-bottom:12px;
	border-bottom:1px dashed #e5e5e5;
	/*background:url(../images/modules/divider.gif) repeat-x;*/
}

#hr_agenda {
	height:1px;
	margin:0;

}

/*--- BEGIN paging ---*/

.pagesMenu {
	padding: 8px;
	background-color: none;
	text-align: right;
	height:20px;
	/*border-top: 1px solid #E5E5E5;*/
	border:0;
	clear:both;
	}

.i_paging {
	width:auto;
	/*width:700px;*/
	/*border:1px solid #000; */
	text-align:right;
	float:right;
	display:inline-block;
	clear:both;
}

#m_paging_left, #m_paging_right, #m_paging_number, #m_paging_link {
	float:left;
	width:auto; /* 160 */
	height:20px;
	display:block;
	/*border:1px solid #000;*/
}



#m_paging_left span, #m_paging_right span, #m_paging_left div, #m_paging_right div, #m_paging_link div {
	border:1px solid #ff8ebb;
	color:#BDBDBD;
	padding:4px 4px;
	margin:0px 1px;
	width:11px;
	height:10px;
	float:left;
	font-size:12px;
	font-family:"Trebuchet MS", Arial;
	text-align: center;
}

#m_paging_link div {
	border:1px solid #cd2d6d;
	text-align: center;
	min-width: 11px;
}


#m_paging_left a, #m_paging_right a {
	/*border:1px solid #cd2d6d;*/
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	/*
	padding:0px 4px;
	margin:0px 1px;*/
	/*width:20px; height:20px;*/


}

#m_paging_number {
	width:auto; /* 520 390 */
	/*text-align:center;*/
	/*height:20px;*/
	display:block;
	color:#005b7f;
	
}

#m_paging_number div a, #m_paging_active {
	font-family:"Trebuchet MS", Arial;
	color:#cd2d6d;
	font-size:12px;
	border:1px solid #cd2d6d;
	padding:2px 4px 0 4px;
	margin:0px 2px;
	/*width:10px;
	height:10px;*/
	float:left;
	width:auto;
	height:16px;
	display:inline-block;
	text-decoration:none;
	min-width: 11px;
	text-align: center;
}



#m_paging_number a:hover, #m_paging_active {
	background-color:#cd2d6d;
	border:1px solid #cd2d6d;
	color:#fff;
	min-width: 11px;
	text-align: center;
}
/*--- END paging ---*/

