﻿body
{
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 12px;
	color:#000000;
	font-family:Arial;
}


.Text
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.ErrorText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-align: left;
}

.ErrorTextCentered
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: red;
	text-align: center;
}

.NoDataText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	text-align: left;
}

.Title
{
	background-image: url('../../-Images/title_point.gif');
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.SubTitle
{
	background-image: url('../../-Images/title_point.gif');
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.TitleCenter
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.MenuLink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}
.MenuLink:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #cc0000;
	text-align: left;
	text-decoration: underline;
}
.Button
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	text-transform: none;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	font-family: Arial;
	background-color: #eeeeee;
	text-decoration: none;
}

.table
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	width: 100%;	
}

.image 
{
 margin-top :5px;
 margin-left: 5px;
}

.user-collections-panel
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid;
	OVERFLOW: auto; 
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
}

.label
{
 font-size:11px;
 font-family:Arial ;
}


INPUT
{
 font-size:11px;
 font-family:Arial ;
}
SELECT
{
    font-size:11px;
 font-family:Arial ;
}

