/*****************************************************************
*
* COPYRIGHT (C) 2004-2014 SICOM Systems Inc
* 4434 Progress Meadow Drive
* Doylestown, PA 18902
* 215-489-2500, FAX: 215-489-2769
*
*****************************************************************/

html {
	overflow: hidden; /* needed for iframe */
}

body {
	background: rgba(38, 42, 255, 1);
	color: #fff;
}


#iframe_container {
    position: fixed;
    top: 98px;
    bottom: 0;
    left: 139px;
    right: 0;
}

#content_iframe {
    border: none;
    width: 100%;
    height: 100%;
}

#topcontainer {
	min-width: 945px;
	height: 78px;
	margin: 0 55px 0 45px;
	padding-top: 16px;
}

#helpcontainer {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}

#helpcontainer ul {
	font-weight: normal;
	display: inline-block;
}

#logo {
	background: url('images/sicom_logo_white.png') no-repeat;
	width: 329px;
	height: 43px;
	position: relative;
	margin-bottom: -40px;
}

#subtitle {
	font-size: 17px;
    left: 82px;
    position: relative;
    top: 36px;
    width: 234px;
	display: block;
}

#infobar {
	background-color: #ffa200;
	border-radius: 5px;
	-moz-border-radius: 5px;
	height: 46px;
	color: #000;
	padding: 3px 10px;
	text-align: right;
	margin-left: 333px;
}

#infobar a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000 !important;
}

#infobar a:hover {
	text-decoration: underline;
}

#infobar ul {
	margin-top: 5px;
	text-transform: lowercase;
}

ul.toolbar_list {
	list-style: none;
}

ul.toolbar_list li {
	display: inline-block;
	margin-left: 6px;
}

.username {
	font-weight: bold;
}

.companyname {
	font-weight: bold;
}

/* icons */
.with_icon {
	min-height: 16px;
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left center
}

.help_icon {
	background-image: url('images/icon_help_dark.png');
}

.logout_icon {
	background-image: url('images/icon_logout_dark.png');
}

.phone_icon {
	background-image: url('images/icon_phone_light.png');
}

.email_icon {
	background-image: url('images/icon_email_light.png');
}

.quit_global_preview_icon {
	background-image: url('images/icon_quit_global_preview_dark.png');
}

.user_settings_icon {
	background-image: url('images/icon_user_settings_dark.png');
	padding-left: 28px;
}

.language_icon {
	background-image: url('images/icon_language_dark.png'), url('images/icon_language_arrow_dark.png');
	background-position: left center, right center;
	padding-left: 25px;
	padding-right: 13px;
}

#lang_box {
	border: 0;
	background-image: url('images/lang_selector_arrow.png');
	background-repeat: no-repeat;
	background-position: 160px 0px;
	padding-top: 9px;
}

#lang_box ul {
	float: left;
	width: 220px;
	background-color: #ffa200;
	border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}


#lang_box li {
	float: left;
	padding: 3px 15px 3px 15px;
	width: 80px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}

#lang_box li a {
	font-size: 14px;
	color: black;
	text-decoration: none;
}

#lang_box ul li.selected {
	background-color: #333333;
}

#lang_box li:hover {
	background-color: #b87600;
}

#lang_box ul li.selected a,
#lang_box li:hover a {
	color: white;
}
