/* Google Font CSS Imports */
@import url('/classic/https://fonts.googleapis.com/css?family=Roboto+Slab');

/**** Layout styles ****/
#wrapper 
{  
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #607592;
}
#masthead 
{
  height: 170px;
  width: 1000px;
  background: #ffffff /*url(../images/masthead-background3.jpg) no-repeat;  */
}

#logo 
{
  float: left;
  margin: 55px 0 0 25px;
  height: 75px;
  width: 75px;
}

#logoText {
    position: absolute;
    color: #103b5e;
    left: 12%;
    bottom: 60px;
    font-size: 18pt;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

#main {
  width: 1000px;
  background: #ffffff;  	
  height: auto !important;
  margin: 0 auto 0 auto;
}	

#content 
{
  /*ie 6 hack */
  min-height:450px;
  height: auto !important;
  height: 450px;
  /************/
} 

.linkedpagemessage
{
	color: White;
}

.glassine
{
	background-image: url("/classic/images/glassine.png"); 
	position: absolute;
    right: 0px;
    z-index: 5;
	width: 290px;
	height: 125px;
	padding-top: 33px;
}

.glassine div
{
	padding: 5px;
	z-index: 50;
 	font-family: Arial;
}

.glassine .divloginctrls
{
	margin-top: -15px;
}

.glassine .LoginError
{
	color: #993333;
	margin-left: 15px;
}

.glassine .glassineTop
{
	text-align: right;
}
	
.glassine .glassineName
{
	color: #C08744;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 40px 0px 0px;
}

.glassine .glassineWelcome
{
	color: #800000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

.glassine .glassineMemberships
{
	position: relative;
	border-bottom: solid 1px Gray;
	width: 240px;
	left: 10px;
	text-align: right;
	margin: 0px 40px 0px 0px;
	padding: 1px;
}

.glassine .glassineMembershipPrompt
{
	font-weight: bold;
	font-size: 11px;
	color: Gray;
}

.glassine .glassineMembershipList
{
	font-weight: bold;
	font-size: 11px;
	color: #3C5877;
}

.glassine .glassineDetails
{
	position: absolute;
	width: 260px;
	left: 15px;
	top: 78px;
}

.glassine .SiteUser
{
	width: 266px;
}

.glassine #EditOrViewPageImg
{
	position: absolute;
	left: 15px;
	top: 45px;
}

.glassine .label
{
	float: right;
}

.glassine input
{
	font-size: 10px;
}

.glassine .button
{
	text-decoration: underline;
}

.glassine a:link, .glassine a:visited 
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: Gray;
	text-decoration: underline;
}

.glassineLogout
{
	text-align: right;
}

.glassineLogout a:link, .glassineLogout a:visited 
{
	color: #C00000;
}

.glassine a:hover
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: White;
	text-decoration: underline;
}

/* Top Nav--------------------------------------------------------------------------------------------------- */
.topnavcontainer 
{
  position: absolute;
  left: 555px;
  top: 1px;
  z-index: 10;
  width: 430px;
  height: 20px;
}

.topnavcontainer table
{
	width: 100%;
	height: 20px;
}

.topnav ul 
{
  list-style: none;
  line-height:normal;
  margin-left: 2px;
}

.txtSearchKeywords
{
	width: 90px;
	margin-top: 2px;
}

.tdLinklist {
    width: 475px;
}

.tdSearchKeywords
{
	width: 25px;
}

.tdSearchButton
{
	padding-top: 4px;
	width: 25px;
}

.tdSearchButton:hover
{
	background-color: lightgrey;
    border-radius: 10px;
}

.topnav li 
{
	float: left;
	height: 15px;
	margin-top: 6px;
}

.topnav a:link, .topnav a:visited 
{
	border-right: 2px solid #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 4px 10px;
}

.topnav ul li.lastChild a:link, .topnav ul li.lastChild a:visited 
{
	border-right: none;
}

.topnav ul li a:hover 
{
	background-color: Red;
	text-decoration: underline;
}

/* Middle Nav--------------------------------------------------------------------------------------------------- */
.middlenav {
    padding: 0 0 0 1px;
    list-style-type: none;
    height: 33px;
    width: 999px;
    float: left;
    /*background: url(../images/site-navigation-background1.jpg);*/
    border-top: 2px dashed lightgray;
    border-bottom: 2px dashed lightgray;
    z-index: 8000;
}
.middlenav li 
{
  float: left;
  height: 33px;
  list-style-type: none;
}
.middlenav li ul
{
  display: none;
  z-index: 8000;
  clear:both;
  position: absolute;
  top: 203px;
 }
.middlenav li ul li
{
  clear:both;
  height: 40px;
}
.middlenav li ul li
{
  /*background: url(../images/site-navigation-background1.png);*/
}
.middlenav a 
{
  float: left;
  width: 141px;
  color: #103B5E;
  text-decoration: none;
  vertical-align:middle;
  line-height: 2.55;
  text-align: center;
  font-size: 1.2em;
  padding: 0 1px 0 0px;
}
.middlenav ul li ul a {
    line-height: 1.2;
    font-size: 1.5em;
    width: 150px;
    background: url(../images/site-navigation-background1.png);
    background-repeat: no-repeat;
    height: 40px;
    padding: 2px 5px 0px 5px;
}
.middlenav ul li ul a:hover 
{
  background: url(../images/site-navigation-background2.png);
  background-repeat: no-repeat;
  text-decoration: none;
}
/* Breadcrums--------------------------------------------------------------------------------------------------- */
#breadcrumb 
{
  padding: 1px 0px 1px 10px;
}
#breadcrumb ul 
{
  margin: 0;
  padding: 0;
  text-align: left;
}
#breadcrumb a
{
color:White;
}
#breadcrumb li 
{
  display: inline;
  padding: 0px 15px 0px 15px;
}
#breadcrumb a:link, #breadcrumb a:visited 
{
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}
#breadcrumb a:hover
{
  color:Navy;
  text-decoration: underline;
}
/* --------------------------------------------------------------------------------------------------- */
/* Status bar                                                                               Status bar */
/* --------------------------------------------------------------------------------------------------- */
.statusBar
{
text-align:right;
}
/* Footer--------------------------------------------------------------------------------------------------- */
#footer {
    font-size: 1.2em;
    background-image: url("/classic/images/FooterBackgroundImage.jpg");
    color: whitesmoke;
    width: 1000px;
    margin: 0 auto 0 auto;
}
.footerTop {
    height: 100px;
    background-color: rgba(50, 84, 111, 0.8);
    padding-bottom: 10px;
}
.footerBottom {
    padding: 15px 0px 35px 15px;
    background-color: rgba(0, 35, 65, 1);
}
.left {
    float: left;
    padding-left: 15px;
}
.leftExtra {
    float: left;
    font-size: 1.5em;
    padding-left: 30px;
    padding-top: 10px;
    font-family: 'Roboto Slab', serif;
}
.leftExtraInfo a {
    text-decoration: none;
    padding-bottom:5px;
}
.right {
    float: right;
    padding-right: 15px;
}
.rightExtra {
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}
.rightExtraTitle {
    font-size: 1.8em;
}
.rightExtraInfo {
    font-size: 1.4em;
}
.bottomLinks a {
    color: whitesmoke;
    margin-right: 4px;
    margin-left: 4px;
}
.right li{
    display:inline;
    margin:0em .65em 0em .65em;
}
#editOrViewPageButtonDiv
{
    position:  absolute;
    left: 25px;
    top: 15px;
}
.editOrViewPageButton
{
    background:#990000;
    color:White;
    border:red;
    font-weight:bold;
}
.AddGadgetList_AddButtonCell 
{
    text-align:right;
}

/* Non-generic forms ------------------------------------------------------ Non-Generic Forms */

div.InnerFormDiv
{
	background: #DDDDDD;
	padding:4px 4px 4px 4px;
}

.txtArea
{
	width: 100%;	
}

/* Reporting Pages -------------------------------------------------------- Reporting Pages */
.reportlist
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reportlist table 
{
	border: 0;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

.reportlist table .header
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align:left;
	background-color: #BDCBD9;
}

.reportlist table td
{
	border: 0;
	padding: 0;
	margin: 0;
}

.reportlist table a
{
	padding: 15px;

}

.reportlist table .description
{
	padding: 5px;
	background-color: #CDDBE9;
}

.reportlist table .layout
{
	padding: 5px;
	text-align: center;
}

.reportlist table .breakcolumn
{
	padding: 5px;
	background-color: #CDDBE9;
}


.reporttypeselect
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reporttypeselect table .header
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align:left;
	background-color: #BDCBD9;
}

.reporttypeselect table td
{
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 8px;
}

.reporttypeselect table a
{
	padding: 15px;

}

.reportcolumnselect
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reportbreakselect
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reportsortselect
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reportaggregateselect
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reportaggregateselect .tabletitle
{
	margin: 1px;
	text-align: center;
	border: solid 1px #CDDBE9;
	border-top: solid 1px #DE0611;
	border-bottom: solid 1px #DE0611;

	background-color: #CDDBE9;
	color: #666666;
	text-transform:uppercase;
}

.reportaggregateselect table .header
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align:left;
	background-color: #BDCBD9;
}

.reportaggregateselect table td
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align:middle;
}


.reportaggregateselect input #landscape
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align:middle;
}

.reportrun
{
	background-color: #DDDDDD;
	padding: 10px;
}

.reportrun table td
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align:middle;
}

.reportrun table th
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align:left;
	background-color: #BDCBD9;
}

.eButton
{
}

td.ConfigureGadgetCell
{
  width:90%;
}

.CheckoutConfirm
{
	background-color: #DDDDDD;
	padding: 10px;
}

.CheckoutOrder
{
	background-color: #DDDDDD;
	padding: 10px;
}

.explain
{
}

.typeprompt
{
}

.loginwrapper
{
	width: 625px;
	margin-left: 15px;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	float: left;
}

.divLoginHTML
{
	width: 280px;
	float: left;
	margin: 10px 15px 5px 15px;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	white-space: normal;
	border: solid 1px black;
	background-color: #FFFFEE;
}	

.logintitle
{
	background: #B7BCC3 url(/userfiles/image/common/hdr_bg.gif) repeat-x scroll 0 0; 
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	font-family: ariel;
	padding-top: 8px;
	padding-left: 8px;
	text-transform: uppercase;
	border-bottom: solid 1px #000000;
}

.loginmain
{
	background-color: #DDEFFF;
	padding: 10px;
}
.createmessage, .loginmessage
{
	padding-bottom: 10px;
}

.logincreate
{
	border-right: dotted 3px #AEAEAE;
	width: 350px;
	display: inline-block;
}
.loginform
{
	width: 240px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
}
.logincreate .label
{
	width: 150px;
}
.logincreate .labelr
{
	width: 150px;
}
.loginform .label
{
	width: 85px;
}
.loginform .labelr
{
	width: 85px;
}
.label, .labelr
{
	padding-right: 4px;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-top: 3px;
	padding-bottom: 5px;
}
.labelr
{
	color: #990000;
}
.loginmain .data
{
	float: left;
	width: 135px;
	padding-bottom: 5px;
}
.loginmain .data input
{
	width: 150px;
	border: solid 1px #8B8B8B;
	display: inline;
}
.loginmain .confirm
{
	background-image: url('/classic/userfiles/image/common/redxsmall.png');
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 15px;
	width: 135px;
}
.loginmain .data img
{
	display: inline;
}
.loginbuttoncontainer
{
	clear: both;
	padding-top: 10px;
	text-align: right;
	padding-right: 25px;
}
.privatecomputerdata
{
	clear: both;
	float: left;
	padding-right: 3px;
}

.privatecomputerlabel
{
	padding-left: 20px;
	font-size: 10px;
}

.loginmain select
{
	width: 150px;
}

.loginmain .message
{
	padding: 4px;
	color: #990000;
	border: solid 1px #990000;
	margin-bottom: 4px;
}
.loginmain .validationwrapper
{
	width: 618px;
}

.loginmain .newpasswordwrapper
{
	width: 616px;
}
.newpasswordwrapper .label
{
	width: 150px;
}
.newpasswordwrapper .labelr
{
	width: 150px;
}
.logincreate .captcha
{
	clear: both;
}
.addedtocart
{
	color: #D60614;
	font-size: 1.4em;
	font-weight: bold;
}
.spaceLinks a {
    margin-right: 4px;
    margin-left: 4px;
}