
/* CSS Document 
Authored by:SJ
For: North Sails
Date:2/08
*/

/* ================================
    Styles for all North Sails Skins
   ================================
*/
html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,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;
}
body {
     background: #CCCCCC;
	 text-align: left;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
	 color: #666666;
 
}
a,a:link,a:visited {
  color: #095BA6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
HR {
    color: #999999;
    height:1pt;
    text-align:left
}
div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
/*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 \*/
#loginlinks {
  color: 000;
  margin-top: 10px;
}
#loginlinks a,#loginlinks a:link,#loginlinks a:visited {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}

/* ================================
    Styles for International Landing Page Skin
   ================================
*/
#wrapperint {
  width: 942px;
  margin: 25px auto 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: relative;

}
#wrapperint-inner {
  position: absolute;
  top:0;
  left: 0;

}
#container_international {
  text-align: left;
  width: 942px;
  background: transparent;
  position: relative;

}
#logoint {
 background:url(/Portals/0/images/logo_ns_int.gif) no-repeat 52px 26px;
 width: 163px;
 
}
#logotrans {
 background: url(/Portals/0/images/logo_ns_int_alpha.png) no-repeat;
 width: 190px;
 height: 528px;

}
#logoint p {
  color: #FFCC33;
  font-size:.95em;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  padding-top: 114px;
  margin-left: 20px;
}
#logointnsd {
 background:url(/Portals/0/images/logo_nsd_int.gif) no-repeat 27px 40px;
 width: 163px;
 
}
#logointnsd p {
  color: #FFCC33;
  font-size:.95em;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
  padding-top: 120px;
  margin-left: 20px;
}
#location {
  color: #FFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: .75em;
  margin-top: 40px;
  margin-left: 25px;
}
.select {
  margin-bottom: 5px;
  display: block;
  margin-left: 10px;
  font-size: 1.1em;
}
#mission {
  background: #095BA6;
  color: #ADADAD;
  line-height: 200%;
  font-size: .8em;
  padding: 10px 27px;
  text-align: center;

}
#privacy {
  color: #333;
  font-size: .65em;
  margin-top: 5px;
}
#privacy a,#privacy a:link,#privacy a:visited {
  color: #333;
  text-decoration: none;
}
#privacy a:hover {
  text-decoration: underline;
}


/* ================================
    Styles for Portal Site skins - Location Home Page, 3 Column Content, and 2 Column Content
   ================================
*/
#portalname {
margin-top:0px;
font-size:11px;
}

/* Forces text align left on content when logged in ================================ */
.DNNAlignleft{
	text-align:left
}

#wrapper_content {
    background: url(/Portals/0/images/mast_bkgd.jpg) no-repeat;
    width: 800px;
    margin: 0 auto;
    text-align: left;
	position: relative;
	font-size: .7em;
}
#wrapper_content .logocircle {
  position: absolute;
  top: 6px;
  left: 7px;
  background: url(/Portals/0/images/logo_northsails.png);
  width: 87px;
  height: 87px;
  
}
.logocircle a  {
  display: block;
  width: 87px;
  height: 87px;
}
.logocircle a:hover {
  text-decoration: none;
}
#wrapper_content .logocircle a em {
  visibility: hidden;
}
#topnav {
  font-size: .82em;
  padding-top: 4px;
  padding-bottom: 3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}
#topnav ul {
  float: right;
}
#topnav li {
  background: url(/Portals/0/images/bullet_topnav.gif) no-repeat;
  list-style-type: none;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
#topnav li a {
  display: block;
}
#topnav a,#topnav a:link,#topnav a:visited {
  color: #666666;
  text-decoration: none;
}
#topnav a:hover {
  text-decoration: underline;
}
#topnav li.noline {
  background: none;
}
/*mast styles*/
#mast {

}

#logo {
    float: left;
	width: 450px;
  padding: 0 0 0 96px;

}
#logo img {
  float: left;
  margin-right: 8px;
}
#logo span {
  color: #CC0000;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.22em;
  margin-top: 2px;
  display: block;
  float: left;
  font-stretch:extra-condensed;
  width: 220px;
}
#search{
	float: right;
	width: 192px;
	font-size: .85em;
	font-weight: bold;
	color: #666666;
	margin: 6px 0 7px 0;
}
#search input {
  margin-left: 4px;
  vertical-align: middle;
}
#search input.text, #search input.NormalTextBox {
  border: 1px solid #666666;
  width: 105px;
  height: 13px;
  padding: 1px 1px 1px 5px;
  vertical-align: middle;
  	font-size: 1em;
}
.searchbutton {
 vertical-align: bottom;
  
}
#mainav {
  margin-left: 90px;
  padding-left: 10px;
}
.caption {
 display: block;
 font-size: .8em;
 text-align: right;
}
 .date {
  color: #095BA6;
  font-size: .9em;
  margin-bottom: 3px;
  display: block;
}
.videoimageleft {
  margin-right: 6px;
  margin-bottom: 5px;
  float: left;
}
.imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}


#maininfohome h1, #onecolmainbody h1, #twocolmainbody h1, #threecolmainbody h1 {
  color: #CC0000;
  font-size: 1.5em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  display: block;
  line-height: 110%;
  margin-bottom:5px;
}
#maininfohome h2, #onecolmainbody h2, #twocolmainbody h2, #threecolmainbody h2 {
  color: #095BA6;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}
#maininfohome h3, #onecolmainbody h3, #twocolmainbody h3, #threecolmainbody h3 {
  font-size: 1.3em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  display: block;
}
#maininfohome h4, #onecolmainbody h4, #twocolmainbody h4, #threecolmainbody h4 {
  font-size: 1em;
  font-weight: bold;
  display: block;
}


/* ================================
    Styles for Location Homepage skin only
   ================================
*/
#container_home {
	background: url(/Portals/0/images/bkgd_home.gif) repeat-y;
	min-height: 300px;
}
#container_home a,#container_home a:link,#container_home a:visited {
  color: #CC0000;
}
#subinfohome {
  float: left;
  width: 174px;
  font-size: 1em;
  line-height: 135%;
  text-align: left;
  margin-top: 17px;
}
#subextrahome {
margin-left:18px;
margin-right:18px;
text-align:left;
height:8px;
}
#subextrahome h1 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  padding-top: 15px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#subextrahome h2 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  padding-top: 15px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#subextrahome h3 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #CC0000;
  padding-top: 10px;
  margin-bottom: 12px;
  margin-top: 15px;
}
#subextrahome h4 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #095BA6;
  padding-top: 10px;
  margin-bottom: 12px;
  margin-top: 15px;
}

/* #subextrahome p {
text-align:left;
} */

/*------------------------*/
/* Left hand module display like dynamic output */

#subextrahome .texthtml table {
margin-top: 15px;
text-align: center;
}
#subextrahome .texthtml td {
  text-align: left;
  vertical-align: middle;
}
#subextrahome .texthtml th {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  padding-top: 10px;
  margin-bottom: 12px;
  text-align:center;
  line-height:110%;
  height:8px;
}
#subextrahome .texthtml .foot {
text-align:right;
padding:3px;
margin-bottom:10px;
}
#subextrahome .texthtml .foot a {
color:#CC0000;
}

/* ---- end styles for left hand module display like dynamic output ---- */
#subextrahome td input {
float:right;
margin-top:-16px;
}
/*allows submit go button in container on left side of homepage to appear*/
#subextrahome .dropdown td input {
float: none;
margin-top:0;
}
#subextrahome .dropdown td select {
width: 120px;
}

/*------------------------*/
input.logintext {
  border: 1px solid #666666;
  background: #F3F4F4;
  width: 70px;
  margin: 5px 0 0 7px;
}
.loginbutton {
  background: #7AADDB;
  border: 1px solid #095BA6;
  color: #095BA6;
  width: 55px;
  height: 15px;
  text-align: center;
  font-size: .9em;
  margin: -16px 0 8px 50px;
}
#maininfohome {
  float: left;
  width: 410px;
  padding: 23px 20px 0 20px;
  line-height: 165%;
}

/* see above for maininfohome header styles */

#maininfohome p {
padding-bottom: 35px;
text-align:left;
}
#maininfohome ul {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
  
}
#maininfohome li {
   margin-left: 25px;
   list-style-type: square;
}

/*------------------------*/
/* Center pane module display like dynamic output */


#maininfohome .texthtml table {
width:100%;
}
#maininfohome .texthtml th {
background:#095BA5;
color:#FFF;
font-size:1.1em;
text-align:left;
padding:3px;
}
#maininfohome .texthtml td {
background:#EEE;
padding-top:4px;
padding-bottom:0px;
}
#maininfohome .texthtml .foot {
text-align:right;
padding:2px;
background:#79ADDC;
margin-bottom:10px;
}

/* ---- end styles for center pane module display like dynamic output ---- */


/* Right Hand Pane Styles for Location Home Page */

#extrainfohome {
  float: left;
  width: 137px;
  margin: 15px 0 0 20px;
  text-align: left;
}
#extrainfohome h1 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 1.8em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  padding-top: 10px;
  margin-bottom: 12px;
}
#extrainfohome h2 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 1.8em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  padding-top: 10px;
  margin-bottom: 12px;
}
#extrainfohome h3 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #CC0000;
  padding-top: 15px;
  margin-bottom: 12px;
}
#extrainfohome h4 {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #095BA6;
  padding-top: 15px;
  margin-bottom: 12px;
}

/*------------------------*/
/* Right hand module display like dynamic output */

#extrainfohome .texthtml table {
margin-top: 15px;
text-align: center;
width:100%;
}
#extrainfohome .texthtml td {
  text-align: left;
  vertical-align: middle;
}
#extrainfohome .texthtml th {
  background: url(/Portals/0/images/sidebar_brackets_home.gif) no-repeat 50% 0;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  padding-top: 10px;
  margin-bottom: 12px;
  text-align:center;
  line-height:110%;
  height:8px;
}
#extrainfohome .texthtml .foot {
text-align:right;
padding:3px;
margin-bottom:10px;
}
#extrainfohome .texthtml .foot a {
color:#CC0000;
}
/* --- end styles for right hand pane styling to mimic dynamic output */

#extrainfohome td input {
float:right;
margin-top:-16px;
}
/*allows submit go button in container on left side of homepage to appear*/
#extrainfohome .dropdown td input {
float: none;
margin-top:0;
}
#extrainfohome .dropdown td select {
width: 120px;
}


/* ================================
    Styles for Content Page skins only
   ================================
*/
#subinfo {
  float: left;
  width: 193px;
  font-size: .95em;
  line-height: 135%;
  text-align: left;
  margin-top: 19px;

}
#subnav {
  font-weight: bold;
  margin: 0 0 0 19px;
  text-align: left;
}
#subextra {
margin-left:20px;
margin-right:16px;
}

/*------------------------*/
/* Left hand module display like dynamic output */

#subextra .texthtml table {
margin-bottom: 30px;
}
#subextra .texthtml td {
  text-align: left;
}
#subextra .texthtml th {
  background: url(/Portals/0/images/sidebar_brackets.gif) no-repeat 50% 0;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #095BA6;
  height:8px;
  padding-top:15px;
  padding-bottom:10px;

}
#subextra .texthtml .foot {
text-align:right;
}
#subextra .texthtml .foot a{
color:#CC0000;
}

/* ---- end left hand module display like dynamic output ----  */


/*footer styles*/

#footer {
   background:#095BA6;
   padding: 0 0 0 15px;
   font-size: .9em;
	color: #C8C8C8;
	float:left;
	width:785px;
}
#footer a,#footer a:link,#footer a:visited {
   color: #C8C8C8;
}
#bottomlinks {
   float: left;
   width: 350px;
  padding: 10px 0 12px 0;

}
#adminlinks {
  float: right;
  width: 225px;
  padding: 10px 0 12px 0;
  font-size: .9em;

}
#sitemap {
  padding-left: 33px;
}
#copyright {
/*  margin-top: 6px; was causing broken layout in IE */
}
#copyright a,#copyright a:link,#copyright a:visited {
   color: #99C4CC;
}


/* ================================
    Styles for 3 Column Content Page skin only
   ================================
*/
#container_3column {
	background: url(/Portals/0/images/bkgd_news.gif) repeat-y;
}
#threecolmainbody {
  float: left;
  width: 420px;
  margin-left: 14px;
  line-height: 150%;
  padding-top:20px;
}
#threecolmainbody a,#threecolmainbody a:link,#threecolmainbody a:visited {
  color: #CC0000;
}

/* see above for center pane header styles */


#threecolmainbody p {
padding-bottom: 25px;
}
#threecolmainbody ul {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
  
}
#threecolmainbody li {
   margin-left: 25px;
   list-style-type: square;
}


/*------------------------*/
/* center pane module display like dynamic output */

#threecolmainbody .texthtml table {
width:100%;
}

#threecolmainbody .texthtml th {
background:#095BA5;
color:#FFF;
font-size:1.1em;
text-align:left;
padding:3px;
}
#threecolmainbody .texthtml td {
background:#EEE;
padding-top:4px;
padding-bottom:0px;
text-align:left;
}
#threecolmainbody .texthtml .foot {
text-align:right;
padding:2px;
background:#79ADDC;
margin-bottom:10px;
}

/* ---- end center pane module display like dynamic output ---- */

#extrainfo {
  float: right;
  width: 128px;
  margin: 38px 14px 0 0;

}
/*#extrainfo div {
  padding-bottom: 20px;
}*/
#extrainfo table {
width:128px;
}


/*------------------------*/
/* right pane module display like dynamic output */

#extrainfo .texthtml th {
  background: #095BA6;
  color: #FFF;
  padding: 4px;
  font-size: .9em;
}
#extrainfo .texthtml td {
  background: #EEE;
  border-bottom: 1px solid #FFF;
  padding: 10px 4px 10px 4px;
}
#extrainfo .texthtml td.highlight {
 background: #7AADDB;
 color: #FFF;
}
#extrainfo .texthtml .foot {
  background: #7AADDB;
  padding: 4px;
  text-align: right;
}
#extrainfo .texthtml .foot a {
  color: #CC0000;
}

/* ---- end right pane module display like dynamic output ---- */

#extrainfo a,#extrainfo a:link,#extrainfo a:visited {
  color: #095BA6;

}
/*allows width of container dropdown to fit on right side*/
#extrainfo .dropdown td select {
width: 120px;
}

/* ================================
    Styles for 1 Column Content Page skin only
   ================================
*/
#container_1column {
	background: url(/Portals/0/images/bkgd_news_noline.gif) repeat-y;
}
#onecolmainbody {
  float: left;
  width: 764px;
  margin-left: 7px;
  line-height: 150%;
  text-align: left;
  padding-top: 20px;
}
#onecolmainbody a,#onecolmainbody a:link,#onecolmainbody a:visited {
  color: #CC0000;
}

#onecolmainbody p {
	padding-bottom: 25px;
}
#onecolmainbody ul {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
}
#onecolmainbody li {
   margin-left: 25px;
   list-style-type: square;
}

/*------------------------*/
/* center pane module display like dynamic output */

#onecolmainbody .texthtml table {
width:100%;
}
#onecolmainbody .texthtml th {
background:#095BA5;
color:#FFF;
font-size:1.1em;
text-align:left;
padding:3px;
}
#onecolmainbody .texthtml td {
background:#EEE;
padding-top:4px;
padding-bottom:0px;
text-align:left;
}
#onecolmainbody .texthtml .foot {
text-align:right;
padding:2px;
background:#79ADDC;
margin-bottom:10px;
}

/* ================================
    Styles for 2 Column Content Page skin only
   ================================
*/
#container_2column {
	background: url(/Portals/0/images/bkgd_news_oneline.gif) repeat-y;
}
#twocolmainbody {
  float: left;
  width: 584px;
  margin-left: 7px;
  line-height: 150%;
  text-align: left;
  padding-top: 20px;
}
#twocolmainbody a,#twocolmainbody a:link,#twocolmainbody a:visited {
  color: #CC0000
}

#twocolmainbody p {
	padding-bottom: 25px;
}
#twocolmainbody ul {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
}
#twocolmainbody li {
   margin-left: 25px;
   list-style-type: square;
}

/*------------------------*/
/* center pane module display like dynamic output */

#twocolmainbody .texthtml table {
width:100%;
}
#twocolmainbody .texthtml th {
background:#095BA5;
color:#FFF;
font-size:1.1em;
text-align:left;
padding:3px;
}
#twocolmainbody .texthtml td {
background:#EEE;
padding-top:4px;
padding-bottom:0px;
text-align:left;
}
#twocolmainbody .texthtml .foot {
text-align:right;
padding:2px;
background:#79ADDC;
margin-bottom:10px;
}

/* ---- end center pane module display like dynamic output ---- */

/* See end of file for holdover styles */


/* ================================
    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;
}
#search .SkinObject{
	vertical-align:bottom
}

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;
}
    
/* 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;
}
/* modified style for Dynamic Login buttons - may need to be applied to page: /DesktopModules/Dynamic Login/DynamicLogin.ascx */

.LoginButton
{
	font-weight: normal;
	font-size: 12px;
	background: url(../0/images/button_background_login.jpg);
	height:20px;
	border: none;
	color: #FFFFFF;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}    

.PWButton
{
	font-weight: normal;
	font-size: 12px;
	background: url(../0/images/button_background_pw.jpg);

	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	height:20px;
	font-weight:bold;
} 

/* 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;
}
.contentapprovalhead {
font-size: 11px;
}
/** Custom Module Styles **/

/* admin screen styles */
#custommodule h1 {
}
#custommodule h2 {
}
#custommodule h3 {
}
/* field label */
.label {
  font-weight: bold;
  font-size:13px;
}

/* input field styles */
#custommodule input,#custommodule select {
  padding-left: 6px;
  border: 1px solid #0099CC;
}
#custommodule.border {
  border: 1px solid #7797A4;
  margin-top: 3px;
}
#custommodule input[type="checkbox"] { 
border: none; 
margin-right: 10px;
}
#custommodule input[type="radio"] { 
border: none; 
margin-right: 10px;
}
#custommodule input[type="text"] { 
height: 19px; 
}

#custommodule input[type="combo"] { 
height: 19px; 
}
#custommodule input.ComboBoxInput_Default[type="text"] { 
height: 21px; 
}

/* radio button select list text wrap fix - you have to put the appropriate style around the radio list tag and a clearfix div must accompany it 

EXAMPLE:
<div class="checkboxlist">
	<div class="clearfix">
		<radiobuttonlist>
	</div>
</div>

*/
	/* 1 column checkbox list */
	.checkboxlist td input {
	  display: block;
	  float: left;
	  width: 25px;
	  margin-left:-3px;
	}
	.checkboxlist td label {
	  display: block;
	  float: left;
	  width: 440px;
	}
	/* 1 column / half page checkbox list*/
	.checkboxlist1a td {
		vertical-align:top;
		height:23px;
	}
	
	.checkboxlist1a td input {
	  display: block;
	  float: left;
	  width: 25px;
	  vertical-align: top;
	  margin-left:-3px;
	}
	.checkboxlist1a td label {
	  display: block;
	  float: left;
	  width: 215px;
	}
	/* 2 column checkbox list */
	.checkboxlist2 td input {
	  display: block;
	  float: left;
	  width: 25px;
	  margin-left:-3px;
	}
	.checkboxlist2 td label {
	  display: block;
	  float: left;
	  width: 200px;
	}
	/* 3 column checkbox list*/
	.checkboxlist3 td {
		vertical-align:top;
	}
	.checkboxlist3 td input {
	  display: block;
	  float: left;
	  width: 25px;
	  vertical-align: top;
	  margin-left:-3px;
	}
	.checkboxlist3 td label {
	  display: block;
	  float: left;
	  width: 100px;
	}
	/* 4 column checkbox list*/
	.checkboxlist4 td {
		vertical-align:top;
	}
	.checkboxlist4 td input {
	  display: block;
	  float: left;
	  width: 25px;
	  vertical-align: top;
	  margin-left:-3px;
	}
	.checkboxlist4 td label {
	  display: block;
	  float: left;
	  width: 100px;
	}

/* styles for the error message image if replaced with custom image */
.alertimage {
padding-left:12px; 
position:relative; 
top: 5px;
}
.alertimage2 {
position:relative;
top: 5px;
}


/* ================================
    Styles for Events Module
   ================================
*/
.formGroupBlock{
	margin:0 0 4px
}
.formGroupBlock label{
	display:block;
	float:left;
	width:130px;
	margin:0 3px 0 0;
	font-weight:bold;
	text-align:right
}
span.checkbox *{
	vertical-align:middle
}
span.checkbox label{
	display:inline !important;
	font-weight:normal;
	float:none;
}

/* Rad Editor Custom CSS */
.reTool span.Selector{
	background-position:-365px center
}
/* Rad Grid Styles */
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol{
	background:url(/DesktopModules/MediaItemManager/Controls/RadControls/Grid/Skins/Default/img/headerBg.gif) repeat-x !important;
}
.RadGrid_Default .rgHeader{
	color:#fff !important;
}

/* RadMenu Styles */
/* <RadMenu / Default> */

.RadMenu_Default .rmRootGroup,
.RadMenu_Default .rmLink,
.RadMenu_Default .rmText,
.RadMenu_Default .rmLeftArrow,
.RadMenu_Default .rmRightArrow,
.RadMenu_Default .rmTopArrow,
.RadMenu_Default .rmBottomArrow
{
	background: #095BA6 !important;
	font-size:1em !important;
	color:#ffffff
}

.RadMenu_Default .rmRootGroup
{
	border: 0 !important;
	background: #095BA6 !important;
}

.RadMenu_Default .rmLink{
	cursor:pointer !important;
	cursor:hand !important
}
/* <Root items> */

.RadMenu_Default,
.RadMenu_Default .rmLink
{
	font: normal 1em Arial, Helvetica, sans-serif !important;
	color: #000;
	text-decoration: none;
}

.RadMenu_Default .rmLink,
.RadMenu_Default .rmDisabled,
.RadMenu_Default .rmDisabled:hover
{
	padding:4px 0 !important;
	border-right:1px solid #ccc;
}

.RadMenu_Default .rmText,
.RadMenu_Default .rmDisabled .rmText,
.RadMenu_Default .rmDisabled:hover .rmText
{
	padding:0 13px !important;
}

.RadMenu_Default .rmFirst .rmLink,
.RadMenu_Default .rmFirst .rmLink:hover,
.RadMenu_Default .rmLast .rmText,
.RadMenu_Default .rmLast .rmLink:hover .rmText,
.RadMenu_Default .rmVertical .rmLink,
.RadMenu_Default .rmVertical .rmText
{
	background-repeat: no-repeat;
	background-position: 0 500px;
	text-decoration:none !important
}

.RadMenu_Default .rmVertical .rmFirst,
.RadMenu_Default .rmVertical .rmLast
{
	background: none;
}

.RadMenu_Default .rmLink:hover,
.RadMenu_Default .rmFocused,
.RadMenu_Default .rmLink:hover .rmText,
.RadMenu_Default .rmFocused .rmText{
	background: #7AADDB !important;
	text-decoration:none !important
}

.RadMenu_Default .rmVertical .rmLink
{
	padding-top: 1px;
	padding-bottom: 1px;
}

.RadMenu_Default .rmVertical .rmLink:hover,
.RadMenu_Default .rmVertical .rmFocused,
.RadMenu_Default .rmVertical .rmExpanded,
.RadMenu_Default .rmVertical .rmExpanded:hover
{
	padding-top: 0;
	padding-bottom: 0;
	border-style: solid;
	border-color: #828282;
	border-width: 1px 0;
	background: #7AADDB !important;
	text-decoration:none !important
}

.RadMenu_Default .rmVertical .rmFirst .rmLink:hover,
.RadMenu_Default .rmVertical .rmFirst .rmFocused,
.RadMenu_Default .rmVertical .rmFirst .rmExpanded,
.RadMenu_Default .rmVertical .rmFirst .rmExpanded:hover
{
	padding-top: 1px;
	padding-bottom: 0;
	border-top-width: 0;
}

.RadMenu_Default .rmVertical .rmLast .rmLink:hover,
.RadMenu_Default .rmVertical .rmLast .rmFocused,
.RadMenu_Default .rmVertical .rmLast .rmExpanded,
.RadMenu_Default .rmVertical .rmLast .rmExpanded:hover
{
	padding-bottom: 1px;
	padding-top: 0;
	border-bottom-width: 0;
}

.RadMenu_Default .rmVertical .rmItem .rmDisabled:hover
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 0;
}

.RadMenu_Default .rmExpanded,
.RadMenu_Default .rmExpanded:hover
{
	background-color: #fff;
	background-position: 0 -72px;
}

.RadMenu_Default .rmExpanded .rmText,
.RadMenu_Default .rmExpanded:hover .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Default .rmLast .rmExpanded .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_Default .rmDisabled,
.RadMenu_Default .rmDisabled:hover
{
	color: #7d7d7d;
	background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Default .rmGroup,
.RadMenu_Default .rmGroup .rmVertical
{
	border: 1px solid #ccc !important;
	border-width:1px 1px 0 0 !important;
}

.RadMenu_Default .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Default_rtl .rmGroup,
.RadMenu_Default_rtl .rmGroup .rmVertical
{
	background-position: 100% 0;
}

.RadMenu_Default .rmRootGroup li.rmItem .rmGroup
{
	padding-bottom: 0;
}

.RadMenu_Default .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Default .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Default .rmGroup .rmItem .rmLink,
.RadMenu_Default .rmGroup .rmItem .rmLink:hover,
.RadMenu_Default .rmGroup .rmItem .rmFocused,
.RadMenu_Default .rmGroup .rmItem .rmExpanded
{
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.RadMenu_Default .rmGroup .rmLast .rmLink,
.RadMenu_Default .rmGroup .rmLast .rmLink:hover,
.RadMenu_Default .rmGroup .rmLast .rmFocused,
.RadMenu_Default .rmGroup .rmLast .rmExpanded
{
	padding-bottom: 1px;
}

.RadMenu_Default .rmGroup .rmLink,
.RadMenu_Default .rmGroup .rmText,
.RadMenu_Default .rmGroup .rmItem .rmDisabled,
.RadMenu_Default .rmGroup .rmItem .rmDisabled:hover,
.RadMenu_Default .rmGroup .rmItem .rmDisabled .rmText,
.RadMenu_Default .rmGroup .rmItem .rmDisabled:hover .rmText
{
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.RadMenu_Default .rmGroup .rmLink:hover,
.RadMenu_Default .rmGroup .rmFocused,
.RadMenu_Default .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Default .rmGroup .rmLink:hover .rmText,
.RadMenu_Default .rmGroup .rmFocused .rmText,
.RadMenu_Default .rmGroup .rmExpanded .rmText
{
	background:0 !important
}

/* <expand arrows> */

.RadMenu_Default .rmGroup .rmExpandRight,
.RadMenu_Default .rmGroup .rmExpandDown,
.RadMenu_Default .rmGroup .rmItem .rmDisabled .rmExpandRight,
.RadMenu_Default .rmGroup .rmItem .rmDisabled .rmExpandDown,
.RadMenu_Default .rmGroup .rmItem .rmDisabled:hover .rmExpandRight,
.RadMenu_Default .rmGroup .rmItem .rmDisabled:hover .rmExpandDown
{
	background:url(/DesktopModules/RadMenu/RadControls/Menu/Skins/Default/img/groupImage.gif) no-repeat right center !important;
	margin-right:4px
}

.RadMenu_Default .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Default .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Default .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Default .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Default .rmGroup .rmExpanded .rmExpandDown
{
	background:url(/DesktopModules/RadMenu/RadControls/Menu/Skins/Default/img/invertedGroupImage.gif) no-repeat right center !important;
	margin-right:4px
}

.RadMenu_Default .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Default .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* </expand arrows> */

/* </Submenu items> */

/* <Submenu offsets (Default - specific, overlapping submenus)> */

.RadMenu_Default .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Default .rmVertical .rmSlide,
.RadMenu_Default .rmSlide .rmSlide,
.RadMenu_Default_Context .rmGroup .rmSlide
{
	margin: 0 0 0 1px !important;
}

.RadMenu_Default_rtl .rmSlide
{
	margin: 0 0 0 0;
}

.RadMenu_Default_rtl .rmFirst .rmSlide
{
	margin-left: 1px;
}

.RadMenu_Default_rtl .rmVertical .rmSlide,
.RadMenu_Default_rtl .rmSlide .rmSlide,
.RadMenu_Default_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

.RadMenu .rmGroup .rmLeftImage {
	margin:0 !important
}
.RadMenu .rmLeftImage {
	margin:0 !important;
	padding:0 !important;
}
/* </RadMenu / Default> */

/* RadWindow Override Styles */
.RadWindow{
	z-index:9999 !important
}

/* Rad PanelBar Override Styles */
.RadPanelBar_Default {
	font-size:.95em !important;
	white-space:normal !important;
	width:151px !important;
	line-height:170% !important
}
.RadPanelBar_Default .rpRootGroup {
	margin-bottom:42px !important;
	padding-right:5px !important;
	border:0 !important
}
.RadPanelBar_Default .rpLink{
	background:0 !important;
	border:0 !important;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	line-height:18px !important
}
.RadPanelBar .rpOut,
.RadPanelBar_Default .rpGroup .rpLink .rpOut {
	background:url(/Portals/0/images/bullet_redarrow.gif) no-repeat !important;
	font-size:.95em !important;
	padding-left:12px !important;
	text-decoration:none;
	font-weight:bold;
	border:0 !important;
	color:#095BA6;
	position:relative
}
.RadPanelBar .rpClicked .rpOut,
.RadPanelBar .rpFocused .rpOut,
.RadPanelBar .rpLink:hover .rpOut{
	background:#095BA6 url(/Portals/0/images/bullet_whitearrow.gif) no-repeat !important;
	padding-bottom:0 !important;
	color:#ffffff !important;
	text-decoration:none !important
}
.RadPanelBar .rpGroup .rpSelected .rpOut,
.RadPanelBar .rpGroup .rpSelected:hover .rpOut,
.RadPanelBar .focused .rpOut {
	background:#7AADDB url(/Portals/0/images/bullet_whitearrow.gif) no-repeat !important;
	color:#fff !important
}
.RadPanelBar .rpText{
	padding:0 !important
}
.RadPanelBar_Default .rpExpandable .rpText, 
.RadPanelBar_Default .rpExpanded .rpText{
	background:0 !important
}
.RadPanelBar_Default .rpGroup .rpLink .rpOut {
	font-weight:normal !important;
	margin-left:12px !important;
}

.RadPanelBar_Default .rpLevel2 .rpLink .rpOut {
	margin-left:24px !important;
}
.RadPanelBar_Default .rpLevel3 .rpLink .rpOut {
	margin-left:36px !important;
}


/* holdover styles
#content {
   line-height: 160%;
   color: #333333;
   font-size: .75em;
   margin-top: 30px;
   padding-right: 24px; 
}
#content h1 {
   color: #0D7BB7;
   font-size: 1.7em;
   margin-bottom: 15px;
   background: url(/Portals/0/images/header_boxes.gif) no-repeat;
   padding-left: 26px;
}
#content h2 {
  font-size: 1.3em;
  margin-bottom: 5px;

}
#content h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}

#content p {
   padding-bottom: 15px;
}
#content li {
   padding-left: 25px;
   list-style-type: square;
}
#content a,#content a:link,#content a:visited {
 color: #4F7884;
 text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
.table {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 5px;
  margin: 0;
}
*/