/*======================================
DEFAULT
======================================*/
html, body  {
	position: relative;   
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	background-color: #eee;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form{
	margin: 0px;
	padding: 0px;
	display: inline;
}

img{
	border: 0px;	
}

input,
select,
textarea{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertial-align: center;
}

pre{
	margin: 0px;
	padding: 0px;
}

/*======================================
DIV
======================================*/

div.textLeft{
	text-align: left;
}

div.textRight{
	text-align: right;
}

div.textCenter{
	text-align: center;
}

div.floatLeft{
	float: left;
}

div.floatRight{
	float: right;
}

div.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
	/*border: 1px solid #ddd;*/
}

/*======================================
TABLE
======================================*/

td.left,
th.left
{
	text-align: left;
}

td.center,
th.center
{
	text-align: center;
}

td.right,
th.right
{
	text-align: right;
}

td.middle,
th.middle
{
	vertical-align: middle;
}

td.top,
th.top
{
	vertical-align: top;
}

td.bottom,
th.bottom
{
	vertical-align: bottom;
}


/*======================================
COMPONENT
======================================*/

div.process{
	background-image: url(../images/symbol/indicator.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 0px 0px 0px;
}


div.success{
	background-image: url(../images/symbol/success.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 0px 0px 0px;
}

div.warning{
	background-image: url(../images/symbol/warning.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 0px 0px 0px;
}

/*======================================
HREF
======================================*/

a:link{
	color: #00f;
	text-decoration: none;
}

a:visited{
	color: #00f;
}

a:active{
	color: #00f;
}

a:hover{
	color: #f00;
}
