/* CSS Document */

/* CSS Document */
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
CSS RESET FILE
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;padding:0;border:0;outline:0;
	font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;
	vertical-align:baseline;
}

:focus			{outline:0;}
html			{height:100%;}
body			{line-height:auto;color:black;background:white;height:100%;}

table			{border-collapse:collapse;border-spacing:0;}
caption, th, td	{text-align:left;vertical-align:top;font-weight:normal;}
img				{border:none;margin:0px;padding:0px;display:block;}
p				{margin-top:0;margin-bottom:0;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q	{quotes:"" "";}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML			{width:100%;height:100%;}
BODY			{background:#E7E7E7;color:#666666;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;font-size:10px;visibility:visible;margin:0px;padding:0px;width:100%;height:100%;}
DIV				{position:relative;left:0px;top:0px;background:none;border:none;visibility:visible;z-index:auto;}
TD				{font-family:Verdana, Arial, Helvetica, sans-serif;vertical-align:middle;}
IMG				{border:none;margin:0px;padding:0px;}
UL				{margin-top:10px;margin-bottom:10px;}
OL				{margin-top:10px;margin-bottom:10px;}
LI				{padding-top:2px;padding-bottom:2px;}

FORM			{margin:0px;visibility:visible;}
SELECT			{font-family:arial,helvetica,sans-serif;font-size:9px;background:#FFFFFF;}
OPTION			{font-family:arial,helvetica,sans-serif;font-size:9px;background:#FFFFFF;}
TEXTAREA		{font-family:arial,helvetica,sans-serif;font-size:9px;background:#FFFFFF;padding:1px;border:1px solid #CCCCCC;overflow:auto;}
INPUT			{border:1px solid #CCCCCC;background:#FFFFFF;color:#000000;font-size:10px;padding:1px;}
INPUT.submit	{border:1px solid #999999;background:#F9F9F9;color:#006699;font-size:10px;font-weight:bold;}

P				{margin-top:10px;margin-bottom:10px;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A							{color:#666666;text-decoration:none;}
A:link						{color:#666666;text-decoration:none;}
A:active					{color:#666666;text-decoration:none;}
A:visited					{color:#666666;text-decoration:none;}
A:hover						{color:#666666;text-decoration:none;}

A.orange_link				{color:#CC6600;text-decoration:none;}
A.orange_link:link			{color:#CC6600;text-decoration:none;}
A.orange_link:active		{color:#CC6600;text-decoration:none;}
A.orange_link:visited		{color:#CC6600;text-decoration:none;}
A.orange_link:hover			{color:#CC6600;text-decoration:none;}

A.img						{text-decoration:none;border:none;}
A.img:link					{text-decoration:none;border:none;}
A.img:active				{text-decoration:none;border:none;}
A.img:visited				{text-decoration:none;border:none;}
A.img:hover					{text-decoration:none;border:none;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION C : TEXT MANIPULATION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.xsmall		{font-size:9px;}
.small		{font-size:10px;}
.normal		{font-size:11px;}
.medium		{font-size:12px;}
.big		{font-size:13px;}
.xbig		{font-size:14px;}

/*----------------------------------------------------------------------------*/

.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

/*----------------------------------------------------------------------------*/

.lgrey				{color: #999999;}
.grey				{color: #666666;}
.dgrey				{color: #333333;}
.green				{color: #009900;}
.red				{color: #990000;}
.black				{color: #000000;}
.white				{color: #FFFFFF;}
.orange 			{color: #CC6600;}

/*----------------------------------------------------------------------------*/

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}
.nodeco		{text-decoration:none;}
.nopadding	{padding:0px;}
.noborder	{border:none;}
.sup		{vertical-align:super;}
.tight		{line-height: 11pt;}

.pointer	{cursor:pointer;}
.help		{cursor:help;}

/*----------------------------------------------------------------------------*/

.justify	{text-align:justify;}
.top		{vertical-align:top;}
.middle		{vertical-align:middle;}
.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

.center	img		{display:inline;}
.top img		{vertical-align:top;}
.middle img		{vertical-align:middle;}
.bottom img		{vertical-align:bottom;}
td.top img		{vertical-align:top;}
td.middle img	{vertical-align:middle;}
td.bottom img	{vertical-align:top;}

/*----------------------------------------------------------------------------*/

.center		{margin-left:auto;margin-right:auto;text-align:center;}
.left		{text-align:left;margin-left:0px;margin-right:auto;}
.right		{text-align:right;margin-left:auto;margin-right:0px;}

/*----------------------------------------------------------------------------*/

img.left	{float:left;}
img.right	{float:right;}
img.center	{float:center;}

table.right	{float:right;}
table.left	{float:left;}
table.center{float:center;}

/*----------------------------------------------------------------------------*/

.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.autowidth	{width:auto;}

/*----------------------------------------------------------------------------*/

.pad_frame_2		{padding:2px;}
.pad_frame_5		{padding:5px;}

.top_pad_frame5		{padding-top:5px;}

/*----------------------------------------------------------------------------*/

.gray_frame			{border:1px #999999 solid;}
.gray_frame_dash	{border:1px #CCCCCC dashed;}

/*----------------------------------------------------------------------------*/

.bar					{background-image:url(../img/bg_button.gif);border-bottom:1px solid #999999;border-top:1px solid #999999;vertical-align:middle;height:19px;}
.bar_y					{background-image:url(../img/bg_button_y.gif);border-bottom:1px solid #999999;border-top:1px solid #999999;vertical-align:middle;height:19px;}
.bar_head				{background-image:url(../img/bar_head.gif);width:8px;height:19px;}
.bar_head_y				{background-image:url(../img/bar_head_y.gif);width:8px;height:19px;}
.bar_body				{background:none;border:none;padding-left:3px;padding-right:3px;vertical-align:middle;width:auto;height:19px;}
				
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : LAYOUT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#HOLDER					{background:#E7E7E7;border:none;margin-left:auto;margin-right:auto;text-align:center;width:100%;height:100%;}

table#OUTER						{background:#FFFFFF;border:1px #999999 solid;margin-left:auto;margin-right:auto;text-align:center;width:600px;}
table#OUTER td#A				{height:auto;padding:10px;border-bottom:4px #CCCCCC solid;}
table#OUTER td#B				{height:60px;padding:10px;vertical-align:top;}
table#OUTER td#C				{height:180px;}
table#OUTER td#D				{height:19px;}

table#LOGIN						{background:#FFFFFF;border:1px #999999 solid;margin-left:auto;margin-right:auto;text-align:center;width:220px;}
