/*
*****************************************************************************************************
CSS File for Grid Widget

Description:
	CSS Style to Create PHP Grid Widget

Author:
	Wahyu Primadi, S.Kom
	<wahyu@littleorange.net>
	<wprimadi@gmail.com>
	<http://www.wahyuprimadi.co.cc>
	<http://www.littleorange.net>	

Copyright:
	Copyright (c) 2009. Wahyu Primadi. All Rights Reserved.
*****************************************************************************************************
*/

.out_border
{border-top: 1px solid #7F9DB9; border-bottom: 1px solid #7F9DB9; border-left: 1px solid #7F9DB9; border-right: 1px solid #7F9DB9;}

.cell_border
{border-top: 0px none; border-bottom: 1px solid #C0C0C0; border-left: 0px none; border-right: 1px solid #C0C0C0; padding-top:3px; padding-bottom:3px; padding-left:3px; padding-right:3px;}

.header_grid
{height:20px;}

.header_font
{color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_left
{cursor:default; width:6px; height:20px; background-image:url(images/header_left.gif); background-position: top left; background-repeat: no-repeat; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_left_pressed
{cursor:default; width:6px; height:20px; background-image:url(images/header_left_pressed.gif); background-position: top left; background-repeat: no-repeat; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_left_hover
{cursor:default; width:6px; height:20px; background-image:url(images/header_left_hover.gif); background-position: top left; background-repeat: no-repeat; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_center
{cursor:default; height:20px; background-image:url(images/header_center.gif); background-position: top left; background-repeat: repeat-x; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_center_hover
{cursor:default; height:20px; background-image:url(images/header_center_hover.gif); background-position: top left; background-repeat: repeat-x; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_center_pressed
{cursor:default; height:20px; background-image:url(images/header_center_pressed.gif); background-position: top left; background-repeat: repeat-x; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_right
{cursor:default; width:6px; height:20px; background-image:url(images/header_right.gif); background-position: top left; background-repeat: no-repeat; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_right_hover
{cursor:default; width:6px; height:20px; background-image:url(images/header_right_hover.gif); background-position: top left; background-repeat: no-repeat; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.header_right_pressed
{cursor:default; width:6px; height:20px; background-image:url(images/header_right_pressed.gif); background-position: top left; background-repeat: no-repeat; color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt;}

.sort_nothing
{cursor:default; width:15px; height:20px; background-image:url(images/sort_nothing.gif); background-position: top left; background-repeat: no-repeat;}

.sort_up
{cursor:default; width:15px; height:20px; background-image:url(images/sort_up.gif); background-position: top left; background-repeat:no-repeat;}

.sort_down
{cursor:default; width:15px; height:20px; background-image:url(images/sort_down.gif); background-position: top left; background-repeat:no-repeat;}

.row_item_normal
{color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt; background-color:#FFFFFF; cursor:default;}

.row_item_hover
{color: #000000; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt; background-color:#98B4E2; cursor:default;}

.row_item_clicked
{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 8pt; background-color:#316AC5; cursor:default;}