/*
	Current version: 1.0
	
	Site: Master
	www: master.atrox.se
	Author: Malin Klingsell, malin.klingsell@atrox.se
	Notes:
*/

html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 100%/1.2 arial, helvetica, sans-serif;
}
select, textarea, input
{
}
html body
{ 
	font-size: 76%;
	color: #000;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: Arial, Helvetica, tahoma, sans-serif;
}

h1
{
	color: #23489e;
	font-size: 2.2em;
	line-height: 1.15em;
	margin:0 0 .4em 0;
	padding:0;
}

h2
{
	color: #000000;
	font-size: 1.4em;
	line-height:1.2em;
	margin: .3em 0;
	padding:0;
}

h3
{
	color: #000000;
	font-size: 1.3em;
	padding: 0 0 .3em 0;
	line-height:1em;
	margin: .3em 0;
}

h4, h5, h6
{
	color: #666;
	font-size: 1.3em;
	padding: .5em 0;
}

p
{
	color: #333333;
	padding: 0 0 1em 0;
	margin: 0 !important;
	line-height:1.4em;
}

p, table, td, div
{
	font-size: 1em;
	font-family: Arial, Helvetica, tahoma, sans-serif;
}

/* Links */
a
{
	color: #004d8e;
	text-decoration: none;
}
	a:hover
	{
		color: black;
		text-decoration: underline;
	}

/* Forms */
fieldset
{
}
legend
{
}
form
{
}
input, select, textarea
{
	font-family: Arial, Helvetica, tahoma, sans-serif;
	font-size: 10px;
}
input
{
}
select
{

}
textarea
{
}

/* Lists */
ul, ol
{
	margin: 0 1em 1em 1.5em;
	padding: 0 0 0 0;
}


li
{
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	color: #333333;
	line-height:1.4em;
}

dl
{
}
dt
{
}
dd
{
}

/* Other */
br
{
	float: none;
	clear: both;
}
img
{
	border: 0;
}
hr
{
	border: 0;
	border-bottom: 1px dotted #666; 
	height: 0px;
	margin: 5px 0;
}

/* Global Messages */

.msgInfo
{
	color: green;
}
.msgWarning
{
	color: yellow;
}
.msgError
{
	color: red;
}

/* Styles accessed trough TinyMCE */

