BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 1px;*/
	line-height:18px;
}
A
{
	font-size: 12px;
	font-family: Arial;
}
a:link, a:link td, a:visited, a:visited td
{
text-decoration: none;
color: #006699;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

a:hover, a:hover td
{
text-decoration: none;
color: #003366;
}
a:active, a:active td
{
text-decoration: none;
color: #006699;
}
img a:link, img a:link td, img a:visited, img a:visited td
{
text-decoration: none;
color: #003366;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

img a:hover, img a:hover td
{
text-decoration: none;
color: #006699;
}
img a:active, img a:active td
{
text-decoration: none;
color: #006699;
}

/* MODULE Links */
.Normal, .Normal td
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	color: black;
}
A.Normal:link A.Normal:visited A.Normal:active
{
}

A.Normal:hover
{
}
/* [USER][LOGIN] */

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
.breadcrumb
{color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
a.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited
{color:#cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.breadcrumb:hover
{
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.breadcrumb:active
{
color: #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
/* [LINKS] */
.Content_Link A.Content_Link:link A.Content_Link:visited A.Content_Link:active

{
	font-weight: normal;
	font-size: 12px;
	color: #3366cc;
	font-family: Arial, sans serif;
}
A.Content_Link:hover
{
	color: #003366;
	text-decoration: none;
}
.Copyright
{
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	font-family: Arial;
	padding-right: 5px;
}
.Copyright_Admin
{
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	font-family: Arial;
}
/* [TERMS][PRIVACY][HELP] */
.Bottom_Link
{
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	font-family: Arial;	
	text-decoration: none;
}
A.Bottom_Link:link
{
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	font-family: Arial;	
}
A.Bottom_Link:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	font-family: Arial;	
}
A.Bottom_Link:hover
{
	color: #cccccc;
}
A.Bottom_Link:active
{
	color: #cccccc;
}

/*PANES*/
.contentpane
{	
}
.leftpane
{	

}
.botlftpane
{	background-color: #ffffff;

}
.botmidpane
{	background-color: #ffffff;

}
.botrtpane
{
	background-color: #ffffff;
}

ul li
{
padding:0;
margin:0;	
font-size: 12px;
}

ul li a:link
{
text-decoration: none;
color: #3366cc;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

ul li a:hover
{
text-decoration: none;
color: #003366;
}

/* [SOLPATRMENU] */
.MainMenu_MenuContainer
{
	width: 100%;
	height: 23px;
	background-image:<%= SkinPath %>media/solpart.jpg;
	background-repeat:repeat-x;
	}
.MainMenu_MenuBar
{	
}
.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	height: 23px;
	border-top-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_MenuItemSel
{
	font-weight: normal;
	font-size: 12px;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #445566;
}
.MainMenu_MenuIcon
{
	display: none;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #F1F1F1;
	border-bottom-style: none;
}
.MainMenu_MenuArrow
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_MenuBreak
{
	width: 0%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 0%;
	border-bottom-style: none;
	background-color:transparent;
	font-size: 8px;
}

.MainMenu_MenuBreak_Vert
{
	width: 0%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 0%;
	border-bottom-style: none;

}
.MainMenu_SubMenu
{
	margin-left: 1px;
	background-color: #445566;
	font-weight: normal;
	color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.MainMenu_SubMenuItemSel
{
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	background-color: #445566;
	color:#CCCCCC;	
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-size: 12px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
}
.MainMenu_RootMenuItemActive
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	background-color:#445566;
	color:#ffffff;
}

.MainMenu_RootMenuItemSel
{
color:#ffffff;
background-color: #445566;
}

.MainMenu_MenuIcon_Admin
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	border-bottom-style: none;
}
.MainMenu_MenuBreak_Admin
{
	width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 25px;
	background-color: #9999cc;
	border-bottom-style: none;
}
.MainMenu_SubMenu_Admin
{
	border-right: gray 1px solid;
	margin-top: 0px;
	margin-left: 1px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #9999cc;
	color:#33FF00;
}
.MainMenu_RootMenuItem_Admin
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
}
.MainMenu_RootMenuItemActive_Admin
{
	font-size: 11px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
}
.MainMenu_RootMenuItemSel_Admin
{
	height: 24px;
}


#dnnsearch
{
}
.Search_Text
{
font: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003399;
}
h1
{
font-size:14px;
font-weight:bold;
color:#003366;
}
h2
{
font-size:12px;
font-weight:bold;
color:#003366;
}

.leftcol {
WIDTH: 135px;
TEXT-ALIGN: left;
background-color: blue;
}
.rightcol {
TEXT-ALIGN: left;
background-color: red;
}
table.radio_1 {
background-color:green;
border: solid #000 3px;
width: 200px;
}
.DynamicRegistration_DateResponses {
color:#FF0000;
}
.DateResponses {
	FONT-WEIGHT: 700;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width: 250px;
}
.DateResponses a:link {color: #FF0000}     /* unvisited link */
.DateResponses a:visited {color: #FF0000}  /* visited link */
.DateResponses a:hover {color: #FF0000}   /* mouse over link */
.DateResponses a:active {color: #FF0000}   /* selected link */

h4 {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 28px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

