
/* CSS Document 
Authored by:
For:
Date:*/

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,table,td,img {/*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;
}

html {
overflow-x: auto;
overflow-y: scroll;
}
body {
     background: #3573BA ;
	 text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #333333;
	 margin-bottom: 25px;

font-size: 100%;
}

a,a:link,a:visited {
 color: #3573BA;
 text-decoration: underline;
}

/*image with caption style & image with border styles*/
.image-border {
  padding: 2px;
  border: 1px solid #FFD548;
}
.image-caption-right {
  float: right;
  margin-left: 20px;
  color:#BF6F02;
  font-size: 11px;
  line-height: 140%;
}
.image-caption-right img {
  margin-bottom: 6px;
}
.image-caption-left {
  float: left;
  margin-right: 20px;
    color:#BF6F02;
  font-size: 11px;
  line-height: 140%;
}
.image-caption-left img {
  margin-bottom: 6px;
}
.table {
  border-top: 1px solid #FFD548;
  border-right: 1px solid #FFD548;
  padding: 0;
  margin: 0;
}
.table th {
  border-bottom: 1px solid #FFD548;
  border-left: 1px solid #FFD548;
  padding: 5px;
  margin: 0;
  background: #FFEDAE;
  color: #3573BA;
  font-weight: bold;
}
.table td {
  border-bottom: 1px solid #FFD548;
  border-left: 1px solid #FFD548;
  padding: 5px;
  margin: 0;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
.imageleftrss {
  margin-right: 7px;
  margin-bottom: 5px;
  float: left;
}
table {
  border-collapse: collapse;
}
p {
  margin-bottom: 18px;
}
ol,ul {
  margin-bottom: 8px;
}
ul ul, ol ol {
   padding-bottom: 0;
 margin: 5px 0 0 0;
}
.gecko ul ul {
  margin-left: 30px;
}
ul li {
  list-style-type: none;
   background:url(/Portals/0/images/bullet_yellow.gif) no-repeat 0 5px;
  margin-left: 15px;
  padding-left: 15px;
  padding-bottom: 10px;}
ol {
  margin-left: 25px;
  list-style-position: outside;
}
ol li {
  margin-left: 15px;
  padding-bottom: 10px;
}
blockquote {
margin-left: 20px;
}

/*----------------*/
#containerouter {/*holds website in center*/
 background:url(/Portals/0/images/bkgd_mast.jpg) no-repeat;
     margin: 0 auto;
    width: 883px;
	text-align: left;
}
/*top navigation/search*/
#adminnav {

  height: 42px;
}
#topnav {
  float: left;
  width: 624px;
    padding: 20px 0 0 0px;
    color: #FFFFFF;
	font-size: 11px;
	text-align: right;

	
}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
    color: #000;
}
#search {
  float: left;
  width: 177px;
  margin: 15px 0 8px 0px;
padding-left: 66px;
}
#search input {
  border: none;
}
#search .textfield {
  width: 138px;
  height: 17px;
    font-size: 10px;
  color: #666666;
  text-align: right;
 border: 0;
 padding-right: 8px;
 padding-top: 3px;
 font-family: "Lucida Sans", Arial, sans-serif;
 vertical-align:top;
  
}
#search .go {
  border: none;
  position: relative;
  z-index: 2000;

}
/*Google Search styles*/
.GCSearchButton {
  background: url(/Portals/0/images/button_go.gif) no-repeat;
  width:25px;
  height:20px;
}
#cse-search-results iframe {
  width: 500px; }

/*mast styles*/
#mast {
 height: 117px;
 padding-left: 35px;
}
#logo {
    float: left;
	width: 218px;
    padding: 22px 0px 0 6px;
}
#tagline span{
 text-indent: -2000px;
 display: block;

}
#mainavbar {
  padding-left: 35px;
}
#mainav {

	float: left;
	width: 591px;
	padding-top: 2px;
}
#mainav ul li {
  background: none;
  padding: 0;
  margin: 0;
  		padding-right: 21px;
}
#mainav ul li li {
  padding-right: 0;
}
#mainav a:visited {
  text-decoration: none;
}
#howdoidropdown {
height: 35px;
}
#howdoi {
  float: left;
  width:75px;
  padding-top: 14px;
}
#dropdown {
  float: left;
  width: 155px;
  padding: 7px 0 0 4px;

}
.ComboBox_WindowsOlive {

}
/*middle body styles*/
#middlebody {/*holds background image of middle body section*/
   background: url(/Portals/0/images/bkgd_white_main.jpg);
   padding-left: 18px;
}
#contentbody {
   background: url(/Portals/0/images/bkgd_cont_main.jpg) no-repeat -2px 0;
}
#maininfo {
   float: left;
   width: 599px;
}
/*left column - cp*/
.content {
   padding: 20px 40px 35px 28px;

   line-height: 160%;
   color: #333333;
   font-size: .75em;
   min-height: 300px;
}
.pik {
  border-bottom: 5px solid #D30C44;
  padding-bottom: 1px;

}
.content h1 {
   color: #D30C44;
   font-size: 1.8em;
   margin-bottom: 15px;
line-height: 125%;
}
.content h1 .Head {
   color: #D30C44;
   font-size: 21px;
   margin-bottom: 15px;
}
.content h2 {
  color: #EFB30F;
  font-size: 1.4em;
  margin-bottom: 12px;
}
.content h2 a,.content h2 a:link,.content h2 a:visited {
  color: #EFB30F;
  font-size: 15px;
  margin-bottom: 12px;
  text-decoration: none;
}
.content h3 {
  color: #333333;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.content h3 a,.content h3 a:link,.content h3 a:visited {
  color: #333333;
  font-size: 13px;
  margin-bottom: 5px;
  text-decoration: none;
}
.content table {
  margin-bottom: 20px;
}

.content a,.content a:link,.content a:visited {
 color: #3573BA;
 text-decoration: underline;
}

.content a:hover {
  color: #000;
}
#rssnews {
  text-align: right;
  position: relative;
  top: -35px;
}
/*right column - cp*/
#subinfo{
    float: left;
    width: 249px;
}
.callout {
  background: url(/Portals/0/images/bkgd_grad_cont_righttop.jpg) no-repeat;
  border-bottom: 5px solid #EFB30F;
  margin-left:1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 150%;
  color: #222222;
  padding: 15px 18px 0 21px;
  min-height: 137px; 
  height: auto !important;
  height: 137px;
}
.callout p {
  margin-bottom: 10px;
}
.callout a,.callout a:link,.callout a:visited {
  text-decoration: underline;
}
.callout a:hover {
color: #000;
}
.callout h2 {
  color: #D30C44;
  font-size: 13px;
  line-height: 125%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  text-align: left;

}

.callout p {

}

#tools {
   background: url(/Portals/0/images/divide_dash.gif) no-repeat 11px bottom;
   padding: 10px 15px 10px 0;
   text-align: right;
  font-size: 10px;
  margin-bottom: 10px;
}
#tools a,#tools a:link,#tools a:visited {
  color: #4A3805;
  vertical-align: top;
  text-decoration: underline;
}
#tools img {
  vertical-align: bottom;
  margin-right: 4px;
  padding: 0;
}
.print {
  margin-right: 15px;
}
#share img{
 position: relative;
 top: -3px;

}

#subnav {
    padding: 0px 15px 0 15px;
	margin-bottom: 20px;
	color: #008BFF;
	font-size: .70em;
	font-weight: bold;
	  	   background: url(/Portals/0/images/divide_dash.gif) no-repeat 11px bottom;


}

#subnav ul {

	padding-bottom: 20px;
}
#subnav ul ul {
padding: 0;



}

#subnav li {
background: none;

}   

.sidebar {
    padding: 0 17px 0 15px;
    color:#222222;
	line-height: 140%;
	font-size: .70em;

}
.sidebar div.Normal{
	background: url(/Portals/0/images/divide_dash.gif) no-repeat 0 bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	
}
.sidebar a,.sidebar a:link,.sidebar a:visited {
  color: #3573BA;
  text-decoration: underline;
}
.sidebar a:hover {
color: #000;
}

.sidebar h2 {
  color: #D30C44;
  font-size: 13px;
  margin-bottom: 8px;
}
.sidebar h2 a,.sidebar h2 a:link,.sidebar h2 a:visited {
  color: #D30C44;
  font-size: 13px;
  margin-bottom: 8px;
text-decoration: none;
}
#enews {
  padding-left: 13px;
  padding-bottom: 20px;
}
.content #enews {
  padding-left:0;
  padding-bottom: 10px;
}

#enews h3 {
  color: #D30C44;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: bold;
}
#enews input {
  vertical-align: bottom;
}
#enews input.textfield {
  border: 1px solid #CCCCCC;
	  width: 138px;
  height: 16px;
    font-size: 10px;
  color: #666666;
  text-align: right;

 padding-right: 8px;
 padding-top: 3px;
 font-family: "Lucida Sans", Arial, sans-serif;
   z-index: 2000!important;

}
#enews .go {
    border: none;
  position: relative;
  z-index: 2000!important;
}
.eNews * {
  position: relative;
  vertical-align:middle;
}
/*home page*/
#homebody {
   background: url(/Portals/0/images/bkgd_home_main.jpg) no-repeat -2px 0;
}
#homebody a:hover {
color: #000;
}
#homebody h2 {
  font-size: 15px;
  color: #D30C44;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
letter-spacing: -.50px;
line-height: 130%;

}
#homebody h3 {
  font-size: 15px;
  color: #D30C44;
  font-weight:normal;
  margin-bottom: 9px;
line-height: 130%;

}

.pikhome {
 height: 243px;
 border-bottom: 5px solid #EFB30F;
 width: 848px;
 padding-bottom: 1px;
 background: transparent;
 position: relative;
 overflow: hidden;
 z-index: 1;
}
.pikhome a:hover{
  color: #000;
}
.pikhome table {


  font-size: 13px;
  color: #333333;
  margin-top: 1px;
}
.pikhome p {
  margin-bottom: 20px;
  padding-bottom: 0;
}

td.piktext {
  padding: 20px 30px 0 10px;
  vertical-align: top;
}

.maintext {
  line-height: 150%;
}
.safari .maintext {
line-height: 135%;
}
.browntext {
padding-top: 27px;
  font-size: 11px;
  color: #987707;
}
.safari .browntext {
padding-top: 22px;
}
#homebody #maininfo {
 font-size: .75em;
}
.contenthome {
  color: #606060;
  padding: 18px 20px 15px 25px;
  line-height: 140%;
  position: relative;
  z-index:0;
  overflow: hidden !important;
  height: 240px;
}
.contenthome p {
  margin-bottom: 0;
}
.tablepad {
  padding-right: 20px;
}
#drPanel1059Content1 {

height: 240px;
}

#drPanel1059Content2 {
height: 240px;

}
#homeextras {
  border-top: 1px solid #FFD76A;
  padding: 17px 0 15px 25px;
  background: url(/Portals/0/images/bkgd_grad_home_newscity.jpg) no-repeat;
  position: relative;
}
#rsshome {
  position: absolute;
  top: 15px;
  left: 270px;
}
.news {
  float: left;
  width: 254px;
  padding-right: 25px;
  font-size: .9em;
  color: #606060;
  line-height: 150%;

}
.news p.list {
 padding: 0;
 margin: 0;
 margin-bottom: 8px;
}
.ourcity {
  float: left;
  width: 254px;
    font-size: .9em;
  padding: 0 10px 0 25px;
  line-height: 150%;
  color: #606060;
}
.newshead .Head {
  color: #EFB30F;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 3px;
  border-bottom: 1px dotted #FFD76A;
  margin-bottom: 8px;
  display: block;
}
.newshead .Head a,.newshead .Head a:link,.newshead .Head a:visited {
  color: #EFB30F;
  text-decoration: none;

}
.newshead .Head a:hover {
 color: #3573BA;
}
#subinfo-home{
    float: left;
    width: 249px;
	padding-top: 20px;
}
.givingmatter {
 margin: 0 0 20px 25px;
}
#home-logins {
font-size: 13px;
font-weight: bold;
padding-top:0;
padding-bottom:15px;
margin-left: 22px;
}
#xpress {
margin-top:-5px;
padding-bottom:5px;
}
.gecko #home-logins {
padding-top:12px;
}
#home-logins a,#home-logins a:link,#home-logins a:visited {
  text-decoration: none;
}

.gecko #home-logins li,.safari #home-logins li {
 
}
.callouthome {
color: #666;
font-size: 12px;
padding-left: 25px;
line-height: 150%;
padding-right: 20px;

}
.callouthome p,.callouthome h2 {
  
  padding-right: 15px;
}
#homebody #enews {
  margin-left: 13px;
  background: url(/Portals/0/images/divide_logins.gif) no-repeat 15px 0;
  padding-top: 8px;
}
#homebody #enews h3 {
  color: #D30C44;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: bold;
}
#homebody #enews .enews_bottomdivide {
  padding-top: 10px;
}
.searchtable td {
  padding-bottom: 8px;
}
/*styles for quotes container*/
.quotes{
  background: url(/Portals/0/images/quote_start.gif) 7px 30px no-repeat;
  width: 225px;
  
}

.cont-content {

background:url(/Portals/0/images/quote_end.gif) no-repeat right bottom;
}
.quotes a:hover {
color: #000;
}
/*footer styles*/

#footer {
  background: url(/Portals/0/images/bkgd_footer.jpg) no-repeat;
	color: #4A3805;
	font-size: 11px;
	padding: 13px 20px 15px 30px;
	line-height: 150%;
}
#footer a,#footer a:link,#footer a:visited {
    color: #D30C44;
	text-decoration: none;
}
#footer a:hover {
color: #000;
}
#address {
  float: left;
  width: 565px;
}
#adminlinks {
  float: right;
  width: 250px;

}

#tools-home {
  float: right;
  width: 140px;
  text-align: right;
  font-size: 10px;
  padding-right: 20px;
}

#tools-home a,#tools-home a:link,#tools-home a:visited {
  color: #4A3805;
  vertical-align: top;
  text-decoration: underline;
}
#tools-home img {
  vertical-align: bottom;
  margin-right: 4px;
  padding: 0;
}
#copyright {
  color: #FFF;
  font-size: 11px;
  padding: 10px 0 0 30px;
  float: left;
  width: 500px;
}
#adminlinks-home {
  float: right;
  width: 250px;
    font-size: 11px;
  padding: 10px 30px 0 0;
  color: #FFF;
}
#adminlinks-home a,#adminlinks-home a:link,#adminlinks-home a:visited {
  color: #FFF;
}
#adminlinks-home a:hover {
  color: #000;
}

#commentsOnTheWebsite, #commentsOnTheWebsite-home {
	color: #FFF;
	float: right;
	font-size: 11px;
}

#commentsOnTheWebsite {
	padding-right: 25px;
	padding-top: 10px;
}

#commentsOnTheWebsite-home {
	padding-right: 36px;
	padding-top: 2px;
}

#commentsOnTheWebsite a,#commentsOnTheWebsite-home a, 
#commentsOnTheWebsite a:link, #commentsOnTheWebsite-home a:link, 
#commentsOnTheWebsite a:visited, #commentsOnTheWebsite-home a:visited {
  color: #FFF;
}

#commentsOnTheWebsite a:hover, 
#commentsOnTheWebsite-home a:hover {
  color: #000;
}

.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 \*/
#loginlinks {
padding-top: 20px;
}

/*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;
}






/* 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;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {

    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;

}
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 {

   color: #3573BA;
   font-size: 17px;
   margin-bottom: 15px;
   display: block;
}
 

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  11px;
    font-weight:    bold;
    color: #666;
}
/* 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;
}
/*dynamic form styles*/
#dynamicforms td {
  padding: 0;
  margin: 0;
}
#dynamicforms table {

margin-bottom: 10px;
}
#dynamicforms input {
  margin-right: 5px;
}
/*request info submit button*/
#dnn_ctr856_DynamicForms_imgSave {
  margin-left: 226px;
}
/*Give us your feedback submit button*/
#dnn_ctr857_DynamicForms_imgSave {
  margin-left: 113px;
}
/*publication order form submit button*/
#dnn_ctr842_DynamicForms_imgSave {
  margin-left: 310px;
}
#dnn_ctr_Login_cmdRegister {
display: none;
}