/* fake link */
.view_content_type_trig {
  cursor: pointer;
  color: #39c;
  font-weight: bold;
}
.view_content_type_trig:hover {
  text-decoration: underline;
}
.activenew
{
    background: url(images/active.png) no-repeat transparent;
    width:  16px;
    height: 16px;
    cursor: pointer;
	margin-left:18px;

}
.inactivenew
{
    background: url(images/inactive.png) no-repeat transparent;
    width:  16px;
    height: 16px;
    cursor: pointer;
	margin-left: 18px;
}
.icon_delete_multi_tab
{
    background: url(images/delete.png) no-repeat transparent;
    width:  16px;
    height: 16px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: -21px;
}
.order
{
	background-color:transparent;
	border: 2px solid;
}
.show_create_poll
{
    background: url(images/showmessages.ico) no-repeat transparent;
    width:  104px;
    height: 24px;
    cursor: pointer;
}
.hide_create_poll
{
    background: url(images/minus_circle_green.ico) no-repeat transparent;
    width:  104px;
    height: 24px;
    cursor: pointer;
}
.title_poll
{
	margin-left:35px;
}
.operation_link
{
	text-align:center;
}
.layout_text_search
{
	border:1px solid;
	width:350px;
	height:25px;
}
.layout_button_search
{
	background: url("images/button_search.gif") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 24px;
	cursor:pointer;
	margin-left:10px;
}
.data_asign_content_type
{
	display:none;
}
.asign_content_type
{
	cursor:pointer;
	background: url("images/stock_task-assigned-to.png") no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
	margin-left: 20px;
}
.submit_content_type
{
	background: none repeat scroll 0 0 #6DC067;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-weight: bold;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
}
#choice_contentype
{
	border: 1px solid;
	margin-left:50px;
}