﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#44484B;
	font-size:12px;
	background-image:url('/images/background.jpg');
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
}

a
{
	text-decoration:none;
	color:#0575FF;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px	
}

a:hover
{
	text-decoration:none;
	color:#6699CC;
}

td
{
	text-align:left;
}

p
{
	text-align:justify;
}

.mainContainer
{
	background-color:White;
}

td.pageContainer
{
	
}

td.top
{
}

td.sidemenuContainer
{
	border-right:solid 1px #CCCCCC;
	width:220px
}

td.content
{
	width:620px;
	padding-left:15px;
	padding-right:20px;
	vertical-align:top;
}

table.nav
{
	background-color:#7696CE;
	color:White;
	font-size:10px;
	font-weight:bold;
}

table.nav td
{
	vertical-align:middle;
}

table.nav td a
{
	color:White;
}

table.nav td span.separator
{
	padding-left:5px;
	padding-right:5px;	
}

table.nav td
{
}

table.nav td a:hover
{
	color:#B5C6E4;
}

.subheading
{
	font-size:14px;
	font-weight:bold;
	color:#486FB3
}

table.sidemenu td
{
	border-bottom:solid 1px #CCCCCC;
	text-align:left;
	font-size:13px;
	color:Black;
}

table.footer
{
	border-top:solid 1px black;
	width:820px;
	padding: 10px;
}

table.footer td
{
	padding-top:3px;
	color:#999999;
	font-size:9px;
	font-family:Arial;
}

table.footer td span
{
	padding-left:5px;	
}

table.footer a
{
	color:#999999;
	font-size:10px;
	font-family:Arial;
}

table.footer a:hover
{
	color:#6699CC;
}

.disabled
{
	background-color:#EDEDED;	
}

.mainHeading
{
	font-size:16px;
	font-weight:bold;
	color:#486FB3
}

.mainHeading2
{
	font-size:14px;
	font-weight:bold;
	color:#486FB3
}

.validationError,
.error
{
	color:Red;
}

.general
{
	color:#6699CC;
	font-weight:bold;
}

.pageHeader
{
	background-image:url('/images/pageheader.jpg');
	background-repeat:no-repeat;
	height:185px;
}

.pageHeaderContent
{
	background-image:url('/images/contentpageheader.jpg');
	background-repeat:no-repeat;
	height:109px;
}

.contentHeaderText
{
	position:relative;
	width:100%;
	top:40px;
	height:60px;
	font-weight:bold;
	color:Black;
	font-size:30px;
	text-align:right;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.goButton
{
	width:25px;
	height:25px;
	background-color:#7696CE;
	color:White;
	text-align:center;
	vertical-align:middle;
	border:none;
	line-height:25px;
}

.goButton:hover
{
	color:#B5C6E4;
	cursor:pointer;
}

.adminNav
{
	font-size:10px;	
}

.docs img 
{ 
	border: 1px solid #000;
}
img.heading
{
	border: none;
}
.center 
{
	text-align: center; 
}
.docs h2 
{ 
	margin: 30px 0 5px 0;
	font-size: 18px;
	color:#486FB3
}
.docs p
{
	text-align: justify;
	margin: 5px 0px 10px 0px;
}
.docs dd 
{
	text-align: justify;
}
.docs dt
{
	 margin: 11px 0 2px 0;
}
.docs dt,
.docs h2 
{
	font-weight: bold
}
.docs li
{
	list-style: none;
	margin-top: 5px
}
.docs ul
{
	margin: 5px 0 15px 0px
}
.docs .toc
{
	text-align: center;
	margin: 10px 0 0 0
}
.docs h1
{
	font-size: 20px;
	margin-top: 15px;
	color:#486FB3
}
.docs h3
{
	color:#486FB3
}
.docs h2 a
{
	text-decoration: none
}

table.meetingdocs
{
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
}

table.meetingdocs td
{
	border:solid 1px #CCCCCC;
	text-align:center;
	height:20px;
	line-height:20px;
}

.adminPageContainer
{
	position:relative;
	width:280px;
	height:110px
}

.adminPageInner
{
	border:solid 2px #7696CE;
	position:absolute;
	top:0px;
	left:10px;
	width:260px;
	height:90px;
	padding:5px 5px 5px 5px
}

.adminPageImage
{
	background-repeat:no-repeat;
	position:relative;
	width:48px;
	height:48px
}

.adminPageText
{
	position:absolute;
	top:0px;
	left:75px;
	width:180px
}


table.adminGallery
{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}


table.gallery
{
	border: solid 1px #CCCCCC;
	width: 505px;
	border-collapse:collapse;
}


img.wideBlank
{
	height: 0px;
}


.valSummary
{
	padding-bottom:5px;	
}

.picture
{
	text-align:center;	
	vertical-align:bottom;
}

table.report {
    border: 1px solid black;
}

table.report td {
    border: 1px solid black;
}

table.report th {
    background-color: #EEEEEE;
    border: 1px solid black;
}

.hidden {
    visibility: hidden;
    display: none;
}

/**
    Banner Slider
*/
#slides {
    position: relative;
    width: 394px;
    height: 185px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    background-repeat: no-repeat;
}

.slideActive {
    z-index: 2;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 1;
}

/**
 * Count down
 */
.countdown {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background-color: #b0beed;
}
.countdownAmount {
    color: #2b569a;
    text-align: center;
    font-size: 26px;
    padding: 8px 0 0px 0;
}
.countdownDescription {
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
}

.floatRight {
    float: right;
}





/* INFRAGISTICS
----------------------------------------------------------*/

.ngtIG .igtbl_cellHighlightRequired
{
    background-color: #FFFFCC;
}


tbody > tr > td.gridCellCenterTop
{
    text-align: center;
    vertical-align: top;
}

tbody > tr > td.gridCellCenterMiddle
{
    text-align: center;
    vertical-align: middle;
}

tbody > tr > td.gridCellCenterBottom
{
    text-align: center;
    vertical-align: bottom;
}

tbody > tr > td.gridCellLeftTop
{
    text-align: left;
    vertical-align: top;
}

tbody > tr > td.gridCellLeftMiddle
{
    text-align: left;
    vertical-align: middle;
}

tbody > tr > td.gridCellLeftBottom
{
    text-align: left;
    vertical-align: bottom;
}

tbody > tr > td.gridCellRightTop
{
    text-align: right;
    vertical-align: top;
}

tbody > tr > td.gridCellRightMiddle
{
    text-align: right;
    vertical-align: middle;
}

tbody > tr > td.gridCellRightBottom
{
    text-align: right;
    vertical-align: bottom;
}

tbody > tr > td.gridCellJustifyTop
{
    text-align: justify;
    vertical-align: top;
}

tbody > tr > td.gridCellJustifyMiddle
{
    text-align: justify;
    vertical-align: middle;
}

tbody > tr > td.gridCellJustifyBottom
{
    text-align: justify;
    vertical-align: bottom;
}






/** Row Highlighting **/

tbody > tr.highlightRow > td
{
    color:#d51f57;
}

tbody.gridItem > tr.highlightRow > td a
{
    color:#d51f57;
    text-decoration:none;
    border-bottom:1px dashed;
}

tbody.gridItem > tr.highlightRow > td a:hover
{
    color:#ffa3bf;
    text-decoration: none;
    border-bottom:1px dashed;
}

tbody > tr.contentLive > td,
tbody.gridItem > tr.contentLive > td a,
tbody > tr.contentLive.gridAltItem > td
{
	background-color: rgb(255,255,255) !important;
}

tbody > tr.contentNotLive > td,
tbody.gridItem > tr.contentNotLive > td a,
tbody > tr.contentNotLive.gridAltItem > td
{
	background-color: rgb(238,232,170) !important;
}

tbody > tr.contentVersionLive > td,
tbody.gridItem > tr.contentVersionLive > td a,
tbody > tr.contentVersionLive.gridAltItem > td
{
	background-color: rgb(152,251,152) !important;
}

tbody > tr.contentVersionNotLive > td,
tbody.gridItem > tr.contentVersionNotLive > td a,
tbody > tr.contentVersionNotLive.gridAltItem > td
{
	background-color: rgb(255,255,255) !important;
}

tbody > tr.newsNotLive > td,
tbody.gridItem > tr.newsNotLive > td a,
tbody > tr.newsNotLive.gridAltItem > td
{
    background-color: rgb(255,102,102) !important;
}

tbody > tr.newsLive > td,
tbody.gridItem > tr.newsLive > td a,
tbody > tr.newsLive.gridAltItem > td
{
    background-color: rgb(255,255,255) !important;
}

tbody > tr.userApprovalDefault > td,
tbody.gridItem > tr.userApprovalDefault > td a,
tbody > tr.userApprovalDefault.gridAltItem > td
{
    background-color: rgb(255,255,255) !important;
}

tbody > tr.userApprovalDenied > td,
tbody.gridItem > tr.userApprovalDenied > td a,
tbody > tr.userApprovalDenied.gridAltItem > td
{
    background-color: rgb(255,187,187) !important;
}

tbody > tr.userApprovalGranted > td,
tbody.gridItem > tr.userApprovalGranted > td a,
tbody > tr.userApprovalGranted.gridAltItem > td
{
    background-color: rgb(151,249,175) !important;
}

tbody > tr > td.selectedRow
{
    border-top:solid 1px black !important;
    border-bottom:solid 1px black !important;
    background-color:white;
}

tbody > tr > td.selectedRow:last-child
{
    border-right:solid 1px black !important;
}

tbody > tr.activeRow > td
{
    border-top:solid 1px black !important;
    border-bottom:solid 1px black !important;
    background-color:inherit;
}

tbody > tr.activeRow > td:last-child
{
    border-right:solid 1px black !important
}

/** End Row Highlighing **/



th.igg_HeaderCaption {
    cursor: pointer;
}
