/***
  ***	DEFAULT - system styles
  ***/

/*** main table ***/

table.head {

font-family: 		georgia, verdana, helvetica, serif;
font-style:			italic;
font-size:			14px;
font-weight:		500;
color:				#8698BB;
}

td.head_left,
td.head_right {

width:				10px;
height:				84px;
background-color:	#E6E3E1;
}
td.head_left,
td.down_left {

background-image:	url(../images/main/main_back_left.gif);
background-repeat:	repeat-y;
background-position:top right;
}
td.head_right,
td.down_right {

background-image:	url(../images/main/main_back_right.gif);
background-repeat:	repeat-y;
background-position:top left;
}

td.head_logo{

width:				320px;
height:				84px;
background-color:	#FFFFFF;

background-image:	url(../images/main/logo.gif);
background-repeat:	no-repeat;
background-position:top left;
}

td.head_menu{

height:				84px;
vertical-align:		bottom;
text-align:			center;
background-color:	#FFFFFF;
padding-bottom:		12px;
}

td.head_cutter {

background-image:	url(../images/main/cutter.gif);
background-repeat:	no-repeat;
background-position:0px 56px;
}

a.head:link		{ color:#8698BB; font-weight:500; text-decoration:none; }
a.head:visited	{ color:#8698BB; font-weight:500; text-decoration:none; }
a.head:active	{ color:#8698BB; font-weight:500; text-decoration:none; }
a.head:hover	{ color:#C1D45B; font-weight:500; text-decoration:none; }

/*** main table down ***/

td.down_left,
td.down_right,
td.down_white,
td.down_green {
height:				5px;
}

td.down_left,
td.down_right {

width:				10px;
background-color:	#E6E3E1;
}

td.down_white {
background-color:	#FFFFFF;
}

td.down_green {
background-color:	#D1DF84;
}

/*** main table green ***/

td.green_left,
td.green_right,
td.green_white,
td.green_green {
height:				8px;
}

td.green_left {

background-image:	url(../images/main/main_green_left.gif);
background-repeat:	repeat-y;
background-position:top right;
}

td.green_right {

background-image:	url(../images/main/main_green_right.gif);
background-repeat:	repeat-y;
background-position:top left;
}

td.green_center {
background-color:	#C1D45B;
}
