.content-text
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	padding-left : 5px;
}
.red-text
{
	color: #cc0000;
	font-size:12px;
}

.textbox-text
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
}

.content-header
{
	font-family: Arial;
	font-size: 45px;
	font-weight: bold;
	color: #003366;
	padding-left : 5px;
	background-color :#7a9dd9;
}

.store-header
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: 3962B4;
	padding:5px 5px 5px 5px;
	background-color :#ffffff;
}
.datagrid
{
	font-family: Arial;
	font-size: 12px;
	
}

.datagrid-header
{
	background:#C00000;
	color:White;
}

.item-header
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color:#7a9dd9;
}

.datagrid-pager
{
	background-color:#ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.datagrid-footer
{
	visibility : hidden;
}

.datagrid-selectedItem
{
	
}


.datagrid-item
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	padding-left : 5px;
	background : White;
	border-color :#003366;
	border-style :solid;
	border-width :1px;
}

.datagrid-selected-item
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	padding-left : 5px;
	background : White;
	border-color :#003366;
	border-style :solid;
	border-width :1px;
}

.repeater-item
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	padding-left : 5px;
	background : White;
}

.datagrid-alternating-item
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	padding-left : 5px;
	background : White;
	border-color :#003366;
	border-style :solid;
	border-width :1px;
}

.form-text
{
	border: 1px solid #DC143C;
	height: 22px;
	width: 125px;
}

.form-submit
{
	border: 3px outset #CC3333;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #CC3333;
}
.small-form
{
	margin-top: 3px; 
	margin-bottom: 3px;
}

a
{
	text-decoration: none;
	color: #cc0000;
	font-size:12px;
}

item-header.a
{
	color:#003366;
}

a:hover
{
	text-decoration: underline;
}

.datagrid-hyperlink
{
	background-color:CC3333;
	color:#ffffff;
	font-family: Arial;
	font-size: 12px;
	padding-left : 5px;
	border-color :Black;
	border-style :solid;
	border-width :1px;
}

.red
{
	color: #CC3333;
}

.light-blue
{
	color: #587AC0;
}
.sel-list
{
	border: 1px solid #949FC5;
}