
/*** idegaWeb Content CSS classes ***/

.content_viewer_new_folder {
	width: auto;
	height: 14px;
	background: url(../images/newfolder.gif) no-repeat;
	padding-left: 18px;
}

.content_viewer_details {
	width: auto;
	height: 16px;
	background: url(../images/details.gif) no-repeat;
	padding-left: 18px;
}

.content_viewer_preview {
	width: auto;
	height: 16px;
	background: url(../images/preview.gif) no-repeat;
	padding-left: 18px;
}

.content_viewer_document_list {
	width: auto;
	height: 16px;
	background: url(../images/list.gif) no-repeat;
	padding-left: 18px;
}

.content_viewer_permissions {
	width: auto;
	height: 16px;
	background: url(../images/permissions.gif) no-repeat;
	padding-left: 18px;
}

.content_viewer_file_details {
	width: 16px;
	height: 16px;
	background: url(../images/details.gif) no-repeat;
	float: right;
	padding-right: 10px;
}

.content_viewer_file_preview {
	width: 16px;
	height: 16px;
	background: url(../images/preview.gif) no-repeat;
	float: right;
	padding-right: 10px;
}

.content_viewer_file_permissions {
	width: 16px;
	height: 16px;
	background: url(../images/permissions.gif) no-repeat;
	float: right;
	padding-right: 10px;
}

.content_file_preview{
}

.content_search_link{
}


/*ContentList (DocumentList/ContentViewer) overriding standard styles*/

.contentListBlock .wf_blockmainarea{
	padding: 0px;
}

div.contentListBlock div.wf_blockmainarea div.scrollContainer{
	height: 285px;
}

head:first-child+body div[class].contentListBlock div[class].scrollContainer {
	height: 285px;
}


head:first-child+body div[class].contentListBlock div[class].scrollContainer table thead[class].fixedHeader tr {
	display: block;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body div[class].contentListBlock div[class].wf_blockmainarea div[class].scrollContainer table tbody {
	height: 262px;
}

.cms_permission_matrix {
	height: 150px;
	overflow:auto;
	border: 1px solid #D3D3D3;
	margin: 5px 5px 5px 5px;
}

.cms_permission_matrix_header{
	font-weight: bold;
	margin: 5px;
}

.cms_permission_listoddrow{
	background-color: #f6f6f6;
	height: 20px;
}

.cms_permission_listevenrow{
	background-color: #ffffff;
	height: 20px;
}

.cms_permission_list_input{
	height: 18px;
	width: 100px;
	border: 1px solid #D3D3D3;
}

.content_search_link{
}

.page_create_edit_link {
	background-image: url(../images/edit_16.gif);
}
.page_details_link {
	background-image: url(../images/details.gif);
}
.page_save_link {
	background-image: url(../images/save_16.gif);
}

.create_page_fieldset {
	height: 200px;
}

.create_page_fieldset .formInput {
	float: left;
	clear: right;
	display: inline;
}

.create_page_fieldset .label {
	float: left;
	clear: left;
	display: inline;
}

.page_tree {
	width: 200px;
	height: 100px;
	clear: both;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	overflow: auto;
}


/*div.ws_main div.wf_block div.wf_toolbarcontainer {
	width: 100%;
	height: 18px;
	background: #FAFAFA url(images/toolbar/bg_item.gif) repeat-x;
	border-bottom: 1px solid #D7D7D7;
}*/

.content_item_toolbar, 
.content_item_toolbar li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.content_item_toolbar li{
	float: left;
	height: 16px;
	border: 1px solid #D7D7D7;
	border-width: 0 1px 0 0;
}
.content_item_toolbar li a,
.content_item_toolbar li span
{
	float: left;
	padding: 0 0 0 16px;
	height: 18px;
	font-weight: normal;
	color: #464646;
}
.content_item_toolbar li.wf_toolbarbuttonselected
{
	background: #E7E7E7 url(images/tabbar/bg_item_selected.gif) repeat-x;
}

.content_item_toolbar li a,
.content_item_toolbar li a:hover,
.content_item_toolbar li span
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.content_item_toolbar li a:hover {
	background-color: #e7e7e7;
}


.content_item_toolbar{

	padding: 1px;
	margin: 4px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:0.9em;
	overflow: hidden;
}

.content_item_toolbar ul{

	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.content_item_toolbar li{
	border: 1px solid #D3D3D3;
	background-color: #F2F2F2;
	margin: 1px;
	padding:3px;
	list-style: none;
	display:inline;
}

.content_item_toolbar li.first{
	clear:left;
}

.content_item_toolbar li.last{
	clear:right;
}

.content_item_toolbar li .edit{
	background-image: url(images/edit_16.gif);
}
.content_item_toolbar li .delete{
	background-image: url(images/del_16.gif);
}
.content_item_toolbar li .create{
	background-image: url(images/new_16.gif);
}


/*IE7 workspace quickfix*/

html* .scrollTable tr.oddrow{
height: 1.5em !important;
}

html* .scrollTable tr.evenrow{
height: 1.5em !important;
}

html* .scrollTable{
overflow: auto !important;
}

/*IE7 workspace quickfix ends*/
