/******************************************************
	Title:    UBB
	Author:   Sia Alexieva
	Company:  Mag Studio
	Updated:  16/07/2009
	Style:    RESET Stylesheet
******************************************************/



/* ******************************* STYLES */

/* ........ Margins & Paddings */
	body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, h1, h2, h3, h4, h5, h6 {
		margin: 0px;
		padding: 0px;
	}
/* ........................... */


/* ................... Borders */
	acronym, abbr, fieldset, img, a img {
		border: 0px;
	}
/* ........................... */


/* ..................... Fonts */
	address, caption, cite, code, dfn, var {
		font-style: normal;
		font-weight: normal;
	}
/* ........................... */


/* .................. Outlines */
	:focus {
		outline: 0px;
	}
/* ........................... */





/* ***************************** ELEMENTS */

/* .................. Headings */
	h1, h2, h3, h4, h5, h6, table {
		font-size: 100%;
		font-weight: normal;
	}
/* ........................... */


/* ................ Hyperlinks */
	a {
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}
/* ........................... */


/* ..................... Lists */
	ul, ol, li {
		list-style: none;
	}
/* ........................... */


/* .................... Tables */
	table {
		border-collapse: collapse;
		border-spacing: 0px;
		
	}

	td 
	{
		padding-left:5px;
	}

	caption, th {
		text-align: left;
		font-weight: normal;
		font-style: normal;
	}
/* ........................... */


/* ..................... Forms */
	form br {
		clear: both;
		line-height: 0pt;
		font-size: 0pt;
	}

	textarea {
		overflow: auto;
	}

/* ........................... */