/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.pagemaster_imagebg {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.controlpanel {
	background-color: #EDF2F8;
	border-top: #FFF 0px solid;
	border-right: #FFF 0px solid;
	border-left: #FFF 0px solid;
	border-bottom: #FFF 0px solid;
	padding:5px;
}
.Skinheader {
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
}
.logo {
	padding:10px;
}
.mainbanner {
	background-color:#FFFFFF;
	height:150px;
	border:0px solid black;
}
.mainbannerleft {
	background-image:url(banner-left1.jpg);
	background-repeat:no-repeat;
	width:631px;
	border:0px solid black;	
}
.mainbannermiddle {
	width:auto;
}
.mainbannerright {
	padding:10px;
	padding-right:30px;
	padding-top:20px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height:1px;
}
.bannerpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	margin:-20px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 0px;
}
.rightpane {
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}
.midpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpadding {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
}
.containerpadding {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
/* begin of menu*/
.menubg {
	background-color: #ffffff;
	border:0px solid #4D637C;
}
.menubgleft {
	background-image:url(top_left.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.menubgright {
	background-image:url(top_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left: 25px;
}
.horizontal_dotted {
	background-image: url(horizontal_dotted.jpg); 
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
.horizontal_dotted_white {
	background-image: url(horizontal_dotted_white.gif); 
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}
.MainMenu_MenuContainer {
	width:220px;
	background-color: #ffffff; 
	margin-bottom:0px;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	height:1px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	border-left:0px solid #4D637C;
	border-right:0px solid #4D637C;
	border-top:0px solid #4D637C;
	border-bottom:0px solid #4D637C;
	color: black; 
	font-size: 11px; 
	font-style: normal;
	font-family: verdana, arial, helvetica; 
	font-weight: normal; 
	background-color: Transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand; 
	color:#000000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: verdana, arial, helvetica;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-size: 11px; 
	font-style: normal;
	font-weight: normal;
	background-color: #7188BA;
	font-family: verdana, arial, helvetica;
}
.rootMenuItem { 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 11px;
	background-image: url(Paramarker_small.jpg); 
	background-repeat:no-repeat;
	background-position:center left;
	background-color: #ffffff;
	padding:4 4 4 4; 
	font-family: verdana, arial, helvetica;
} 
.rootMenuItem td{ 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 11px; 
	padding:8 4 8 24; 
	font-family: verdana, arial, helvetica;
} 
.MainMenu_RootMenuArrow {
	background-image:none; 
	padding:4 4 4 4;
}
.rootmenuitemactive TD{ 
	cursor: pointer; 
	cursor: hand; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	padding:8 4 8 24; 
	font-family: verdana, arial, helvetica;
}

.rootMenuItemactive { 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 11px;
	background-image: url(Paramarker_small.jpg); 
	background-repeat:no-repeat;
	background-position:center left;
	background-color: #ffffff;
	padding:4 4 4 4; 
	font-family: verdana, arial, helvetica;
} 

.rootmenuitemselected TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 11px; 	
	padding:8 4 8 24; 
	font-style: normal;
	font-weight: bold; 
	font-family: verdana, arial, helvetica;
}
.rootmenuitembreadcrumb TD{ 
	cursor: pointer; 
	cursor: hand; 	
	background-color: #7188BA;
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: verdana, arial, helvetica;
}
.MainMenu_MenuIcon {
	oldbackground-color: #1F4073; 
	background-color:transparent;
	border-left:0px solid #4D637C;
	border-right:0px solid #4D637C;
	border-top:0px solid #4D637C;
	border-bottom:0px solid #4D637C;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	text-align: center; 
	width:0px;
}
.submenuitemselect {
	background-color: #7188BA; 
}
.MainMenu_SubMenu {
	margin-top: 2px;
	margin-left:2px;
	background-image:url(nav-gradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #000000;
	color: black; 
	z-index: 1000; 
	cursor: hand; 
	font-size: 11px;
	font-family: verdana, arial, helvetica;
}
.MainMenu_SubMenu td{
	font-size: 11px; 
	font-family: verdana, arial, helvetica;
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 3px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-left:0px solid #4D637C;
	border-right:0px solid #4D637C;
	border-top:0px solid #4D637C;
	border-bottom:0px solid #4D637C;
	color: black;
	padding-left:10px;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer;
	color: black; 
	font-size: 10px; 
	font-style: normal;
	font-family: verdana, arial, helvetica; 
	background-image:none; 
 	cursor: hand;
}
/* end of menu*/
.body_left {
	background-image: url(leftedge_bg.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.body_right {
	background-image: url(rightedge_bg.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.StandardButton {
	background-color: #2A5CA1;
	border-top: #598DD5 1px solid;
	border-right: #1C3E6C 1px solid;
	border-left: #598DD5 1px solid;
	border-bottom: #1C3E6C 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#212121,endColorStr=#2C2C2C);
	filter: Alpha(Opacity=70, FinishOpacity=95, Style=2);
	color: #FFFFFF;
	font-family: verdana, arial, helvetica; 
	font-size: 10px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:3px;
	padding-right:3px;
	cursor: hand;
	cursor: hand;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
/* Text Styles */
.Head {
	font-family: verdana, arial, helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #013688;
}
.Head_white {
	font-family: verdana, arial, helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	line-height: 27px;
}
.Headbox {
	font-family: verdana, arial, helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.containerhead_white {
	font-size: 16px;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-weight: bold;	
}
.subhead {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #5283B8;
}
.normal {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height:125%;
	color: #000000;
}
.NormalTextBox
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #141414;
}
H4  {
    font-family: verdana, arial, helvetica;
    font-size:  10px;
    font-weight:    normal;
    color: #5283B8;
}
H5  {
    font-family: verdana, arial, helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #5283B8;
}
A:link  {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:11px;
}
A:visited   {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:11px;
}
A:active    {
	font-family: verdana, arial, helvetica;
	color: #6FB7FF;
	font-size:11px;
}
A:hover {
    font-family: verdana, arial, helvetica;
	color: #6FB7FF;
	font-size:11px;
	text-decoration : underline;
}
.in_header {
	background-color: transparent;
	font-family: verdana, arial, helvetica;
	color: #FFF;
}

a.in_header:link {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.in_header:active {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.in_header:visited {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.in_header:hover {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
a.breadcrumbtxt:link {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.breadcrumbtxt:active {
	font-family: verdana, arial, helvetica;
	color: #6FB7FF;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.breadcrumbtxt:visited {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.breadcrumbtxt:hover {
	font-family: verdana, arial, helvetica;
	color: #6FB7FF;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
}
.logintxt {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:10px;
	font-weight: bold;
	background-color:#2A5CA1;
}
a.logintxt:link {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}
a.logintxt:active {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}
a.logintxt:visited {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}
a.logintxt:hover {
	font-family: verdana, arial, helvetica;
	color: #FFF;
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
}
td.sidespace {
	padding-left:10px;
	padding-right:10px;
	height: 25px;
}
td.footertxt {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:10px;
	font-weight: bold;
	border-top: 1px dotted #5283B8;
}
a.footertxt:link {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}
a.footertxt:active {
	font-family: verdana, arial, helvetica;
	color: #6FB7FF;
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}
a.footertxt:visited {
	font-family: verdana, arial, helvetica;
	color: #5283B8;
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
}
a.footertxt:hover {
	font-family: verdana, arial, helvetica;
	color: #6FB7FF;
	font-size:10px;
	text-decoration: underline;
	font-weight: bold;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #3C3C3C; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #DCDCDC;
	background-color: #5D5D5D;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #5D5D5D; 
	border-left: #5D5D5D 1px solid; 
	border-bottom: #5D5D5D 1px solid; 
	border-top: #5D5D5D 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #5D5D5D 1px solid; 
	border-left: #5D5D5D 0px solid; 
	border-top: #5D5D5D 1px solid;  
	border-right: #5D5D5D 0px solid; 
	background-color: #5D5D5D; 
	height: 1px;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* styles used in the file manager */
.FileManager
{
	border-right: DEDEDE 1px solid;
	border-top: DEDEDE 1px solid;
	border-left: DEDEDE 1px solid;
	border-bottom: DEDEDE 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: DEDEDE 1px solid;
	height:25px;
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
}
.FileManager_Explorer
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList 
{
	height:100%;
	border: #DEDEDE 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #3C3C3C;
    background-color: #DEDEDE;
    border-bottom: #DEDEDE 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    height: 25px;
}
.FileManager_Pager
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
	color:#3C3C3C;
    font-weight: bold;
   	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
    border-top: #DEDEDE 1px solid;
    height: 25px;
}
.FileManager_StatusBar
{
    font-family:Arial;
    font-size: 11px;
    font-weight: normal;
    background-color: white;
    height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #3C3C3C;
    background-color: white;
    border-top: #DEDEDE 1px dashed;
    border-bottom: #DEDEDE 1px dashed;
}
.FileManager_AltItem
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #3C3C3C;
    background-color: #DFDFDF;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, verdana, arial, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode 
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
	color: #3C3C3C;
    font-weight: normal;
}
.FileManagerTreeNodeSelected 
{
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #DEDEDE; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration: none;
    color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration: none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height:400px;
	width:600px;
}
.WizardButton
{
	background-color: #FEFDF5;
	border-top: #DEDCCD 1px solid;
	border-right: #DEDCCD 1px solid;
	border-left: #DEDCCD 1px solid;
	border-bottom: #DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDEDE);
	color: #3C3C3C;
	font-family: verdana, arial, helvetica; 
	font-size: 11px;
	font-weight: normal;
}
.WizardHeader
{
	height:30px;
	border-bottom: DEDCCD 1px solid;
	color: #141414;
	background-color: #ffffff;
}
.WizardFooter
{
	border-top: DEDCCD 1px solid;
	background: #ffffff;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: DEDCCD 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #DEDCCD;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDCCD);
}
.WizardHelpText
{
	overflow: auto;
	font-size: 11px;
	width: 180px;
	color: #141414;
	font-family: verdana, arial, helvetica;
	height: 300px;
}
.WizardText
{
	font-size: 11px;
	color: #141414;
	font-family: verdana, arial, helvetica;
}
table
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height:125%;
	color: #000000;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, verdana, arial, helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #5283B8;
}
A.CommandButton:visited  {
    text-decoration: underline;
    color: #5283B8;
}
A.CommandButton:active   {
    text-decoration: underline;
    color: #5283B8;
}
A.CommandButton:hover    {
    text-decoration: none;
    color: #5283B8;
}
/* jm added css */
FIELDSET
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 15px;
    FONT-SIZE: 1em;
    MARGIN: 0px 0px 10px;
    PADDING-TOP: 5px;
	border: 1px solid #D6D6D6;
}
.outlinedbox
{
 border:solid 1px black; 
 margin:15px 0px 0px 0px; 
 padding:5px 10px 10px 10px;  
}
.outlinedbox h2
{
    padding-top:0px;
    margin-top:0px;
}
INPUT
{
    BORDER-RIGHT: #193670 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #193670 1px solid;
    PADDING-LEFT: 1px;
    BACKGROUND: #edf2fb;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 5px 0px 2px;
    BORDER-LEFT: #193670 1px solid;
    COLOR: #333333;
    FONT: 12px  Arial, Helvetica, sans-serif;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #193670 1px solid;
    jmFLOAT: left;
    jmWIDTH: 280px
}
TEXTAREA
{
    BORDER-RIGHT: #193670 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #193670 1px solid;
    PADDING-LEFT: 1px;
    BACKGROUND: #edf2fb;
    PADDING-BOTTOM: 1px;
    MARGIN: 3px 5px 2px;
    FONT: 12px  Arial, Helvetica, sans-serif;
    BORDER-LEFT: #193670 1px solid;
    COLOR: #333333;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #193670 1px solid
}
.UK
{
	font-size:0.7em;
}
SELECT
{
    BORDER-RIGHT: #193670 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #193670 1px solid;
    PADDING-LEFT: 1px;
    BACKGROUND: #edf2fb;
    PADDING-BOTTOM: 1px;
    MARGIN: 3px 0px 2px 2px;
    FONT: 12px  Arial, Helvetica, sans-serif;
    BORDER-LEFT: #193670 1px solid;
    COLOR: #333333;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #193670 1px solid
}
INPUT.sminp
{
    WIDTH: 110px;
    MARGIN-RIGHT: 160px
}
INPUT:unknown
{
    BACKGROUND: #be9e61;
    COLOR: #000
}
INPUT:active
{
    BACKGROUND: #be9e61;
    COLOR: #000
}
TEXTAREA:unknown
{
    BACKGROUND: #be9e61;
    COLOR: #000
}
TEXTAREA:active
{
    BACKGROUND: #be9e61;
    COLOR: #000
}
.subhead
{
	color:#1f4073;
}
.subtitle
{
	color:#1f4073;
	FONT: 1.3em Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2
{

	color:#1f4073;
	margin-top:3px;
	FONT: 1.6em  Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.mainheading
{
	color:#1f4073;
	FONT: 1.7em  Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
ul li
{
	list-style: disc;
}
h3
{
	color:#1f4073;
	FONT: 1.3em  Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:5px;
	BORDER-BOTTOM: #cccccc 1px solid
}
h4
{
	color:#1f4073;
FONT: 1.1em  Geneva, Arial, Helvetica, sans-serif;
	
font-weight:bold;
}
.swattable
{
	border:solid 1 #1f4073;	
}
.swattable th
{
	padding:5 5 5 5;
	background-color:#1f4073;
	color:White;	
}
.swattablerow
{
	background-color : #f3f6fd;
}
.swattable td
{
	padding:5 5 5 5;
}
.swattablealt
{
	background-color : white;
}
FIELDSET
{
    BORDER-RIGHT: #1f4073 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #1f4073 1px solid;
    PADDING-LEFT: 15px;
    FONT-SIZE: 1em;
    PADDING-BOTTOM: 15px;
    MARGIN: 0px 0px 10px;
    BORDER-LEFT: #1f4073 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #1f4073 1px solid
}
LEGEND
{
    BORDER-RIGHT: #1f4073 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #1f4073 1px solid;
    PADDING-LEFT: 5px;
    BACKGROUND: #1f4073;
    MARGIN-BOTTOM: 5px;
    PADDING-BOTTOM: 2px;
    FONT: 1em Tahoma, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #1f4073 1px solid;
    COLOR: #ffffff;
    font-weight:bold;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #1f4073 1px solid
}
.SWATBTN, A.SWATBTN:link, .standardbutton,A.SWATBTN:visited, A.SWATBTN:clicked
{
	border:1px solid black;
	height:20px;
	color: #1F4073;
	background-image: url(buttback.gif);
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align:center;
	font-weight:bold;
	cursor :hand;
	min-width:80px;
	position:relative;
	top:-6px;
}
A.SWATBTN:link,A.SWATBTN:visited, A.SWATBTN:clicked {
   padding :2px 10px 2px 10px;
   width:80px;
   text-decoration : none;
}
#dnn_dnnSEARCH_cmdSearch {
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:0px;
	vertical-align :middle;
}
#dnn_dnnSEARCH_txtSearch {
	width:154px;
	height:21px;
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5;
	margin:0px;
	padding:0px;
	border:1px solid black;
	padding:0px;
	vertical-align :middle;
	margin:0px;
}
/* END JM ADDED CSS */


/* Form Manager 2008 CSS - JMann */

.survey-main-table {
	padding-top:2px;
	padding-bottom:2px;
}
.survey-color-odd {
	background-color:#F3F6FD;
}


























