/**
*
* '||''|.                            '||
*  ||   ||    ....  .... ...   ....   ||    ...   ... ...  ... ..
*  ||    || .|...||  '|.  |  .|...||  ||  .|  '|.  ||'  ||  ||' ''
*  ||    || ||        '|.|   ||       ||  ||   ||  ||    |  ||
* .||...|'   '|...'    '|     '|...' .||.  '|..|'  ||...'  .||.
*                                                  ||
* --------------- By Display:inline ------------- '''' -----------
*
* Styles override for 768+ pixels screens

Class used to determine which media queries are on*/
#mediaquery-checker
{
	width: 30px;
}
/*Contextual elements*/
.hidden-on-mobile, .only-on-tablet
{
	display: block;
}
.hidden-on-tablet, .only-on-mobile
{
	display: none;
}
/*Columns
These styles define the columns size. They must be redefined for each responsive size*/
.column, .one-column
{
	width: 6.0833%;
}
.two-columns
{
	width: 14.4167%;
}
.three-columns
{
	width: 22.75%;
}
.four-columns
{
	width: 31.0833%;
}
.five-columns
{
	width: 39.4167%;
}
.six-columns
{
	width: 47.75%;
}
.seven-columns
{
	width: 56.0833%;
}
.eight-columns
{
	width: 64.4167%;
}
.nine-columns
{
	width: 72.72%;
}
.ten-columns
{
	width: 81.0833%;
}
.eleven-columns
{
	width: 89.4167%;
}
.twelve-columns
{
	width: 97.75%;
}
.one-column-tablet
{
	width: 6.0833%;
}
.two-columns-tablet
{
	width: 14.4167%;
}
.three-columns-tablet
{
	width: 22.75%;
}
.four-columns-tablet
{
	width: 31.0833%;
}
.five-columns-tablet
{
	width: 39.4167%;
}
.six-columns-tablet
{
	width: 47.75%;
}
.seven-columns-tablet
{
	width: 56.0833%;
}
.eight-columns-tablet
{
	width: 64.4167%;
}
.nine-columns-tablet
{
	width: 72.72%;
}
.ten-columns-tablet
{
	width: 81.0833%;
}
.eleven-columns-tablet
{
	width: 89.4167%;
}
.twelve-columns-tablet
{
	width: 97.75%;
}
/*Line breaks to ensure correct float*/
.new-row-mobile, .new-row-mobile-landscape
{
	clear: none;
}
.new-row-tablet
{
	clear: left;
}
/*Fixed columns*/
.left-column-200px .left-column
{
	float: left;
	width: 200px;
	margin-bottom: 0;
}
.left-column-200px .right-column
{
	margin-left: 220px;
}
.right-column-200px .left-column
{
	margin-right: 220px;
}
.right-column-200px .right-column
{
	float: right;
	width: 200px;
	margin-bottom: 0;
}
/*Content panels*/
.content-panel
{
	overflow: visible;
	padding-left: 250px;
}
.panel-navigation
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 249px;
	border-right: 1px solid #CCCCCC;
}
/*Styles when js is enabled*/
.enabled-panels > .panel-navigation, .enabled-panels.show-panel-content > .panel-navigation
{
	left: 0;
	right: auto;
}
.enabled-panels > .panel-content, .enabled-panels.show-panel-content > .panel-content
{
	margin-left: 0;
}
.panel-content > .back
{
	display: none;
}
/*Typography*/
H1
{
	line-height: 48px;
	font-size: 40px;
}
H2
{
	line-height: 38px;
	font-size: 32px;
}
.definition.inline
{
	padding-left: 200px;
}
.definition.inline > DT
{
	float: left;
	margin-left: -200px;
	width: 180px;
	margin-bottom: 0;
}
.definition.inline > DD
{
	margin-bottom: 12px;
}
.definition.inline > DD:last-child
{
	margin-bottom: 0;
}
/*8. Main columns*/
#title-bar
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.with-shortcuts #title-bar
{
	padding-left: 10px;
}
.reversed.with-shortcuts #title-bar
{
	padding-right: 10px;
}
.reversed.with-shortcuts.with-menu #title-bar
{
	padding-right: 10px;
	padding-left: 92px;
}
#title-bar ~ #main
{
	margin-top: 40px;
}
#title-bar ~ #shortcuts
{
	top: 40px;
}
#open-shortcuts
{
	display: none;
}
#open-menu
{
	position: fixed;
}
.with-shortcuts #main
{
	margin-left: 68px;
}
.with-shortcuts.reversed #main
{
	margin-left: 0;
	margin-right: 68px;
}
#shortcuts
{
	position: fixed;
	display: block;
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	width: 68px;
	padding: 0;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	background: #3C4044 url(../img/textures/grid.png);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0))), #3C4044 url(../img/textures/grid.png);
	background: -webkit-linear-gradient( top, rgba(0,0,0,0.4), rgba(0,0,0,0)), #3C4044 url(../img/textures/grid.png);
	background: -moz-linear-gradient( top, rgba(0,0,0,0.4), rgba(0,0,0,0)), #3C4044 url(../img/textures/grid.png);
	background: -ms-linear-gradient( top, rgba(0,0,0,0.4), rgba(0,0,0,0)), #3C4044 url(../img/textures/grid.png);
	background: -o-linear-gradient( top, rgba(0,0,0,0.4), rgba(0,0,0,0)), #3C4044 url(../img/textures/grid.png);
	background: linear-gradient( top, rgba(0,0,0,0.4), rgba(0,0,0,0)), #3C4044 url(../img/textures/grid.png);
	-webkit-box-shadow: inset -5px 5px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset -5px 5px 20px rgba(0, 0, 0, 0.75);
	box-shadow: inset -5px 5px 20px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
BODY.reversed #shortcuts
{
	left: auto;
	right: 0;
	-webkit-box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.75);
	box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.75);
}
#shortcuts:before
{
	display: none;
}
#shortcuts > LI
{
	width: 68px;
	height: auto;
	float: none;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#shortcuts.with-legend > LI
{
	padding-bottom: 20px;
}
#shortcuts > LI:first-child
{
	margin-top: -5px;
}
.no-generatedcontent #shortcuts > LI:first-child
{
	margin-top: 0;
}
#shortcuts > LI > A, #shortcuts > LI > SPAN
{
	text-indent: -3000px;
	width: auto;
	height: 70px;
	padding: 0;
}
#shortcuts > LI > A
{
	width: 136px;
	-webkit-transition: margin-left 200ms;
	-moz-transition: margin-left 200ms;
	-o-transition: margin-left 200ms;
	transition: margin-left 200ms;
	position: relative;
}
BODY.reversed #shortcuts > LI > A
{
	margin-left: -68px;
}
.no-generatedcontent BODY.reversed #shortcuts > LI > A
{
	margin-left: -68px;
	margin-right: -68px;
	width: 204px;
}
.shortcut-dashboard, SPAN.shortcut-dashboard
{
	background-position: 0 0;
}
.shortcut-messages, SPAN.shortcut-messages
{
	background-position: 0 -70px;
}
.shortcut-agenda, SPAN.shortcut-agenda
{
	background-position: 0 -140px;
}
.shortcut-contacts, SPAN.shortcut-contacts
{
	background-position: 0 -210px;
}
.shortcut-medias, SPAN.shortcut-medias
{
	background-position: 0 -290px;
}
.shortcut-stats, SPAN.shortcut-stats
{
	background-position: 0 -350px;
}
.shortcut-settings, SPAN.shortcut-settings
{
	background-position: 0 -420px;
}
.shortcut-notes, SPAN.shortcut-notes
{
	background-position: 0 -490px;
}
.shortcut-alarmas, SPAN.shortcut-alarmas
{
	background-position: 0 -563px;
}
.shortcut-hist-alarmas, SPAN.shortcut-hist-alarmas
{
	background-position: 0 -630px;
}
BODY.reversed A.shortcut-dashboard
{
	background-position: 68px 0;
}
BODY.reversed A.shortcut-messages
{
	background-position: 68px -70px;
}
BODY.reversed A.shortcut-agenda
{
	background-position: 68px -140px;
}
BODY.reversed A.shortcut-contacts
{
	background-position: 68px -210px;
}
BODY.reversed A.shortcut-medias
{
	background-position: 68px -290px;
}
BODY.reversed A.shortcut-stats
{
	background-position: 68px -350px;
}
BODY.reversed A.shortcut-settings
{
	background-position: 68px -420px;
}
BODY.reversed A.shortcut-notes
{
	background-position: 68px -490px;
}
#shortcuts > LI > A:before, #shortcuts > LI:after
{
	display: block;
	content: ' ';
	position: absolute;
	top: 5px;
	bottom: 5px;
}
#shortcuts > LI > A:before
{
	background-color: #FFFFFF;
	background-image: url(../img/standard/shortcuts.png);
	right: 0;
	width: 64px;
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
}
BODY.reversed #shortcuts > LI > A:before
{
	left: 0;
	right: auto;
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
}
A.shortcut-dashboard:before
{
	background-position: -70px -5px;
}
A.shortcut-messages:before
{
	background-position: -70px -75px;
}
A.shortcut-agenda:before
{
	background-position: -70px -145px;
}
A.shortcut-contacts:before
{
	background-position: -70px -215px;
}
A.shortcut-medias:before
{
	background-position: -70px -290px;
}
A.shortcut-stats:before
{
	background-position: -70px -355px;
}
A.shortcut-settings:before
{
	background-position: -66px -425px;
}
A.shortcut-notes:before
{
	background-position: -70px -495px;
}
A.shortcut-alarmas:before
{
	background-position: -70px -559px;
}
A.shortcut-hist-alarmas:before
{
	background-position: -66px -635px;
}
#shortcuts > LI:after
{
	right: 0;
	width: 6px;
	opacity: 0;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
	pointer-events: none;
	background: url(../img/old-browsers/768/bg_shortcuts_li_after.png) repeat-y;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)), color-stop(0.5, rgba(0, 0, 0, 0.2)), color-stop(0.75, rgba(0, 0, 0, 0.3)), color-stop(0.9, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient( left, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: -moz-linear-gradient( left, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: -ms-linear-gradient( left, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: -o-linear-gradient( left, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: linear-gradient( left, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
}
BODY.reversed #shortcuts > LI:after
{
	left: 0;
	right: auto;
	background: url(../img/old-browsers/768/bg_body_reversed_shortcuts_li_after.png) repeat-y right top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)), color-stop(0.5, rgba(0, 0, 0, 0.2)), color-stop(0.75, rgba(0, 0, 0, 0.3)), color-stop(0.9, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient( right, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: -moz-linear-gradient( right, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: -ms-linear-gradient( right, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: -o-linear-gradient( right, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
	background: linear-gradient( right, rgba(0,0,0,0), rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 75%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.75));
}
#shortcuts > LI.current:after
{
	display: none;
}
.no-touch #shortcuts > LI:hover:after
{
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.shortcut-legend
{
	position: absolute;
	left: 0;
	width: 68px;
	bottom: 6px;
	font-size: 11px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	text-indent: 0;
	color: #999;
	-webkit-transition: left 200ms, color 200ms;
	-moz-transition: left 200ms, color 200ms;
	-o-transition: left 200ms, color 200ms;
	transition: left 200ms, color 200ms;
}
.no-generatedcontent .shortcut-legend
{
	bottom: 10px;
}
A > .shortcut-legend
{
	bottom: -14px;
}
.no-generatedcontent A > .shortcut-legend
{
	bottom: -10px;
}
LI:hover > A > .shortcut-legend
{
	color: #FFFFFF;
}
BODY.reversed .shortcut-legend
{
	left: auto;
	right: 0;
	-webkit-transition: right 200ms, color 200ms;
	-moz-transition: right 200ms, color 200ms;
	-o-transition: right 200ms, color 200ms;
	transition: right 200ms, color 200ms;
}
.no-generatedcontent BODY.reversed A > .shortcut-legend
{
	right: 68px;
}
.no-touch #shortcuts > LI > A:hover, #shortcuts > .current > A, .no-touch #shortcuts:hover > .current:hover > A
{
	margin-left: -68px;
}
.no-touch A:hover > .shortcut-legend, #shortcuts > .current > A > .shortcut-legend, .no-touch #shortcuts:hover > .current:hover > A > .shortcut-legend
{
	left: 68px;
}
.no-generatedcontent #shortcuts > .current > A
{
	background-color: #FFFFFF;
}
.no-generatedcontent #shortcuts > .current > A > .shortcut-legend
{
	bottom: -18px;
}
.no-touch BODY.reversed #shortcuts > LI > A:hover, BODY.reversed #shortcuts > .current > A, .no-touch BODY.reversed #shortcuts:hover > .current:hover > A
{
	margin-left: 0;
	margin-right: -68px;
}
.no-touch BODY.reversed A:hover > .shortcut-legend, BODY.reversed #shortcuts > .current > A > .shortcut-legend, .no-touch BODY.reversed #shortcuts:hover > .current:hover > A > .shortcut-legend
{
	left: auto;
	right: 68px;
}
.no-generatedcontent BODY.reversed #shortcuts > .current > A, .no-generatedcontent BODY.reversed #shortcuts > LI > A:hover
{
	margin-left: -136px;
	margin-right: 0;
}
.no-touch.no-generatedcontent BODY.reversed A:hover > .shortcut-legend, .no-generatedcontent BODY.reversed #shortcuts > .current > A > .shortcut-legend, .no-touch.no-generatedcontent BODY.reversed #shortcuts:hover > .current:hover > A > .shortcut-legend
{
	right: 0;
}
.no-touch #shortcuts:hover > .current > A
{
	margin-left: -60px;
}
.no-touch #shortcuts:hover > .current > A > .shortcut-legend
{
	left: 60px;
}
.no-touch.no-generatedcontent #shortcuts:hover > .current > A
{
	margin-left: -68px;
}
.no-touch.no-generatedcontent #shortcuts:hover > .current > A > .shortcut-legend
{
	left: 68px;
}
.no-touch BODY.reversed #shortcuts:hover > .current > A
{
	margin-left: -8px;
	margin-right: -60px;
}
.no-touch BODY.reversed #shortcuts:hover > .current > A > .shortcut-legend
{
	left: auto;
	right: 60px;
}
.no-touch.no-generatedcontent BODY.reversed #shortcuts:hover > .current > A
{
	margin-left: -136px;
	margin-right: 0;
}
.no-touch.no-generatedcontent BODY.reversed #shortcuts:hover > .current > A > .shortcut-legend
{
	right: 0;
}
#shortcuts > .at-bottom
{
	position: absolute;
	left: 0;
	bottom: 0;
}
#shortcuts .count
{
	text-indent: 0;
	right: 74px;
}
#shortcuts .current .count
{
	right: 4px;
}
BODY.reversed #shortcuts .count
{
	right: auto;
	left: 74px;
}
BODY.reversed #shortcuts .current .count
{
	left: 4px;
}
.no-generatedcontent BODY.reversed #shortcuts .current .count
{
	left: 142px;
}
#menu
{
	position: fixed;
	display: none;
	top: 41px;
	left: auto;
	right: 19px;
	width: 260px;
	max-height: 90%;
	padding: 11px 10px 10px;
	background: #575D62;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 7px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 7px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 7px rgba(0, 0, 0, 0.8);
	border: 1px solid #262626;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.no-boxshadow #menu
{
	width: 262px;
}
BODY.menu-open #menu
{
	display: block;
}
BODY.reversed #menu
{
	left: 19px;
	right: auto;
}
#menu:before, #menu:after
{
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #575D62;
	position: absolute;
	top: auto;
	left: auto;
	right: 18px;
	bottom: 100%;
	margin-bottom: -1px;
	background: none;
}
/*IE7*/
#menu-before, #menu-after
{
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #575D62;
	position: absolute;
	top: auto;
	left: auto;
	right: 18px;
	bottom: 100%;
	margin-bottom: -1px;
	background: none;
}
#menu:before
{
	border-width: 7px;
	border-bottom-color: #8A8E91;
	margin-bottom: 0;
	right: 17px;
}
/*IE7*/
#menu-before
{
	border-width: 7px;
	border-bottom-color: #8A8E91;
	margin-bottom: 0;
	right: 17px;
}
BODY.reversed #menu:before
{
	left: 17px;
	right: auto;
}
/*IE7*/
BODY.reversed #menu-before
{
	left: 17px;
	right: auto;
}
BODY.reversed #menu:after
{
	left: 18px;
	right: auto;
}
/*IE7*/
BODY.reversed #menu-after
{
	left: 18px;
	right: auto;
}
#menu-content
{
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.8);
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.no-boxshadow #menu-content
{
	border: 1px solid #2C3033;
}
#menu-content:after
{
	display: none;
}
.pointerevents #menu-content:after
{
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
}
#menu-footer
{
	margin-top: 10px;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*10. Titles styles*/
#main-title
{
	background: transparent;
}
#main-title H1, #main-title H2
{
	-webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#main-title H2
{
	font-size: 28px;
	line-height: 48px;
}
#main-title H2 STRONG
{
	font-size: 40px;
	vertical-align: -4px;
}
/*11. Blocs*/
.dashboard
{
	border: 1px solid #666666;
}
/*******************************************************
16. Tabs
******************************************************
This wrapper class is required to handle responsive variations*/
.standard-tabs, .side-tabs
{
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: visible;
	height: auto !important;
}
.standard-tabs > .tabs, .side-tabs > .tabs
{
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.csstransforms .standard-tabs > .tabs, .csstransforms .side-tabs > .tabs
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/*
* Standard tabs
*/
.standard-tabs
{
	padding-top: 29px;
}
/*Actual tabs*/
.standard-tabs > .tabs
{
	right: 0;
	width: auto;
	height: 30px;
	margin: -5px -5px 0;
	padding: 5px 5px 0;
}
.standard-tabs > .tabs > LI
{
	float: left;
	padding: 5px 12px 9px;
	border-left: 1px solid #CCCCCC;
	border-top: 0;
}
.standard-tabs > .tabs > LI:first-child
{
	border-left-color: transparent;
}
.standard-tabs > .tabs > LI > A
{
	margin: -5px -12px -9px;
	padding: 5px 12px 9px;
}
.standard-tabs > .tabs > LI > A:after
{
	display: none;
	content: '';
}
/*IE7*/
.standard-tabs > .tabs > LI > A > .with-arrow-after
{
	display: none;
}
.no-touch .standard-tabs > .tabs > LI > A:hover
{
	padding-bottom: 6px;
	border-bottom: 3px solid #999999;
}
.no-touch .standard-tabs > .tabs > LI.disabled > A:hover
{
	color: #C0C0C0;
	padding-bottom: 9px;
	border-bottom: 0;
}
.standard-tabs > .tabs > LI.active, .standard-tabs > .tabs > LI.active + LI
{
	border-left-color: transparent;
}
/*IE7*/
.ie7 .standard-tabs > .tabs > LI.active, .ie7 .standard-tabs > .tabs > LI.active + LI
{
	border-left-color: #CCCCCC;
}
.ie7 .standard-tabs > .tabs > LI.active.last-child
{
	border-right: 1px solid #CCCCCC;
}
.standard-tabs > .tabs > LI.active > A
{
	margin-left: -13px;
	margin-right: -13px;
	padding: 6px 12px 7px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	background: #FFFFFF;
	color: #0059A0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.no-touch .standard-tabs > .tabs > LI.active > A:hover
{
	padding-bottom: 7px;
	border-bottom: 0;
}
/*
* Standard tabs at bottom
*/
.standard-tabs.at-bottom
{
	padding-top: 0;
	padding-bottom: 29px;
}
.standard-tabs.at-bottom > .tabs
{
	top: auto;
	bottom: 0;
	margin: 0 -5px -5px;
	padding: 0 5px 5px;
}
.standard-tabs.at-bottom > .tabs > LI
{
	padding: 9px 12px 5px;
}
.standard-tabs.at-bottom > .tabs > LI > A
{
	margin: -9px -12px -5px;
	padding: 9px 12px 5px;
}
.no-touch .standard-tabs.at-bottom > .tabs > LI > A:hover
{
	padding-bottom: 5px;
	border-bottom: 0;
	padding-top: 6px;
	border-top: 3px solid #999999;
}
.no-touch .standard-tabs.at-bottom > .tabs > LI.disabled > A:hover
{
	padding-top: 9px;
	border-top: 0;
}
.standard-tabs.at-bottom > .tabs > LI.active > A
{
	margin-left: -13px;
	margin-right: -13px;
	padding: 7px 12px 6px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
}
.no-touch .standard-tabs.at-bottom > .tabs > LI.active > A:hover
{
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 7px;
	border-top: 0;
}
.standard-tabs.at-bottom > .tabs-content
{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;
}
/*
* Side tabs
*/
.side-tabs
{
	padding-left: 179px;
}
/*Actual tabs*/
.side-tabs > .tabs
{
	width: 180px;
	margin: -5px 0 -5px -5px;
	padding: 5px 0 5px 5px;
}
.side-tabs > .tabs > LI
{
	padding: 11px 9px 11px 11px;
	border-top: 1px solid #CCCCCC;
}
.side-tabs > .tabs > LI:first-child
{
	border-top-color: transparent;
}
.side-tabs > .tabs > LI > A
{
	margin: -11px -9px -11px -11px;
	padding: 11px 9px 11px 11px;
}
.side-tabs > .tabs > LI > A:after
{
	display: none;
}
/*IE7*/
.side-tabs > .tabs > LI > A > .with-arrow-after
{
	display: none;
}
.no-touch .side-tabs > .tabs > LI > A:hover
{
	padding-right: 6px;
	border-right: 3px solid #999999;
}
.no-touch .side-tabs > .tabs > LI.disabled > A:hover
{
	color: #C0C0C0;
	padding-right: 9px;
	border-right: 0;
}
.side-tabs > .tabs > LI.active, .side-tabs > .tabs > LI.active + LI
{
	border-top-color: transparent;
}
.side-tabs > .tabs > LI.active > A
{
	margin-top: -12px;
	margin-bottom: -12px;
	padding: 11px 9px 11px 10px;
	border: 1px solid #CCCCCC;
	border-right: 0;
	background: #FFFFFF;
	color: #0059A0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.no-touch .side-tabs > .tabs > LI.active > A:hover
{
	padding-right: 9px;
	border-right: 0;
}
/*Right side tabs*/
.side-tabs.on-right
{
	padding-left: 0;
	padding-right: 179px;
}
.side-tabs.on-right > .tabs
{
	left: auto;
	right: 0;
	margin: -5px -5px -5px 0;
	padding: 5px 5px 5px 0;
}
.side-tabs.on-right > .tabs > LI
{
	padding: 11px 11px 11px 9px;
}
.side-tabs.on-right > .tabs > LI > A
{
	margin: -11px -11px -11px -9px;
	padding: 11px 11px 11px 9px;
}
.no-touch .side-tabs.on-right > .tabs > LI > A:hover
{
	padding-right: 11px;
	border-right: 0;
	padding-left: 6px;
	border-left: 3px solid #999999;
}
.no-touch .side-tabs.on-right > .tabs > LI.disabled > A:hover
{
	padding-right: 11px;
	padding-left: 9px;
	border-left: 0;
}
.side-tabs.on-right > .tabs > LI.active > A
{
	margin-top: -12px;
	margin-bottom: -12px;
	padding: 11px 11px 10px 9px;
	border-right: 1px solid #CCCCCC;
	border-left: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.no-touch .side-tabs.on-right > .tabs > LI.active > A:hover
{
	padding-right: 11px;
	padding-left: 9px;
	border-right: 1px solid #CCCCCC;
	border-left: 0;
}
.side-tabs.on-right > .tabs-content
{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.tabs-fullheight.on-right > .tabs-content
{
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
/*Content*/
.standard-tabs > .tabs-content, .side-tabs > .tabs-content
{
	position: static;
	left: auto;
	right: auto;
	overflow: visible;
	width: auto;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.tabs-fullheight > .tabs-content
{
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.csstransforms .standard-tabs > .tabs-content, .csstransforms .side-tabs > .tabs-content
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.standard-tabs > .tabs-content
{
	min-height: auto !important;
}
/*Back button*/
.standard-tabs > .tabs-content > .tabs-back, .side-tabs > .tabs-content > .tabs-back
{
	display: none;
}
/*When transistions are enabled*/
.standard-tabs.tabs-animated, .standard-tabs.tabs-animated > .tabs, .standard-tabs.tabs-animated > .tabs-content, .side-tabs.tabs-animated, .side-tabs.tabs-animated > .tabs, .side-tabs.tabs-animated > .tabs-content
{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/*Recursive tabs*/
.with-padding > .standard-tabs.inner-tabs, .with-padding > .side-tabs.inner-tabs
{
	margin: 0;
}
/*18. Notifications*/
#top-notifications > UL, #bottom-notifications > UL
{
	position: absolute;
	width: 300px;
}
#notifications-top-left
{
	top: 0;
	left: 0;
}
#notifications-top-center
{
	top: 0;
	left: 50%;
	margin-left: -150px !important;
}
#notifications-top-right
{
	top: 0;
	right: 0;
}
#notifications-bottom-left
{
	bottom: 0;
	left: 0;
}
#notifications-bottom-center
{
	bottom: 0;
	left: 50%;
	margin-left: -150px !important;
}
#notifications-bottom-right
{
	bottom: 0;
	right: 0;
}
.notification
{
	margin: 20px 20px -10px;
}
#bottom-notifications .notification
{
	margin: -10px 20px 20px;
}
.notification > .close
{
	margin: -10px -10px 0 0;
}
.notification > A, .notification > DIV
{
	padding: 11px 15px;
}
.notification-icon
{
	margin: 11px 11px 11px 13px;
}
.notification-icon.outside
{
	float: none;
	position: absolute;
	top: 0;
	right: 100%;
	margin: 6px 12px 0 0;
}
#notifications-top-left .notification-icon.outside, #notifications-bottom-left .notification-icon.outside
{
	right: auto;
	left: 100%;
	margin: 6px 0 0 12px;
}
.notification > .block-arrow
{
	display: block;
	top: 29px;
}
