/*
	TANDBERG Orbit Stylesheet 
*/

/*
	default fonts and colors
*/

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

code, pre {
	font-family: lucida console, courier new, courier;
}

/*
	headers
*/

h1, h2, h3, h4 {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/*
	default link styles
*/

a,
a:link,
a:visited,
a:active
{
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
}


/*
	lists
*/

ul {
	padding: 0 20px;
}

/*
	form elements
*/

form {
	margin: 0;
	padding: 0;
}

input.button {
    padding: 0 5px;
	border: 1px solid #888;
	background: url(../images/backgrounds/button.png) repeat center center;
}

input.button-hover {
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #aaa;
	background: url(../images/backgrounds/button_hover.png) repeat center center;
}

input.button-focus {
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #aaa;
	background: url(../images/backgrounds/button_click.png) repeat center center;
}

input.textbox,
select.dropdown,
textarea.textarea {
	padding: 1px 3px;
	border: 1px solid #aaa;
}

input.textbox-hover,
select.dropdown-hover,
textarea.textarea-hover {
	padding: 1px 3px;
	border: 1px solid black;
}

input.textbox-focus,
select.dropdown-focus,
textarea.textarea-focus {
	padding: 1px 3px;
	border: 1px solid #ff6600;
}

select.dropdown {
	padding: 1px;
}

select.dropdown-hover,
select.dropdown-focus {
	padding: 1px;
}

input[disabled='disabled'],
input[readonly='readonly'] {
	color: #999;
}
input.msieDisabledField,
textarea.msieDisabledField {
    background-color: #E6E0DA;
}


.label {
	color: #999;
}

label.label {
	cursor: pointer;
}

td.tdLabel {
	padding-right: 20px;
	white-space: nowrap;
}

/*
	phrase elements
*/

code {
	display: block;
	border: 1px dashed #ff6600;
	padding: 5px;
	background: #fff;
}

/*
	lists
*/

dt {
	font-weight: bold;
}

/*
	Misc Layout
*/

body
{
	margin: 0;
	height: 100%;
}

img
{
	border: 0;
}

#ttFwBody
{
	background: #ffffff;
	position:absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

/*
	Framework Content
*/

#ttFwContent
{
	top: 90px;
	bottom: 23px;
	overflow: auto;
	position:absolute; 
	width: 100%;
}

#ttFwContent .content-spacing
{
    padding: 5px;
}

/*
	Framework Header
*/
#ttFwHeader
{
	height: 90px;
	background: white;
}

#ttFwHeader .first
{
	height: 36px;
}

#ttFwHeader .first .container
{
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

#ttFwHeader .first .logo
{
	background: url(../images/framework/taa_logo.png) no-repeat scroll center left;
}

#ttFwHeader .first .logo a 
{
	display: block;
}

#ttFwHeader .first .search
{
	text-align: right;
	width: 50%;
}

#ttFwHeader .first .search .search-button
{
	 width: 17px; 
	 height: 17px; 
	 background: url(../images/buttons/search.png);
}

#ttFwHeader .first .search .searchTextbox
{
	border: 1px solid #bbb;
	width: 150px;
	padding: 0 3px;
}

#ttFwHeader .first .search input
{
	vertical-align: middle;
}

#ttFwHeader .second
{
	height: 30px;
	background: url(../images/framework/menu_bg.gif);
}

#ttFwHeader .second .container
{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	border-bottom: 3px solid #ccc;
}

#ttFwHeader .second .menu-container
{
	width: 100%;
	height: 100%;
}

#ttFwHeader .second .actions
{
	white-space: nowrap;
}

#ttFwHeader .second .actions a
{
	margin-left: 5px;
}

#ttFwHeader .third
{
	background: #e8e8e8;
	height: 24px;
}

#ttFwHeader .third .container
{
	 width: 100%;
	 height: 100%;
	 padding: 0 10px;
}

#ttFwHeader .third .container .header h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#ttFwHeader .third .container #breadcrumb-container
{
	text-align: right;
}

#ttFwHeader .layout
{
	border-left: 5px solid #e8e8e8;
}

/*
	Framework Footer
*/
.ttFwFooter-transparent
{
	display: none;
}
.ttFwFooter 
{
	bottom: 0px;
	width: 100%;
	height: 23px;
	position: absolute;
}

.ttFwFooter .container
{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background: url(../images/framework/footer_bg.gif);
}

.ttFwFooter .left
{
	width: 33%;
}

.ttFwFooter .center
{
	width: 34%;
	text-align: center;
}

.ttFwFooter .right
{
	width: 33%;
	text-align: right;
}

/*
	searchfield
*/

.searchfield-expanded {
	border: 1px solid #ccc;
	background: #e3e3e3;
}

.searchfield table {
	width: 100%;
}

.searchfield img {
	cursor: pointer;
}

/*
	treeview
*/

.treeview .item {
	line-height: 19px;
}

.treeview .item .draggable,
.treeview .item .draggable .actiondropdown span,
.treeview .item .draggable .actiondropdown-active span {
	cursor: default;
}

.treeview .item img,
.treeview .item span,
.treeview .item a {
	vertical-align: middle;
}

.treeview .item span {
	padding-left: 3px;
}

.treeview .actiondropdown,
.treeview .actiondropdown-active {
	display: inline;
	padding-right: 20px;
}

.treeview .actiondropdown a,
.treeview .actiondropdown-active a {
	margin: 0;
}

/*
	feedback
*/

div.error {
	margin: 5px 0;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 40px;
	background: #ffeeff url(../images/misc/errorbubble.gif) no-repeat 5px 50%;
}

div.info {
	margin: 5px 0;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 40px;
	background: #ffffee url(../images/misc/infobubble.gif) no-repeat 5px 50%;
}

/* struts errors */
.errorMessage {
	color: red;
}

/*
	tab
*/

.tab .content {
	border: 1px solid #8ac;
	background: #f3f3f3;
}

.tab .header {
	white-space: nowrap;
	padding-top: 3px;
}

.tab .header a,
.tab .header a.active,
.tab .header div,
.tab .header div.active {
	background: white url(../images/backgrounds/lighter.gif) repeat 50%;
	display: inline;
	padding: 0 10px;
	margin: 0;
}
.tab .header a.active,
.tab .header div.active {
	background: url(../images/backgrounds/header.png) repeat 50%;
	border: 1px solid #8ac;
	border-bottom: 1px solid #bed0d8;
	font-size: 110%;
	cursor: default;
	color: black;
}

.tab .header a,
.tab .header div {
	margin-top: 3px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #8ac;
	cursor: pointer;
	color: #666;
}

.tab .header a:hover {
    color: #ff6600;
}

.tab .header a.active:hover {
    color: black;
}

/*
	menu
*/

.menu {
    font-size: 12px;
}

.menu .root-item, .menu .root-item:visited {
	color: #000;
	padding-right: 20px;
}

.menu a.root-item:hover {
	color: #ff6600;
}

.menu .selected {
    font-weight: bold;
}

.menu .disabled {
	color: #999;
}

.menu .group { /* containers */
	position: absolute;
	background: white;
	border: 1px solid #999;
	z-index: 500;
}

.menu .sub-item, .menu .sub-item:visited {
 	color: #000;
	display: block;
	background: transparent;
	padding: 5px 8px;
	white-space: nowrap;
}

.menu .text-node {
	display: block;
}

.menu .sub-item:hover {
	color: #ff6600;
	background: #eee;
}

.menu .expandable {
	padding-right: 25px;
	background: transparent url(../images/bullets/menu_expand.png) no-repeat right 50%;
}

.menu .expandable:hover {
	padding-right: 25px;
	background: #eee url(../images/bullets/menu_expand_hover.png) no-repeat right 50%;
}

/*
	watermark
*/

.watermark {
	color: #999;
}

/*
	linkpanel
*/
.linkpanel {
	border: 1px solid #999;
	position: absolute;
	background: white;
	padding: 3px 5px;
	z-index: 200;
}

.linkpanel a {
	display: block;
	text-align: left;
}

/*
	Action Dropdown
*/

.actiondropdown {
	cursor: pointer;
	padding-right: 15px;
	position: relative;
}

.actiondropdown-active {
	cursor: pointer;
	background: url(../images/buttons/dropdownButton.gif) no-repeat right 50%;
	padding-right: 15px;
	_position: relative;
	z-index: 100;
}

.table a,
.actiondropdown a {
	margin-right: 3px;
}

.actiondropdown div a {
	margin-right: 3px;
	white-space: nowrap;
}

/*
	Breadcrumb
*/

.breadcrumb {
	
}

.breadcrumb .item {
	padding-left: 10px;
	background: url(../images/bullets/arrow_small.gif) no-repeat 3px 50%;
}

.breadcrumb .links {
	border: 1px solid #999;
	position: absolute;
	background: white;
	padding: 3px 5px;
	z-index: 200;
}

.breadcrumb .links a,
.breadcrumb .linkpanel a {
	display: block;
	white-space: nowrap;
}

/*
	Table
*/

table.table {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

table.table th,
table.table td {
	text-align: left;
	padding: 1px 4px;
	height: 18px;
	line-height: 18px;
}

table.table th {
	font-weight: normal;
	text-align: left;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding-left: 8px;
	padding-right: 8px;
}

table.table tbody tr.odd {
	background: white;
}

table.table tbody tr.even {
	background: #fafafa;
}

table.table tbody tr.selected {
	background: #eee;
}

table.table tbody tr.hover {
	background: url(../images/backgrounds/table_hover.gif) repeat-x 50%;
}

table.table tr.sortable {
	cursor: pointer;
}

table.table tfoot tr td {
	border-top: 1px solid #ccc;
}

/*
	Grid
*/

.grid-footer {
	padding: 3px 10px 0 10px;
	border-top: 1px solid #ccc;
	color: #666;
}

.grid-footer td {
	width: 33%;
}

/*
	Panel / Collapsible / Popup
*/

.panel,
.collapsible,
.popup,
.tooltip {
	border: 1px solid #8CA5B4;
	background: #f3f3f3;
}

.panel .header,
.collapsible .header,
.collapsible .header-container {
	padding: 2px 0 1px 0;
	cursor: pointer;
	vertical-align: middle; 
	background: url(../images/backgrounds/header.png) repeat 50%;
}
.panel .header {
	padding: 2px 5px 1px 10px;
}

.collapsible .xheader-container {
	padding: 0;
}

.collapsible div.header {
	margin-right: 10px;
	padding: 0 5px;
	margin-left: 5px;
}

.collapsible .header-container .collapsed {
	margin-right: 10px;
	padding: 0 5px;
	margin-left: 5px;
	background: url(../images/buttons/expand_large.png) no-repeat right 50%;
}
.collapsible .header-container .expanded {
	margin-right: 10px;
	padding: 0 5px;
	margin-left: 5px;
	background: url(../images/buttons/collapse_large.png) no-repeat right 50%;
}

.panel .content,
.popup .content,
.collapsible .content,
.tab .content {
	padding: 8px;
}

.panel .footer,
.popup .footer,
.collapsible .footer,
.tab .footer {
	padding: 0 10px;
	border-top: 1px solid #ccc;
	text-align: right;
	margin: 0 5px 1px 5px;
}

.panel .footer a,
.fieldset .footer a,
.popup .footer a,
.collapsible .footer a,
.tab .footer a {
	margin-left: 15px;
	color: #666;
}

.panel .footer a:hover,
.fieldset .footer a:hover,
.popup .footer a:hover,
.collapsible .footer a:hover,
.tab .footer a:hover {
	margin-left: 15px;
	color: #ff6600;
}

/*
	Nested Collapsibles
*/


.panel .panel,
.panel .collapsible,
.collapsible .collapsible,
.collapsible .panel {
	border: 1px solid #ccc;
	background: #fafafa;
}

.panel .panel .header,
.panel .collapsible .header,
.panel .collapsible .header-container,
.collapsible .collapsible .header,
.collapsible .collapsible .header-container,
.collapsible .panel .header {
	padding: 0 0 1px 0;
	color: #666;
	background: url(../images/backgrounds/lighter.gif) repeat 50%;
}

.panel .panel .header {
	padding: 0 5px 1px 10px;
}

.panel .panel .footer,
.panel .collapsible .footer,
.collapsible .collapsible .footer,
.collapsible .panel .footer {
	border-top: 1px solid #ccc;
}

.collapsible .collapsible .header,
.panel .collapsible .header {
	margin-right: 10px;
	padding: 0 5px;
	margin-left: 5px;
}

.collapsible .collapsible .collapsed,
.panel .collapsible .collapsed {
	margin-right: 10px;
	padding: 0 5px;
	margin-left: 5px;
	background: url(../images/buttons/expand_small.png) no-repeat right 50%;
}

.collapsible .collapsible .expanded,
.panel .collapsible .expanded {
	margin-right: 10px;
	padding: 0 5px;
	margin-left: 5px;
	background: url(../images/buttons/collapse_small.png) no-repeat right 50%;
}

/*
	Panel
*/

.panel .header {
	cursor: default;
}

/*
	Popup
*/
.popup {
	position: fixed; /* workaround for: https://bugzilla.mozilla.org/show_bug.cgi?id=167801 */
	position: expression("absolute");
	z-index: 5000;
}
.popup .headerContainer {
	background: url(../images/backgrounds/header.png) repeat-x;
}

.popup .content {
	overflow: auto;
	padding: 10px;
}

.popup .close {
	width: 13px;
	cursor: pointer;
	background: url(../images/buttons/close.png) no-repeat center;
}

.popup .close-hover {
	width: 13px;
	cursor: pointer;
	background: url(../images/buttons/close_hover.png) no-repeat center;
}

.popup .close-click {
	width: 13px;
	cursor: pointer;
	background: url(../images/buttons/close_click.png) no-repeat center;
}

.popup .closeTD {
	width: 13px;
	width: expression("0%");
	padding-right: 3px;
	text-align: right;
}

.popup .header {
	padding: 1px 3px;
}

/*
	overlay
*/

.overlay {
	position: absolute;
	background: white;
	display: none;
	z-index: 99;
}

/*
	tooltip
*/

.tooltip {
	-moz-opacity: 0.95;
	padding: 5px;
	position: absolute;
}

/*
	loader
*/

.loader {
	padding: 18px 24px;
	background: url(../images/misc/loader.gif) no-repeat 50% 50%;
}

/*
	fieldset
*/

.fieldset {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0;
}

.fieldset .legend {
	 color: #666;
	 margin: 0 10px;
	 padding: 0 10px;
}

.fieldset .content {
	padding: 5px;
}

.fieldset .footer {
	border-top: 1px solid #ddd;
	text-align: right;
}

.fieldset .footer a {
	/* color: #aaa; */
}


/*
	ButtonBar
*/

.buttonbar {
	text-align: right;
}

/*
	Help Widget
*/

.helpbutton,
.helpbutton-hover,
.helpbutton-click {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1000;
}

.helpbutton {
	background: url(../images/buttons/helpbutton.png) no-repeat 50% 50%;
}

.helpbutton-hover {
	cursor: help;
	background: url(../images/buttons/helpbutton_hover.png) no-repeat 50% 50%;
}

.helpbutton-click {
	background: url(../images/buttons/helpbutton_click.png) no-repeat 50% 50%;
}

.help-popup {
	padding: 5px;
}

/*
	DropShadow
*/

.dropShadow {
	z-index: 1999;
	background: black;
	position: absolute;
}

/*
	Some padding styles
*/

.no-padding,
.noPadding {
	padding: 0;
	margin: 0;
}

/*
	Dragdrop
*/

.dropHover {
	background: #ffa;
}

/*
    Misc Containers
*/

.orbit-container {
    background: #dbe6eb;
	border: 1px solid #99b6c1;
}

.orbit-container-bg {
    background: #f3f3f3;
	border: 1px solid #99b6c1;
}

/* autocompleter */

.auto-complete-panel {
	z-index: 30000;
	background: white;
	position: absolute;
	border: 1px solid #999;
}

.auto-complete-panel .item,
.auto-complete-panel .selected {
	cursor: pointer;
	padding: 1px 3px;
}

.auto-complete-panel .item:hover,
.auto-complete-panel .selected {
	background: yellow;
}

.auto-complete-panel span {
	color: #999;
	padding: 1px 3px;
}
	
/* dropshadow */

.bt { /* Top corners and border */
	height: 4px;
	margin: 0 0 0 5px;
	background: url(drop_shadow_box.png) no-repeat 100% 0;
}

.bt div {
	position: relative;
	left: -5px;
	width: 5px;
	height: 4px;
	background: url(drop_shadow_box.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

.bb { /* Bottom corners and border */
	height: 4px;
	margin:0 0 0 4px;
	background: url(drop_shadow_box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left: -4px;
	width: 4px;
	height: 4px;
	background: url(drop_shadow_box.png) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
}

.i1 { /* Left border */
	padding:0 0 0 4px;
	background: url(drop_shadow_borders.png) repeat-y 0 0;
}

.i2 { /* Right border */
	padding:0 4px 0 0;
	background: url(drop_shadow_borders.png) repeat-y 100% 0;
}

