/* font fixes */
.SkinObject, .Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox, .DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem, .TreeMenu_Node, .TreeMenu_NodeSelected, .Help, .CommandButton, H1, H2, H3, H4, H5, DT, H6, TFOOT, THEAD, TH, .ModuleTitle_MenuItem, .MainMenu_MenuItem, .MainMenu_MenuItemSel, .SelectedTab, .OtherTabs  { 
	font-family:Verdana;
}
/* end font fixes */

#helptext {
	position: absolute;
	left:0px;
	color: #000000;
	z-index: 900;
	width: 120px;
	height: 600px;
	background-image: url(Images/helpbackground.jpg);
	border: 2px solid black;
	display: none;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	padding: 10px;
}


#divNAW, #divSurv1, #divSurv2, #divOverView, #divPayment
{
	display: none;
}

#helptext div{
	color: #000000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;	
}

#dnn_RightPane {
	display: none;
	width: 200px;
}

#dnn_RightPane span.DNNAlignleft {
	border-left: black 1px solid;
	padding-left: 3px;
}

#dnn_ctr2882_ModuleContent {
	text-align: left;
}


.DNNAlignleft {
	float:left;
	width: 100%;
}    
	
.DNNAlignleft div  p span.normal {

}

.DNNAlignleft div  p span span.normal {
	font-weight: 300;
}


.DNNAlignleft div  span.normal {
}	
.DNNAlignleft table tr td{
	padding-top: 10px;
	font-size: 11px;
}

.DNNAlignleft table.normal tr td {
	padding-top: 0px;
} 

.NormalRadioButton
{
	font-weight: normal;
}

.DNNAlignleft .NawSubTdLabel .normal
{
	font-weight: 300;

}

.DNNAlignleft table.NawControlTable tr td {
	padding-top: 2px;
}

.DNNAlignleft div span.normal ul, .DNNAlignleft div span.normal li {
	font-weight: 300;
}    

ul li {
	font-weight: 300;
}

.OpenInvitationTable {
	width:100%;
}
.OpenInvitationTable td.OpenInvitationTD1 {
	width: 50%;
}
.OpenInvitationTable td.OpenInvitationTD1 span.normal {
	font-weight: 300;
}

.OpenInvitationTable td.OpenInvitationTD2 {
	width: 200px;
}

.OpenInvitationTable td.OpenInvitationTD3  span.next {
	float:right;
}

.DNNAlignleft span.normal ul li{
	list-style: disc;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}