
/* CSS Document 
Authored by: sj
For: Strategic Point
Date: 8/08*/

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img,table,td {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
   margin: 0;
   padding: 0;
   border: 0;
}
body {
   background: #FEFCD7;
	 text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
	 font-size: 100%;
}

.callerofweek {
  font-size: 12px;
}
.quote {
  color: #00788A;
  font-weight: bold;
}
#containerouter {
    width: 960px;
    margin: 10px auto 0 auto;
    text-align: left;
}
/*white box w/ green border*/
#container {
background: #FFF;
border: 1px solid #C7CBAD;
}
#border {
  border-top: 2px solid #FFFCDF;
  border-left: 2px solid #FFFCDF;
  border-right: 2px solid #FFFCDF;
}
#containerhome {
background: transparent url(../images/content_bkgd_home.jpg) no-repeat;

}
/*mast styles*/

#topnav{
	margin: 0 3px 4px 0;
	font-size: .75em;
	text-align: right;
	color: #66716A;
	word-spacing: 2px;

}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #66716A;
	text-decoration: none;
}
#topnav a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
#mast {
  margin-bottom: 8px;
}

#logo {
    float: left;
	width: 287px;
  padding: 22px 0 0 25px;
}
#phone{
  float: left; 
  width: 190px;
  padding: 27px 0 0 27px;
  color: #66716A;
  font-weight: normal;
  font-size: .8em;
  line-height: 180%;

}
.number {
font-weight:bold;
font-size: 1.4em;
display: block;
}
#logosearch {
  float: left;
  width: 199px;
  padding: 15px 0 0 207px;
}
#clientlogin {
  text-align: right;
  margin-right: 3px;
  margin-bottom: 13px;
}
#search {
text-align: right;
position: relative;

}

#search input.textfield {
  border: 1px solid #C8CDCA;
  float: left;
  display:block;
  width: 137px;
    color: #3B4940;
	padding: 3px 0 3px 8px;

}
#search a.go{
 border: none;
 margin-left: 8px;
   float: left;
  display:block;
  margin-top: -5px;
}
#search img {

}
#mainav {
  margin-bottom: 8px;
  background: url(/Portals/0/images/bkgd_mainav.jpg) no-repeat;
  font-family: Arial, Helvetica, sans-serif;


}

#bkgd-content {
  background: url(/Portals/0/images/bkgd_content.gif);
  margin-bottom: 10px;
}

#breadcrumb {
  color: #66716A;
  margin: 0 0 20px 0;
}
#breadcrumb a,#breadcrumb a:link, #breadcrumb a:visited {
 color: #66716A;
 text-decoration: none;
 font-size: .8em;
}
#breadcrumb a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
/*2 column 75%-25% widths*/
#maininfo{
   float: left;
   width: 670px;
   padding: 0 0 25px 25px;
}
#tools {
color: #66716A;
  font-size: .8em;
  margin-left: -10px;
padding: 5px 0 0 8px;
 background: url(/Portals/0/images/bkgd_tools.gif) repeat-x;
 width: 658px;
}
#tools a,#tools a:link,#tools a:visited {
color: #66716A;
text-decoration: none;
}
#tools img {
  vertical-align: bottom;
}
#print {
  float: left;
  width: 115px;

   }
.email {
  float: left;
  width: 120px;
  padding-left: 35px;
}
.pdf {
  float: left;
  width: 120px;
  padding-left: 35px;
 
}
/*mp3 player styles*/
.contentmp3 {
background: #FFF;
padding: 20px;
text-align: left;
}
.contentmp3 h1 {
   color: #DC5D13;
   font-size: 1.3em;
   margin-bottom: 10px;
   font-familly: "Trebuchet MS", Arial, sans-serif;
}
.contentmp3 a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
.content {
   line-height: 145%;
  color: #3B4940;
   font-size: .8em;
   margin-top: 15px;
   padding-right: 25px; 
}
.content h1 {
   color: #DC5D13;
   font-size: 1.6em;
   margin-bottom: 20px;
   font-familly: "Trebuchet MS", Arial, sans-serif;
 
}
.content h2 {
  color: #3B4940;
  font-size: 1.1em;
  padding-bottom:0;
}
.content h3 {
   color: #DC5D13;
   font-size: 1.4em;
   margin-bottom: 5px;
   font-familly: "Trebuchet MS", Arial, sans-serif;
}
.content p,.content ul,.content ol, table {
   padding-bottom: 15px;
}
.content ul {
   margin-left: 25px;
   list-style-type: square;
}
.content ol {
   margin-left: 45px;
}
.content ul ul, .content ol ol{
  padding-bottom:0;
}
.content a,.content a:link,.content a:visited {
 color: #640026;
 text-decoration: underline;
}
.content a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
.table {
  border-top: 1px solid #3B4940;
  border-right: 1px solid #3B4940;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #3B4940;
  border-left: 1px solid #3B4940;
  padding: 8px;
  margin: 0;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
.faqs{
   color: #DC5D13;
      font-familly: "Trebuchet MS", Arial, sans-serif;
	  font-weight: bold;
}
.maroon {
 color: #640026;
}
.content .meetteam a,.content .meetteam a:link,.content .meetteam a:visited  {
  text-decoration: none;
  
}
.content .nounderline a,.content .nounderline a:link,.content .nounderline a:visited  {
  text-decoration: none;
  
}
/*right column - cp*/
#subinfo {
    float: left;
    width: 225px;
	padding: 8px 0 0 15px;
 color: #3B4940;
 line-height: 145%;
   font-size: .85em;

  

}
#subinfo a,#subinfo a:link,#subinfo a:visited {
  color: #076479;
  text-decoration: none;
}
#subinfo a:hover {
  text-decoration: underline;
    color: #E36F1E;;
}
.allcaps {
  text-transform: uppercase;
  font-weight: bold;
}
.enewssignup{
  float: right;
  margin-bottom: 15px;
  display: block;

}
.subextra{
  clear: right;
  padding-bottom: 6px;

}
.subextra h2 {
  color: #3B4940;
  font-size: 1.1em;

}
#subextra a,#subextra a:link,#subextra a:visited {
   color:#95231B;
   text-decoration: none;
   font-weight: bold;
}
#subextra a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
/*2 column 50%-width columns*/
#maininfo-2{
   float: left;
   width: 750px;
   padding: 0 0 0 25px;
   background: url(/Portals/0/images/content_main_bkgd.jpg) no-repeat;


}
/*general content styles for top/intro area*/
.content-3 {
   line-height: 145%;
  color: #3B4940;
   font-size: .8em;
   margin-top: 10px;
   padding-right: 25px; 


}
.content-3 h1 {
   color: #DC5D13;
   font-size: 1.6em;
   margin-bottom: 10px;
   font-familly: "Trebuchet MS", Arial, sans-serif;
 
}
.content-3 h2 {
  color: #3B4940;
  font-size: 1.1em;
}
.content-3 p,.content-3 ul,.content-3 ol,table {
   padding-bottom: 15px;
}
.content-3 ul {
   margin-left: 25px;
   list-style-type: square;
}
.content-3 ol {
   margin-left: 25px;
}
.content-3 a,.content-3 a:link,.content-3 a:visited {
 color: #640026;
 text-decoration: none;
}
.content-3 a:hover {
  text-decoration: underline;
    color: #E36F1E;

}
#subinfo-2 {
    float: left;
    width: 160px;
	padding: 8px 0 0 15px;
 color: #3B4940;
 line-height: 145%;
   font-size: .85em;

}
#subinfo-2 a,#subinfo-2 a:link,#subinfo-2 a:visited {
  color: #076479;
  text-decoration: none;
}
#subinfo-2 a:hover {
  text-decoration: underline;
    color: #E36F1E;
}

.left {
  float: left;
  width: 446px;
 margin-left: 25px;

}
.right {
  float: left;
  width: 446px;
  margin-left: 10px;

}
.maininfo-3 {
   padding: 0 0 25px 25px;
  
}
/* general content styles for text in boxes*/
#content-2 {



}
#content-2 h1 {
   color: #DC5D13;
   font-size: 1.6em;
   margin-bottom: 20px;
   font-familly: "Trebuchet MS", Arial, sans-serif;
 
}
#content-2 h2 {
  color: #3B4940;
  font-size: 1.1em;
}

#content-2 p,#content-2 ul,#content-2 ol,table {
   padding-bottom: 15px;
}
#content-2 ul {
   margin-left: 25px;
   list-style-type: square;
}
#content-2 ol {
   margin-left: 25px;
}
#content-2 a,#content-2 a:link,#content-2 a:visited {
 color: #640026;
 text-decoration: none;
}
#content-2 a:hover {
  text-decoration: underline;
    color: #E36F1E;
}

/*home page styles*/
#mainav-home {
  margin-bottom: 2px;

  background: url(/Portals/0/images/bkgd_mainav.jpg) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}

#pikmission {
  margin-bottom: 0;
  margin-bottom: 18px;
}
.photos {
  float: left;
  width: 396px;
}
#maroon {
  background: #650026;
  height: 160px;
    float: left;
  width: 556px;
   border-left: 2px solid #FFF;
  position: relative;
}
.mission {
  margin-left: 2px;
  background: transparent;
  color: #FFF;
  font-size: 1em;
  line-height: 135%;
  font-weight: bold;
  height: 125px;
  position: absolute;
  top: 50%;
  margin-top: -62px;
         padding: 0 60px 0px 50px;
}

.mission p {
  padding-bottom: 12px;
}
#homecontent {
margin-bottom:10px;
}
#lefthome {
  float: left;
  width: 247px;
  margin-right: 5px;
  margin-left: 10px;
  color:#4C5B52;
  font-weight:bold;
  background: url(/Portals/0/images/bkgd_bb_home.jpg) no-repeat;
}
#lefthome a,#lefthome a:link,#lefthome a:visited {
  color:#076479;
  text-decoration: none;
}
#lefthome a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
#lefthome h2 {
  color: #FFF;
  font-size: 1em;
  padding: 5px 0 9px 16px;
}
.enewssignup-home {
  display: block;
  margin: 15px 0 25px 50px;
}
ul.quicklinks {
  margin-left: 12px;
  list-style-type: none;
  font-size: .8em;
  margin-right:12px;
}
ul.quicklinks li {
  height: 46px;
  padding-left: 40px;
  margin-bottom:10px;
}
li.bullet-radio {
background: url(/Portals/0/images/bullet_signup.jpg) no-repeat;
padding-top: 5px;
padding-bottom:18px;

}
li.bullet-podcasts {
background: url(/Portals/0/images/bullet_signup2.jpg) no-repeat;
padding-top: 5px;
padding-bottom:18px;

}
li.bullet-articles {
background: url(/Portals/0/images/bullet_articles2.jpg) no-repeat;
padding-top:5px;
}
li.bullet-enews {
background: url(/Portals/0/images/bullet_video.jpg) no-repeat;
  padding-top: 5px;
}
#lefthomebottom {
  width: 247px;
  height: 8px;
  background: url(/Portals/0/images/bkgd_bluebox_home_bott.jpg) no-repeat;
}
.maininfo-home {
  float: left;
  width: 433px;
  margin-right: 8px;
}
.maininfo-home .Normal{
  font-size: .8em;
  padding: 0 0 0 15px;
}
.maininfo-home a,.maininfo-home a:link,.maininfo-home a:visited {
  color: #650026;
  text-decoration: none;

}
.maininfo-home a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
.righthome {
  font-size: .8em;
 float: left;
 width: 248px;
  color:#4C5B52;
}
.righthome p {
  padding-bottom: 10px;
}
.righthome a,.righthome a:link,.righthome a:visited {
    color:#076479;
	  text-decoration: none;
}
.righthome a:hover {
  text-decoration: underline;
    color: #E36F1E;
}
a.cow { 
cursor: pointer;

}
.marketpik {
  margin: 18px 0 0 22px;
}
#righthomebottom {
background: url(/Portals/0/images/bkgd_greenbox_home_bott.jpg) no-repeat;
width:248px;
height: 20px;
}


/*Making Money Show*/
#mainavmms {
  margin-bottom: 2px;

  background: url(/Portals/0/images/bkgd_mainav.jpg) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}
#lefthomemms {
  float: left;
  width: 247px;
  margin-right: 5px;
  margin-left: 11px;
  background: url(/Portals/0/images/bkgd_greenbox_mms.jpg) no-repeat;
}
#lefthomemms a,#lefthomemms a:link,#lefthomemms a:visited {
  color:#076479;
  text-decoration: none;
}
#lefthomemms h2 {
  color: #FFF;
  font-size: 1em;
  padding: 5px 0 0 16px;
}
.whjjpik {
  margin: 25px 0 25px 15px;
}
#dnn_ctr722_LiveContent_dlElements{

    margin-top: -20px;



}
#dnn_ctr722_LiveContent_dlElements .Normal{
  font-size: .85em;
  	text-align: left;
}
/*left margin for podcast player*/
#player721 {
  margin-left: 17px;
  margin-top: -17px;
}
#lefthomebottommms {
  width: 247px;
  height: 6px;
  background: url(/Portals/0/images/bkgd_greenbox_mms_bottom.jpg) no-repeat;
}

/*footer styles*/
#footer {
 text-align: right;
  font-size: .7em;
  color: #66716A;
  padding: 10px 4px 0 0;
}

#loginlinks {
color: #66716A;
}
/*enews signup form styles*/
#enewsform input.textfield {
  border: 1px solid #C8CDCA;
  float: left;
  display:block;
  width: 137px;
    color: #3B4940;
	padding: 3px 0 3px 8px;
	margin-top: 4px;
	margin-right: 8px;

}
#enewsform a.go{
 border: none;

   float: left;
  display:block;
}

/*fixes styles on sitemap page*/
.SiteMap table {
 padding:0;
 margin:0;
}

/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;


}
/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #4C5850;
    text-decoration: none;
		font-weight: normal;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#4C5850;

}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#4C5850;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#4C5850;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#4C5850;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #999999 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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #999999 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #999999 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

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: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	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: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* 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, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, 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: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
    color: #999999;
    height:1pt;
    text-align:left
}
/* Custom admin module fixes */
#dnn_ctr605_DD select{
  width: 110px;
}
#dnn_ctr606_DD select{
  width: 110px;
}
#dnn_ctr607_DD select{
  width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', 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: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	 
	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; 
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {

    font-size:  12px;
    font-weight:    bold;
	color: #4F7884;
 
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
  
{

}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{

}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-family: Arial, sans-serif;
}

#dnn_ctr648_DynamicForms_imgSave
{
    padding-left:203px;
}
#dnn_ctr623_DynamicForms_imgSave
{
    padding-left:128px;
}
