/*
///////////////////////////////////////
		     TABLE CLASSES
///////////////////////////////////////
*/

table
{
	vertical-align:top;
	text-align:left;
}

td
{
	vertical-align:top;
	text-align:left;
}


.thcell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(files/img/template/tbl.gif);
	color: #333333;
	padding: 2px;
	padding-left:5px;
}


.tcell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #E9E0D8;
	padding:2px;
	padding-left:5px;
}

.tcell2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F9F0E8;
	padding:2px;
	padding-left:5px;
}

.tcellsel
{
	background-color:#D5EFFC;
	border:1px solid #99DEFD;
}

/*
///////////////////////////////////////
		     PAGING CLASSES
///////////////////////////////////////
*/

.paging_box
{
	text-align:left;
}

.paging_item
{
	font-family:Arial;
	font-size:10px;
	color:#555555;
	cursor:pointer;
}

.paging_item_sel
{
	font-family:Arial;
	font-size:10px;
	color:#555555;
	font-weight:bold;
	cursor:default;
}

/*
///////////////////////////////////////
		     HEADING CLASSES
///////////////////////////////////////
*/


.heading_small
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A79881;
}

.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url("files/img/template/tbl.gif");
	color: #333333;
	padding: 2px;
	height:20px;
	padding-bottom:0px;
	border-top: 1px solid #D8C5AF;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid  #D8C5AF;
}

.heading_big
{
	font-size:18px;
	font-family:Arial;
	color:#555555;
	font-weight:bold;
	background-color:#D0D0D0;
	padding:7px;
}

/*
///////////////////////////////////////
		     TEXT CLASSES
///////////////////////////////////////
*/

.text
{
	font-size:12px;
	font-family:Arial;
	color: #555555;
}

.text_small
{
	font-size:10px;
	font-family:Arial;
	color: #555555;
}

.text_big
{
	font-size:14px;
	font-family:Arial;
	color: #555555;
}

.label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7D6B59;
}

.link
{
	font-size:12px;
	font-family:Arial;
	color: #555555;
	text-decoration:underline;
	cursor:pointer;
}

/*
///////////////////////////////////////
		     SHORTCUT CLASSES
///////////////////////////////////////
*/

.pointer
{
	cursor:pointer;
}

.move
{
	cursor:move;
}

.underline
{
	text-decoration:underline;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}

.center
{
	text-align:center;
}

.middle
{
	vertical-align:middle;
}

.top
{
	vertical-align:top;
}

.bottom
{
	vertical-align:bottom;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.white
{
	color:#FFFFFF;
}

.black
{
	color:#FFFFFF;
}

.red
{
	color:#FF0000;
}

.green
{
	color:#00FF00;
}

.blue
{
	color:#0000FF;
}

.border
{
	border:1px solid #000000
}

.tahoma
{
	font-family:tahoma;
}

.verdana
{
	font-family:verdana;
}

.arial
{
	font-family:arial;
}

.helvetica
{
	font-family:helvetica;
}

.uppercase
{
	text-transform:uppercase;
}

.nowrap
{
	white-space:nowrap;
}

.padding_small
{
	padding:3px;
}

.padding
{
	padding:5px;
}

.padding_big
{
	padding:7px;
}

.absolute
{
	position:absolute;
}

.relative
{
	position:relative;
}

.visible
{
	visibility:visible;
}

.hidden
{
	visibility:hidden;
}

.opacity0
{
	filter:Alpha(opacity=0);
	opacity:0;
}

.opacity10
{
	filter:Alpha(opacity=10);
	opacity:0.1;
}

.opacity20
{
	filter:Alpha(opacity=20);
	opacity:0.2;
}

.opacity30
{
	filter:Alpha(opacity=30);
	opacity:0.3;
}
.opacity40
{
	filter:Alpha(opacity=40);
	opacity:0.4;
}

.opacity50
{
	filter:Alpha(opacity=50);
	opacity:0.5;
}

.opacity60
{
	filter:Alpha(opacity=60);
	opacity:0.6;
}

.opacity70
{
	filter:Alpha(opacity=70);
	opacity:0.7;
}

.opacity80
{
	filter:Alpha(opacity=80);
	opacity:0.8;
}

.opacity90
{
	filter:Alpha(opacity=90);
	opacity:0.9;
}

.opacity100
{
	filter:Alpha(opacity=100);
	opacity:1;
}

/*
///////////////////////////////////////
		     FORM ELEMENTS CLASSES
///////////////////////////////////////
*/


.textbox
{
	font-size:12px;
	font-family:arial;
	color:#555555;
	width:150px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
}

.textarea
{
	background-color: #FFFFFF;
	border: 1px solid #888888;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	width:250px;
	height:150px;
	font-size:12px;
	font-family:arial;
	color:#555555;
	overflow:auto;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	background-image: url(files/img/template/btn.gif);
	border: #FF00FF;
	padding: 2px;
}

.select
{
	font-size:12px;
	font-family:arial;
	color:#555555;
	background-color: #FFFFFF;
	border: 1px solid #888888;
	border-bottom-color: #DDDDDD;
	border-right-color: #DDDDDD;
	width:150px
}

/*
///////////////////////////////////////
		     BACKGROUND CLASSES
///////////////////////////////////////
*/


.background_1
{
	background-color:#F3F3F3;
}

.background_2
{
	background-color:#BFBFBF;
}

.background_3
{
	background-color:#ACACAC;
}


