
html, body{
	padding: 0px;
	font-size: 10pt;
	margin: 0px;
	color: #ffffff;
	background-color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}

a{
	text-decoration: none;
	color: #ffffff;
}
a:hover{
	text-decoration: underline;
}

textarea, input, button, select{
	outline: none;
	/*-webkit-appearance: none; */
}

img{
	border: 0px;
}

form{
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

legend{
	color: #ffffff;
}

div.clearboth{
	clear: both;
}

div.off-canvas-wrap{
	padding: 10px;
	overflow: hidden;
	margin: 0px;
}


/* Environment */
div.environment{
	float: left;
	font-size: 16pt;
	padding: 3px;
	color: #ffffff;
	background-color: #cc0000;
	border: 1px solid #ff0000;
	margin: 3px;
	border-radius: 10px;
}

/* Header */
div.header{
}
div.header div.title{
	padding-top: 12px;
	float: left;
}
div.header div.title img{
	vertical-align: middle;
}
div.header div.logged-in{
	float: right;
	font-size: 16px;
}
div.header div.logged-in img{
	vertical-align: top;
	margin-left: 5px;
}
#currentLanguage{
	border: 1px solid transparent;
	padding-left: 2px;
	padding-right: 2px;
}
#currentLanguage:hover{
	border-radius: 4px;
	box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
	border: 1px solid #c0c0c0;
}
#languageSelect{
	position: absolute;
	top: 35px;
	right: 12px;
	background-color: #5e5c5c;
	box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	border: 1px solid #c0c0c0;
	padding: 4px 7px;
	width: 200px;
	z-index: 1000;
	display: none;
}
#languageSelect ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#languageSelect input{
	height: 30px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: auto 26px;
	padding-left: 30px;
	width: 100%;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin: 3px 0px;
	background-color: #808080;
	color: #ffffff;
}
#languageSelect input:hover{
	background-color: #aaaaaa;
}
div.header div.search{
	float: right;
}

/* Navigation Bar */
div.nav{
	padding: 2px;
	line-height: 25px;
	font-weight: bold;
}

/* Top Bar */
div.topbar{
	border-top: 1px solid #009acd;
	border-bottom: 1px solid #009acd;
	line-height: 30px;
	background-color: #bfdff2;
	padding-left: 10px;
}

/* Layout */
div.contentitem{
	margin-bottom: 10px;
	background-color: #333333;
	padding: 10px 5px 20px 5px;
	min-height: 800px;
	position: relative;
	overflow: auto;
}
div.contentitem h2{
	margin-top: 0px;
	margin-bottom: 10px;
}
div.contentitem div.dynamicTitle{
	font-size: 16pt;
}

.ghost{
	opacity: 0.5;
	text-shadow: 0px 0px 5px #000000;
}

/* Footer */
footer{
	margin-top: -16px;
	color: #808080;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
	background-color: #262626;
	padding-top: 20px;
	clear: both;
}
footer div.custom-footer{
	padding: 15px;
}
footer a{
	color: #808080;
}
footer a:hover{
	color: #ffffff;
}
footer strong.company{
	color: #ffffff;
}
footer div.left{
	float: left;
}
footer div.right{
	float: right;
	text-align: right;
}

/* Generic items */
div.buttons{
	text-align: center;
	margin-top: 5px;
	padding: 10px;
}
a.button, input.button{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border-radius: 5px;
	border: 1px solid #00ff00;
	background: linear-gradient(to bottom, #000000 0%, #515151 100%);
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	width: 150px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-align: center;
	margin: 0px 5px;
	padding: 0px;
	outline: none;
}
input.button:focus{
	outline: none;
}
a.button:hover, input.button:hover{
	background: linear-gradient(to bottom, #515151 0%, #000000 100%);
	border: 1px solid #ffffff;
	color: #00ff00;
}

div.dash{
	background: url(dash.gif) repeat-x left;
	height: 1px;
	overflow: hidden;
	width: auto;
}

div.version{
	color: #c0c0c0;
	text-align: right;
	padding: 2px;
}

div.icons a{
	background-size: 35px 35px;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	display: inline-block;
}

#notificationsIcon{
	background-image: url('../images/icons/email.png');
	position: relative;
}
#notificationsIcon span{
	position: absolute;
	right: -3px;
	padding: 2px 5px;
	line-height: 16px;
	background-color: #ff0000;
	text-align: center;
	border-radius: 8px;
	font-weight: bold;
}

a.faq-icon{
	background-image: url('../images/icons/faq.png');
}

a.rss-icon{
	background-image: url('../images/icons/rss.png');
}

a.site-settings-icon{
	background-image: url('../images/default_gui/configuration_menu_icon.png');
}

a.widget-editor-icon{
	background-image: url('../images/default_gui/widget_editor_icon.png');
}


.client_logo{
	background-image: url('/style/default/images/client-logo.png');
	width: 72px;
	height: 67px;
	display: inline-block;
}
.client_trademark{
	background-image: url('/style/default/images/client-trademark.png');
	width: 285px;
	height: 46px;
	display: inline-block;
}
