/*
*** PLEASE REMEBER TO UPDATE THE INFORMATION BELOW ****
Created by:			Maurice Hason, maurice.hason@sysaid.com
Created on:			February 1, 2013
Last Updated by:	Maurice Hason, maurice.hason@sysaid.com
Last Updated on:	April 4, 2013
Description:		Stylesheet File MegaMenu and Page Structures
*/

/* Resets */
ul, li, p, h1, h2, h3, h4, h5, h6, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Global Styles */

html { -webkit-font-smoothing: antialiased;}
body {
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
}

body.mySettings {
    margin: 0;
	padding: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
}

a, a:hover, a:focus, a:active, a:visited { text-decoration: none; }
* { outline: none 0; }

img { border: 0 none; }

.fll { float: left; }
.flr { float: right; }

.clearfix { display: block; clear: both; }

.hidden { display: none; }

span.hidden { display: none; }

input.form-button {
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	text-align: center;
	text-shadow: 1px 1px #fff;
	padding: 0 12px;
	cursor: pointer;
	font-size: 13px;
	height: 24px;
	border: 1px solid #707070;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ebebeb 49%, #dddddd 50%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(49%,#ebebeb), color-stop(50%,#dddddd), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ebebeb 49%,#dddddd 50%,#cfcfcf 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ebebeb 49%,#dddddd 50%,#cfcfcf 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ebebeb 49%,#dddddd 50%,#cfcfcf 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ebebeb 49%,#dddddd 50%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 );
}

input.form-button:hover {
	color: #000;
	border: 1px solid #555;
}

/*** TOP STRIP ***/
#topstrip {
	height:44px;	
	padding: 0 35px;
	min-width: 1190px;	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}

#topstrip a, #topstrip a:hover {
    text-decoration: none;
}

#topstrip *,
#topstrip *:before,
#topstrip *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#topstrip ul{
	margin: 0;
}
div.topstrip-left {}
div.topstrip-right {
	position: relative;
}

#topstrip div.logo {
	width: 200px;
	height: 38px;
	display: block;
	padding: 8px 0px 0px 0px;
}

div.logo img { max-width: 200px; max-height: 30px; }

li.my-tickets, li.recent-items , li.system-settings {
	margin-top: 14px;
	width: 17px;
	height: 17px;
	position: relative;
	padding-bottom: 15px;
}

li.navigate-back, li.navigate-next { margin-top: 14px; width: 16px; height: 16px; }
li.recent-items { position: relative; padding:  0px 10px; }
li.system-settings { position: relative; padding: 0px 10px 15px; }
li.announcements { width: 21px; height: 16px; padding: 14px 10px 15px 10px; position: relative;}

/*** TOPSTRIP ICONS & ROLLOVERS ***/
ul.navigation { margin: 0 0 0 10px; }

li.recent-items > span, li.favorites > span, li.announcements > span {
    display: block;    
    padding: 14px 10px 15px 10px;
    height: 16px;
    width: 21px;    
}


li.favorites h6.add-favorite > span {
    display: block;
	text-indent: inherit;
	padding-bottom: 0;
	color: #444;
	line-height: 27px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

li.separator {
	width: 0;
	height: 25px;
	margin: 10px 6px 0 10px;
}

li.username {
	font-size: 12px;
	height: 25px;
	cursor: pointer;
	padding: 0 17px 10px 0;
	margin: 10px 0 0 10px;
	position: relative;
}

li.username:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #9B8F8F;
	position: absolute;
	right: 2px;
	top: 25%;
}

li.username:hover:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	position: absolute;
	right: 2px;
	top: 30%;
}

.RTL li.username {
	padding: 0 0 10px 17px;
	margin: 10px 10px 0 0 ;
}

.RTL li.username:after {
	direction: ltr;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #9B8F8F;
	border-left: none;
	position: absolute;
	right: auto;
	left: 2px;
	top: 25%;
}

.RTL li.username:hover:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	position: absolute;
	left: 2px;
	top: 30%;
}

li.username img.user-image {
	margin:-4px 2px 0 0;
}

li.username span.realname {
	position: relative;
	top: 5px;
    display: inline-block;
}

/**** ANNOUNCEMENTS ALERT BADGE ****/

li.announcements div.announcements-alert {
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: auto;
	min-width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 12px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 11px;
	padding: 2px;
	line-height: 12px;
	behavior: url("css/PIE.htc");
}

/**** PERSONAL MENU DROPDOWN ****/
li.username ul {
	background: url("../images/dropdown-arrow.jpg") no-repeat -215px top #e8e8e8; /* Old browsers */
	position: absolute;
    right: 0;
	top: 35px;
	width: 150px;
	z-index: 10000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 0 5px 0;
	display: none;
	behavior: url("css/PIE.htc");
}

/*body.RTL li.username ul {
	background: url("../images/dropdown-arrow.jpg") no-repeat -193px top #e8e8e8;
}

body.RTL li.favorites div.favorites-menu {
	background: url("../images/dropdown-arrow.jpg") no-repeat -188px top #e8e8e8;
	left: -120px;
}*/

ul#personal-menu li a {
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px #fff;
	display: block;
	padding: 5px 0 5px 10px;
    overflow: hidden;
    width: 120px; /* 150px of li-username-ul minus padding and spare 30px */
   	text-overflow: ellipsis;

}

ul#personal-menu li:hover {
	background: #e3e3e3;
}

/**** RECENT ITEMS MENU DROPDOWN ****/
li.recent-items {
	cursor: pointer;
	font-size: 12px;
	color: #979797;
}
li.recent-items ul {
	background: url("../images/dropdown-arrow.jpg") no-repeat -313px top #e8e8e8; /* Old browsers */
	position: absolute;
	left: 4px;
	top: 31px;
	width: 240px;
	z-index: 100000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 0 5px 0;
	display: none;
	behavior: url("css/PIE.htc");
}

li.recent-items ul li a {
	white-space: nowrap;
	display: block;
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px #fff;
	padding: 5px 0 5px 30px;
	margin: 2px 0;
   	overflow: hidden;
    width: 200px; /* 240px of recent-items-ul minus padding (30px) and minus spare 10px */
   	text-overflow: ellipsis;
}

li.recent-items ul li:hover {
	background: #e3e3e3;
}

/**** ANNOUNCEMENTS MENU DROPDOWN ****/
li.announcements .announcements-wrapper {
	background: url("../images/dropdown-arrow.jpg") no-repeat -1px top #e8e8e8;
	position: relative;
	left: -305px;
	top: 14px;
	display: none;
	width: 350px;
	height: 300px;
	-webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.4);
	padding: 10px 0 5px 0;
	cursor: default;
	overflow: hidden;
	z-index: 1;
	behavior: url("css/PIE.htc");
}

.RTL li.announcements .announcements-wrapper {
	background: url("../images/dropdown-arrow.jpg") no-repeat -303px top #e8e8e8;
	left: 315px;
}

#announcements-list li {
    position: relative;
    width: 330px;
    padding: 10px 10px 5px;
    background: url("../images/separator-line.gif") repeat-x scroll center bottom transparent;
}

.delete-announcement {
	color: #ccc;
	width: 16px;
	height: 16px;
	display: block;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 15px;
	cursor: pointer;
	font-weight: bold;
}

.delete-announcement:hover {
	color: #fff;
	background: #999;
	-webkit-box-shadow: 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 1px 1px rgba(255, 255, 255, 1);
	-o-box-shadow: 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 1px 1px rgba(255, 255, 255, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url("css/PIE.htc");
}

.update-announcement {
	color: #ccc;
	width: 16px;
	height: 16px;
	display: block;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 15px;
	cursor: pointer;
	font-weight: bold;
}

.update-announcement:hover {
	color: #fff;
	background: #999;
	-webkit-box-shadow: 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 1px 1px rgba(255, 255, 255, 1);
	-o-box-shadow: 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 1px 1px rgba(255, 255, 255, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	behavior: url("css/PIE.htc");
}

li.announcements ul#announcements-list h3 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 5px 35px;
}

li.announcements ul#announcements-list p {
	color: #555;
	font-size: 11px;
	text-shadow: 1px 1px #fff;
	line-height: 15px;
	margin: 0 0 0 35px;
	padding-right: 10px;
    word-wrap: break-word;
}

li.announcements ul#announcements-list p.announcement-time {
	float: left;
	margin: 7px 0 8px 35px;
	color: #999;
	font-style: italic;
	text-shadow: none;
}

li.announcements ul#announcements-list .reply-im {
	float: right;
	margin-right: 7px;
}

li.announcements ul#announcements-list p.announcement-time:hover {
	cursor: pointer;
	color: #000;
}

li.announcements ul#announcements-list a,
li.announcements ul#announcements-list a:visited,
li.announcements ul#announcements-list a:active {
	color: #0099cc;
	text-decoration: none;
}

li.announcements ul#announcements-list a:hover {
	color: #0099cc;
	text-decoration: underline;
}

li.announcements ul#announcements-list img {
	float: left;
}

li.announcements ul#announcements-list img.user-icon {
	border: 1px solid #999;
}

#delete-all-announcements {
	text-indent: 0px;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	width: 330px;
	margin: auto;
	text-align: right;
	display: block;
	text-shadow: 1px 1px #fff;
	position: absolute;
	top: 360px;
	left: -295px;
	background: #fafafa;
	border-top: 1px solid #fff;
	padding: 0 20px 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	z-index: 2;
}

.RTL #delete-all-announcements {
	left: -5px;
}

#delete-all-announcements > div {
	float: right;
	cursor: pointer;
}

li.announcements ul#announcements-list span.delete-all-announcements:hover {
	color: #333;
}


/**** FAVORITES MENU DROPDOWN ****/
li.favorites {
	padding: 0 10px 15px 10px;
	margin-top: 14px;
	width: 17px;
	height: 17px;
	position: relative;
	font-size: 12px;
	color: #979797;
}
li.favorites div.favorites-menu {
	background: url("../images/dropdown-arrow.jpg") no-repeat -176px top #e8e8e8;
	position: absolute;
	right: 0;
	top: 31px;
	display: none;
	width: 170px;
	z-index: 100000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 0 5px 0;
	behavior: url("css/PIE.htc");
}

#favorites-wrapper {
	position: relative;
	max-height: 165px;
	overflow: hidden;
}

li.favorites h6.add-favorite {
	margin: 5px 0;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	text-indent: 22px;
	background: url("../images/topstrip-sprite.png") no-repeat -34px -835px #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

li.favorites h6.add-favorite:hover { background-color: #e3e3e3; }
li.favorites h6.add-favorite a {
	text-decoration: none;
	color: #444;
	display: block;
	line-height: 27px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

li.favorites ul li a {
	white-space: nowrap;
	display: block;
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px #fff;
	padding: 5px 0 5px 11px;
	margin: 2px 0;
    overflow: hidden;
    width: 140px; /* 170px of favorits.div minus padding and spare 30px */
   	text-overflow: ellipsis;
}

li.favorites ul li:hover {
	background: #e3e3e3;
}

li.favorites h6.manage-favorites {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}

li.favorites h6.manage-favorites a {
	color: #3bb000;
	border-top: 1px dotted #878787;
	display: block;
	margin: 0 10px;
	padding: 7px 0 5px;
	text-decoration: none;
	font-style: italic;
}

li.favorites h6.manage-favorites a:hover {
	color: #3bb000;
}

/*** SR SEARCH INPUT FIELD ***/
li.searchbox { margin: 11px 10px 0 0; }
#sr-search input[type="text"] {
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    outline: none;        
    behavior: url("css/PIE.htc");
	border: 1px solid #333;
	font-size: 12px;
	width: 131px;
	margin-top: -2px;
	line-height: 20px;
	text-align: left;

	height: 23px;
  	line-height: 18px;
  	padding:0 12px;
  	background-color: #f1f1f1;    
}
#sr-search input[type="text"]::-webkit-input-placeholder {
   color: #999;
}

#sr-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

#sr-search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

#sr-search input[type="text"]:-ms-input-placeholder {  
   color: #999;  
}

#sr-search input[type="text"]:focus {	
    color: #666666;
    background: white;
  /*  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) inset;*/
    
}
#sr-search input[type="text"]:focus::-webkit-input-placeholder {
   color: #999;
}

#sr-search input[type="text"]:focus:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

#sr-search input[type="text"]:focus::-moz-placeholder {  /* Firefox 19+ */
  color: #999;  
}

#sr-search input[type="text"]:focus:-ms-input-placeholder {  
   color: #999;
}
.sr-submit {
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
	position: relative;
	left: -15px;
	top: 1px;
}


body.RTL .sr-submit {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 16px;  
}
body.RTL #sr-search input[type="text"]{
	text-align: right;
}


/**** MAIN CONTENT AREA ****/
#content-wrapper {
	margin: 0 35px;
}


/* Tweak to position line height of the text inside the search input box correctly in Chrome */
.win.chrome form#sr-search input[type="text"] { padding: 3px 20px 1px 6px; }
.win.chrome li.searchbox { margin: 13px 10px 0 0; }

.win.ie li.searchbox { margin-top: 12px; }
.win.ie form#sr-search input[type="text"] {
	padding-top: 4px;
	background-position-y: 4px;
}

/* Breadcrumbs */
.breadcrumbs {
	display: block;
	margin: 0 0 10px;
}

.breadcrumbs span {
	background: url('../images/breadcrumb-arrow.png') no-repeat 0px 0px;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 8px;
	margin-right: 20px;
}

.breadcrumbs span.current {
	color: #000;
	background: url('../images/breadcrumb-arrow.png') no-repeat 0px -22px;
}

.breadcrumbs span a {
	color: #666;
	text-decoration: none;
}

.breadcrumbs span a:hover, .breadcrumbs span a:active {
	color: #666;
	text-decoration: underline;
}

/* Content Frame */
.content-frame {
	min-width: 1190px;
	min-height: 300px;
	max-height: 753px;
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 753px;
	overflow: auto;
}

.content {
	margin: 15px;
}

/************ TABS STYLING ****************/
#tabs-nav { background: #eee; padding: 10px; margin: 0 0 15px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

#tabs-nav .tabs-nav { overflow: hidden; margin: 0 0 10px 0; }
#tabs-nav .tabs-nav li { width: 97px; float: left; margin: 0 10px 0 0; }
#tabs-nav .tabs-nav li.last { margin-right: 0; }
#tabs-nav .tabs-nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }
#tabs-nav .tabs-nav li a:hover { background-color: #111; }

#tabs-nav ul { list-style: none; }
#tabs-nav ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#tabs-nav ul li a:hover, #example-one ul li a:focus { background: #fe4902; color: white; }
#tabs-nav ul li:last-child a { border: none; }

#tabs-nav li.nav-one a.current, ul.featured li a:hover { background-color: #0575f4; color: white; }
#tabs-nav li.nav-two a.current, ul.core li a:hover { background-color: #d30000; color: white; }
#tabs-nav li.nav-three a.current, ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#tabs-nav li.nav-four a.current, ul.classics li a:hover { background-color: #FE4902; color: white; }



/*
	We have now all type of alerts coming in with lightboxes
	so these classes should be used for all alerts
*/

#lightbox-alert {
	text-align: center;
	display: block;
	min-width: 400px;
	min-height: 100px;
	background: #eee;
	color: #000;
	text-shadow: 1px 1px #fff;
	padding: 30px 20px;
}

.lightbox-alert-content {
	border-bottom: 1px solid #bbb;
	width: 90%;
	display: block;
	margin: auto;
	padding-bottom: 15px;
}

.lightbox-alert-big {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

.lightbox-alert-small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lightbox-alert-actions {
	padding-top: 15px;
	border-top: 1px solid #fff;
	width: 90%;
	display: block;
	margin: auto;
}

.lightbox-alert-content p {
	margin-bottom: 10px;
}

.lightbox-alert-small a,
.lightbox-alert-small a:visited {
	color: #3bb000;
	text-decoration: none;
}

.lightbox-alert-small a:hover {
	text-decoration: underline;
}

.lightbox-alert-content ul {
	text-align: left;
	width: 170px;
	margin: 0 auto 20px;
}

.lightbox-alert-content ul li {
	list-style: disc;
	padding-bottom: 5px;
}

/*********** ICONS FOR PAGES WITH TABS ****************/
#tabbedpage-icons {
	position: absolute;
	right: 30px;
	top: 10px;
	width: 500px;
}

#tabbedpage-icons ul {
    float: right;
}

body.RTL #tabbedpage-icons ul {
    float: left;
}

body.RTL #tabbedpage-icons {
	left: 70px;
	right: auto;
}

#tabbedpage-icons li {
	float: left;
	margin-left: 30px;
}

#tabbedpage-icons li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	color: transparent;
}

#tabbedpage-icons li div a {
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0px;
	color: black;
}

#tabbedpage-icons li a#design-form { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat 0px 0px }
#tabbedpage-icons li a#print-list { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -32px 0px }
#tabbedpage-icons li a#duplicate-sr { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -64px 0px }
#tabbedpage-icons li a#linked-item { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -96px 0px }
#tabbedpage-icons li a#export-csv { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -128px 0px }
#tabbedpage-icons li a#delete-sr { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -160px 0px }
#tabbedpage-icons li a#change-template { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -192px 0px }
#tabbedpage-icons li a#add-new { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -224px 0px }
#tabbedpage-icons li a#move { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -256px 0px }
#tabbedpage-icons li a#enable { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -288px 0px }
#tabbedpage-icons li a#disable { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -320px 0px }
#tabbedpage-icons li a#edit { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -352px 0px }
#tabbedpage-icons li a#new-folder { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -384px 0px }
#tabbedpage-icons li a#modify-folder { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -416px 0px }
#tabbedpage-icons li a#order { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -544px 0px }

#tabbedpage-icons li a#create_cis { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -224px 0px } /* Same as #add-new id */
#tabbedpage-icons li a#new { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -224px 0px } /* Same as #add-new id */
#tabbedpage-icons li a#create-group { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -224px 0px } /* Same as #add-new id */
#tabbedpage-icons li a#add_report { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -224px 0px } /* Same as #add-new id */
#tabbedpage-icons li a#add_group { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -384px 0px } /* Same as #add-new id */

#tabbedpage-icons li a#edit-news { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -352px 0px } /* Same as #edit id */
#tabbedpage-icons li a#update_report { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -352px 0px } /* Same as #edit id */
#tabbedpage-icons li a#update_group { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -416px 0px } /* Same as #edit id */

#tabbedpage-icons li a#change-request-template { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -192px 0px } /* Same as #change-template id */
#tabbedpage-icons li a#duplicate-template { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -64px 0px } /* Same as #duplicate-sr id */

#tabbedpage-icons li a#export-list { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -128px 0px } /* Same as #export-csv id */
#tabbedpage-icons li a#customized-printout { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -128px 0px } /* Same as #export-csv */
#tabbedpage-icons li a#filter-builder { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -448px 0px }
#tabbedpage-icons li a#archive { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -480px 0px }
#tabbedpage-icons li a#print-gannt { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -512px 0px }
#tabbedpage-icons li a#task-order { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -544px 0px } /* Same as #order id */
#tabbedpage-icons li a#customize-list { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -576px 0px }
#tabbedpage-icons li a#convert-sr { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -608px 0px }
#tabbedpage-icons li a#visual-workflow { background: url("../images/tabs-icons-sprite.png?v=1") no-repeat -640px 0px }

/************ STYLES FOR iFRAMES ****************/
/***** Removing border, heights and more... *****/
iframe#demotrialIframe {
	border: 0;
	height: 55px;
	width: 100%;
}


#myphoto-container div.myphoto-uploadfield-container {
	direction: ltr !important;
}

/************ CUSTOMIZATION PANEL DEFAULT VALUES ****************/
/*
	These styles define the default for the customization panel
	and may be changed and customized for each installation to
	set custom height, background colors and more...
*/
#customizations-panel {
	display: none;		/* Hide it when loading */
	background: #000;	/* Default background black. To change add classes. */
	color: #fff;		/* Default font color white */
	font-size: 12px;
	padding: 15px 35px;	/* Don't change this, to maintain consistency with the pages */
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#customizations-panel .theme-selector {
	display: block;
	float: left;
	margin-right: 30px;
}


#customizations-panel h3 {
	color: #fff;
	font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
}

#customizations-panel input {
	margin-left: 0;
}

#customizations-panel li {
	float: left;
	margin-right: 7px;
}

#customizations-panel .submit-btn {
	margin-top: 10px;
}

#sub-panel {
	position: absolute;
	right: 5px;
	width: 32px;
	height: 11px;
	background: url("../images/grabber.png") no-repeat right bottom;
	display:block;
	cursor: pointer;
}

/* Customize the panel for Demo/Trials */
#customizations-panel.demotrial {
	height: 55px;
	border-bottom: 1px solid #aaaeb0;
}

#sub-panel.demotrial {
	background: url("../images/grabber-inverted.png") no-repeat right bottom;
}