/*
///////////////////////////////////////
		     TABLE CLASSES
///////////////////////////////////////
*/

.thcell
{
	color:white;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	padding:5px;
	background-color:#5085ba;
}


.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
{
	font-family:Franklin Gothic Demi Cond;
	color:#5d90c0;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}

.heading
{
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#656565;
	/*padding:5px;*/
}

.heading_big
{
	font-family:Franklin Gothic Demi Cond;
	color:#5d90c0;
	font-size:32px;
	padding-bottom:8px;
}
.heading_big2
{
	font-family:Franklin Gothic Demi Cond;
	color:#5d90c0;
	font-size:19px;
	padding-bottom:8px;
}

/*
///////////////////////////////////////
		     TEXT CLASSES
///////////////////////////////////////
*/

.text
{
	font-size:14px;
	font-family:Tahoma;
	color:#5085ba;
	padding:3px;
}

.text_small
{
	font-size:11px;
	font-family:Verdana;
	color:#4B4B4B;
}

.text_big
{
	font-size:14px;
	font-family:Verdana;
	color:#4B4B4B;
}

.label
{
	font-size:16px;
	font-family:Franklin Gothic Demi Cond;
	color:#777777;
}

.text_back
{
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
	color:#82EA50;
}

.text_link
{
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma;
	color:#656565;
}

.text_menu
{
	font-size:12px;
	font-family:Tahoma;
	color:#3889D8;
}

/*
///////////////////////////////////////
		     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;
}

/*
///////////////////////////////////////
		     FORM ELEMENTS CLASSES
///////////////////////////////////////
*/

.textbox_huge
{
	background-image:url('files/img/template/textbox_huge.gif');
	background-repeat:no-repeat;
	border-width:0px;
	background-color:transparent;

	width:484px;
	height:20px;

	font-family:Arial;
	font-size:12;
	color:#656565;
}

.textbox_big
{
	background-image:url('files/img/template/textbox_big.gif');
	background-repeat:no-repeat;
	border-width:0px;
	background-color:transparent;

	width:302px;
	height:20px;

	font-family:Arial;
	font-size:12;
	color:#656565;
}

.textbox
{
	border:1px solid #5085ba;

	width:202px;
	height:20px;

	padding:2px;
	
	font-family:Tahoma;
	font-size:11px;
	color:#816b36;
}

.textbox_small
{
	background-image:url('files/img/template/textbox_small.gif');
	background-repeat:no-repeat;
	border-width:0px;
	background-color:transparent;

	width:108px;
	height:20px;

	font-family:Arial;
	font-size:12;
	color:#656565;
	padding-left:3px;
	padding-right:3px;
}

.textbox_tiny
{
	background-image:url('files/img/template/textbox_tiny.gif');
	background-repeat:no-repeat;
	border-width:0px;
	background-color:transparent;

	width:54px;
	height:20px;

	font-family:Arial;
	font-size:12;
	color:#656565;
}

.textbox_search
{
	width:120px;
	height:20px;

	font-family:Arial;
	font-size:12;
}

.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;
}

.textarea2
{
	background-color:transparent;
	background-image:url('files/img/text_area.gif');
	background-repeat:no-repeat;
	width:100%;
	/*height:375px; */
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	color:#757575;
	font-family:Tahoma;
	font-size:12px;
}

.textarea_huge
{
	background-image:url('files/img/template/textarea_huge.gif');
	background-repeat:no-repeat;
	border-width:0px;
	background-color:transparent;

	width:484px;
	height:175px;

	font-family:Arial;
	font-size:12;
	color:#656565;
}

.button
{

	border:0px;
	width:100px;
	height:31px;
	background-color:transparent;
	background-image:url('files/img/enter_button3.gif');
	cursor:pointer;	
	font-family:Franklin Gothic Demi Cond;
	font-size:12px;
	color:#ebebeb;
	padding-bottom:4px;
}

.button_link
{
	border:0px;
	height:100%;

	font-size:16px;
	font-family:Franklin Gothic Demi Cond;
	cursor:pointer;
	
	background-color: transparent;
	color:#757575;
}

.button2
{
	border-width:1px;

	width:150px;
	height:25px;

	margin:0px;
	padding:0px;
	vertical-align:middle;

	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

.button_wide
{
	border-width:1px;

	height:25px;

	margin:0px;
	padding:0px;
	vertical-align:middle;

	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

.fileinput
{
	border-width:1px;

	width:250px;
	height:25px;

	margin:0px;
	padding:0px;
	vertical-align:middle;

	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

.select
{
	background-color:#FFFFFF;
	border:1px solid #000000;
	font:12px Verdana;
	color: #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;
}

