body
{
	background-color: #b5ccde;
	color : #FFFFFF;
	font : 12px "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
}

#bodyLogin
{
	background-color: #FFFFFF;
	color : #FFFFFF;
	font : 12px "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
}

#mainSwf
{	
	width: 100%;
	height: 100%;
}

td, p
{
	font : 12px "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
	line-height: 20px;
	text-align : justify;
}

a, a:visited
{
	color : #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration : underline;
}

p.centerText
{
	text-align: center;
}

fieldset
{
	border: 0px;
}

form
{
	display: inline;
}

div.centerText
{
	text-align: center;
  margin: 0 auto 0 auto;
}

img
{
	border: 0px;
}

#loginTable
{
	margin: 0 auto 0 auto;
}


.button
{
	color: #fefcfc;
	border: 1px solid #959595;
	background-color: #c0bebe;
	height: 20px;
	font-size: 11px;
	font-family: "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
}

.loginBlockButton
{
	color: #fefcfc;
	border: 1px solid #959595;
	background-color: #c0bebe;
	height: 16px;
	font-size: 11px;
	font-family: "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
}

input
{
	border: 1px solid black;
	height: 13px;
	font-size: 11px;
	font-family: Verdana;
}

textarea
{
	border: 1px solid black;
	font-size: 11px;
	font-family: Verdana;
}

#messagePlace
{
	width: 730px;
	min-height: 100px;
	border: 1px solid #333333;
	border-bottom: 1px solid #000000;
	background-color: #222222;
	padding: 10px;
}

#messagePlaceBottom
{
	width: 737px;
	min-height: 14px;
	border: 1px solid #333333;
	border-top: 0px;
	background-color: #000000;
	padding: 3px 10px 3px 3px;
	text-align: right;
}

#topMessageSpace
{
	background-image: url(images/background.gif);
	background-color: #000000;
	height: 10px;
	width: 750px;
}

#messageTitleText
{
	font-weight: bold;
	font-size: 16px;
	font-family: "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
}

#messageText
{
	text-align: center;
	
	font-size: 12px;
	font-family: "arial ce", arial, Verdana, "geneva ce", geneva, Helvetica, sans-serif;
}

#all
{
	margin : auto;
	text-align : left;
	border : 0px;
	width: 100%;
}

/*OK WINDIOW*/
#okwndTopBar
{
	background-image : url('images/ok/ok_top.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
	margin: auto;
}

#okwndTopMiddle
{
	background-image : url('images/ok/ok_top_bar.gif');
	width: 600px;
	height: 27px;
	margin: auto;

	color: #006005;
	font: 19px "arial black";
}

#okwndTopBottom
{
	background-color: #fbfbfb;
	width: 598px;
	border: 1px solid #e2e2e2;
	border-top: 0px;
	border-bottom: 0px;
	margin: auto;
}

#okwndBottomTxt
{
	color: #006005;
	font: 11px Verdana, "geneva ce", geneva, Helvetica, sans-serif;
	padding: 7px;

	min-height: 60px;
  height: auto;
}

#okwndBottomBtn
{
	background-color: #fbfbfb;
	width: 584px;
	border: 1px solid #e2e2e2;
	border-top: 0px;
	margin: auto;

	padding: 4px 7px 4px 7px;
	text-align: right;
}

/*ERROR WINDIOW*/
#errwndTopBar
{
	background-image : url('images/error/err_top.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
	margin: auto;
}

#errwndTopMiddle
{
	background-image : url('images/ok/ok_top_bar.gif');
	width: 600px;
	height: 27px;
	margin: auto;

	color: #600005;
	font: 19px "arial black";
}

#errwndBottomTxt
{
	color: #600005;
  font: 11px Verdana, "geneva ce", geneva, Helvetica, sans-serif;
	padding: 7px;

	min-height: 60px;
  height: auto;
}

/*INFO WINDOW*/
#infowndTopBar
{
	background-image : url('images/info/info_top.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
	margin: auto;
}

#infowndTopMiddle
{
	background-image : url('images/info/info_top_bar.gif');
	width: 600px;
	height: 27px;
	margin: auto;

	color: #000060;
	font: 19px "arial black";
}

/* LOGIN WINDOW */
#loginwndTopBar
{
	background-image : url('images/login/login_top.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 15px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#loginwndTopMiddle
{
	background-image : url('images/login/login_top_bar.gif');
	width: 600px;
	height: 27px;
	margin: 0 auto 0 auto;

	color: #000060;
	font: 19px "arial black";
	text-align: left;
}
