﻿/*Reorder List*/
.dragHandle {
	width:10px;
	height:25px;
	background-color:#313ff1;
	/*background-image:url(images/bg-menu-main.png);*/
	cursor:move;
	border:outset thin white;
}

.callbackReorder {
	border:thin blue inset;		
}

.callbackReorder table {
	background-color:#5377A9;	
	color:Black;
}


.reorderList
{
    width:605px;
}

.reorderList li {
	list-style:none;
	margin:2px;
	/*
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	*/
	background-color:#318BF1;
	color:white;
}

.reorderList li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:left;
	width:100%;
	max-height:25px;
	vertical-align:middle;
	line-height:2;
}

.itemArea .id { width:25px; min-width:20px; display:block; float:left; margin-left:5px;}
.itemArea .title { width:320px; min-width:320px; display:block; float:left;margin-left:5px;}
.itemArea .kategori { width:75px; min-width:75px; display:block; float:left;margin-left:5px;}
.itemArea .date { width:52px; min-width:52px; display:block; float:left;margin-left:5px;text-align:center;}
.itemArea .rdbutton {width:50px; min-width:50px; height:25px; max-height:25px;display:block; float:right;margin-left:5px;text-align:center;vertical-align:middle;}
.itemArea .rdbutton input
{
    margin-top:4px;
    padding:0px;
}
.ajax_ReorderRow
{
	background-color:#76ebec;
	border:dashed thin black;
	width:100%;
	height:25px;
}
/*
#divPause { 

    background-color:#FFFFFF;
    float:none;
    height:450px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4px;
    filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
    padding-top:243px;
    position:absolute;
    text-align:center;
    width:100%;
    border:none 0px;
    left:0;
}

.refresh 
{ 
    filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}
*/
