body
{
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
}
/* AddThis workaround for garbled appearance in IE8 */
#at16pib, #at16pib div, #at16pib img
{
	filter: progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0); /* IE6-9 */
}
body.lightblue
{
	background-color:#d4dced;	
    background: -moz-linear-gradient(top, #A9C8DF 0%, #CFE1ED 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A9C8DF), color-stop(100%,#CFE1ED)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* IE10+ */
    background: linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#A9C8DF,endColorStr=#CFE1ED)
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0); /* IE6-9 */
}
.error
{
	font-family: Roboto;
	font-size: 10pt;
	font-weight: bold;
	color: Maroon;
}

.label
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 9pt;
	color: black;
}
.searchlabel
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color:#16429a;
}
.description
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 9pt;
	color:#16429a;
	font-style:italic;
}
.headerbg
{
	background-color: white;
    background: -moz-linear-gradient(top, #EAB56F 0%, #F5DDBC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAB56F), color-stop(100%,#F5DDBC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* IE10+ */
    background: linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EAB56F,endColorStr=#F5DDBC)
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0);	
}
.header
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 12pt;
	color: #003663;
}
.footer
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 9pt;
	color: #003663;
}
.button
{
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #003663;
	border-color: #C3C0A1;
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	padding:0 4px 0 4px;
	margin:4px;
	cursor: pointer;
	background: #7296aa; /* Old browsers */
    background: -moz-linear-gradient(top, #7296aa 0%, #07476a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7296aa), color-stop(100%,#07476a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7296aa 0%,#07476a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7296aa 0%,#07476a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7296aa 0%,#07476a 100%); /* IE10+ */
    background: linear-gradient(top, #7296aa 0%,#07476a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7296aa', endColorstr='#07476a',GradientType=0 )
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0); /* IE6-9 */
}
.btnSubmit
{
    float:right;
    clear:right;
}
.btnSubmit:after
{
    content: "&nbsp;";
    display:block;
    height:1px;
    clear:both;
    visibility:hidden;
}
.btnCancel
{
    float:left;
    clear:left;
}
.normal
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;
}
.required
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color:black;
	background-color:#FAF5C0;
}
.bold
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 9pt;
	color: black;
}
.menubar
{
	background-color:#E39D40;	
}
.tableheader
{
	background-color: #EEEEEE;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.tableheaderbold
{
	background-color: #FFFDE0;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: bold;
	color: #002853;
}
.tabledata
{
	background-color: White;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.tabledataselected
{
	background-color: Yellow;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.tableborder
{
	background-color:#808080;	
}
.tablefillerftr
{
	background-color:#A8C8DF;	
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.tablefillerindex
{
	background-color:#FFCD80;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
table.regtable
{
	background-color: Silver;
	padding: 1,1,1,1;
	border: 1;
}
.datagrid
{
	border-color: silver;
	background-color: white;
	font-family: Roboto;
	font-size: 9pt;
	color: black;
	padding: 1,1,1,1;
}
.datagrid2
{
	border-color: silver;
	background-color: gainsboro;
	font-family: Roboto;
	font-size: 9pt;
	color: black;
	padding: 1,1,1,1;
}
.datagridpager
{
	background-color: silver;
	font-family: Roboto;
	font-size: 9pt;
	color: #002853;
}
.datagridheader
{
	background-color: gainsboro;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
a.datagridheader
{
	background-color: gainsboro;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
	text-decoration: underline;
}
.datagridfooter
{
	background-color: gainsboro;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.datagridselected
{
	background-color: yellow;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.calimage
{
	cursor:hand;	
}
.fieldnote
{
	font-family: Roboto;
	font-weight: bold;
	font-size: 8pt;
	color:#16429a;
	font-style:italic;
}
.carttable
{
	width: 80%;
	background-color:  Gray;
	border-width: medium;
	border: 1;
	border-color:Gray;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: #002853;
}
.cartheader
{
	background-color: #354F8A;
	
	color: White;
	text-decoration: none;
	font-family: Roboto;
	font-size: 11pt;
	cursor: hand;
	background: #B7C2E0;
    background: -moz-linear-gradient(top, #B7C2E0 0%, #354F8A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B7C2E0), color-stop(100%,#354F8A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B7C2E0 0%,#354F8A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B7C2E0 0%,#354F8A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #B7C2E0 0%,#354F8A 100%); /* IE10+ */
    background: linear-gradient(top, #B7C2E0 0%,#354F8A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B7C2E0,endColorStr=#354F8A)
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0);
}
.cartitema
{
	background-color: #FFFFFF;
    border-bottom: 1;
    border: 1;
    border-color: Gray;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color:Navy;
}
.cartitemb
{
	background-color: #E8E8E8;
    border-bottom: 1;
    border: 1;
    border-color: Gray;
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color:Navy;
}
video
{
	-webkit-transform-style: preserve-3d;
}
.VideoPlayer
{
	background: #F5DDBC ;
    background: -moz-linear-gradient(top, #EAB56F 0%, #F5DDBC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAB56F), color-stop(100%,#F5DDBC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* IE10+ */
    background: linear-gradient(top, #EAB56F 0%,#F5DDBC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EAB56F,endColorStr=#F5DDBC)
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0);	
	font-family: Roboto;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	-webkit-transform-style: preserve-3d;
}
.meetresults
{
	text-align:center;
	background-color: #FFFFFF;
}
.docsresults
{
	text-align:left;
	background-color: #FFFFFF;
}
.filesresults
{
	text-align: left;
	background-color: #FFFFFF;
}
.public_meeting
{
        font-family: Roboto;
        font-size: 11pt;
        font-weight: normal;
        color: Black;
        text-decoration: none;
}
.public_meeting a
{
        font-family: Roboto,sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: Blue;
        text-decoration: none;
}
.public_meeting a:hover
{
        font-family: Roboto,sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: Red;
}
.public_item
{
        font-family: Roboto;
        font-size: 10pt;
        font-weight: bold;
        color: #00386B;
        text-decoration: none;
}
.public_item a
{
        font-family: Roboto;
        font-size: 10pt;
        font-weight: bold;
        color: #00386B;
        text-decoration: none;
}
.public_item a:hover
{
        font-family: Roboto;
        font-size: 10pt;
        font-weight: bold;
        color: #00386B;
}
.public_file
{
        font-family: Roboto,sans-serif;
        font-size: 8pt;
        color: Green;
        text-decoration: none;
}
.public_file a
{
        font-family: Roboto,sans-serif;
        font-size: 8pt;
        color: Black;
        text-decoration: none;
}
.public_file a:hover
{
        font-family: Roboto,sans-serif;
        font-size: 8pt;
        color: Black;
        text-decoration: underline;
}
.GridRow
{
	background-color: #FFFFFF;
}
.GridRowHover
{
	background-color: #EEEEEE;
}
.GridRowSelected
{
	background-color: #b0c4de;
}
.GridRowSelectedHover
{
	background-color: #6495ed;
}
.GridRowDisabled
{
	background-color: #CCCCCC;
}
.GridRowAlternate
{
	background-color: #F7F7FF;
}

.mediaplayer 
{
	width:320px;
	background-color: #ccc;
}

/*  NAVIGATOR TAB STYLES */
td.TabLinks
{
    text-align: left;
    vertical-align: bottom;
    font-family: "Lucida Sans Unicode", "Times New Roman", Times, serif;
    font-size: 12px;
    color: #747474;
    white-space: nowrap;
    padding-bottom: 8px;
    text-decoration: none;
    text-decoration: none;
}

.TabLinks a:link {color: #747474;}
.TabLinks a:hover { color: #523523; }
.TabLinks a:visited { color: #747474; }
.TabLinks a:visited:hover { color: #523523; }
/*  NAVIGATOR TAB STYLES */	

/* Rounded Corners */
.container {background:#ccc; color:#fff; margin:0 15px;}
.rtop, .rbottom
{
	display:block;
	background:#fff;
}
.rtop *, .rbottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#ccc;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4
{
	margin: 0 1px;
	height: 2px
}
.votestable
{
	border: solid 1px black;
}

itemresultsheader
{
	border: solid 1px black;
}

.dropdownnormalrequired
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;
	background-color: #faf5c0;
	border-style: solid;
	border-color: #7B9EBD;
	border-width: 1px;
	width: 132px;
}
.dropdownnormal
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;	
	border-style: solid;
	border-color: #7B9EBD;
	border-width: 1px;
	width: 132px;
}

.inputnormal
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Roboto;
	border-style: solid;
	border-color: #7B9EBD;
	border-width: 1px;
}
.inputnormalrequired
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;
	background-color: #faf5c0;
	border-style: groove;
	border-width:thin;
}
.inputnormalreadonly
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: #696969;
	background-color: #d3d3d3;
	border-style: groove;
	border-width:thin;
}
.inputnormalcheckbox
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;
}
.inputnormalfile
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;
}
.inputnormalfilerequired
{
	font-family: Roboto;
	font-weight: normal;
	font-size: 9pt;
	color: black;
	background-color: #faf5c0;
}


.side
{
    background: #A9C8DF;
    background: -moz-linear-gradient(top, #A9C8DF 0%, #CFE1ED 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A9C8DF), color-stop(100%,#CFE1ED)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* IE10+ */
    background: linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#A9C8DF,endColorStr=#CFE1ED)
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0);
}

.itemlabel
{
	font-weight: bold;
	padding-right: 15px;
	width: 120px;
}
.inputcombo
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	background-color:White;
	font-family: Roboto;
}
.combohover
{
	border-style: dashed;
	border-width: 1px;
	border-color: #7B9EBD;	
	cursor: hand;
}
.combohoverout
{
	border-style: dashed;
	border-width: 1px;
	border-color: White;
}
.comboselected
{
	border-style: dashed;
	border-width: 1px;
	border-color: White;
	background-color: #7B9EBD;
}
.mtgborder
{
	background-color: #a9c8df;
}
.ftrhit
{
	background-color: Yellow;
}

.ImageButton
{
	font-size: 11px;
	font-weight: bold;
	color: #07476A;
	background-color: lightgray;
	border-color: black;
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	cursor: hand;
	border-style: solid;
	height: 25px;
	cursor: hand;
	padding-left: 25px;
	padding-right: 5px;
	background-position: left;
	background-repeat: no-repeat;
 
}

.divShade
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/grey.png');
    display:none;
    z-index:1999;
}

div#divModal
{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:1px;
    height:1px;
    background-color:#FFFFFF;
    overflow:hidden;
    margin:0;
    padding:0;
    border:1px solid black;
    z-index:2000;
}
div#divModal iframe
{
    background-color:#FFFFFF;
}
div#divModal div#frmModalTitleBar
{
    position:relative; 
    display:block;
    color:white;
    background-color:#004a8d;
    background-image:url('images/titlebar.png');
    background-repeat:repeat-x;
    height:21px;
    border-bottom:1px solid black;
    overflow:hidden;
}
div#divModal div#frmModalTitleBar div#ftbText
{
    margin:0 0 0 3px;
    font-size:12pt;
    font-weight:bold;
}
div#divModal div#frmModalTitleBar div#ftbIcon
{
    margin:4px 2px 0 0;
    cursor:pointer;
}

#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  margin:0;
  padding:0px 10px 0 10px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("images/tabnavright.gif") no-repeat right top;
  padding:2px 15px 2px 2px;
  color:#FFF;
  cursor: hand;
  font-weight: bold;
  }
#tabs a span 
{
	float:none;
}
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }
  
  .calendar 
  {
	background: #A9C8DF;
    background: -moz-linear-gradient(top, #A9C8DF 0%, #CFE1ED 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A9C8DF), color-stop(100%,#CFE1ED)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* IE10+ */
    background: linear-gradient(top, #A9C8DF 0%,#CFE1ED 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#A9C8DF,endColorStr=#CFE1ED)
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0);
  }
  
  .calendarheader 
  {
	font-size: 18px;
	font-weight: bold;
	color: #003663;
  }
   .calendardayheader 
  {
	
	font-weight: bold;
	color: #003663;
  }
  .calendarday 
  {
	background-color:	#003663;
	font-weight: bold;
	color: black;
  }
  .calendarday a
  {
	color: blue;
  }
  
  .search-header
{
	background-color: #003663;
	color: White;
	text-decoration: none;
	
	font-family: Roboto;
	font-size: 14;
	background-image : url(images/header.png);
	background-position : -5;
}
.search-body
{
	border:solid 1px black;
	background-image : url(images/topbg.png);
	background-repeat :repeat-x;
	height: 300px;
}

#divItemTitle
{
    height:21px;
    color:White;
    border-bottom:1px solid black;
    overflow:hidden;
    background: #71a9bc; /* Old browsers */
    background: -moz-linear-gradient(top, #71a9bc 0%, #42636f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71a9bc), color-stop(100%,#42636f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71a9bc 0%,#42636f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71a9bc 0%,#42636f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71a9bc 0%,#42636f 100%); /* IE10+ */
    background: linear-gradient(top, #71a9bc 0%,#42636f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a9bc', endColorstr='#42636f',GradientType=0 )
            progid:DXImageTransform.Microsoft.DropShadow(Color="#FFFFFF", OffX=0, OffY=0); /* IE6-9 */
}
#divItemTitle #ditText
{
    width:94%;
    font-size:12pt;
    margin:0 0 0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    height:inherit;
}
#divItemTitle #ditIcon
{
    margin:3px 2px 0 0;
}
