/* < general styles */
html,body,table,form,p,img,ul,ol,li,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0; }
html,body { height:100%; }

body { background:#fff/* url(images/square2.gif) left top repeat*/; color:#444; font:12px/15px Tahoma; }
a { color:#3d78c2; text-decoration:none; }
a:hover { text-decoration:underline; }
p { text-indent:15px; padding:.5em; }

.input, input, select, textarea { border:1px solid #e1e1e1; }
.width1 { width:150px; }

.left { float:left; }
.right { float:right; }
.toleft { text-align:left; }
.tocenter { text-align:center; }
.toright { text-align:right; }
.clearer { clear:both; height:0; font-size:1px; line-height:0px; }
/* general styles > */

/* < layout */
#page { min-width:1000px; height:100%; padding:0 5px; }
#header { height:80px; background:#eee url(images/square.gif) left top repeat; }
#leftSide { float:left; width:200px; }
#content { margin-left:200px; margin-right:200px; padding:10px;}
#rightSide { float:right; width:200px; }
#footer { padding:15px 0; text-align:center; }
/* layout > */

/* < corners styles  */
.tlc { float:left; position:relative; margin-top:-1px; margin-left:-1px; }
.trc { float:right; position:relative; margin-top:-1px; margin-right:-1px; }
.blc { float:left; position:relative; margin-bottom:-1px; margin-left:-1px; }
.brc { float:right; position:relative; margin-bottom:-1px; margin-right:-1px; }
/* corners styles > */

/* < header styles*/
#header .banner { float:right; display:inline; margin:10px; margin-right:5px; }
#header .logo { float:left; margin-top:24px; margin-left:14px; }
/* header styles > */

/* < header/footer menu */
.hmenu_holder { margin:5px 0; border:1px solid #e1e1e1; background:#aa1002; text-align:center; color:#fff; }
.hmenu { clear:both; margin:5px 0 3px 0; }
.hmenu span { margin:0 7px; }
.hmenu a { color:#fff; font-weight:bold; text-decoration:none; }
.hmenu a:hover { color:#ddd; text-decoration:none; }
.fmenu_holder { margin:5px 0; border:1px solid #e1e1e1; background:#aa1002; text-align:center; color:#fff; font-size:11px; }
.fmenu { clear:both; }
.fmenu span { margin:0 5px; }
.fmenu a { color:#fff; font-size:11px; font-weight:bold; text-decoration:none; }
.fmenu a:hover { color:#ddd; text-decoration:none; }
/* header/footer meny > */

/* < blocks styles */
.block { border:1px solid #e1e1e1; margin-bottom:10px; }
.block_title { height:25px; }
.block_title h3 { text-align:center; font-size:12px; }
.red { background-color:#aa1002; }
.yellow { background-color:#ffff99; }
.blue { background-color:#2163c0; }
.blue2 { background-color:#336699; }
.green { background-color:#438912; }
.green2 { background-color:#339966; }
.pink { background-color:#f0b2f6; }
.pink2 { background-color:#ff6ff5; }
.orange { background-color:#f79b5b; }
.orange2 { background-color:#ef7420; }
.red h3, .green h3, .green2 h3, .blue h3, .blue2 h3, .orange h3, .orange2 h3, .pink2 h3 { color:#fff; }
.yellow h3 { color:#000; }
.pink h3 { color:#555; }
.cholder1 { padding:5px; }

.link_list { list-style:none; }
.link_list li { margin-bottom:5px; }
/* blocks styles > */

/* content styles */
h1 { color:#3d78c2; font-weight:bold; font-size:18px; }
/* content styles > */

/* < footer styles */
#footer .counters { clear:both; margin:10px 0; }
#footer .counters img { margin-left:10px; }
/* footer styles > */

.error{COLOR: #ff3300;font-weight:bold;}
.dataTable
{
  BORDER-RIGHT: #999999 1px solid;
  BORDER-TOP: #999999 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #999999 1px solid;
  COLOR: #333333;
  BORDER-BOTTOM: #999999 1px solid;
  FONT-FAMILY: Verdana;
}
.dataTable TH {
	BACKGROUND-COLOR: #A0B2C8;height: 20px;BORDER: #D2D2D2 1px solid;
}
.dataTable TD {
FONT-SIZE: 12px;
	
}
TR.TR_even {
	BACKGROUND-COLOR: #f9fbff
}
TR.TR_odd {
	BACKGROUND-COLOR: #f4f4f4
}
.typeline{background-color:#EBB401;BORDER: #D2D2D2 1px solid; color:#FFFFFF;font-weight:bold;}
.subtype{padding-left:10px;}
.searchform{background-color:#2163c0;BORDER: #D2D2D2 1px solid; color:#FFFFFF;font-weight:bold;text-align:left;padding-left:5px;padding-top:3px;padding-bottom:3px;}
