/* this should probably be moved to the css/main.css file */
.portal-dialog *, .ui-dialog-titlebar *{ font:11px Verdana !important; }

/* Portal specific css */
.portal_column_bottom{
	padding: 5px 0;
	min-height: 10px;
	height: 100%;
	margin-bottom: 2px;
	outline: black dotted 1px;
}

.portal_column{
	padding-top: 5px;
	padding-bottom: 5px;
}

.two_column{
	float: left;
	width: 50%;
}
.twothirds_column{
	float: left;
	width: 66.6%;
}
.three_column{
	float: left;
	width: 33.3%;
}
.four_column{
	float: left;
	width: 25%;
}
.five_column{
	float: left;
	width: 20%;
}
.dock_marker {
	margin:5px;
	padding:9px 5px 5px 5px;
	background: #fff url('../../images/caution_tape.gif') top left repeat-x;
	font-weight: bold;
	text-align: center;
	border:1px solid lightgrey;
}

#dock_tab{
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    background:transparent url('../../images/caution_tape.gif') top left repeat-y;
    border-style:none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
}

.bottom_marker{
	height: 5px;
	background-color: black;
}

.portlet{
	border: 1px solid #999;
	margin: 0 5px 5px 5px;
}

.portlet:hover .portlet_header{
	display: block;
}

.portlet_content{
	overflow-x: auto;
}

.portlet_header{
	background-color: #999;
	border-width: 0 0 1px 0;
	padding:.2em .5em;
	min-height: 18px;
	font-weight: bold;
	position:relative;
}

.portlet_menu {
	margin: 0 2px 0 2px;
	border-left: thin grey solid;
	border-right: thin grey solid;
	border-bottom: thin grey solid;
	display: none;
	background-color: white;
	background-image: none; 
}

.portlet_menu ul{
	list-style-type: none;
	padding-left: 5px;
	margin: 0;
	width: 100%;
}

.portlet_menu a{
	text-decoration: none;
	vertical-align: middle;
	color: black;
}

.portlet_menu a img{
	outline: none;
	border: none;
}

.hidden{
	display: none;
}

.hand_cursor{
	cursor: move;
}

.portlet_title{
/*	float: left;*/
/*	max-width: 70%;*/
}

/*moved to a jQuery function to support our good friend IE 7*/
/*.portlet:hover .portlet_actions_container {
	display: block;
}*/

.portlet_actions_container{
	background-color:inherit;
	display:none;
	text-align:right;
	position:absolute;
	top:2px; right:0;
	padding:0 4px;
}

.portlet_actions{
	float: right;
	cursor: pointer;
	padding-right:4px;
}

.portlet_toggle{
	float: right;
	cursor: pointer;
}
.portlet_menu_img{
	float: right;
	cursor: pointer;
}
.ui-tabs-panel{
	overflow: auto;
}
#bottom_bar{
	background-color: #F00;
	bottom: 0;
	position: fixed;
	margin-left: 10%;
	margin-right: 10%;
	width: 100%;
}

.ui-tabs .ui-tabs-panel{
	padding:1em 0;
}

ul[id^="portal_tab_bar"] {
	list-style: none;
}

.ui-sortable-placeholder_tabs {
	border: 1px dotted black;
	visibility: visible !important;
	height: 25px !important;
}
.ui-sortable-placeholder_tabs * {
	visibility: hidden;
}
.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
}
.ui-sortable-placeholder * {
	visibility: hidden;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
	border-bottom: 0;
}
.ui-tabs-nav li a {
	float: left;
}

#new_portal_tab_li:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

#new_portal_tab {
	cursor: pointer !important;
	background:transparent url('../../images/plus_sign.png') center center no-repeat;
}

#new_portal_tab span{ display:block; text-indent:-9999px; }

.floatfix{
	clear: both;
}

.tab_controls{
	display: none;
}

.tab_edit{
	cursor: pointer;
	margin-right: 3px;
	margin-top:4px;
}

.tab_delete{
	cursor: pointer;
	margin-right: 2px;
	margin-top: 4px;
}

#saved_element_div{
	width: 100%;
}

#saved_element_publish_controls{
	text-align: center;
	margin-top: 25px;
	border: thin solid grey;
	padding: 5px;
}

.layout_library_element{
	margin: 4px;
	padding: 4px;
	float: left;
	text-align: center;
}

.layout_library_selected{
	padding: 3px;
	border: 1px solid black;
}

#delete_saved_element_div td{
	vertical-align: top;
	margin-top: 5px;
}

#is_copy_message{
	border: thin red solid;
	padding: 3px;
	margin-bottom: 5px;
}

#create_saved_element_div ul{
	list-style: none;
	padding-left: 10px;
}

#create_saved_element_desc{
	width: 95%;
	padding: 5px;
}

#rights_settings ul, #rights_settings_saved ul{
	list-style: none;
	padding-left: 10px;
}

.color_preview{
	border: 1px solid #999999;
	height:18px;
	cursor:pointer;
	margin-left: 3px;
}

.element_settings_attr_name{
	width: 100px;
	vertical-align: top;
}

.element_rights_attr_name{
	width: 125px;
}

#element_content {
	width: 379px;
	height: 200px;
}