/*
///////////////////////////////////////
		     TABLE CLASSES
///////////////////////////////////////
*/

.thcell
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	padding:5px;
	background-color:transparent;
}


.tcell
{
	font-size:12px;
	font-family:Arial;
	color:#555555;
	padding:2px;
}

.tcell2
{
	font-size:12px;
	font-family:Arial;
	color:#555555;
	padding:2px;
}

.tcellsel
{
	font-size:12px;
	font-family:Arial;
	background-color:#F1F1F1;
	color:#555555;
	padding:3px;
}

/*
///////////////////////////////////////
		     PAGING CLASSES
///////////////////////////////////////
*/

.paging_box
{
	text-align:left;
}

.paging_item
{
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
	color:#3889D8;
	cursor:pointer;
}

.paging_item_sel
{
	font-family:Verdana;
	font-size:12px;
	color:#555555;
	font-weight:bold;
	cursor:default;
}

/*
///////////////////////////////////////
		     HEADING CLASSES
///////////////////////////////////////
*/

.heading_small
{

}

.heading
{
	background-image: url("files/img/template/heading_back.gif");
	padding-left:15px;
	vertical-align:middle;
	padding-bottom:none;
	font-size:14px;
	height:29px;
	color:#FFFFFF;
}

.heading_big
{

}


/*
///////////////////////////////////////
		     TEXT CLASSES
///////////////////////////////////////
*/

.text
{
	font-size:12px;
	font-family:Arial;
	color:#4B4B4B;
}

.text_small
{
	font-size:11px;
	font-family:Verdana;
	color:#4B4B4B;
}

.text_big
{
	font-size:14px;
	font-family:Verdana;
	color:#4B4B4B;
}

.label
{
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
	color:#353535;
}

.text_link
{
	font-weight:bold;
	font-size:14px;
	font-family:Tahoma;
	color:#656565;
	cursor:pointer;
}

.border_left
{
	border-left:2px solid #f2f2f2;
}

.border_right
{
	border-right:2px solid #f2f2f2;
}

.border_top
{
	border-top:2px solid #f2f2f2;
}

.border_bottom
{
	border-bottom:2px solid #f2f2f2;
}

.border_bottom_right
{
	border-bottom:1px dotted #000000;
}

/*
///////////////////////////////////////
		     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:#000000;
}

.red
{
	color:#FF0000;
}

.green
{
	color:#00FF00;
}

.blue
{
	color:#0000FF;
}

.gray
{
	color:#686868;
}

.background_white
{
	background-color:#FFFFFF;
}

.background_black
{
	background-color:#000000;
}

.background_red
{
	background-color:#FF0000;
}

.background_green
{
	background-color:#00FF00;
}

.background_blue
{
	background-color:#0000FF;
}

.border
{
	border:1px solid #000000;
}

.border_left1
{
	border-left:3px solid rgb(245, 245, 245);
}

.border_right1
{
	border-right:3px solid rgb(245, 245, 245);
}

.border_top1
{
	border-top:3px solid rgb(245, 245, 245);
}

.border_bottom1
{
	border-bottom:3px solid rgb(245, 245, 245);
}
/*
original borders 1px solid #a19f9f;
*/
/*
///////////////////////////////////////
		     FORM ELEMENTS CLASSES
///////////////////////////////////////
*/

.textbox
{
	border:2px solid #94C1DE;
	width:150px;
}


.textarea
{
	background-image:url('files/img/template/textarea.gif');
	background-repeat:no-repeat;
	border-width:0px;
	background-color:transparent;

	width:305px;
	height:175px;

	font-family:Arial;
	font-size:12;
	color:#656565;
}


.button
{
	background-color:#999999;
	font-family:Arial;
	font-size:11px;
	height:22px;
	border:0px solid #000000;
	cursor:pointer;
	text-align:center;
	color:#FFFFFF;

}

.select
{
	background-color:#FFFFFF;
	border:1px solid #000000;
	font:12px Verdana #000000;
	width:200px;
	height:20px;
}


/*
///////////////////////////////////////
		     BACKGROUND CLASSES
///////////////////////////////////////
*/


.background_1
{
	background-color:#fafafa;
}

.background_2
{
	background-color:#E6E6E6;
}

.background_3
{
	background-color:#0C1F65;
}


/*
///////////////////////////////////////
		     MISC CLASSES
///////////////////////////////////////
*/

.image
{
	border: 0px solid #000000;
	font-size:12px;
	font-family:Verdana;
}