/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_gradient1
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr =#ffffff,endColorStr=#dcdcdc);
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.ugtic3blueheader
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr =#fefefe,endColorStr=#eeeeee);
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
/* ================================
    CSS STYLES FOR Module PageMenu
   ================================
*/
.MainPageMenuCSS
{
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2a568f;
}
.PageMenuList
{
	list-style-type: none;
	list-style-image: url(  'http://www.i3creations.com/portals/7/Skins/UGTIC3/images/MenuArrow.gif' );
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #2a568f;
	margin-left:.5em;
	margin-bottom: 0;
	margin-top: 0;
}
li
{
	margin-bottom: .3em;
	margin-top: .3em;
}
