/*
Theme Name: tecbuscloud
Version: 2.0
*/

body, html {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* begin Page */
#art-main, table
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 150%;
}

.art-postcontent p
{
    margin: 5px 0 0 0;
	font-size: 120%;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    font-family: "Ubuntu Condensed", "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    text-decoration: none;
}

a, .art-postcontent a
{
    text-decoration: underline;
    color: #00877B;
}

a:link, .art-postcontent a:link
{
    color: #00877B;
}

a:visited, a.visited, .art-postcontent a:visited, .art-postcontent a.visited
{
    color: #00877B;
}

a:hover, a.hover, .art-postcontent a:hover, .art-postcontent a.hover
{
    color: #00877B;
    text-decoration: none;
}

.art-postcontent h1
{
    color: #35434E;
    margin: 21px 0;    
}

.art-blockcontent h1
{
    margin: 21px 0; 
}

.art-postcontent h2
{
    color: #35434E;
    margin: 19px 0 25px 0;
    font-size: 36px;
	font-weight: normal;
}

.art-blockcontent h2
{
    margin: 19px 0;
    font-size: 24px; 
}

.art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:hover, .art-postcontent h2 a:visited, .art-blockcontent h2 a, .art-blockcontent h2 a:link, .art-blockcontent h2 a:hover, .art-blockcontent h2 a:visited 
{
    font-size: 24px; 
}

.art-postcontent h3
{
    color: #35434E;
    margin: 19px 0;
    font-size: 19px;    
}

.art-blockcontent h3
{
    margin: 19px 0;
    font-size: 19px; 
}

.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, .art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link, .art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited 
{
    font-size: 19px; 
}

.art-postcontent h4
{
    color: #5C5C5C;
    margin: 20px 0;
    font-size: 16px;    
}

.art-blockcontent h4
{
    margin: 20px 0;
    font-size: 16px; 
}

.art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:hover, .art-postcontent h4 a:visited, .art-blockcontent h4 a, .art-blockcontent h4 a:link, .art-blockcontent h4 a:hover, .art-blockcontent h4 a:visited 
{
    font-size: 16px; 
}

.art-postcontent h5
{
    color: #5C5C5C;
    margin: 26px 0;
    font-size: 13px;    
}

.art-blockcontent h5
{
    margin: 26px 0;
    font-size: 13px; 
}

.art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:hover, .art-postcontent h5 a:visited, .art-blockcontent h5 a, .art-blockcontent h5 a:link, .art-blockcontent h5 a:hover, .art-blockcontent h5 a:visited 
{
    font-size: 13px; 
}

.art-postcontent h6
{
    color: #858585;
    margin: 35px 0;
    font-size: 11px;    
}

.art-blockcontent h6
{
    margin: 35px 0;
    font-size: 11px; 
}

.art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:hover, .art-postcontent h6 a:visited, .art-blockcontent h6 a, .art-blockcontent h6 a:link, .art-blockcontent h6 a:hover, .art-blockcontent h6 a:visited 
{
    font-size: 11px; 
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position: inside;
}

html 
{
    height:100%;
}

#art-main
{
    position: relative;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:visible;
}

#art-page-background-glare
{
    position: absolute;
    left: 0;
    top:0;
    width:353px;
    height:343px;
    overflow:hidden;
}

#art-page-background-glare-image
{
    position: fixed;
    width:353px;
    top: 0;
    height:343px;
    background-image: url('images/page_gl.png');
    background-repeat: no-repeat;
}

html:first-child #art-page-background-glare
{
    border: 1px solid transparent; /* Opera fix */
}

body
{
    padding: 0; 
    margin: 0;
    color: #35434E;
    height: 100%;
    min-height: 100%;
	background: #444 url('images/bg.jpg') repeat 0 0;
	background-size: cover;
    min-width: 700px;
}

#breadcrumb {
	display: none;
}

.cleared
{
    display:block;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    height:0;
    overflow:hidden;
}

.reset-box
{
    overflow:hidden;
    display:table; 
}

form
{
    padding: 0 !important;
    margin: 0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}

/* Image Assist module support */
body.img_assist
{
    background-color: #BABABA !important;
    color: #363636;
}
/* end Page */

/* begin Header */
div.art-header
{
    min-width: 700px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 70px;
    margin-bottom: 0;
}

div.art-header-clip
{
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    height: 70px;
}

.art-header-wrapper 
{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.art-header-inner 
{
    margin: 0 13px;
}

div.art-header-center
{
    position: relative;
    left: 50%;
}

div.art-header-jpeg
{
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    min-width: 400px;
    height: 70px;
	background-color: rgba(53, 67, 78, 0.6);
	background-image: url(images/bg-pattern.png);
}
/* end Header */

/* begin Logo */
div.art-logo
{
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: 0;
}
/* end Logo */

/* begin Box, Sheet */
.art-sheet
{
    position: relative;
    margin: 0 auto;
    min-height: 17px;
    /*border-top: 2px solid #888;*/
    cursor: auto;
    min-width: 700px;
    max-width: 1920px;
	background: white;
}

.art-sheet-body
{
    position: relative;
    padding: 0;
}

#art-page-background-top-texture, #art-page-background-middle-texture {
}
/* end Box, Sheet */

/* begin Layout */
.art-content-layout
{
    display: table;
    position: relative;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: inherit;
    background-color: transparent;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.art-layout-cell, .art-content-layout-row
{
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
    border: none;
    margin:0;
    padding:0;
    width: 100%;
}

.art-content-layout .art-content-layout{margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
    position: relative;
    min-width: 1px;
    min-height: 1px;
    margin-right: 3px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.art-vmenublock-body
{
    position: relative;
    padding: 0;
}

#banner1, #banner2, #banner3, #banner4, #banner5, #banner6
{
    margin: 10px;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader
{
    margin-bottom: 1px;
    position: relative;
    height: 32px;
    background: #00877B;
	border-radius: 2px 2px 0 0;
}

.art-vmenublockheader h3.t
{
    position: relative;
    height: 32px;
    color: white;
    font-size: 15px;
    margin:0;
    padding: 0 0 0 10px;
    white-space: nowrap;
    line-height: 32px;
	text-transform: uppercase;
}

.art-vmenublockheader h3.t .opened,
.art-vmenublockheader h3.t .closed,
.art-blockheader h3.t .opened,
.art-blockheader h3.t .closed,
.art-blockheader h3.t .overlayActionsBlock {
	margin-top: 7px !important;
	background-image: url('images/ui-icons_FFFFFF_256x240.png') !important;
}

ul.art-vmenu a .opened,
ul.art-vmenu a .closed {
	margin-right: 4px !important;
}

.art-vmenublockheader h3.t a,
.art-vmenublockheader h3.t a:link,
.art-vmenublockheader h3.t a:visited, 
.art-vmenublockheader h3.t a:hover
{
    color: white;
    font-size: 15px;
}

.art-vmenublockheader .t h2.subject
{
    height: 32px;
    color: #000000;
    font-size: 14px;
    margin:0;
    white-space: nowrap;
    line-height: 32px;
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body
{
    position: relative;
    padding: 0;
	background: #F1F2F4;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 1px #BBB;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu li
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 0;
}

ul.art-vmenu
{
    margin-top: 0; 
    margin-bottom: 0;
}

/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a
{
    position: relative;
    display: block;
    overflow: hidden;
    height: 32px;
    cursor: pointer;
    text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator
{
    display: block;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span
{
    display: block;
    padding: 0;
    font-size: 1px;
    height: 0;
    line-height: 0;
    border: none;
}

ul.art-vmenu a .r, ul.art-vmenu a .l
{
    position: absolute;
    display: block;
    top: 0;
    height: 100px;
}

ul.art-vmenu a .l
{
    left: 0;
    right: 0;
}

ul.art-vmenu a .r
{
    width: 1920px;
    right: 0;
    clip: rect(auto, auto, auto, 1920px);
}

ul.art-vmenu a .t, ul.art-vmenu ul a
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
	text-shadow: 1px 1px #FFF;
	text-transform: uppercase;
}

ul.art-vmenu a .t
{
    display: block;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin-left: 0;
    margin-right: 0;
	
	font-family: "Ubuntu Condensed", "Open Sans", Arial, Helvetica, sans-serif;
	color: #35434E;
	text-shadow: none;
}

ul.art-vmenu a.active {
    background-color: #B2DAD7;
}

ul.art-vmenu a.active .t
{
    font-weight: bold;
}

ul.art-vmenu a:hover, ul.art-vmenu a.active:hover
{            
    background-color: #B2DAD7;
}

ul.art-vmenu ul li a, ul.art-vmenu  ul li  a.active
{            
    background-color: transparent;
}

ul.art-vmenu ul li a:hover, ul.art-vmenu  ul li  a.active:hover
{            
    background-color: transparent;    
}

ul.art-vmenu a:hover .t
{    
    color: #000000;
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.art-vmenu ul, ul.art-vmenu ul li
{
    margin: 0;
    padding: 0;
}

ul.art-vmenu ul a
{
    display: block;
    white-space: normal;
    height: 30px;
    background-color: transparent;
    padding: 0 0 0 0;
    line-height: 32px;
    color: #35434E;
	font-family: "Ubuntu Condensed", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 11pt;
    margin-left: 0;
}

ul.art-vmenu ul li
{
    padding: 0 0 3px 0;
	margin-top: 1px;
}
ul.art-vmenu ul li.collapsed,
ul.art-vmenu ul li.expanded {
	padding: 2px 0 0 0;
}
ul.art-vmenu ul li.collapsed > a,
ul.art-vmenu ul li.expanded > a {
	padding: 0 0 3px 0;
}
ul.art-vmenu ul li.collapsed > ul,
ul.art-vmenu ul li.expanded > ul {
	border-top: 1px solid #F1F2F4;
    margin-top: 0 !important;
}

ul.art-vmenu ul ul li
{
    padding-left: 20px;
}

ul.art-vmenu ul span, ul.art-vmenu ul span span
{
    display: inline;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}

ul.art-vmenu ul
{
    display: none;
    margin: 0 0 2px 0;
}

ul.art-vmenu li.expanded ul
{
    display: block;    
}

ul.art-vmenu ul ul
{
    display: none;
    margin:0 0 2px 0;
}

ul.art-vmenu li.expanded ul li.expanded ul
{
    display: block;
    margin:0 0 2px 0;
}

ul.art-vmenu li.expanded ul li.collapsed ul
{
    display: none;
    margin:0 0 2px 0;
}

ul.art-vmenu ul li.art-vsubmenu-separator
{ 
    display: block;
    margin: 0;
    font-size: 1px;
    padding: 0 0 0 0;
}

ul.art-vmenu ul .art-vsubmenu-separator-span
{
    display: block;
    padding: 0;
    font-size: 1px;
    height: 0;
    line-height: 0;
    margin: 0;
    border: none;
}

ul.art-vmenu ul li.art-vmenu-separator-first
{
    margin-bottom: 2px;
    padding-bottom: 0;
}

ul.art-vmenu ul li li a
{
}

ul.art-vmenu ul li li li a
{
}

ul.art-vmenu ul li li li li a
{
}

ul.art-vmenu ul li li li li li a
{
}

ul.art-vmenu ul li.active {
	padding: 2px 0 4px 0 !important;
    background-color: #35434E !important;
	position: relative;
}
ul.art-vmenu ul li.active:after {
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	width: 0px;
	height: 0px;
	border-style: outset solid;
	border-width: 18px 10px 18px 10px;
	border-color: transparent transparent transparent #35434E;
}

ul.art-vmenu ul li.expanded.active {
	padding: 2px 0 0 0 !important;
    background-color: #B2DAD7 !important;
}
ul.art-vmenu ul li.expanded.active:after {
	display: none;
}
ul.art-vmenu ul li.expanded ul li.active {
	padding: 2px 0 4px 20px !important;
}

ul.art-vmenu ul li a.active
{
    font-weight: bold;
	color: white !important;
	text-shadow: 1px 1px 1px #222 !important;
}

ul.art-vmenu ul li li a.active
{
	
}

ul.art-vmenu ul li li li a.active
{
}

ul.art-vmenu ul li li li li a.active
{
}

ul.art-vmenu ul li li li li li a.active
{
}

ul.art-vmenu ul li:hover, ul.art-vmenu ul li:hover.active
{
    background-color: #B2DAD7;
}

ul.art-vmenu ul li ul 
{
    background-color: #F1F2F4;
}

ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active
{
    color: #222;
}

ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active
{
}

ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a:hover.active
{
}

ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a:hover.active
{
}

ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a:hover.active
{
}
/* end VMenuSubItem */

/* begin Box, Block */
.art-block
{
    position: relative;
    min-width: 150px;
    min-height: 1px;
    margin: 16px 3px 10px 10px;
}

.art-block-body
{
    position: relative;
    padding: 0;
}

div.art-block img
{
    border-color: #BABABA;
    border-style: solid;
    margin: 0;
    float: left;
}

#banner1, #banner2, #banner3, #banner4, #banner5, #banner6
{
    margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
    margin-bottom: 1px;
    position: relative;
    height: 32px;
	background: #00877B;
	border-radius: 2px 2px 0 0;
}

.art-blockheader h3.t
{
    position: relative;
    height: 32px;
    color: white;
    font-size: 14px;
    margin:0;
    padding: 0 0 0 10px;
    white-space: nowrap;
    line-height: 32px;
	text-transform: uppercase;
}

.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited, 
.art-blockheader h3.t a:hover
{
    color: white;
    font-size: 15px;
}

.art-blockheader .t h2.subject
{
    height: 32px;
    color: white;
    font-size: 15px;
    margin:0;
    white-space: nowrap;
    line-height: 38px;
}

.art-block-body div.contextual-links-wrapper {
	top: 7px !important;
	right: 32px !important;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
    width: 100% !important;
}

.art-blockcontent-body
{
    color: #363636;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 150%;
    background-color: #F1F2F4;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 1px #BBB;
}

.art-blockcontent-body table,
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
	color: #222;
	font-family: "Ubuntu Condensed", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 195% !important;
	margin: 0px;
	text-transform: uppercase;
}

.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover {
	display: block;
}

.art-blockcontent-body p
{
}

.art-blockcontent-body a, .art-blockcontent-body a:link
{
    color: #35434E;
    text-decoration: none;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
    color: black;
    text-decoration: none;
}

.art-blockcontent-body li:hover, .art-blockcontent-body li.hover
{    
    line-height: 195%;        
    background-color: #B2DAD7;
}

.art-blockcontent-body ul li
{
    padding-bottom: 3px;
    padding-top: 3px;     
    padding-left: 0px;     
    padding-right: 0px;              
}

.art-blockcontent-body .calendar-calendar td a:visited, .art-blockcontent-body .calendar-calendar td a.visited
{
    color: #346A4A;
}

.art-blockcontent-body .links li
{
    background-image: none;
    display: block;
}

.art-blockcontent-body .calendar-calendar td a:hover
{
    text-decoration: underline;
}

.art-blockcontent-body table td.mini a
{
    font-weight: normal;
}

.art-blockcontent-body table td div.mini-day-on a
{
    text-decoration: underline;
}

.art-blockcontent-body .calendar-calendar td a
{
    text-decoration: none;
}

/* BEGIN Recipe module support */
.recipe-summary .art-blockcontent-body, .recipe-description .art-blockcontent-body,
.recipe-ingredients .art-blockcontent-body, .recipe-instructions .art-blockcontent-body
{
    padding: 0;
}
/* END Recipe module support *//* end Box, BlockContent */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    width: auto;
    /*line-height: 33px;
    height: 36px;*/
    margin: 0 !important;
    padding: 10px 18px !important;
    overflow: visible;
    cursor: pointer;
	
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #35434E !important;
	
	background: #B2DAD7;
	border-radius: 4px;
	border: none;
}

.art-button-wrapper a.art-button:hover,
.art-button-wrapper a.art-button:link:hover,
.art-button-wrapper input.art-button:hover,
.art-button-wrapper button.art-button:hover {
    background: #35434E;
	color: #E5F6F5 !important;
	border: none;
}

.art-button-wrapper a.art-button.active,
.art-button-wrapper a.art-button.active:link,
.art-button-wrapper input.art-button.active,
.art-button-wrapper button.art-button.active {
	background: #00877B;
	color: white !important;
    padding: 8px 16px !important;
	margin: 0 !important;
}


.art-button img, .art-button-wrapper img
{
    margin: 0;
    vertical-align: middle;
}

.art-button-wrapper
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: 36px;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.firefox2 .art-button-wrapper
{
    display: block;
    float: left;
}

input, select, textarea
{
    vertical-align: middle;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}
input[type=text], input[type=password], select, textarea,
input[type=number], input[type=email] {
	padding: 5px 6px;
	border: 1px solid #AAA;
}
input:focus, select:focus, textarea:focus {
	border-color: #00877B;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
    color: #000000 !important;
    text-decoration: none !important;
	background: #B2DAD7;
	border: 1px solid #00877B;
}

.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
	color: white !important;
    background: #00877B !important;
}

.art-button-wrapper input
{
    float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
    position: relative;
    min-width: 27px;
    min-height: 27px;
    margin-right: 7px;
}

.art-post-body
{
    position: relative;
    padding: 2px 10px 30px 12px;
}

.art-post-cc
{
    
    background-color: #E5F6F5;
}

a img
{
    border: 0;
}

.art-article img, img.art-article, .art-block img, .art-footer img
{
    margin: 7px;
}

.art-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
}

.art-article th, .art-article td
{
/*    padding: 2px;
    border: solid 1px #5C5C5C;*/
    vertical-align: top;
    text-align: left;
}

.art-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
}

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: solid 1px #5C5C5C;
    width: 95%;
    display: block;
}

/* BEGIN Flatcomments module support */

.comment-folded
{
    margin: 7px;
}

#comments .box span.art-button-wrapper
{
    margin: 0;
}

#comments .art-postcontent, #comments .art-postcontent p
{
    text-align: left;
}

/* END Flatcomments module support */
/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.art-postmetadataheader
{
    background: none;
    border: none;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
h2.art-postheader
{
    color: #35434E;
    margin: 0 0 25px 0;
    font-size: 36px;
	font-weight: normal;
}

h2.art-postheader a, 
h2.art-postheader a:link, 
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
	font-size: 36px;
    color: #35434E;
	font-weight: normal;
}

h2.art-postheader a, h2.art-postheader a:link
{
    text-align: left;
    text-decoration: none;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{
}

h2.art-postheader a:hover,  h2.art-postheader a.hovered
{
    text-decoration: underline;
    color: #0752A2;
}

h2.art-postheader img
{
    border: none !important;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover
{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #4A4A4A;
}

.art-postheadericons
{
    padding: 1px;
}

.art-postheadericons a, .art-postheadericons a:link
{
    text-decoration: none;
    color: #0752A2;
}

.art-postheadericons a:visited, .art-postheadericons a.visited
{
    font-style: italic;
    font-weight: normal;
    color: #9A0486;
}

.art-postheadericons a:hover, .art-postheadericons a.hover
{
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #0752A2;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.art-post ol, .art-post ul
{
    margin: 1em 0 1em 2em;
    padding: 0;
}

.art-post li
{
    font-size: 13px;
    color: #0C1811;
    padding: 0 0 0 10px;
}

.art-post li ol, .art-post li ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

.art-post ol>li
{
    background: none;
    padding-left: 0;
    /* overrides overflow for "ul li" and sets the default value */
    overflow: visible;
}

.art-post ul>li
{
    background-image: url('images/postbullets.png');
    background-repeat: no-repeat;
    padding-left: 10px;
    /* makes "ul li" not to align behind the image if they are in the same line */
    /*    overflow-x: visible;
        overflow-y: hidden;*/
}

.mceContentBody ul li, ol ul li
{
    background-image: url('images/postbullets.png');
    background-repeat: no-repeat;
    padding-left: 10px;
}

.theme-selector .operations li, .theme-selector .operations li.first, .theme-selector .operations li.last
{
    padding-left: 10px;
    margin-right: 5px;
}

.theme-selector .operations li, .theme-selector .operations li.first, .theme-selector .operations li.last
{
    margin-right: 5px;
}
/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover
{
    color: #303030;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

.art-postcontent blockquote p
{
    margin: 2px 0 2px 15px;
}

.art-postcontent blockquote
{
    border: solid 0 #BABABA;
    background-color: #DBDBDB;
    background-image: url('images/postquote.png');
    background-position: left top;
    background-repeat: no-repeat;
    /* makes blockquote not to align behind the image if they are in the same line */
    overflow: auto;
    clear:both;
    margin: 10px 10px 10px 50px !important;
    padding: 0 0 0 28px !important;
}

blockquote {
    margin: 10px 10px 10px 50px !important;
    padding: 0 0 0 28px !important;
}
/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.art-postfootericons {
	color: #4A4A4A;
	margin: 18px 0 0 0;
	padding-top: 18px;
	border-top: 1px dotted #EEEEEE;
	font-size: 110%;
}
.art-postfootericons a,
.art-postfootericons a:link,
.art-postfootericons a:visited,
.art-postfootericons a:hover {
	color: #0752A2;
	text-decoration: none;
}
.art-postfootericons a:hover, .art-postfootericons a.hover
{
	text-decoration: underline;
	color: #4A4A4A;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.art-footer
{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
	font-family: "Ubuntu Condensed", "Open Sans", Arial, Helvetica, sans-serif;
}

.art-footer-t
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	/*background: url(images/bg-pattern.png);*/
}

.art-footer-body
{
    position: relative;
    padding: 20px 15px;
	background: url(images/logo-tecbus-cloud.png) no-repeat 2% 50%;
	background-size: 12%;
	text-shadow: 1px 1px #222;
    text-align: right;
}
body.app-cloud .art-footer-body {
	background-image: url(images/apps/cloud/logo.png);
}
body.app-cotrap .art-footer-body {
	background-image: url(images/apps/cotrap/logo.png);
}

.art-footer-text p
{
    padding: 0;
    margin: 0;
    text-align: right;
}

.art-footer-text,
.art-footer-text a,
.art-footer-text a:link,
.art-footer-text a:visited,
.art-footer-text a:hover,
.art-footer-text td, 
.art-footer-text th,
.art-footer-text caption
{
    color: #DDD;
    font-size: 12px;
}

.art-footer-text
{
    padding-left: 10px;
    padding-right: 10px;
    /*text-align: center;*/
}

.art-footer-text a,
.art-footer-text a:link
{
    color: #00877B;
    text-decoration: none;
}

.art-footer-text a:visited
{
    color: #8C8C8C;
}

.art-footer-text a:hover
{
    color: #00877B;
    text-decoration: underline;
}

div.art-footer img
{
    /* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #BABABA;
    border-style: solid;
    margin: 0;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #2A553B;
}

.art-page-footer
{
    padding: 1em;
    text-align: center;
    text-decoration: none;
    color: #404040;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
    height: auto;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */

/*
** HTML elements
*/

/* BEGIN FCKEditor, CKEditor, TinyMCE modules support*/
body.art-body-nostyle, body.cke_show_borders, #tinymce body, #tinymce body.mceContentBody, body.mceContentBody, #edit-body
{
    background-image: none;
    background-color: #E5F6F5 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}
/* END FCKEditor, CKEditor modules support*/

table
{
    width: 100%;
}

ul li, .item-list ul li, .menu ul li,
ul li.expanded, ul li.leaf, ul li.collapsed,
li.expanded, li.leaf, li.collapsed
{
    text-align: left;
    display: block;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    line-height: 150%;
}

.links, img.service-links
{
    padding-left: 0;
    margin-left: 0;
}


ul.arttabs_primary,
ul.arttabs_secondary {
	background: #35434E;
	background-size: cover;
	border-radius: 3px 3px 0 0;
	padding: 6px 12px 0 12px;
	margin: 0;
	border-bottom: 4px solid #00877B;
}

ul.arttabs_primary li,
ul.arttabs_secondary li {
    background: none;
    display: inline;
    padding: 0;
	margin-right: 4px;
}

ul.arttabs_primary li .art-button-wrapper,
ul.arttabs_secondary li .art-button-wrapper {
	display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
}

ul.arttabs_primary li .art-button-wrapper a.art-button,
ul.arttabs_primary li .art-button-wrapper a.art-button:link,
ul.arttabs_primary li .art-button-wrapper input.art-button,
ul.arttabs_primary li .art-button-wrapper button.art-button,
ul.arttabs_secondary li .art-button-wrapper a.art-button,
ul.arttabs_secondary li .art-button-wrapper a.art-button:link,
ul.arttabs_secondary li .art-button-wrapper input.art-button,
ul.arttabs_secondary li .art-button-wrapper button.art-button {
    font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #35434E !important;
    width: auto;
    line-height: normal;
    height: auto;
    margin: 0 0 1px 0 !important;
    padding: 7px 16px !important;
	
	background: #B2DAD7;
	border-radius: 4px 4px 0 0;
	border: none;
}

ul.arttabs_primary li .art-button-wrapper a.art-button:hover,
ul.arttabs_primary li .art-button-wrapper a.art-button:link:hover,
ul.arttabs_primary li .art-button-wrapper input.art-button:hover,
ul.arttabs_primary li .art-button-wrapper button.art-button:hover,
ul.arttabs_secondary li .art-button-wrapper a.art-button:hover,
ul.arttabs_secondary li .art-button-wrapper a.art-button:link:hover,
ul.arttabs_secondary li .art-button-wrapper input.art-button:hover,
ul.arttabs_secondary li .art-button-wrapper button.art-button:hover {
    background: #E5F6F5;
}

ul.arttabs_primary li .art-button-wrapper a.art-button.active,
ul.arttabs_primary li .art-button-wrapper a.art-button.active:link,
ul.arttabs_primary li .art-button-wrapper input.art-button.active,
ul.arttabs_primary li .art-button-wrapper button.art-button.active,
ul.arttabs_secondary li .art-button-wrapper a.art-button.active,
ul.arttabs_secondary li .art-button-wrapper a.art-button.active:link,
ul.arttabs_secondary li .art-button-wrapper input.art-button.active,
ul.arttabs_secondary li .art-button-wrapper button.art-button.active {
	background: #00877B;
	color: white !important;
    padding: 8px 16px !important;
	margin: 0 !important;
}


ul.links
{
    overflow: hidden;
}

ul.links li, .block ul
{
    display: block;
    background-image: none;
    padding: 0;
    padding-top: 1px;    
}

ul.menu li a.active
{
    font-weight: bold;
}

#tinymce body ul, #tinymce body.mceContentBody ul, body.mceContentBody ul
{
    margin: 1em 0 1em 2em;
}

li.messages
{
    margin: 5px 0;
}

#user-login-form
{
    text-align: left;
	padding: 1px 0px 6px 10px !important;
}

#user-login-form ul li
{
    background-image: none;
    padding-left: 0;
}

/* Fix fieldset for IE8 and FFox */
fieldset legend
{
    display: block;
}

.breadcrumb
{
    display: block;
    padding-bottom: .7em;
    margin: 1em 0 0 0.7em;
}

a#header-front-page-link {
	position: absolute;
	top: 14px;
	left: 16px;
	width: 330px;
	height: 42px;
	border-radius: 2px;
	background: url(images/logo-tecbus-cloud.png) no-repeat center center;
	background-size: contain;
	color: gray;
}
body.app-cloud a#header-front-page-link {
	background-image: url(images/apps/cloud/logo.png);
}
body.app-cotrap a#header-front-page-link {
	background-image: url(images/apps/cotrap/logo.png);
}

a#header-front-page-link:hover {
	opacity: 0.8;
	color: gray;
}

#edit-name, #edit-pass, #edit-mail
{
    width: 90%;
}

#preview-args
{
    width: auto;
}

.tags
{
    float: left;
}

.messages
{
    padding: 5px;
    margin: 5px 0;
}

.status
{
    border: 1px solid #090;
    background: #C9FBC8;
    margin: 5px 0;
}

tr.even, tr.odd
{
    background-color: transparent;
}

#forum .links li
{
    float: none;
    clear: both;
}

#forum table
{
    width: auto;
    margin-top: 15px;
}

#forum td.container
{
    padding-top: 15px;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

#forum td.active
{
    background-color: transparent;
}

#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.forum-topic-navigation
{
    border-top: 0 transparent;
    border-bottom: 0 transparent;
}

.forum-topic-navigation .topic-previous
{
    text-align: left;
    float: left;
}

.forum-topic-navigation .topic-next
{
    text-align: right;
    float: right;
}

.read_more
{
    margin: 5px 0;
    text-align: left;
}

.sticky-table H2
{
    font-size: 10px;
}

#footer
{
    text-align: center;
}

.filefield-upload .art-button-wrapper
{
    top: 10px;
}

.uc_out_of_stock_throbbing
{
    position: absolute;
    z-index: 1;
    top: 16%;
    left: 3px;
    margin: 0;
    padding: 0;
}

.profile h3
{
    border-bottom: 0 none;
    margin-bottom: 10px;
}

/* BEGIN Image Attach module fix */
img.image
{
    margin: 0;
}

.image-attach-teaser
{
    width: auto;
}
/* END Image Attach module fix */

/* BEGIN ImageField module fix */
img.imagefield
{
    margin: 0;
}
/* END ImageField module fix */

/* BEGIN Support User picture */
.picture, .comment .submitted
{
    clear: right;
    float: right;
}
/* END Support User picture */

/* BEGIN Support Nodeblock module */
.art-block-body .art-post
{
    margin: 0;
}
/* END Support Nodeblock module */

/* BEGIN Support floating panels in IE8 */
.panel-col-last
{
    clear: right;
}
/* END Support floating panels in IE8 */

/* BEGIN Support FCKEditor text alignment */
.rteleft
{
    text-align: left !important;
}

.rteright
{
    text-align: right !important;
}

.rtecenter
{
    text-align: center !important;
}

.rtejustify
{
    text-align: justify !important;
}
/* END Support FCKEditor text alignment */

/* BEGIN Set background color for sticky table */
table.sticky-header
{
    background-color: #E5F6F5 !important;
}
/* END Set background color for sticky table */

/* BEGIN Set alignment for radio buttons */
input.form-radio, input.form-checkbox
{
    margin: 0 0 2px;
    vertical-align: baseline;
}
/* END Set alignment for radio buttons*/


h2.with-tabs {
	margin-bottom: 16px;
}

/* END Move bradcrumb from separate post */

/* BEGIN Increasing distance between buttons */
span.art-button-wrapper
{
    margin: 0 5px 0 0;
}
/* END Increasing distance between buttons */

/* BEGIN Page validation fix */
.half-width
{
    width: 50%;
}

.third-width
{
    width: 33%;
}

.two-thirds-width
{
    width: 67%;
}
/* END Page validation fix */

/* BEGIN FckEditor bug with link disappearing fixed */
#switch_oFCK_1
{
    display: block !important;
}
/* END FckEditor bug with link disappearing fixed */

.art-postcontent .calendar-calendar ul li, .art-postcontent .calendar-calendar ol ul li,
.art-postcontent div.view div.views-admin-links ul li, .art-postcontent div.view div.views-admin-links ol ul li
{
    background-image: none;
    padding: 2px;
}

.date-heading h3
{
    text-align: center;
}

.art-postcontent ul.arttabs_primary li, .art-postcontent ul.arttabs_secondary li
{
    background-repeat: no-repeat;
    background-image: none;
}

tbody, tbody th, tr.even, tr.odd
{
    border: none;
}

/* BEGIN Contextual links styles in Drupal 7 */

ul.contextual-links li
{
    background-image: none !important;
    padding-left: 4px !important;
}

ul.contextual-links li a
{
    font-family: "Open Sans", Arial !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    text-align: left !important;
    text-decoration: none !important;
}

/* END Contextual links styles in Drupal 7*/

/* BEGIN Taxonomy terms Artisteer styles in Drupal 7 */
.art-tags, .art-tags .field, .art-tags .field .field-label,
.art-tags .field .field-items, .art-tags .field .field-items .field-item
{
    display: inline;
}

.art-tags .field-item a:after
{
    content: ', ';
}

.art-tags .field-item:last-child a:after
{
    content: '';
}
/* END Taxonomy terms Artisteer styles in Drupal 7 */

/* BEGIN Action links support in Drupal7 */
.art-post ul.action-links li
{
    background-image: none;
    list-style-type: none;
}

.art-post ul.action-links a
{
    background: url("images/addicon.png") no-repeat scroll 0 center transparent;
    line-height: 30px;
    padding-left: 15px;
}
/* END Action links support in Drupal7 */

/* BEGIN Overlay module support */
#overlay #overlay-content #art-page-background-middle-texture
{
    background-image: none;
}

#overlay-tabs li a, #overlay-tabs li a:active, #overlay-tabs li a:visited, #overlay-tabs li a:hover
{
    background-color: transparent;
    font-weight: normal;
}
/* END Overlay module support */

/* BEGIN Front page list view support */
#first-time ol
{
    list-style-position: outside;
}
/* END Front page list view support */






/* Context menu colors */
body ul.c_context, body ul.c_context ul
{
	color: #333333;
	padding: 1px;
    border: 1px solid #FFF;
    background-color: #F1F2F4;
	box-shadow: 0 0 10px #999;
	border-radius: 2px;
}

body ul.c_context li {
	font-size: 14px;
	font-family: "Ubuntu Condensed", "Open Sans", Arial, Helvetica, sans-serif;
}

body ul.c_context li.separator {
	cursor: default !important;
	background: #F1F2F4 !important;
	margin-top: 4px;
	height: 12px;
	border-top: 1px solid white;
}

body ul.c_context li.disabled {
	color:#999
}
body ul.c_context li.disabled span.submenu{
}
body ul.c_context li.hover {
	cursor: pointer;
	color: white;
	background-color: #00877B;
}
body ul.c_context li.hover ul li {
	color: #333333;
}
body ul.c_context li.hover ul li.hover {
	color: white;
}


body ul.c_context li.icon{width:120px; padding:5px}
body ul.c_context span.icon{display:block; float:left; width:26px; height:16px; background-repeat:no-repeat; background-size: 16px 16px }
body ul.c_context span.icon.hover{opacity: 0.5}

li.c_icon_container {
    border-radius: 2px;    
}


div.splitheader {
	background: #276cb3 !important;
}



/**************** admin toolbar ******************************/
body.html #toolbar {
    background: #B2DAD7;
	font-family: "Ubuntu Condensed", Arial, Helvetica, sans-serif;
	
	-webkit-box-shadow: 0 1px 8px #141a1e;
	box-shadow: 0 1px 8px #141a1e;
}
body.html #toolbar a {
    font-size: 0.92em;
}
body.html #toolbar div.toolbar-menu {
	background: #35434E;
}
body.html #toolbar div.toolbar-menu ul li a {
	margin-right: 3px;
}
body.html #toolbar div.toolbar-menu ul li a:focus,
body.html #toolbar div.toolbar-menu ul li a:hover,
body.html #toolbar div.toolbar-menu ul li a:active,
body.html #toolbar div.toolbar-menu ul li a.active:focus,
body.html #toolbar div.toolbar-menu ul li a.active:hover,
body.html #toolbar div.toolbar-menu ul li a.active:active,
body.html #toolbar div.toolbar-menu ul li a.active,
body.html #toolbar div.toolbar-menu ul li.active-trail a {
	background: #00877B;
}

body.html #toolbar-user {
	display: none;
}

body.html #toolbar div.toolbar-menu a.toggle {
  visibility: hidden;
}
body.html #toolbar div.toolbar-menu a.toggle:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 20px;
	visibility: visible;
	display: block;
	position: absolute;
	background-color: #B2DAD7;
	color: #35434E;
	width: 25px;
	height: 22px;
	line-height: 24px;
	border-radius: 12px 12px 0 0;
	padding: 0;
	top: 3px;
	left: 0;
	text-indent: 0;
	text-align: center;
}
body.html #toolbar div.toolbar-menu a.toggle:hover:after {
	background-color: #00877B;
	color: white;
}
body.html #toolbar div.toolbar-menu a.toggle-active.toggle:after {
	content: "\f106";
	background: #B2DAD7;
}
body.html #toolbar div.toolbar-menu a.toggle-active.toggle:hover:after {
	color: #00877B;
}
body.html #toolbar div.toolbar-drawer {
	padding: 0;
}
body.html #toolbar div.toolbar-drawer .c_menu_icon {
	display: none;
}

body.html div#toolbar div.toolbar-shortcuts ul {
	height: 22px;
	line-height: 22px;
	padding: 4px 0 2px 38px;
}
body.html div#toolbar div.toolbar-shortcuts ul li a {
	color: #35434E;
	padding: 0 12px;
	border-radius: 12px;
}
body.html div#toolbar div.toolbar-shortcuts ul li a:focus,
body.html div#toolbar div.toolbar-shortcuts ul li a:hover,
body.html div#toolbar div.toolbar-shortcuts ul li a.active:focus {
	background-color: #35434E;
	color: white;
	line-height: 20px;
}
body.html div#toolbar div.toolbar-shortcuts ul li a.active:hover,
body.html div#toolbar div.toolbar-shortcuts ul li a.active {
	background-color: #00877B;
	color: white;
	font-weight: normal;
	text-shadow: #333 0 1px 0;
	line-height: 20px;
}

body.html div#toolbar a#edit-shortcuts {
	color: #35434E;
	padding: 4px 10px 5px 2px;
	line-height: 20px;
	font-size: 85%;
	text-transform: uppercase;
}
body.html div#toolbar a#edit-shortcuts:focus,
body.html div#toolbar a#edit-shortcuts:hover,
body.html div#toolbar a#edit-shortcuts.active {
	color: #35434E;
	text-decoration: underline;
}





@media only screen and (max-width: 700px) {
	body,
	div.art-header,
	div.art-header-jpeg,
	.art-sheet {
		min-width: 0;
	}
	
	.art-post {
		min-height: 300px;
	}
	
	#art-page-background-glare {
		display: none;
	}
	
	body.logged-in div.art-header {
		margin: 0;
		height: auto;
		position: relative;
		width: 100%;
		background-color: rgba(53, 67, 78, 0.6);
		background-image: url(images/bg-pattern.png);
	}

	body.logged-in div.art-header-clip {
		position: relative;
		width: auto;
		left: auto;
		overflow: visible;
		height: auto;
	}
	
	body.logged-in div.art-header-center {
		position: relative;
		left: auto;
	}

	body.logged-in div.art-header-jpeg {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		min-width: 0;
		height: auto;
		background: none;
	}

	body.logged-in .art-header-wrapper  {
		position: relative;
		width: auto;
		margin: 0 auto;
	}
	body.logged-in .art-header-inner {
		margin: 0 5%;
	}
	
	body.logged-in a#header-front-page-link {
		position: absolute;
		top: 10px;
		left: 0;
		height: 36px;
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}
	
	body.not-logged-in a#header-front-page-link {
		width: 80% !important;
		margin-left: -40% !important;
	}
	
	
	body.logged-in .art-footer {
		display: none;
	}
	
	
	body.logged-in .art-sheet {
		overflow: scroll;
	}
	body.logged-in .art-sheet-body {
		width: 1200px;
		background: white;
		padding: 0 10px 20px 14px;
	}
	
	body.logged-in.page-node .art-sheet-body {
		padding: 0 5%;
		width: 90%;
	}
	body.logged-in.page-node .art-content {
		display: none;
	}
	body.logged-in.page-node .c_toggle_menu {
		display: none;
	}
	
	.art-block,
	.art-vmenublock {
		margin-left: 0;
	}
	
}