/*
	Company 	: Brastel Co.,Ltd.
	Autor		: Fabiano Tsuneo Maurer Ozahata
	Create Date	: 2007/03/15
	Modify Date	: 2007/10/09
*/

body, font, select, td
{
	color: #000000;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

input
{
	font-family: Courier New;
	font-size: 8pt;
}

.TdTitle
{
	background-image: url("../pictures/title_background.jpg");
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;		
}

.Alert
{
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}

.Information
{
	border-color: #FFFFFF;
	background-color:#FFFF00;
	font-size: 120%;
	font-weight: bold;
}

.Warning
{
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}

.Acknowledgment 
{
	border: #1A8AB1;
	background-color:#1A8AB1;
	color: #DAE9ED;
	font-size: 120%;
	font-weight: bold;
}

/*
New CyberService
*/

table#line
{
	border: double #C3D9FF;
}

td#header
{
	background-color:#ABCDEF;
	font-weight: bold;
	padding:5;
}

td#title
{
	background-color:#ABCDEF;
}

td#footer
{
	background-color:#0060AF;
	padding:5;
}

.tdTop, .tdBotton
{
	background-color:#1E1E50;
	color:#FFFFFF;
	padding:2;
}

.lineBorder
{
	border: double #C3D9FF;
}