/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 1em/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 2.1em;
}

h4 {
	font-size: 1.9em;
}

h5 {
	font-size: 1.7em;
}

h6 {
	font-size: 1.5em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Container >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23 {
	position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
	width: 30px;
}

.container_24 .grid_2 {
	width: 70px;
}

.container_24 .grid_3 {
	width: 110px;
}

.container_24 .grid_4 {
	width: 150px;
}

.container_24 .grid_5 {
	width: 190px;
}

.container_24 .grid_6 {
	width: 230px;
}

.container_24 .grid_7 {
	width: 270px;
}

.container_24 .grid_8 {
	width: 310px;
}

.container_24 .grid_9 {
	width: 350px;
}

.container_24 .grid_10 {
	width: 390px;
}

.container_24 .grid_11 {
	width: 430px;
}

.container_24 .grid_12 {
	width: 470px;
}

.container_24 .grid_13 {
	width: 510px;
}

.container_24 .grid_14 {
	width: 550px;
}

.container_24 .grid_15 {
	width: 590px;
}

.container_24 .grid_16 {
	width: 630px;
}

.container_24 .grid_17 {
	width: 670px;
}

.container_24 .grid_18 {
	width: 710px;
}

.container_24 .grid_19 {
	width: 750px;
}

.container_24 .grid_20 {
	width: 790px;
}

.container_24 .grid_21 {
	width: 830px;
}

.container_24 .grid_22 {
	width: 870px;
}

.container_24 .grid_23 {
	width: 910px;
}

.container_24 .grid_24 {
	width: 950px;
}

/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
	padding-left: 40px;
}

.container_24 .prefix_2 {
	padding-left: 80px;
}

.container_24 .prefix_3 {
	padding-left: 120px;
}

.container_24 .prefix_4 {
	padding-left: 160px;
}

.container_24 .prefix_5 {
	padding-left: 200px;
}

.container_24 .prefix_6 {
	padding-left: 240px;
}

.container_24 .prefix_7 {
	padding-left: 280px;
}

.container_24 .prefix_8 {
	padding-left: 320px;
}

.container_24 .prefix_9 {
	padding-left: 360px;
}

.container_24 .prefix_10 {
	padding-left: 400px;
}

.container_24 .prefix_11 {
	padding-left: 440px;
}

.container_24 .prefix_12 {
	padding-left: 480px;
}

.container_24 .prefix_13 {
	padding-left: 520px;
}

.container_24 .prefix_14 {
	padding-left: 560px;
}

.container_24 .prefix_15 {
	padding-left: 600px;
}

.container_24 .prefix_16 {
	padding-left: 640px;
}

.container_24 .prefix_17 {
	padding-left: 680px;
}

.container_24 .prefix_18 {
	padding-left: 720px;
}

.container_24 .prefix_19 {
	padding-left: 760px;
}

.container_24 .prefix_20 {
	padding-left: 800px;
}

.container_24 .prefix_21 {
	padding-left: 840px;
}

.container_24 .prefix_22 {
	padding-left: 880px;
}

.container_24 .prefix_23 {
	padding-left: 920px;
}

/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
	padding-right: 40px;
}

.container_24 .suffix_2 {
	padding-right: 80px;
}

.container_24 .suffix_3 {
	padding-right: 120px;
}

.container_24 .suffix_4 {
	padding-right: 160px;
}

.container_24 .suffix_5 {
	padding-right: 200px;
}

.container_24 .suffix_6 {
	padding-right: 240px;
}

.container_24 .suffix_7 {
	padding-right: 280px;
}

.container_24 .suffix_8 {
	padding-right: 320px;
}

.container_24 .suffix_9 {
	padding-right: 360px;
}

.container_24 .suffix_10 {
	padding-right: 400px;
}

.container_24 .suffix_11 {
	padding-right: 440px;
}

.container_24 .suffix_12 {
	padding-right: 480px;
}

.container_24 .suffix_13 {
	padding-right: 520px;
}

.container_24 .suffix_14 {
	padding-right: 560px;
}

.container_24 .suffix_15 {
	padding-right: 600px;
}

.container_24 .suffix_16 {
	padding-right: 640px;
}

.container_24 .suffix_17 {
	padding-right: 680px;
}

.container_24 .suffix_18 {
	padding-right: 720px;
}

.container_24 .suffix_19 {
	padding-right: 760px;
}

.container_24 .suffix_20 {
	padding-right: 800px;
}

.container_24 .suffix_21 {
	padding-right: 840px;
}

.container_24 .suffix_22 {
	padding-right: 880px;
}

.container_24 .suffix_23 {
	padding-right: 920px;
}

/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
	left: 40px;
}

.container_24 .push_2 {
	left: 80px;
}

.container_24 .push_3 {
	left: 120px;
}

.container_24 .push_4 {
	left: 160px;
}

.container_24 .push_5 {
	left: 200px;
}

.container_24 .push_6 {
	left: 240px;
}

.container_24 .push_7 {
	left: 280px;
}

.container_24 .push_8 {
	left: 320px;
}

.container_24 .push_9 {
	left: 360px;
}

.container_24 .push_10 {
	left: 400px;
}

.container_24 .push_11 {
	left: 440px;
}

.container_24 .push_12 {
	left: 480px;
}

.container_24 .push_13 {
	left: 520px;
}

.container_24 .push_14 {
	left: 560px;
}

.container_24 .push_15 {
	left: 600px;
}

.container_24 .push_16 {
	left: 640px;
}

.container_24 .push_17 {
	left: 680px;
}

.container_24 .push_18 {
	left: 720px;
}

.container_24 .push_19 {
	left: 760px;
}

.container_24 .push_20 {
	left: 800px;
}

.container_24 .push_21 {
	left: 840px;
}

.container_24 .push_22 {
	left: 880px;
}

.container_24 .push_23 {
	left: 920px;
}

/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
	left: -40px;
}

.container_24 .pull_2 {
	left: -80px;
}

.container_24 .pull_3 {
	left: -120px;
}

.container_24 .pull_4 {
	left: -160px;
}

.container_24 .pull_5 {
	left: -200px;
}

.container_24 .pull_6 {
	left: -240px;
}

.container_24 .pull_7 {
	left: -280px;
}

.container_24 .pull_8 {
	left: -320px;
}

.container_24 .pull_9 {
	left: -360px;
}

.container_24 .pull_10 {
	left: -400px;
}

.container_24 .pull_11 {
	left: -440px;
}

.container_24 .pull_12 {
	left: -480px;
}

.container_24 .pull_13 {
	left: -520px;
}

.container_24 .pull_14 {
	left: -560px;
}

.container_24 .pull_15 {
	left: -600px;
}

.container_24 .pull_16 {
	left: -640px;
}

.container_24 .pull_17 {
	left: -680px;
}

.container_24 .pull_18 {
	left: -720px;
}

.container_24 .pull_19 {
	left: -760px;
}

.container_24 .pull_20 {
	left: -800px;
}

.container_24 .pull_21 {
	left: -840px;
}

.container_24 .pull_22 {
	left: -880px;
}

.container_24 .pull_23 {
	left: -920px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* LAYOUT.CSS */

/* **********************************************************
 	WRAPPER
   ********************************************************** */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background: #93363a url(../images/background_site.jpg) repeat-x;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#wrap_l {
	/* background-image: url(../img/frame/frame_left.gif); 
	background-repeat: repeat-y; 
	background-color: #FFF */
	background-color: #F8F8F8;
	border-top: 4px solid #666;
	float: left;
	width: 100%;
}

#wrap_r {
	/* background-image: url(../img/frame/frame_right.gif);
	background-repeat: repeat-y;
	background-position: right; */
	float: left;
	width: 100%;
}


/* **********************************************************
 	HEADER
   ********************************************************** */

#header {
	height: 100% !important;
	/*border-top: 4px solid #666;*/
	background: #F8F8F8;
}

#sitetitle { margin-top: 20px; }
#sitetitle img { margin-left: 20px; }
#sitetitle p {
	margin: 0 0 0 35px;
	font-size: 12px;
	color: #999;
}

#headerimage { 
	margin: 20px 0 0 0; 
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ddd;
}

#headerutils { margin-top: 20px; }

#stylechanger {	
	float: right;
	margin: 5px 20px 5px 0;
}

#search {
	clear: right;
	float: right;
	margin: 5px 20px 5px 0;
}

#breadcrumb {
	height: 30px;
	background-color: #F8F8F8;
	/*border-bottom: 1px dotted #ccc;*/
}

#breadcrumb p {
	margin: 5px 0 5px 10px;
	color: #999;
	font-size: 10px;
}



/* **********************************************************
 	CONTENT / TOPBOXES / BOTTOMBOXES / SIDEBAR
   ********************************************************** */

#contentwrapper {
	background-color: #F8F8F8;
	height: 100%;
}

#content { height: 100%; }

#header-box1_1, #header-box1_2, #header-box1_3,
#header-box2_1, #header-box2_2, #header-box2_3 {
	background-color: #FFF;
	background-image: url(../images/gradient_vert_black_5-14percent.png);
	background-repeat: repeat-x;
	background-position: 0 108%;
}

#output_component_1, #output_component_2, #output_component_3 { height: 100% !important; height: 300px; min-height: 300px !important; }
#output_component_1, 
#output_component_2,
#output_component_3 { background: #FFF; margin: 0; padding: 0; }

#sidebar_1 { height: 100%; }
#sidebar_2 {
	height: 100%;
	min-height: 200px;
	padding-top: 10px;
}

#bottomboxes { background: #F8F8F8; }

#bottom-box1, #bottom-box2, #bottom-box3, #bottom-box4 { 
	height: 100%; 
	background-image: url(../images/gradient_vert_black_5-14percent.png);
	background-repeat: repeat-x;
	background-position: 0 108%;
	background-color: #FFF;
}

/* **********************************************************
 	FOOTER
   ********************************************************** */

#footer {
	float: left;
	width: 100%;
	height: 100% !important;
	background: #F8F8F8;
	border-bottom: 4px solid #666;
}

#footer .leftcorner {
	background: url(../images/frame/frame_bottom_left.gif) 0 0 no-repeat;
	height: 100%;
	width: 100%;
}

#footer .middle {
	background: url(../images/frame/frame_bottom.gif) 0 0 repeat-x;
	height: 100%;
	width: 100%;
}

#footer .rightcorner {
	background: url(../images/frame/frame_bottom_right.gif) 100% 0 no-repeat;
	width: 100%;
	height: 100%;
}

#footermenu { float: right; }

#syndicate { display: inline; }

#syndicate .mod-content { 
	margin: 0; 
	padding: 0; 
}

#syndicate img {
	vertical-align: top;
	padding: 0 2px;
}

#syndicate p { 
	margin: 0 10px 0 0;
	padding: 0;
	float: left; 
	width: auto; 
}


/* **********************************************************
 	Distance classes
   ********************************************************** */

.vdistance_10px { float: left; width: 100%;	height: 10px; }
.vdistance_20px { float: left; width: 100%; height: 20px; }
.vdistance_20px_1 { float: left; width: 100%; height: 20px; background: url(../images/horizontal_dot_grey_3x1.png) top right repeat-y; }
.vdistance_20px_2,
.vdistance_20px_3 { float: left; width: 100%; height: 20px; background: url(../images/horizontal_dot_grey_3x1.png) top left repeat-y; }

.inbox_all_10px { padding: 10px; }
.inbox_all_5px { padding: 5px; }
.inbox_leftright_15px { padding: 0 15px 0 15px; }
.inbox_leftright_10px { padding: 0 10px 0 10px; }
.inbox_leftright_7px { padding: 0 7px 0 7px; }
.inbox_leftright_5px { padding: 0 5px 0 5px; }
.inbox_leftright_3px { padding: 0 3px 0 3px; }
.inbox_leftright_2px { padding: 0 2px 0 2px; }
.inbox_leftright_1px { padding: 0 1px 0 1px; }/* TYPOGRAPHY.CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Heading */
h1, .componentheading { font-size: 1.8em; }
h2, .contentheading { font-size: 1.5em; font-weight: normal;}
h3 { font-size: 1.25em; }
h4, h5, h6 { font-size: 1em; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; }


h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address, 
.componentheading, .contentheading, .blog_more strong {
	margin: 0.5em 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

/* indent lists */
li,dd {	margin-left: 2em; }

/* Small text sizes */
small, .small, .smalldark, .mosimage_caption, .createdby, .createdate, .modifydate, a.readon, 
.img_caption, .content_vote, .content_rating, .iteminfo, .tool-tip {
	color: #666;
	font-size: 92%;
}

.tool-title { font-weight: bold; }

.button, .pagenav, a.readon {
	font-size: 92%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
	color: #333;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 5px;
	list-style: disc;
	line-height: 180%;
}

ol li {
	margin-left: 25px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 0;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}

.blog_more strong {	font-size: 125%; }
.category {	font-weight: bold; }
table.blog .contentheading { font-size: 150%; }

/*#copyright p, #footermenu p { line-height: 90%; font-size: 0.7em; }*//* MENU.CSS */

/* **********************************************************
 	MENU DEFAULT
   ********************************************************** */
div.module p { line-height: 100%; }
div.moduletable p { line-height: 100%; }
div.moduletable_menu p { line-height: 100%; }

/* menutitle */
div.moduletable_menu h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-transform:uppercase;
}

/* Dottet line on top */
ul.menu {
	margin: 0 0 30px 0;
	padding: 1px 0 0;
	list-style: none;
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x bottom;
}


/* MENU LEVEL 1 */
ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	list-style: none;
}

ul.menu li a {
	padding: 5px 0;
	display: block;
	color: #333333;
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x top;
	text-decoration: none;
	outline: none;
}

ul.menu li a span {
	padding-left: 16px;
	/* background: url(../img/bullet_blue_5x5.png) no-repeat 5px 3px;*/
}


ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #000;
	background: #ccc url(../images/horizontal_dot_grey_3x1.png) repeat-x top;
	text-decoration: none;
}

/* Activated menu entry level 1 */
ul.menu li.active a {
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x top #F6F6F6;
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}

/* List icon infront or behind of the menu entry */
ul.menu li.active a span {
	/*background: url(../img/bullet_blue_7x7.png) no-repeat 3px 5px; */
}


/* MENU LEVEL 2 */
ul.menu li li a span { background: none; }

ul.menu li ul {
	margin: 0 0 10px 0;
	padding: 0 !important;
	list-style: none;
}

ul.menu li li {
	padding: 0 0 0 15px !important;
	list-style: none;
}

ul.menu li li a {
	line-height: 125%;
	color: #333 !important;
	background: none !important;
	/*background: url(../img/horizontal_dot_grey_3x1.png) repeat-x bottom;*/
	font-size: 92%;
	font-weight: normal !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #000 !important;
	background: #ccc !important;
	/*background: url(../img/horizontal_dot_grey_3x1.png) repeat-x bottom #ccc;*/
	text-decoration: none;
}

ul.menu li li a span {
}

ul.menu li li.active a {
	/*background: url(../img/horizontal_dot_grey_3x1.png) repeat-x bottom !important;*/
	background-color: #F6F6F6 !important;
	color: #00F !important;
	font-weight: bold !important;
	text-decoration: none;
}

ul.menu li li.active a span {
	background: url(../images/arrow_lightblue_right.png) no-repeat 5px 3px;
}

/* **********************************************************
 	MENU BOTTOM / FOOTER
   ********************************************************** */

#footer ul.menu {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	background: none;
}


/* MENU LEVEL 1 */
#footer ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	display: inline;
}

#footer ul.menu li a {
	float: right;
	display: block;
	padding: 0;
	background: none;
	color: #333333;
	text-decoration: none;
	outline: none;
}

#footer ul.menu li a span {
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer ul.menu li a:hover,
#footer ul.menu li a:active,
#footer ul.menu li a:focus {
	color: #333;
	background: #ccc;
	text-decoration: none;
}

/* Activated menu entry level 1 */
#footer ul.menu li.active a {
	color: #03F;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

/* List icon infront or behind of the menu entry */
ul.menu li.active a span {
}/* MODULES.CSS */

/* **********************************************************
 	MODUL 'DEFAULT'
   ********************************************************** */

div.moduletable h3 {
	margin: 0;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
}

/* **********************************************************
 	MODUL 'DEFAULT' STYLE DIV (qROUNDED)
   ********************************************************** */

div.module h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	color: #000000;
}

div.module .qmod-separator {
	margin: 0;
	height: 2px;
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x bottom;
}

div.module .qmod-content {
	margin: 8px 0 30px 0;
	color: #333;
}


/* **********************************************************
 	MODUL SIDEBAR_2
   ********************************************************** */

div.module_sidebar2 {
	background: url(../images/rounded_box_white_topleft.png) 0 0 no-repeat;
	padding: 0;
}

div.module_sidebar2 div {
	background: url(../images/rounded_box_white_bottomleft.png) 0 100% no-repeat;
	margin: 0;
	padding: 0;
}

div.module_sidebar2 div div {
	background: url(../images/rounded_box_white_topright.png) 100% 0 no-repeat;
}

div.module_sidebar2 div div div {
	background: url(../images/rounded_box_white_bottomright.png) 100% 100% no-repeat;
	padding: 5px;
	margin-bottom: 20px;
}

div.module_sidebar2 div div div div { background: none; }

div.module_sidebar2 h3 {
	margin: 7px 10px -5px 10px;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
	color: #000000;
}

div.module_sidebar2 .qmod-separator {
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #ccc;
}

div.module_sidebar2 .qmod-content {
	margin: 5px 5px 10px 5px;
	color: #333;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow_lightblue_up.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow_lightblue_down.png) no-repeat 90% 60%;
	cursor: pointer;
}


/* **********************************************************
 	MODUL SEARCH
   ********************************************************** */

#search .inputbox {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	color: #666;
	background: #FFF url(../images/icon_search_grey.png) no-repeat center right;
	font-size: 92%;
}

#search .inputbox:hover, #search .inputbox:focus {
	background-color: #333;
	color: #fff;
}

#search label { display: none; }


/* **********************************************************
 	MODUL LOGIN
   ********************************************************** */

#mod_login_username { margin-bottom: 10px; }

/* **********************************************************
 	MODUL POLL
   ********************************************************** */
   
.poll fieldset {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

.poll input { margin: 5px 10px 0 0; }/* JOOMLA.CSS */

/* **********************************************************
 	GENERAL TAGS
   ********************************************************** */

a:link, a:visited {
	text-decoration: none;
	color: #666;
}

li a, li a:visited, 
ul a, ul a:visited, 
div a, div a:visited
 {
	text-decoration: none;
	color: #666;
}

a:hover, a:focus, a:active,
li a:hover, li a:focus, li a:active, 
ul a:hover, ul a:focus, ul a:active,
div a:hover, div a:focus, div a:active {
	color: #000;
	text-decoration: underline;
}


/* **********************************************************
 	FORM GENERAL
   ********************************************************** */
form {
	margin: 0 0 20px 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
}

.button {
	padding: 3px 5px;
	border: 1px solid #999;
	background: #ccc url(../images/gradient_vert_black_1-10percent.png) repeat-x top;
	color: #333;
}

.button:hover, .button:focus {
	border: 1px solid #000;
	background: #666;
	color: #FFF;
}

* html .button { padding: 2px 0 !important; /*IE 6*/ }
*+html .button { padding: 2px 0 !important; /*IE 7*/ }

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus { background: #FFFFCC; }

.invalid { border-color: red !important; }
label.invalid { color: red; }


/* **********************************************************
 	STYLES OF JOOMLA
   ********************************************************** */

.leading_separator
{
	clear: both;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.column_separator {	padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1, .column2
{
	margin: 0;
}

.column1
{
	float: left;
}

.column2
{
	float: right;
	width: 45%;
}

.article_row
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	padding: 0;
}


/* content tables */
.sectiontableheader {
	padding: 8px 5px;
	background: #444;
	color: #FFF;
}

td.sectiontableheader {
  padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x bottom #F8F8F8;
}

tr.sectiontableentry1:hover td, tr.sectiontableentry1:active td, tr.sectiontableentry1:focus td,
tr.sectiontableentry2:hover td, tr.sectiontableentry2:active td, tr.sectiontableentry2:focus td {
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x bottom #999;
	color: #FFF;
}

tr.sectiontableentry1:hover a, tr.sectiontableentry1:active a, tr.sectiontableentry1:focus a,
tr.sectiontableentry2:hover a, tr.sectiontableentry2:active a, tr.sectiontableentry2:focus a {
	color: #000;
}

tr.sectiontableentry1 a:hover, tr.sectiontableentry2 a:hover {
	color: #FFF;
}


table.blog { width: 100%; }
table.blog .contentheading { }

.componentheading {
	padding: 5px 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	padding: 5px 0 8px;
	margin: 0;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.contentpaneopen td, 
table.contentpane td { }

table.contenttoc {
	clear: both;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet_blue_5x5.png) no-repeat 5% 50%;
}

table.contenttoc th {
	display: block;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.moduletable {	padding: 0; }


.blog_more {
	padding: 10px 0;
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet_blue_5x5.png) no-repeat 6px 8px;
}


.category {
	margin-top: 20px;
}



a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin: 10px 0 10px 0;
	padding: 3px 5px 1px 14px;
	display: block;
	background: url(../images/arrow_darkblue_right.png) no-repeat 5px 49%;
	color: #03F;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/arrow_darkblue_right.png) no-repeat 5px 49% #FFF;
	color: #09F;
}


ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/horizontal_dot_grey_2x2.png) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavcounter { margin: 10px 0 20px 0; }
.pagenav { }
.pagenav a { 
	text-decoration: none;	
	color: #03F; 
	font-weight: bold; 
}
.pagenav a:hover, .pagenav a:active, pagenav a:focus { color: #09F; }
.pagenav_next, .pagenav_prev { padding: 3px 5px; }
.pagenavbar { 
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* **********************************************************
 	ARTICLE META DATA
   ********************************************************** */
.createby {
	clear: left;
	float: left;
	width: 100%;

}

.createdate, .modifydate { 
	clear: left;
	float: left;
	width: 100%;
 }

.buttonheading {
	clear: both;
	display: block;
	text-align: right;
	width: auto;
}

.buttonheading img {
	margin: 0 3px;
	border: 0;
}


.content_rating img { margin: 2px; }
.content_vote input { margin:0 5px; }

.iteminfo, .pageinfo { margin: 0; padding: 0; color: #000;}
.iteminfo a, .pageinfo a { 
	text-decoration: none; 
	padding: 2px; 
	margin-right: 5px;
	color: #000; }

.iteminfo a:hover, .pageinfo a:hover
.iteminfo a:active, .pageinfo a:active
.iteminfo a:focus, .pageinfo a:focus {
	color: #333;
	background: #ccc;
	text-decoration: none;
}



/* **********************************************************
 	CONTACTS
   ********************************************************** */

div.contact { margin: 10px 0 }

address { margin: 30px 0; }
span.marker { margin: 0 10px 0 0 }

.contact label {
	float: left;
	font-weight: bold;
	width: 11em;
	margin:10px 0 0;
}

.contact_email_checkbox label { float: none !important; }

.contact label.copy { padding: 0 0 0 10px; }

.contact form {
	background: #F8F8F8;
	color: #333;
	padding: 20px;
	margin: 10px 0;
}

.contact input {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	padding: 5px 5px;
	margin: 10px 0 0 0;
}

label.textarea {
	float: none !important;
	margin: 10px 0;
	display: block;
}

#contact_text {
	width: 90%;
	height: 150px;
}

.contact input.invalid, .contact textarea.invalid {	border: 2px solid red; }
.contact label.invalid { color: red; }

/* Error Message contact form */
p.error {
	color: #93246F;
	background: #F2E3ED;
	border-top: 3px solid #93246F;
	border-bottom: 3px solid #93246F;
	padding: 10px;
}

/* **********************************************************
 	LOGIN / VALIDATE FORMS
   ********************************************************** */
   
.form-validate { clear: both; }

.form-validate label {
	clear: left;
	float: left;
	width: 12em;
	margin: 10px 0 0 0; 
}
	
.form-validate input {
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	background: #FFF;
}

.form-validate .validate {
	margin: 10px 0 0 0;
	padding: 3px 5px;
	border: 1px solid #999;
	background: #ccc url(../images/gradient_vert_black_1-10percent.png) repeat-x top;
	color: #333;
}	

.form-validate .validate:hover, .form-validate .validate:focus {
	border: 1px solid #000;
	background: #666;
	color: #FFF;
}

.form-validate .inputbox { 
	background: #FFF; 
	border: 1px solid #ccc; 
}

.form-validate .inputbox:hover, .form-validate .inputbox:focus {
	border: 1px solid #000;
	background: #FFFFCC;
	color: #000;
}


/* **********************************************************
 	POLL
   ********************************************************** */

#poll label { }
#poll .inputbox { margin-left: 10px; }

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
	background: #F8F8F8;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder th {
	padding: 5px 0;
	background: #333;
	color: #FFF;
	border-bottom: 2px solid #666;
	text-indent: 5px;
}

table.pollstableborder td {
	padding: 4px !important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td {
	background: url(../images/horizontal_dot_grey_3x1.png) repeat-x bottom;
}

.poll dl { 
	float: left; 
	width: 100%; 
	margin: 0 0 40px 0; 
}

.poll dt { 
	clear: both;
	float: left;
	width: 12em;
	font-weight: bold; 
}

.poll dd {
	float: left;
	margin: 0 0 5px 0;
}




/* **********************************************************
 	WEBLINKS
   ********************************************************** */

div.weblinks .contentdescription { 
	display: block; 
	margin-bottom: 20px;}

div.weblinks .contentdescription img { 
	margin: 0 20px; 
}

div.weblinks img {
	margin: 0 10px 0 0;
}

/* **********************************************************
 	SEARCH
   ********************************************************** */

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px !important;
}