/* Default CSS www.revisorsnamnden.se */
/* Version: CVS $Id: default.css,v 1.64 2007-11-12 19:21:54 perros Exp $ */


/* -----------------------------------------------
	PAGE GLOBAL START
----------------------------------------------- */

*
/* global white space reset */
{
	margin: 0;
	padding: 0;
}

body
/* body */
{
	background: #C2C2C2 url('css-img/background.gif') top left repeat-x;
	background-attachment: fixed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

a, a:visited, a:active, a:hover
/* global link */
{
	color: #00529B;
	text-decoration: underline;
}

a img, a:hover img
/* global img link */
{
	text-decoration: none;
}

/* -----------------------------------------------
	PAGE GLOBAL STOP
----------------------------------------------- */


/* -----------------------------------------------
	DIV COLLECTION START
----------------------------------------------- */

#wrapper
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#mainContentDiv
{
	min-height: 300px;
}

#footerShadowDiv
{
	height: 30px;
	background: url('css-img/footer_shadow.gif') left top repeat-x;
}

/* -----------------------------------------------
	DIV COLLECTION STOP
----------------------------------------------- */


/* -----------------------------------------------
	TOP START
----------------------------------------------- */

.logotypePrint
{
	display: none;
	margin-bottom: 30px;
}

#accessDiv
{
	font-size: 0.7em;
	line-height: 120%;
	height: 10px;
}

#access
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9999px;
}

.topShadow
{
	position: absolute;
	top: 10px;
	width: 10px;
	height: 200px;
}

.topShadowLeft
{
	left: -9px;
	background /* IE > 7 hide */: url('css-img/top_shadow_left.png') left top no-repeat;
}

.topShadowRight
{
	right: -9px;
	background /* IE > 7 hide */: url('css-img/top_shadow_right.png') left top no-repeat;
}

#top
{
	position: relative;
	height: 30px;
	font-size: 0.7em;
	line-height: 140%;
	color: #858585;
	border-top: #DDD 1px solid;
	border-right: #DDD 1px solid;
	border-left: #DDD 1px solid;
}

#top span
{
	position: absolute;
	bottom: 0;
	font-size: 90%;
	line-height: 120%;
	text-transform: uppercase;
	padding: 8px 30px;
}

#top ul
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 8px 29px;
}

#top ul li
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top a, #top a:visited, #top a:active, #top a:hover
{
	display: block;
	color: #858585;
	text-decoration: underline;
}

#top ul li a
{
	padding: 0 10px 0;
}

.english
{
	background: url('css-img/english.gif') right center no-repeat;
	padding-right: 27px! important;
}

#top .devider
{
	padding-right: 10px;
}

/* -----------------------------------------------
	TOP STOP
----------------------------------------------- */


/* -----------------------------------------------
	MID START
----------------------------------------------- */

#mid
{
	position: relative;
	height: 140px;
	background: url('css-img/top.gif') left top repeat-x;
	border-right: #666 1px solid;
	border-left: #666 1px solid;
	margin-bottom: 25px;
}

#logotype
{
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 1000;
	background: url('css-img/logotypeShadow.gif') left top no-repeat;
	width: 120px;
	height: 140px;
	margin: 0;
	padding: 0;
}

#logotype a
{
	display: block;
	background: url('css-img/logotype.gif') left top no-repeat;
	width: 110px;
	height: 120px;
	margin: 10px 5px 0;
}

/* -----------------------------------------------
	MID STOP
----------------------------------------------- */


/* -----------------------------------------------
	TOOLBAR START
----------------------------------------------- */

#toolbar
{
	font-size: 0.6em;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
}

#toolbar ul
{
	float: right;
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 5px 0;
}

#toolbar ul li
{
	background: url('css-img/toolbarShadow.gif') left bottom repeat-x;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px;
}

#toolbar div
{
	width: 5px;
	height: 35px;
}

#toolbar div.toolbarShadowLeft
{
	float: right;
	background: url('css-img/toolbarShadowLeft.gif') right bottom no-repeat;
	padding: 10px 0 0 0;
}

#toolbar div.toolbarShadowRight
{
	float: right;
	background: url('css-img/toolbarShadowRight.gif') left bottom no-repeat;
	padding: 10px 24px 0 0;
}

#toolbar a, #toolbar a:visited, #toolbar a:active
{
	display: block;
	width: auto;
	color: #FFF;
	text-decoration: none;
	padding: 9px 10px 10px;
}

#toolbar a:hover
{
	text-decoration: underline! important;
	color: #FFF;
}

.toolbarOne
{
	background: #A3A3A3 url('css-img/toolbarOne.gif') left bottom repeat-x;
	border-right: #A6A6A6 1px solid;
}

.toolbarTwo
{
	background: #858585 url('css-img/toolbarTwo.gif') left bottom repeat-x;
	border-right: #909090 1px solid;
}

.toolbarThree
{
	background: #666 url('css-img/toolbarThree.gif') left bottom repeat-x;
	border-right: #6B6B6B 1px solid;
}

.toolbarFour
{
	background: #333 url('css-img/toolbarFour.gif') left bottom repeat-x;
}

/* -----------------------------------------------
	TOOLBAR STOP
----------------------------------------------- */


/* -----------------------------------------------
	FOOTER START
----------------------------------------------- */

#footerDiv .footerLineDiv
{
	width: auto;
	height: 1px;
	margin: 5px 0 2px;
}

#footerDiv .footerLine
{
	display: none;
	width: 100%;
	height: 1px;
}

#footerDiv
{
	color: #858585;
	font-size: 0.7em;
	line-height: 140%;
	padding: 5px 30px 25px;
}

#footerDiv a, #footerDiv a:visited, #footerDiv a:active, #footerDiv a:hover
{
	color: #858585;
	text-decoration: underline;
}

#footerDiv ul
{
	float: right;
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerDiv ul li
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerDiv ul li a
{
	display: block;
	padding-left: 10px;
}

#footerDiv ul .devider
{
	padding-right: 10px;
}

/* -----------------------------------------------
	FOOTER STOP
----------------------------------------------- */


/* -----------------------------------------------
	TEXT START
----------------------------------------------- */

p
/* paragraph */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

p.ingress
{
	color: #858585;
	font-size: 0.8em;
	margin-bottom: 1em;
}

p.link
{
	background: url('css-img/link.gif') left top no-repeat;
	color: #858585;
	padding: 0 0 0 15px;
}

p.link span
{
	font-size: 90%;
}

p.document
{
	background: url('css-img/document.gif') left top no-repeat;
}

p.documentpdf
{
	background: url('css-img/document_pdf.gif') left top no-repeat;
}

h1
/* header */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: lighter;
	margin: -3px 0 0.5em;
}

h2
/* subheader */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #858585;
	font-weight: normal;
	margin: 1em 0;
	border-bottom: 1px #C2C2C2 solid; 
}

h3
/* paragraph header */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	color: #333;
	font-weight: bold;
	margin: 1em 0 0;
}

.foto, .author
{
	color: #858585;
	font-size: 0.6em;
	margin: 0;
}

/* -----------------------------------------------
	TEXT STOP
----------------------------------------------- */


/* -----------------------------------------------
	NEWSLIST START
----------------------------------------------- */

div.newslist
{
	margin-top: -4px;
}

.newslist h2
{
	font-size: 0.8em;
	line-height: 1.4em;
	color: #858585;
	font-weight: normal;
	margin: 0;
	border: 0;
}

.newslistimg
{
	margin: 5px 0 10px 10px;
}

/* -----------------------------------------------
	NEWSLIST STOP
----------------------------------------------- */


/* -----------------------------------------------
	NOTIS START
----------------------------------------------- */

.notis h2
{
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
	margin: 6px 0 0;
	border: 0;
}

.notissmall h2
{
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	margin: 6px 0 0;
	border: 0;
}

.notis p, .notissmall p
{
	margin: 0;
}

div.notissmall div
{
	min-height: 60px;
}

.notislink
{
	margin: 0;
}

.notisimg
{
	width: 10em;
	min-width: 160px;
	height: 5em;
	min-height: 80px;
	border-bottom: #FFF 2px solid;
}

/* -----------------------------------------------
	NOTIS STOP
----------------------------------------------- */


/* -----------------------------------------------
	LINKLIST START
----------------------------------------------- */

.linklist h2
{
	background: #333 url('css-img/smallheader_bg.gif') left top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 4px 5px 5px;
}

.linklist ul
{
	list-style: none! important;
	margin: 0! important;
	padding: 5px 5px 0! important;
}

.linklist li
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #858585;
	margin: 0 0 6px! important;
	padding: 0 0 0 15px! important;
}

.linklist li span
{
	font-size: 90%;
}

.linklist li.linklistlink
{
	background: url('css-img/link.gif') left top no-repeat;
}

.linklist li.linklistdocument
{
	background: url('css-img/document.gif') left top no-repeat;
}

.linklist li.linklistdocumentpdf
{
	background: url('css-img/document_pdf.gif') left top no-repeat;
}

/* -----------------------------------------------
	LINKLIST STOP
----------------------------------------------- */


/* -----------------------------------------------
	TABELITEM START
----------------------------------------------- */

.tabledata
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	border-collapse: collapse;
}

.tabledata thead th
{
	font-size: 0.6em;
	line-height: 130%;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #DDD;
	padding: 3px 5px;
}

.tabledata td
{
	border: 1px solid #DDD;
}

.tabledata tbody td
{
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 2px 5px 4px;
}

/* -----------------------------------------------
	TABELITEM STOP
----------------------------------------------- */


/* -----------------------------------------------
	BACKGROUND COLORS START
----------------------------------------------- */

.bgWhite
{
	background-color: #FFF;
	color: #333;
}

.bgRed
{
	background-color: #CC0000;
	color: #FFF;
}

.bgRedFuzzy
{
	background-color: #CC3333;
	color: #FFF;
}

.bgRedMedium
{
	background-color: #CC6666;
	color: #FFF;
}

.bgRedLight
{
	background-color: #99D699;
	color: #333;
}

.bgRedUltraLight
{
	background-color: #FFCCCC;
	color: #333;
}

.bgBlue
{
	background-color: #00529B;
	color: #FFF;
}

.bgBlueFuzzy
{
	background-color: #3375AF;
	color: #FFF;
}

.bgBlueMedium
{
	background-color: #6699CC;
	color: #FFF;
}

.bgBlueLight
{
	background-color: #99BAD7;
	color: #333;
}

.bgBlueUltraLight
{
	background-color: #CCDCEB;
	color: #333;
}

.bgGray
{
	background-color: #666;
	color: #FFF;
}

.bgGrayFuzzy
{
	background-color: #858585;
	color: #FFF;
}

.bgGrayMedium
{
	background-color: #A3A3A3;
	color: #FFF;
}

.bgGrayLight
{
	background-color: #C2C2C2;
	color: #333;
}

.bgGrayUltraLight
{
	background-color: #DDD;
	color: #333;
}


.bgBlack
{
	background-color: #000;
	color: #FFF;
}

.bgBlackFuzzy
{
	background-color: #333;
	color: #FFF;
}

.bgBlackLight
{
	background-color: #999;
	color: #FFF;
}

.bgBlackUltraLight
{
	background-color: #CCC;
	color: #FFF;
}

/* -----------------------------------------------
	BACKGROUND COLORS STOP
----------------------------------------------- */


/* -----------------------------------------------
	SEARCH START
----------------------------------------------- */

.searchForm h2
{
	background: #333 url('css-img/smallheader_bg.gif') left top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 4px 5px 5px;
}

.searchForm .searchBox
{
	padding: 5px 10px 0;
}

.searchBox label
{
	font-size: 0.7em;
	line-height: 1.4em;
	color: #FFF;
	vertical-align: middle;
}

.searchForm .searchInput
{
	width: 97%;
	border: 1px solid #858585;
	padding: 1px;
	vertical-align: middle;
}

.searchForm .searchInputSmall
{
	width: 40%;
	border: 1px solid #858585;
	padding: 1px;
	vertical-align: middle;
}

.searchForm .searchSelect
{
	width: 97%;
	border: 1px solid #858585;
	margin-top: 1px;
	padding: 1px;
	vertical-align: middle;
}

.searchForm .smallTxt
{
	font-size: 0.6em;
	line-height: 1.4em;
	color: #FFF;
}

#searchResult h2
{
	margin-top: -4px;
}

#searchResult h3
{
	font-size: 0.8em;
	line-height: 1.4em;
	color: #858585;
	font-weight: normal;
	margin: 0.5em 0 0;
	border: 0;
}

#searchResult .searchDocPdf
{
	background: url('css-img/document_pdf.gif') left top no-repeat;
	padding-left: 15px;
}

#searchResult .searchDoc
{
	background: url('css-img/document.gif') left top no-repeat;
	padding-left: 15px;
}

.smallSearch, .smallSearchSubject
{
	font-size: 0.6em;
	line-height: 1.2em;
	color: #666;
	margin: -8px 0 0.5em;
}

.smallSearchSubject
{
	margin: 0.5em 0;
}

h3.searchJumpBar
{
	white-space: normal;
	margin: 0.5em 0 0;
}

/* -----------------------------------------------
	SEARCH STOP
----------------------------------------------- */


/* -----------------------------------------------
	PRAXIS START
----------------------------------------------- */

.praxis ul
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
}

.praxis ul ul
{
	font-size: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.praxis ul ul ul
{
	padding: 0 0 0 15px;
}

.praxis ul li
{
	list-style: none;
	border-top: 1px solid #DDD;
	margin: 0.5em 0;
	padding: 2px 0 0;
}

.praxis ul ul li
{
	border: 0;
}

.praxis .praxisHeader
{
	font-weight: bold;
	text-decoration: none! important;
}

.praxis ul ul .praxisSubject
{
	width: 38.3em;
	min-width: 430px;
	background: url('css-img/praxis.gif') left top no-repeat;
	padding: 0 0 0 15px;
}

.praxis ul ul ul .praxisSubject
{
	width: 37em;
	min-width: 415px;
}

.praxis .praxisHeader span, .praxis .praxisSubject span
{
	font-weight: normal;
	color: #858585;
}

.praxis a, .praxis a:visited, .praxis a:active
{
	text-decoration: underline;
}

.praxis .praxisHeader a, .praxis .praxisHeader a:visited, .praxis .praxisHeader a:active
{
	text-decoration: none;
}

.praxis a:hover
{
	text-decoration: underline! important;
}

.praxis .references
{
	font-size: 90%;
	color: #858585;
	border: 1px solid #DDD;
	margin: 15px 0;
	padding: 2px 14px 0.5em;
}

.praxis .references a, .praxis .references a:visited, .praxis .references a:active
{
	display: inline;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}

.praxis .references a:hover
{
	text-decoration: underline;
}

.praxisDocument
{
	float: right;
	width: 5.4em;
	min-width: 60px;
	margin-top: -17px;
}

.praxisDocument span
{
	display: block;
	float: left;
}

.praxis .praxisDocument a
{
	display: block;
	background: url('css-img/document_pdf.gif') left top no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
}

.praxisDocumentPdf
{
	background: url('css-img/document_pdf.gif') left top no-repeat;
	vertical-align: middle;
	padding: 2px 0 2px 15px;
}

.praxisData
{
	font-size: 90%;
	line-height: 1.2em;
	color: #666;
	margin: 0.5em 0 0;
	padding: 0 0 0 15px;
}

.praxisDataCol
{
	float: left;
	width: auto;
	padding-right: 10px;
}


/* -----------------------------------------------
	PRAXIS STOP
----------------------------------------------- */


/* -----------------------------------------------
	SITEMAP START
----------------------------------------------- */

#sitemapForm div.sitemapForm
{
	padding: 10px 10px 0;
}

#sitemapForm h2
{
	background: #333 url('css-img/smallheader_bg.gif') left top repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 120%;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 4px 5px 5px;
}

#sitemapForm .inputSelect
{
	width: 99%;
	border: #858585 1px solid;
	padding: 1px;
}

.sitemap
{
	width: 16em;
	min-width: 255px;
}

.sitemapBox
{
	border: #C2C2C2 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#sitemapResult h2
{
	margin-top: -4px;
}

#sitemapResult p.link
{
	margin-bottom: 5px;
}

#sitemapResult ul
{
	margin: 0;
	padding: 0 0 0 6px;
}

#sitemapResult ul li
{
	list-style: url('css-img/link.gif');
	margin: 5px 10px;
}

/* -----------------------------------------------
	SITEMAP STOP
----------------------------------------------- */


/* -----------------------------------------------
	MAINCONTENTDIV LIST START
----------------------------------------------- */

#mainContentDiv ul.list
{
	margin: 0.5em 0;
	padding: 0 0 0 6px;
}

#mainContentDiv ol.list
{
	margin: 0.5em 0;
	padding: 0 0 0 15px;
}

#mainContentDiv .list li
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	margin: 0 10px 0.5em;
}

#mainContentDiv ul.list li
{
	list-style: url('css-img/li.gif');
}

#mainContentDiv ol.list li
{
	list-style: decimal;
}

#mainContentDiv .list li.whitelist
{
	color: #FFF;
}

#mainContentDiv ul.list li.whitelist
{
	list-style: url('css-img/li_white.gif');
}

/* -----------------------------------------------
	MAINCONTENTDIV LIST STOP
----------------------------------------------- */


/* -----------------------------------------------
	OBJECTS START
----------------------------------------------- */

tr
/* default tr */
{
	vertical-align: top;
}

td
/* default table-column */
{
	text-align: left;
	vertical-align: top;
}

img
/* default image */
{
	border: 0;
}

.transp
{
	width: 1px;
	height: 1px;
}

* html object.mov
/* hides the second object from all versions of IE */
{
    display: none;
}

* html object.secondobject/* IE hide */
/* displays the second object in all versions of IE apart from 5 on PC */
{
    display: inline;
}

* html object.secondobject
/* hides the second object from all versions of IE >= 5.5 */
{
    display /* IE hide */: none;
}

.devider
{
	background: url('css-img/devider.gif') right center no-repeat;
}

/* -----------------------------------------------
	OBJECTS STOP
----------------------------------------------- */


/* -----------------------------------------------
	LABELS INPUTS START
----------------------------------------------- */

form
/* default form */
{
	margin: 0;
	padding: 0;
}

fieldset
/* default fieldset */
{
	border: #CCC 1px solid;
	margin: 0 10px 0.5em;
	padding: 0;
}

input, select, textarea, .button, .checkbox, .radiobutton
/* default values */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
}

.checkbox
{
	margin: 2px 5px 0 0;
}

/* -----------------------------------------------
	LABELS INPUTS STOP
----------------------------------------------- */


/* -----------------------------------------------
	POP START tell a friend, noticeitem
----------------------------------------------- */

body.popBg
{
	background: #767676 url('css-img/popBackground.gif') top left repeat-x;
}

.popDiv
{
	width: 280px;
	margin: 0 auto;
}

.popLogotypeShadow
{
	background: url('css-img/popLogotypeShadow.gif') left bottom no-repeat;
	width: 120px;
	margin: 9px 0 0 -5px;
	padding: 0 5px 5px;
}

#pop label
{
	display: block;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #FFF;
}

#pop span
{
	display: block;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #FFF;
}

h1.pop
{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;
	font-weight: lighter;
	margin: 10px 0 0! important;
}

p.pop
{
	color: #FFF;
	margin: 0! important;
}

#pop .popInput
{
	width: 99%;
	border: #FFF 1px solid;
	margin-bottom: 0.5em;
	padding: 1px;
}

#pop .popSmallInput
{
	width: 50%;
}

#pop .popTextarea
{
	height: 6em;
}

#pop .checkbox, #pop .radiobutton
{
	width: auto;
	margin: -2px 0 10px 5px;
}

/* -----------------------------------------------
	POP STOP
----------------------------------------------- */


/* -----------------------------------------------
	UTIL START
----------------------------------------------- */

.clear
/* clear */
{
	clear: both;
}

.floatLeft
/* floatLeft */
{
	float: left;
}

.floatRight
/* floatRight */
{
	float: right;
}

.center
/* center align */
{
	text-align: center;
}

.left
/* left align */
{
	text-align: left;
}

.right
/* right align */
{
	text-align: right;
}

.middle
/* middle valign */
{
	vertical-align: middle;
}

.bottom
/* bottom valign */
{
	vertical-align: bottom;
}

.capitalize
/* capitalize */
{
	text-transform: capitalize! important;
}

.uppercase
/* uppercase */
{
	text-transform: uppercase! important;
}

.lowercase
/* lowercase */
{
	text-transform: lowercase! important;
}

.nowrap
/* nowrap */
{
	white-space: nowrap;
}

.bold
/* bold */
{
	font-weight: bold! important;
}

.normal, .normal:hover, .normal:visited, .normal:active
/* normal */
{
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.white, .white:hover, .white:visited, .white:active
/* white */
{
	color: #FFF! important;
}

.block
/* block */
{
	display: block;
}

.hide
/* hide */
{
	display: none;
}

.heightA
{
	height: 5px;
}

.heightB
{
	height: 10px;
}

.heightC
{
	height: 30px;
}

.heightD
{
	height: 60px;
}

.widthAuto
{
	width: auto;
}

.widthA
{
	width: 11.8em;
	min-width: 190px;
}

.widthB
{
	width: 23.1em;
	min-width: 370px;
}

.widthC
{
	width: 35.1em;
	min-width: 560px;
}

.widthD
{
	width: 47em;
	min-width: 750px;
}

.widthE
{
	width: 100%;
}

.widthF
{
	width: 1%;
}

.widthG
{
	width: 99%;
}

.widthH
{
	width: 17.5em;
	min-width: 280px;
}

.marginSmallTop
{
	margin-top: 5px;
}

.marginSmallBottom
{
	margin-bottom: 5px;
}

.marginSmallLeft
{
	margin-left: 5px;
}

.marginMinusTop
{
	margin-top: -10px;
}

.marginTop
{
	margin-top: 10px;
}

.marginRight
{
	margin-right: 10px;
}

.marginBottom
{
	margin-bottom: 10px;
}

.marginLeft
{
	margin-left: 10px;
}

.paddingSmallTop
{
	padding-top: 5px;
}

.paddingSmallBottom
{
	padding-bottom: 5px;
}

.paddingWideTop
{
	padding-top: 30px;
}

.paddingWideRight

{
	padding-right: 30px;
}

.paddingWideLeft
{
	padding-left: 30px;
}

.paddingTop
{
	padding-top: 10px;
}

.paddingRight

{
	padding-right: 10px;
}

.paddingBottom
{
	padding-bottom: 10px;
}

.paddingLeft
{
	padding-left: 10px;
}

.borderTop
{
	border-top: #C2C2C2 1px solid;
}

.borderRight
{
	border-right: #C2C2C2 1px solid;
}

.borderBottom
{
	border-bottom: #C2C2C2 1px solid;
}

.borderLeft
{
	border-left: #C2C2C2 1px solid;
}

.component
{
	clear: both;
	margin: 0 30px 10px;
}

.componentcenter
{
	clear: both;
	margin: 0 10px 10px;
}

.componentcenterright
{
	clear: both;
	margin: 0 30px 10px 10px;
}

.componentleft
{
	clear: both;
	margin: 0 0 10px 30px;
}

.componentright
{
	clear: both;
	margin: 0 30px 10px 0;
}

.indent1
{
}

.indent2
{
	padding-left: 20px;
}

.indent3
{
	padding-left: 40px;
}

.indent4
{
	padding-left: 60px;
}

.indent5
{
	padding-left: 80px;
}

/* -----------------------------------------------
	UTIL STOP
----------------------------------------------- */
