
/* Standard font */
* {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.4em;
}

/*
td {
	padding: 0px;
}
*/

td.DNNAlignleft {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* img {
    vertical-align: top;
}
*/

p {
	border: 0;
	padding: 0;
	margin: 0;
}

.SectionHeader {
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.0em;
    color:	#003399;
    margin-top: 15px;
    margin-bottom: 15px;
}

.SubHeader, tr.SubHead, div.newssummary p {
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.0em;
    color:	#000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Normal {
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.4em;
    color:	#000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.news_summary p {
	display: inline;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 10px;
  line-height: 1.4em;
}

ul li {
	list-style-image: url(/Portals/0/skins/icas/img/bullet.jpg);
}

hr {
	color: #CCCCCC;
	width: 80%;
	height: 1px;
	border: 0px;
	text-align: center;
	background-color: #CCCCCC;
	display :block;
	clear: left;
	margin: 20px 10% 20px 10%;
	!margin: 13px 0 10px 0;
}

/* Standard link styling */
a:link {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #003399;
    text-decoration: underline;
}
a:visited {
    color: #003399;
    text-decoration: none;
}

table.content1c {
	table-layout: fixed;
}

table.contentnc {
	table-layout: fixed;
	margin-left: -10px;
}

td.greyborder {
	border: solid 1px #cccccc;
	padding: 5px;
}

img.noborder {
	border: 0;
}

img.greyborder {
	border: solid 1px #cccccc;
}

img.whiteborder {
	border: solid 10px #ffffff;
}

img.enlarge {
	border: 0;
}


/* Set the div.page's parents to full height so that div.page can be set to full height */
html, body {
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* Set div page to full height so the footer can be glued to the bottom of the page */
* html div.page {
    height: 100%;
} 

/* Contains everything on the page except the footer */
div.page {
    min-height: 100%;
    min-width: 940px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #fff url(img/shadowcol.jpg) repeat-y 50% 0;
}

/* Cancel out the center alignment in div.page for all child divs */
div.page div {
    text-align: left;
}

/* The centered page content (header, navigation, content) */
div.pagecontent {
    margin: 0 auto;
    width: 940px;
}

/* Left panel */
div.leftpanel {
    display: inline;
    display: -moz-inline-box;
    float: left;
    vertical-align: top;
    width: 140px;
}

.controlPanel {
    border: 0px;
}
    
/* Section for the page specific content */
div.icatt_content {
    float: right;
    display: inline;
    display: -moz-inline-box;
    vertical-align: top;
    width: 782px; /* 800 -9 -9 */
    margin-left: 9px;
    margin-right: 9px;
}

/* Second footer to handle the footer image */
div.pagefooterimage {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 140px;
    margin-top: -140px; /* Move the image up so it appears in the correct place */
}

/* Cancel the centering from div.pagefooter2 */
div.pagefooterimage div {
    text-align: left;
}

/* The centered footer contents */
div.footerimagecontent {
    margin: 0 auto;
    width: 940px;
}

/* The second footer details - image appears in the left panel */
div.footerimage {
    width: 140px;
}

/* Footer is outside of the main page so that is can be fixed to the bottom of the page - center it like the main page */
div.pagefooter {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 15px;
    margin-top: -15px;
}

/* The centered footer contents */
div.footercontent {
    background-color: #000000;
    color: #ffffff;
    margin: 0 auto;
    width: 940px;
}

/* The footer details */
div.footer {
    width: 940px;
    font-size: 0.75em;
    height: 15px;
}

/* Create a div using this class after floating divs to force the parent to extend far enough to contain child elements */
div.clear {
    clear: both;
}

/* Page header 1 */
div.header {
    background-color: #000000;
    color: #ffffff;
    height: 25px;
    font-size: 0.7em;
}

/* Page header 2 */
div.header2 {
    height: 125px;
}

/* Page navigation */
div.navigation {
    height: 30px;
}

/* Page contents - set the minimum height so that the image in the footer does not ride up over the left menu */
div.container {
    min-height: 400px;
    height: auto!important;
    height: 400px;
}

/* The actual container for the page content */
div.contentpane {

}

/* Header links are white, bold */
a.headerLink {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
    color: #ffffff;
}
a.headerLink:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
a.headerLink:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}
a.headerLink:visited {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

span.linkSep {
    font-weight: bold;
    font-weight: bold;
    color: #ffffff;
}

/* Header table dimensions */
table.header {
    width: 940px; 
    height: 25px;
}

/* Header table row dimensions */
td.header {
    width: 470px;
    vertical-align: middle;
}

/* Search input box in header */
td.header input.NormalTextBox {
	border: 2px;
	font-size: 11px;
	height: 15px;
	width: 125px;
	margin-right: -15px;
}

/* Navigation row table */
table.navigation {
    width: 940px; 
    height: 30px;
}

/* Left navigation image */
td.navigationimage {
    width: 205px;
}

/* First navigation row */
td.navigationtop {
    width: 735px;
    background-image: url(img/menu.jpg);
    vertical-align: middle;
}

/* Second navigation row */
td.navigationbottom {
    width: 735px;
    vertical-align: middle;
}

/* Download page table settings */
tr.SubHead td {
	font-weight: bold;
}

div.DNN_Documents, div.DNN_Documents table {
	width: 100%;
}

td.TitleHeader {
	width: 100px;
}

td.DescriptionHeader {
	width: 390px;
}

td.ModifiedDateHeader {
	width: 100px;
}

td.SizeHeader {
	width: 80px;
}

td.DownloadHeader {
	width: 80px;
}

/* Submit News link on Admin screens in Orzoci News Module */
a.submitNews:link {
	padding-right: 10px;
}
a.submitNews:visited {
	padding-right: 10px;
}
a.submitNews:hover {
	padding-right: 10px;
}

/* Search result numbers */
td.searchno {
	vertical-align: top;
}

/* ==============================
    Fixes for DNN Display Issues
   ============================== */

/* Duplicate title on User Registration page */
#dnn_ctr478_ManageUsers_lblTitle {
	display: none;
}

/* Hide the "show/hide password text boxes" button on the User Registration page */
#dnn_ctr478_ManageUsers_User_dshPassword_imgIcon {
	display: none;
}

/* Hide the line between Password and the input boxes on the User Registration page */
#dnn_ctr478_ManageUsers_User_dshPassword_pnlRule {
	display: none;
}

/* Hide the graphic to the left of the send password link on the Forgot Password page */
#dnn_ctr_SendPassword_cmdSendPassword input {
	display: none;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ========================== */

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer{
	cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	border: 0;
	width: 100%;
	height: 22px;
	_height: 20px;
	line-height: 12px;
	background-color: transparent;
}

#houseMenuH li { /* all list items */
	width: 184px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 188px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 174px;
	_width: 184px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 188px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 174px;
	_width: 184px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li a:hover {
	padding: 5px;
	color: #003399;
	background-color: #ffffff;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #003399;
	background-color: #ffffff;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li li a:hover {
	color: #003399;
	background-color: #ffffff;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 184px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/* border: solid 1px #333; */
	border-top: solid 1px #426BBC; 
	border-left: solid 1px #426BBC; 
	border-right: solid 1px #003366; 
	border-bottom: solid 1px #003366; 
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	/* background-color: #999; */
	background-image: url(img/menu.jpg);
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 184px;
	/* border: solid 1px #666; */
	border-top: solid 1px #426BBC; 
	border-left: solid 1px #426BBC; 
	border-right: solid 1px #003366; 
	border-bottom: solid 1px #003366; 
	line-height: 12px;
	/* background-color: #ccc; */
	background-image: url(img/menu.jpg);
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #333; 
	background-color: #eee; 
	text-decoration: none;
}
