
/* CSS Document 
Authored by:jm
For:Alaska
Date:2/09*/


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img,td,table {/*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;
}

/*gets rid of Firefox jump*/
html {
	overflow-x: auto;
	overflow-y: scroll;
}

body {
  background: #8C7977 url(/Portals/0/images/bkgd.gif) repeat-x;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  font-size:100%;
  cursor:default;
}

/*google search*/
#cse-search-results iframe {
  width: 500px; 
}

/* General Styles */  
p, ul, ol {
   padding-bottom: 15px;
}
table {
  margin-bottom:15px;
  border-collapse:collapse;
}
ul ul, ol ol {
   padding-bottom: 0;
}
ol li {
  margin-left:40px;
}

.imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
.imagerightborder {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
  border: 1px solid #999999;
  background:#FFFFFF;
  padding: 2px;
}
.imageleftborder {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
  border: 1px solid #999999;
  background:#FFFFFF;
  padding: 2px;
}
.imagerightwhiteborder {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
  border: 1px solid #FFFFFF;
}
.imageleftwhiteborder {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
  border: 1px solid #FFFFFF;
}

/*Purple Content Page General Styles*/
.content_purple ul li {
   margin-left: 25px;
   padding-left: 15px;
   list-style-type: none;
   background: url(/Portals/0/images/bullet_purple.gif) no-repeat 0 8px;
}
.content_purple a, .content_purple a:link,.content_purple a:visited {
 color: #611C76;
 text-decoration: underline;
}
.content_purple a:hover {
  text-decoration: none;
}
.content_purple h1 {
   color: #971E59;
   font-size: 1.4em;
   margin-bottom: 10px; 
   font-weight: bold;
   line-height:130%;
}
.content_purple h2 {
  color: #971E59;
  font-size: 1.25em;
  margin-bottom: 8px;
  font-weight: bold;
   line-height:130%;
}
.content_purple h3 {
  color: #971E59;
  font-size: 1.1em;
  margin-bottom: 8px;
  font-weight: bold; 
}
.content_purple .table {
  border-top: 1px solid #CFBED7;
  border-right: 1px solid #CFBED7;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.content_purple .table th {
  color:#652179;
  background: url('/Portals/0/images/bkgd_purple_table.jpg') repeat-x;
  border-bottom: 1px solid #CFBED7;
  border-left: 1px solid #CFBED7;
  padding: 3px 5px;
  margin: 0;
}
.content_purple .table td {
  border-bottom: 1px solid #CFBED7;
  border-left: 1px solid #CFBED7;
  padding: 5px;
  margin: 0;
}

/*Yellow Content Page General Styles*/
.content_yellow ul li {
   margin-left: 25px;
   padding-left: 15px;
   list-style-type: none;
   background: url('/Portals/0/images/bullet_yellow.gif') no-repeat 0 8px;
}
.content_yellow a, .content_yellow a:link,.content_yellow a:visited {
 color: #FF6600;
 text-decoration: underline;
}
.content_yellow a:hover {
  text-decoration: none;
}
.content_yellow h1 {
   color: #D5300D;
   font-size: 1.4em;
   margin-bottom: 10px; 
   font-weight: bold;
   line-height:130%;
}
.content_yellow h2 {
  color: #D5300D;
  font-size: 1.25em;
  margin-bottom: 8px;
  font-weight: bold;
   line-height:130%;
}
.content_yellow h3 {
  color: #D5300D;
  font-size: 1.1em;
  margin-bottom: 8px;
  font-weight: bold; 
}
.content_yellow .table {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.content_yellow .table th {
  color:#333333;
  background: url('/Portals/0/images/bkgd_yellow_table.jpg') repeat-x;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 3px 5px;
  margin: 0;
}
.content_yellow .table td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 5px;
  margin: 0;
}


/*DIV Styles*/

#containerouter{
    width: 927px;
    margin: 0px auto 0 auto;
    text-align: left;
}
#header {
  background:#9C2A51;
  color:#FFFFFF;
  padding:0 13px;
  height:35px;
  font-size: .85em;
}
#mainav {
  float:left;
  margin-top:8px;
}
.safari #mainav {
  margin-top:10px;
}
#mainav ul {
  margin:0;
  padding:0;
}
#mainav li {
  list-style-type: none;
  background:none;
  margin: 0;
  padding:0;
/*  display:inline;
    background: url('/Portals/0/images/mainav_divider.jpg') no-repeat right;
    padding: 0px 10px;*/
}

#mainav li.last {
  background:none;
}
/*
#mainav a,#mainav a:link,#mainav a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: .8em;
  font-weight: bold !important;
}
#mainav a:hover {
 color: #FFFFCC;
  text-decoration: underline;
}
*/
#search {
  float:right;
  padding-left: 0px;
  padding-top: 7px;
  width:215px;
  display:block;
}
#search input.textfield {
  border: 0px;
  width: 140px;
  height: 18px;
  text-align: right;
  padding-right: 3px;
  color: #333;
  margin-right: 0px;
  vertical-align: top;
}
#search .go {
  border: none;
  vertical-align: middle;
}
.ie #search .go {
  border: none;
  vertical-align: bottom;
}
#search .google_go {
  height: 22px;
  width:59px;
  background: url('/Portals/0/images/search.jpg') no-repeat;
  border: none;
}
.ie #search .google_go {
  border: none;
  vertical-align: bottom;
}

.content_purple #bkgd_wrapper {
    background: url('/Portals/0/images/bkgd_main_purple.jpg') repeat-y;
    width: 901px;
	padding:0 13px;
    margin: 0px auto 0 auto;
    text-align: left;
}
.content_yellow #bkgd_wrapper {
    background: url('/Portals/0/images/bkgd_main_yellow.jpg') repeat-y;
    width: 901px;
	padding:0 13px;
    margin: 0px auto 0 auto;
    text-align: left;
}
.content_purple #wrapper {
   background: url('/Portals/0/images/bkgd_gradient_purple.jpg') no-repeat;
   padding:0px !important;
}
.content_yellow #wrapper {
   background: url('/Portals/0/images/bkgd_gradient_yellow.jpg') no-repeat;
   padding:0px !important;
}
.home #wrapper {
   background: url('/Portals/0/images/bkgd_gradient_home.jpg') no-repeat;
   padding:0px !important;
}

/*mast styles*/

#mast {
  height: 223px;
}
.home #mast {
  height: 353px;
}
.content_purple .pikpane {
  background: url('/Portals/0/images/bg_pikpane_purple.jpg') no-repeat;
  height:212px;
  width:901px;
  padding:0 !important;
  margin:0 !important;
}
.content_yellow .pikpane {
  background: url('/Portals/0/images/bg_pikpane_yellow.jpg') no-repeat;
  height:212px;
  width:901px;
  padding:0 !important;
  margin:0 !important;
}
.home .pikpane {
  background: url('/Portals/0/images/bkgd_pikpane_home.jpg') no-repeat;
  height:353px;
  width:901px;
  padding:0 !important;
  margin:0 !important;
}
.chrome .pikpane {
  float: left;
}
#mastright {
  position:relative;
  float:right;
  top:5px;
  right:0px;
  height:0px !important;
  width: 889px;
  padding-left: 10px;
}
.home #mastright {
  position:relative;
  float:right;
  top:5px;
  right:0px;
  height:0px !important;
  width: 400px;
  padding-left: 10px;
}
#topnav{
    float:right;
	padding: 0 0px 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #570D6D;
	height: 19px;
	margin-top:8px;
}
#topnav a,#topnav a:link,#topnav a:visited {
    color:#570D6D;
	text-decoration: none;
}
#topnav a:hover {
    text-decoration: underline;
}
#donate{ 
  float:right;
  width:99px;
  height:24px;
  background: url('/Portals/0/images/bkgd_donate.png') no-repeat;
  padding:7px 20px;
}
#donate a{ 
  color: #570D6D;
  text-decoration:none;
  font-size:13px;
  font-weight: bold;
}
#logo {
  float:left !important;
  margin-top:17px !important;
  height:100px !important;
  width:245px !important;
  background: url(/Portals/0/images/logo.png) no-repeat;
}

#logo_home {
  clear:both;
  position:absolute;
  top:49px;
  height:131px;
  width:320px;
  background: url(/Portals/0/images/logo_home.png) no-repeat;
}
#logo a,
#logo_home a {
  display: block;  
  width:100%;
  height:100%;
}
#logo em,
#logo_home em {
  display: block;
  width:100%;
  height:100%;
  visibility:hidden;
}
.content_purple #container {
  background: #F1F4F8 url(/Portals/0/images/bkgd_content_purple.jpg) no-repeat;
  border:1px solid #6C2D80;
  width:841px;
  margin:0px 30px;
  margin-bottom:10px !important;
  padding-bottom:10px;
  min-height:375px;
  height:auto !important;
  height:375px;  
}
.content_yellow #container {
  background: #F1F4F8 url(/Portals/0/images/bkgd_content_yellow.jpg) no-repeat;
  border:1px solid #FFBA00;
  width:841px;
  margin:0px 30px;
  margin-bottom:10px !important;
  padding-bottom:10px;
  min-height:375px;
  height:auto !important;
  height:375px; 
}
#maininfo{
   float: left;
   width: 582px;
   padding: 15px 13px 0 16px;
}

#content {
   line-height: 150%;
   color: #333333;
   font-size: .8em;
   padding-top:5px; 
}


#enews .textfield {
  border: 1px solid #333333;
  width: 140px;
  height: 16px;
  text-align: right;
  padding-right: 3px;
  color: #333;
  margin-right: 0px;
}
#enews input.textfield,
#enews input.submit {
  vertical-align:middle !important;
}
/*right column - cp*/
#subinfo {
  width: 215px;
  float: left;
}
#subinfo ol li {
  margin-left: 40px;
}

.headerpane{
  color: #611C76;
  margin: 10px 15px 0 15px;

  font-weight:bold;	
}
.header {
    border-bottom: 1px dashed #C8B4D1;
	margin-bottom: 12px;
	  padding-bottom:3px;
}
#subnav {
    font-size: .75em;
	margin:5px 0px;
    margin-left:25px;
	line-height:110%;	  
}
.content_yellow #subnav {
	margin-top:10px;
}
#subnav ul{
  margin:0;
  padding:0;
}
#subnav li {
   list-style-type: none;
   background:none;
   margin:0;
   padding:0;
   /*background: url('/Portals/0/images/bullet_blackarrow.gif') no-repeat 0 3px;
   padding-left: 10px;
   padding-bottom: 7px;*/
}

/*
#subnav li ul {
  margin-top: 4px;
  margin-bottom: 4px;
}
#subnav li li {
   margin-left: 6px;
}
#subnav a,#subnav a:link,#subnav a:visited {
   color: #000000;
   font-weight:normal;
   text-decoration: none;
}
#subnav a:hover {
   color:#9C2A51;
   text-decoration:underline;
}
.content_yellow #subnav a:hover {
   color:#000000;
   text-decoration:underline;
}

#subnav li.active {
   background: url('/Portals/0/images/bullet_maroonarrow.gif') no-repeat 0 3px;
}
#subnav li.active a{
   color:#9C2A51;
   font-weight:bold;
   text-decoration:underline;
}
.content_yellow #subnav li.active {
   background: url('/Portals/0/images/bullet_blackarrow.gif') no-repeat 0 3px;
}
.content_yellow #subnav li.active a{
   color:#000000;
   font-weight:bold;
   text-decoration:underline;
}
*/
.rightpane{
   font-size: .75em;
   line-height: 150%;
   color: #333333;
   margin: 0 10px 20px 15px;
   width:200px;
}
.rightpane div{
  border-top: 1px dashed #C8B4D1;
  padding-top:10px;
}
.rightpane div div {
  border:0;
  padding-top:0;
}
.rightpane h2 {
  color: #611C76;
  font-size:1.1em;
  margin-bottom:10px;
}

.rightpane ol li {
  margin-left:22px;
}
.content_yellow .rightpane h2 {
  color: #D5300D;
  font-size:1.1em;
  margin-bottom:10px;
}

.content_purple .rightpane a,.content_purple .rightpane a:link,.content_purple .rightpane a:visited {
   color:#9C2A51;
  text-decoration: underline;
}
.content_yellow .rightpane a,.content_yellow .rightpane a:link,.content_yellow .rightpane a:visited {
   color:#FF6600;
  text-decoration: underline;
}
.rightpane a:hover {
   text-decoration: none;
}


.quotes{
  background: url('/Portals/0/images/bkgd_quote_top.gif') no-repeat 0 top;
  color: #666666;
  font-size: 1.1em;
  font-style:italic;
  line-height: 125%; 
}
.quotes .cont-content {
  padding: 12px 10px 0px 10px;
  background:url('/Portals/0/images/bkgd_quote_btm.gif') no-repeat 0 bottom;
}
.quotes strong {
  font-style:normal;
  font-size:.9em;
  line-height:200%;
}
.quotes p {
  padding-bottom:0;
  margin-bottom:0;
}
/*home styles*/

.home #container {
  background: none;
  border:0;
  width:841px;
  margin:0px 27px;
  margin-bottom:10px !important;
}

.home #maininfo {
  float:none;
  width:842px;
  padding:10px 0 0 0;
}
.home #content {
  background:#BAB0CD url('/Portals/0/images/bkgd_content_home.jpg') repeat-x;
}
.home .contentpane {
  float:left;
  width:440px;
  padding: 15px 0 10px 25px;
  font-size:1.1em;
  line-height:150%;
}
.home .contentpane h1{
  color:#FFFFFF;
  font-size:1.3em;
  margin-bottom:5px;
}
.home .contentpane a,
.home .contentpane a:link,
.home .contentpane a:visited {
  color:#FFFFFF;
}
.home .photopane {
  float:left;
  width:375px;
  position:relative;
  top:-52px;
  left:9px;
  margin-bottom:-52px;
}
.home #columns_holder {
  margin-top: 25px;
  color:#FFFFFF;
  font-size:.8em;
}
.home #columns_holder h3,
.news h3 .Head{
  color:#FFFFCC;
  margin-bottom:10px
}
.home .column1pane {
  float:left;
  width:260px;
  margin-right:20px;
}
.home .column2pane {
  float:left;
  width:260px;
  margin-right:20px;
}
.home .column3pane {
  float:left;
  width:280px;
}
.news .cont-content {
  font-size:.85em;
  background:#8C6B95 url('/Portals/0/images/bkgd_news.jpg') repeat-x;
  padding:10px;
  padding-bottom:5px;
}
.news .cont-content p {
  margin:0;
  padding:0;
  margin-bottom:10px;
}

.news .cont-content a,
.news .cont-content a:link,
.news .cont-content a:visited {
  color:#FFFFCC;
  text-decoration: none;
}
.news .cont-content a:hover {
  text-decoration: underline;
}
.news .cont-content hr {
  clear: both;
  border:0;
  border-top: 1px dotted #FFFFFF;
  height:1px;
  margin-bottom:10px;
}


/*footer styles*/
.content_purple #footerholder {
  clear:both;
  border-top:1px dotted #FFFFFF;
  color: #FFFFFF;
  margin:0 30px;
  padding-bottom:0px;
}
.content_yellow #footerholder {
  clear:both;
  border-top:1px dotted #FFC62D;
  color: #FF6600;
  margin:0 30px;
  padding-bottom:0px;
}

#footer {
  float: left;
  width: 650px;
  color:#000000;
  font-size: 14px;
  font-weight:normal;  
  padding:10px 0 10px 0;
}
#toolbar{
  float:right; 
  padding:10px 0 0px 0;
  vertical-align:middle;
  font-size:10px;
}
.ie #toolbar{
  float:right; 
  padding:10px 0 0px 0;
  vertical-align:middle;
}
#toolbar a,
#toolbar a:visited,
#toolbar a:link{
  text-transform:uppercase;
  text-decoration:none;
  vertical-align:middle;
}
#toolbar img {
  margin-top:0px;
  vertical-align:middle;
}
#toolbar #share img{
  vertical-align:top;
}
/*fixes ShareThis popup*/
.ie6 #stwrapper iframe {
  width:352px !important;
  height:385px !important;
}

#toolbar #loginlinks{
  font-weight:bold;
  display:inline;
}
.content_purple #toolbar #loginlinks a{
  color:#570D6D;
  font-size:10px !important;
}
.content_yellow #toolbar #loginlinks a{
  color:#FF6600;
  font-size:10px !important;
}

#subfooter {
  background: url('/Portals/0/images/bkgd_btm_shadow.jpg') no-repeat;
  padding: 15px 0 15px 0px;
  width: 927px;
  color:#FFFFFF;  
}
#subfooter a,#subfooter a:link,#subfooter a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
#subfooter a:hover {
  text-decoration: underline;
}
#bottomnav{
   float: right;
   width: 175px;
   color: #FFFFFF;
   font-size: .7em;
}

#copyright {
   float: left;
   padding: 0px  0 0 40px;
   color: #DDD7D6;
   font-size:.75em;
}

/*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;
    height: 1%;
}
/*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: #003366;
    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;
}

/* 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;
	position:relative;
	z-index:1000;
}
    
/* 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,
.dropdown input {
  font-size: 10px;
  font-family: Arial, sans-serif;
  position: relative; 
  z-index:1000;
}
@charset "utf-8";
/* CSS Document */

.pikpane .dropdown select,
.pikpane .dropdown input{
position:relative;
z-index:50000;
}

.EnrRow
{
    margin-top:-1px;
    float:none;
    clear:both;
    vertical-align:top;
    
    font-size:12px;
    margin-bottom:2px;
}
.EnrLabel
{
    width:150px;
    float:left;
    clear:left;
    vertical-align:top;
    text-align:right;
    padding-right:3px;
}
.SuccessMessage
{
    color:Green;
    font-weight:bold;
    margin-bottom:25px;
    text-align:center;
}
.ErrorMessage
{
    color:Red;
    font-weight:bold;
    margin-bottom:25px;
    text-align:center;
}
.Hidden
{
    display:none;
}
.FSWrapper
{
    border:solid 1px #000000;
    background-color:#F6F6F7;
    padding:10px 10px 10px 10px;
}
.submit
{
    background: url('/Portals/0/images/submit_btn.jpg') no-repeat ;  
    border:none;
    width:57px; 
    height:20px;
}
.SearchFunds
{
    background: url('/Portals/0/images/searchfunds_btn.jpg') no-repeat ;  
    border:none;
    width:85px; 
    height:20px;
}
.FileManager {
position: relative;
z-index: 2000!important;

}