/* page controll */
.pager
{
    background:  #0097ab;
    position: relative;
    margin: 10px 0;
    height: 20px;
    font-size: 11px;
    overflow: hidden;
}

.pager .total,
.pager .displayed   {padding: 0 10px; height: 20px; line-height: 20px; color: #fff; min-width: 100px;}

.pager .total       {float: right; text-align: right}
.pager .displayed	{float: left; text-align: left}
.pager .container   {height: 20px; overflow: hidden; text-align: center;}
	
.pager .prev,
.pager .next		{text-decoration: none; padding: 0 5px; color: #fff; display: inline-block; height: 20px; line-height: 20px;}
	
.pager .page 		{ display: inline-block; height: 20px; padding: 0 5px; line-height: 20px; color: #fff; background:  #0097ab}
.pager .active		{background: #fff; color: #000}

.pager a:hover      {background: #1f3c5b;}

/* manual table */	
.manual						{border-collapse: collapse; border: 1px solid #AAA;}
	.manual	th				{background-color: #EEE; border-bottom: 1px solid #AAA; text-align: left;}
	.manual	td				{vertical-align: baseline;}
	.manual .odd			{background-color: #EEE;}
