*
{
	margin: 0em;
	padding: 0em;
}


body
{
	margin: 0em;
	padding: 0em;

	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333;
	background-color: #fff;
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.Header {
	background-color:#cc0000;
	height:31px;
	color:#FFFFFF;
	font-weight:bold;
}

.portlet_content
{
	font-size: 9pt;
	padding:0.5em;
	background-repeat:  repeat-x;
	background-position: left bottom;
	background-image: url(images/portlet_content.gif);
	background-color: #FFFFFF;
}
.LeftBorderCorn {
	
	background-repeat:  no-repeat;
	background-position: left top;
	background-image: url('images/top_left.gif');
	width:7px;
	height:7px;
	
}

.LeftBorder {
	background-color:#FFFFFF;
	background-repeat:  repeat-y;
	background-position: left bottom;
	background-image: url('images/left.gif');
	width:7px;

	}
	
.RightBorder {
	background-color:#FFFFFF;
	background-repeat:  repeat-y;
	background-position: right bottom;
	background-image: url('images/right.gif');
	width:7px;
}

.RightBorderCorn {
	
	background-repeat:  no-repeat;
	background-position: right top;
	background-image: url('images/top_right.gif');
	width:7px;
	height:7px;
	
}
.TopBorder {
	background-repeat:  repeat-x;
	background-position: right top;
	background-image: url('images/top.gif');
	height:7px;
}
.BottomBorder {
	background-repeat:  repeat-x;
	background-position: right top;
	background-image: url('images/bottom.gif');
	height:7px;
}


.LeftBorderCornBottom {
	
	background-repeat:  no-repeat;
	background-position: left bottom;
	background-image: url('images/bottom_left.gif');
	width:7px;
	height:7px;
	
}


.RightBorderCornBottom {
	
	background-repeat:  no-repeat;
	background-position: right bottom;
	background-image: url('images/bottom_right.gif');
	width:7px;
	height:7px;
	
}

input,select,text{
	border: 1px solid #ccc;
	background-color:#fff;
	color:#333;
	

}

submit{

	background-repeat: repeat-x;
	background-image: url('images/button.gif');
	
}
