/* 
================================
TEMPLATE
================================
*/  

.paragraph {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.paragraph_small {
	font-family: Lucida Grande, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
.white {
	font-family: Lucida Grande, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.headline {
	font-family: Lucida Grande, sans-serif;
	font-size: 18px;
	color: #0071BB;
	font-weight: bold;
	text-transform: none;
}

.head{
	font-family: Lucida Grande, sans-serif;
	color: #666666;
	line-height: 16px;
}

.subhead {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	color: #0071BB;
	line-height: 20px;
}
.subhead_white {
	font-family: Lucida Grande, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
.paragraph_small_white {
	font-family: Lucida Grande, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.paragraph_white {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.nav {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 2px 6px;
}

/* 
================================
VIA INFORMATION TOOLS
================================
*/   

.via_bullet{
		list-style-type:  disc;
		font-family: Lucida Grande, sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 18px;
}
.terms_Center{
	background-image: url(images/new/BottonCenter.jpg);
	height: 40px;
}
.terms_left{
	background-image: url(images/new/Botton1.jpg);
	height: 40px;
}

.terms_rigth{
	background-image: url(images/new/Botton2.jpg);
	height: 40px;
}

.shadow{
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#E8E8E8', Direction=90, Strength=8);
	width: 100%;
	border-right: #E8E8E8 1px solid; 
	border-top: #E8E8E8 1px solid; 
	border-left: #E8E8E8 1px solid; 
	border-bottom: #E8E8E8 1px solid; 
}

/* 
================================
DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
	background-image: url(images/new/home_header_bg.jpg);
	width:889px;
	height:147px;
}

.skingradient {
	height:21px;
}
.MenuLayout
{
	height:21px;
	background-color: rgb(130,130,130);
	border-left:  0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;
}

.breadcrumb{
	height:10px;
}

.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: rgb(130,130,130);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	border-right: #c8c8c8 1px solid; 
	border-left: #c8c8c8 1px solid; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

}
.rightpane {
	width: 175px;
	background-color: transparent;
	border-left: #c8c8c8 1px solid; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: hand;
	height:20px;
	color: #ffffff;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	background-color: Transparent;
	font-family: font-family: Lucida Grande, sans-serif; 
	height: 21px;
	font-weight: bold; 
	vertical-align: middle;
}


.MainMenu_MenuIcon 
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;
	background-color: rgb(130,130,130);
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: rgb(130,130,130);
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: rgb(250,177,93); 
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: font-family: Lucida Grande, sans-serif; 
	font-size: 9pt; 
	font-style: normal;
	font-color: rgb(130,130,130);
	font-weight: bold; 
	height: 21px;
}


A.MainMenu_MenuItem:link {
    text-decoration:    none;
    color:#ffffff;
    vertical-align: middle;
}

A.MainMenu_MenuItem:link {
    text-decoration:    none;
    color:#ffffff;
    font-weight: bold; 
    vertical-align: middle;
}

A.MainMenu_MenuItem:visited  {
    text-decoration:    none;
    color:#ffffff;
    font-weight: bold; 
    vertical-align: middle;
}

A.MainMenu_MenuItem:active   {
    text-decoration:    none;
    color:#ffffff;
    font-weight: bold; 
    vertical-align: middle;
}

A.MainMenu_MenuItem:hover    {
    text-decoration:    none;
    color:#ffffff;
    font-weight: bold; 
    vertical-align: middle;
}


.MainMenu_MenuArrow {
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid; 
	border-right: 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}


/*Container*/

.containermaster {
	width: 100%;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	
}
.containerMenu {
	background-color: rgb(104,188,100);
	height=45px;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid;
}
.Content {
	background-color: transparent;
}
.shadow{
	background-image: url(shadow.jpg);}

.footer{
	background-color: transparent;
	color:#ffffff;
}

.Content_White {
	background-color: #ffffff;
		height:100%;
}

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #c8c8c8 1px solid; 
	border-top: #c8c8c8 1px solid; 
	border-left: #c8c8c8 1px solid; 
	border-bottom: #c8c8c8 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(Default_bar.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}