/*
	panel and form elements used in admin, config and reports
*/


/*
	info-panel-10
*/

div.info-panel-10 {
	background-color: #ffffcc;
	border: 1px solid #b2b2f0;
	padding: 0;
	display: none;
	position: absolute;
}

div.info-panel-10 p {
	padding: 2px 7px;
}


/*
	panel-20 (Used in Zoom Info and util.BusyPanel, generated by javascript only)
*/

div.panel-20 {
	position: absolute;
	top: 60px;
	left: 30px;
    background-color: #f1f2f8;
    /*-moz-box-shadow:    0px 3px 5px 0px #ccc;*/
    /*-webkit-box-shadow: 0px 3px 5px 0px #ccc;*/
    /*box-shadow:         0px 3px 5px 0px #ccc;*/
}

/*
	panel-30 (Used i.e. for info blurb in New Profile Wizard)
*/

div.panel-30 {
	position: absolute;
	display: none;
	z-index: 20;
}

div.panel-30-header,
div.panel-30-header-frame {
	background-color: #979bb7;
}

div.panel-30-header {
	/*font-size: 1px;*/
	/*background-color: transparent;*/
}

div.panel-30-header-title {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: White;
	background-color: transparent;
	float: left;
}

div.panel-30-header-frame {
	/*border: 1px solid Red;*/
	text-align: right;
	margin-left: 10px;
	padding: 5px 0 3px 0;
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

div.panel-30-header-frame img {
	margin-right: 5px;
}

div.panel-30-header-top {
	text-align: right;
	margin-left: 10px;
	padding: 0;
	font-size: 1px;
	vertical-align: bottom;
}

div.panel-30-header-bottom {
	background-color: #f1f2f8;
	font-size: 1px;
	line-height: 1px;
	border-width: 0 3px;
	border-color: #c3c6d5;
	border-style: solid;
}


div.panel-30-body { 
	background-color: White;
	border-width: 0 1px 1px 1px;
	border-color: #c3c6d5;
	border-style: solid;
	padding: 0px;
}

div.panel-30-body ul {
	margin: 0 0 5px 18px;
	padding: 0;
}

/*
	panel-50 has been moved to base.css because it is used for error reporting!
*/


/*
	panel-60 (very simple panel with close button, its used i.e. for custom row numbers)
*/
div.panel-60 {
    display: none;
    border: 1px solid #c3c6d5;
    background-color: white;
    padding: 0;
    position: absolute;
}

div.panel-60-header {
    text-align: right;
    padding: 0 0 3px 0;
}

/* Panel close btn*/
div.panel-60-header a:link,
div.panel-60-header a:visited,
div.panel-60-header a:hover {
    color: #c7c7c7;
    font-size: 1.2em;
    /*line-height: 1.0em;*/
    text-decoration: none;
    /*background-color: greenyellow;*/
    padding: 0 6px;
}

div.panel-60-header a:hover {
     color: #9f9f9f;
}

div.panel-60-body {
    padding: 0 9px 14px 9px;
}

/*
	tab-50 (Horizontal tabs)
*/


div.tab-50 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	/*background-image: url(../picts/panel/tab_50_bottom_line.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.tab-50 th,
div.tab-50 td {
	padding: 0;
	background-color: transparent;
	vertical-align: bottom;
}

div.tab-50 th {  /* th contains the ul tabs */
	text-align: left;
	font-weight: normal;
}

div.tab-50 td { /* td is used for right elements in a tab bar!*/
	text-align: right;
	padding-bottom: 4px;
	padding-right: 12px;
}

ul.tab-50 {
	margin: 0;
	padding: 0;
	margin-top: 2px; /*This margin actually handles the bottom distance of any right box button!*/
	padding-left: 7px;
	float: left;
}

ul.tab-50 li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	float: left;
	background-color: transparent;
	margin: 0 2px;
	/*background-image: url(../picts/panel/tab_50_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}

ul.tab-50 a {
	text-decoration: none;
	display: block;
	float: left; /* Under certain circumstances IE6 requires the anchor to float as well!*/
	line-height: 1em;
	margin-left: 3px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 12px; /*Compensates margin-left*/
	background-color: transparent;
	cursor: default;
	/*background-image: url(../picts/panel/tab_50_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
}

ul.tab-50 li.active {
	margin-top: 1px;
	/*background-image: url(../picts/panel/tab_50_active_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}

ul.tab-50 a.active {
	/*background-image: url(../picts/panel/tab_50_active_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
}

ul.tab-50 li:hover {
	/*background-image: url(../picts/panel/tab_50_hover_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}

ul.tab-50 a:hover {
	/*background-image: url(../picts/panel/tab_50_hover_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
}

ul.tab-50 a:link,
ul.tab-50 a:visited,
ul.tab-50 a:hover {
	color: Black;
	text-decoration: none;
}

/*
	tab-50-v (Vertical tabs in panel 50)
*/

/*div.tab-50-v {*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*background-color: #f6f6f1;*/
/*}*/

/*ul.tab-50-v {*/
	/*margin: 0;*/
	/*padding: 0;*/
/*}*/

/*ul.tab-50-v li {*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*white-space: nowrap;*/
	/*list-style: none;*/
	/*background-color: transparent;*/
	/*margin: 0 2px;*/
/*}*/

/*ul.tab-50-v a {*/
	/*text-decoration: none;*/
	/*display: block;*/
	/*line-height: 1em;*/
	/*height: 1.1em; *//*forces IE Layout Mode! */
	/*cursor: default;*/
	/*background-color: transparent;*/
	/*padding: 5px 9px;*/
/*}*/

/*ul.tab-50-v li.active {*/
	/*background-color: #e8e9f2;*/
/*}*/

/*ul.tab-50-v a.active {*/
	/*font-weight: bold;*/
/*}*/

/*ul.tab-50-v a:link,*/
/*ul.tab-50-v a:visited,*/
/*ul.tab-50-v a:hover {*/
	/*color: Black;*/
	/*text-decoration: none;*/
/*}*/
