﻿body
{
}

/******** Setting ************/
.gvSelectedRowStyle
{
	font-weight: bold;
	background-color: #FFCC66;
	color: Navy;
}

.gvAlternatingRowStyle
{
	background-color: White;
}
.gvHeaderStyle
{
	background: #99ccff;
	font-weight: bold;
	color: White;
	text-align: center;
}
.BulletedList1 li /* make horizonal list*/
{
	display: inline;
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
..BulletedList1 ul
{
	margin: 0px;
	padding: 0px;
}
.gvPortalsTbl
{
	width: 750px;
}
.SettingHeader
{
	width: 100px;
}
.SettingTextBox
{
	width: 350px;
}
.pnlSelectPortal
{
	background-color: white;
	border: solid 1px black;
}
.gvTextBox
{
	background-color: #ccffbb;
}

/************** view *************************/
.pnlPortals
{
	width: 600px;
}

