/* Alpha Interactive Cascading Style Sheet */

BODY {
	Background-Image: url('images/layout/bg.bmp');
	Background-Repeat: repeat;
	background-color: #325774;

	Font-Family: Tahoma, Verdana, Arial, sans-serif;
	Font-Size: 10pt;
	color: #000000;

	Margin-Top: 1px;
	Margin-Left: 1px;
	Margin-Right: 1px;
	Margin-Bottom: 1px;

	padding: 0;
}

TABLE.head {
	width: 100%;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

A {
	/* color: #E6BD10; */
	color: #FFEE22;
	text-decoration: none;
}

A:HOVER {
	color: #E6BD10;
	text-decoration: underline;
}

A:ACTIVE {
	color: #E6BD10;
	text-decoration: none;
}

A.gray {
	color: #304050;
}

A:HOVER.gray {
	color: #0808CC;
}

TD {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

TD.def {
	font-size: 8pt;
	font-weight: bold;
}

TD.norm {
	font-size: 10pt;
	font-weight: bold;
}

TD.normnb {
	font-size: 10pt;
}

TD.nowrap {
	white-space: nowrap;
}

TD.small {
	font-size: 7pt;
	font-weight: bold;
}

TD.smallnb {
	font-size: 7pt;
}

TD.prod {
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

TD.prodDesc {
	width: 100%;
	font-size: 10pt;
}

TD.prodpad {
	font-size: 10pt;
	padding-top: 2px;
	padding-left: 50px;
	padding-bottom: 2px;
}

TD.prodpad2 {
	font-size: 10pt;
	padding-top: 2px;
	padding-left: 32px;
	padding-bottom: 2px;
}

IMG.mini {
	border: 0px;
	height: 16px;
	width: 16px;
}

IMG.icon {
	border: 0px;
	height: 32px;
	width: 32px;
}

HR.fifty {
	width: 50%;
}

.load {
	/* Background-Image: url('images/loading_bg2.gif'); */
	Background-Position: center;
	Background-Attachment: fixed;
	Background-Repeat: no-repeat;
}

.boxtop {
	Background-Image: url('images/layout/box_top.gif');
	Background-Repeat: repeat-x;
	Height: 8px;
}

.boxbottom {
	Background-Image: url('images/layout/box_bottom.gif');
	Background-Repeat: repeat-x;
	Height: 8px;
}

.boxleft {
	Background-Image: url('images/layout/box_left.gif');
	Background-Repeat: repeat-y;
}

.boxright {
	Background-Image: url('images/layout/box_right.gif');
	Background-Repeat: repeat-y;
}

.boxtl {
	Background-Image: url('images/layout/corner_tl.gif');
	Height: 8px;
}

.boxtr {
	Background-Image: url('images/layout/corner_tr.gif');
}

.boxbl {
	Background-Image: url('images/layout/corner_bl.gif');
}

.boxbr {
	Background-Image: url('images/layout/corner_br.gif');
}

.sep {
	Background-Image: url('images/layout/bar.gif');
	Background-Repeat: repeat-x;
	font-size: 9pt;
}

.menuout {
	background-color: #DADBE0;
	border: 1px solid #232D39;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-bottom: 2px;
}

.menuhover {
	background-color: #232D39;
	border: 1px solid #232D39;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	padding-left: 5px;
	padding-bottom: 2px;
}
