/*-------------------------------------

1. RESETS & DIAGNOSTICS
2. GLOBAL STYLES
3. NAVIGATION
4. HEADINGS
5. TYPOGRAPHY
6. LINKS
7. LISTS
8. EXTRAS

---------------------------------
1. RESETS & DIAGNOSTICS
------------------------------------------*/

* { 
    margin: 0; 
    padding: 0; 
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box
}
	
fieldset {
	border: 1px solid black;
	padding: 1em;
}

legend {
	padding: 0.2em 0.5em;
	border: 1px solid black;
	color: black;
	font-size: 90%;
}

.stretch,
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}

.nowrap {
	white-space: nowrap;
}

.float-left {
	float: left;
}

.bottom-table {
	clear: both;
	width: 100%;
	padding-top:20px;
}

.add-user {
	float:left;
}

.access-tbl {
	float: left;
	padding-right: 20px;
}

.table {
	width: 100%
}


table { 
border: 0 !important;
border-style: none !important;
 }

.minwidth td {
	width: 1%;
	white-space: nowrap;
}

#floatwidth {
	width: auto;
}

td {
	min-height: 20px;
}
 
.responsive-tbl input[type="text"] {width:90%}

input[type="radio"] {
padding-right: 5px;
vertical-align: middle;
}

input[type="checkbox"] {
padding-right: 5px;
vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"] { 
background-color: #8c2e1b;
color: #fff; 
padding: 5px 10px;
font-weight: bold;
border: 0px solid #6EAB23;
	cursor: pointer;
	transition: all 300ms;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #515a45;	
}

/*
div { border: 1px dotted #ccc; min-height: 20px;}
div div div {border: 1px solid #41647a;}
*/


/*-------------------------------------
2. GLOBAL
------------------------------------------*/

html {
	overflow: scroll;
}

html, body { 
	margin:0; 
 	padding:0;
 	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#page-wrap {
	position: relative;
	/*max-width: 900px;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header img {margin:0;}

#header {
	position: relative;
	width: 100%;
	/*height: 62px;*/  /* height of the logo */
	padding: 0 0 0 0;
	margin: 20px auto 0;
	z-index: 1;
	max-width: 900px;
}

#content {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0px 20px 20px 20px;
	text-align: left;
	min-height: 400px;
	max-width: 900px;
}

#DocumentViewerPopup {
	/* set this to the same background as #content */
	padding: 0px 20px 20px 20px;
}

.bar {
	background-color: #515a45;
	height: 35px;
	margin-top: 25px
}

#page-title {
	position: relative;
	width: 100%;
	margin: 14px auto 0 auto;
	padding: 0px 20px 0px 20px;
	text-align: left;
	max-width: 900px;
}

#main {
	float: left;
	width: 500px;
	display: inline;
}

.footer-wrap {
	background-color: #424735;
}
#footer {
	position:relative;
	width:100%;
	/*height: 60px;*/
	padding: 50px 0;
	margin: 0 auto 0 auto;
	z-index:1;
	text-align: center;
	max-width: 900px;
	
}

.sub-footer {
	max-width: 900px;
	margin: 0 auto;
}

.sub-footer p {
	color: white;
}

.sub-footer-wrap {
	background-color: #515a45;
	padding: 30px 0;
}

#memberEnrollment {width:100%;}

.desktop_hide {display:none;}
.desktop-hide {display:none;}

.event {width:100%;}

.event input[type="text"] {width:90%}

.event tr td:nth-of-type(1) {
  width: 5%;
}

.event tr td:nth-of-type(2) {
  width: 95%;
}

.event_settings tr td:nth-of-type(1) {
  width: 10%;
}

.event_settings {width:100%;}

.event_settings textarea {width:90%}

.event_settings tr td {height:auto;}

.restricted-accounts {width:100%}

.alwayshide {display:none;}

.deliverypreferenceOption {
	padding-right: 10px;
	display: inline-block;
}

/*-------------------------------------
3. NAVIGATION
------------------------------------------*/

/*
.nav-wrap {
	border-bottom: 5px solid green;
	height: 35px;
}
*/

#nav {
	position: relative;
	width: 95%;
	height: 3px;
	margin: 0 auto 0 auto;
	/*padding: 20px 0 0 0;*/
	z-index: 1;
	max-width: 900px;
}

#subnav {
	position: relative;
	width: 100%;
	height: 3px;
	margin: 14px auto 0 auto;
	padding: 0 0 0 15px;
	z-index: 1;
	max-width: 900px;
}

/*-------------------------------------
4. HEADINGS
------------------------------------------*/

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 14px;
	color: #000000;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 12px;
	color: #000000;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 12px;
	color: #000000;
}

h4 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 12px;
	color: #000000;
}


/*-------------------------------------
5. TYPOGRAPHY
------------------------------------------*/

.uppercase {
  text-transform: uppercase;
}

.bold { 
	font-weight: bold;
}

/*-------------------------------------
6. LINKS
------------------------------------------*/


#nav a:link { color: #4247355; text-decoration: none; }
#nav a:visited { color: #424735; text-decoration: none; }
#nav a:hover { color: #464646; text-decoration: none;}
#nav a:active { color: #424735; text-decoration: none; }

a.phone:link { color: #732213; text-decoration: none; }
a.phone:visited { color: #732213; text-decoration: none; }
a.phone:hover { color: #515a45; text-decoration: underline;}
a.phone:active { color: #515a45; text-decoration: underline;}

a:link { color: #004762; text-decoration: underline; }
a:visited { color: #004762; text-decoration: underline; }
a:hover { color: #004762; text-decoration: underline; }
a:active { color: #004762; text-decoration: underline; }

.currentpage {  border-bottom: solid 3px #ba9a5f; }


/*-------------------------------------
7. LISTS
------------------------------------------*/

ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
}

ul li {
	margin: 0 0 0.25em 15px;
	padding: 0;
}

ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

ol li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}

label.error { 
	display: block;
	color: red;                              
	font-size: 11px; 
	font-weight: bold;
}

#nav_left ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#nav_left ul li {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#nav_right ul {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#nav_right ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#subnav_left ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#subnav_left ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

/*-------------------------------------
8. EXTRAS
------------------------------------------*/

.GreenHeader {
	font-size: 21px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #6EAB23;

}

/* style BlueHeader and BlueHeaderPageTitle the same
 * except for the BlueHeaderPageTitle padding-top attribute.
 * the BlueHeaderPageTitle should have slightly less top padding, 
 * other wise the page looks like there is too much wasted verticle space on top
 */
.BlueHeader {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #424735;
	padding-top: 20px;
	padding-bottom: 5px;
	
}

.BlueHeaderPageTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #424735;
	padding-top: 20px;
	padding-bottom: 5px;
	
}

.ErrorMessage {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #c82828;
}

.SectionHeader {
	font-size: 14px;
	font-weight:bold;
	color: #000;
	height: 35px;
}

.BlackHeader {
	font-size: 13px;
	font-weight:bold;
	color: #000;
	padding-top: 15px;
	padding-bottom: 5px;
}

.location {
	font-size: 15px;
	color: #732213;
	font-weight: bold;
	margin-bottom: 10px;
}

hr {
	margin: 20px 0;
}

ul.contact {
 margin: 0 0 0 25px;	
}
.FootNote {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 5px;
}

.PoweredByLKCS {
	border: 0px;
	/*display: block;*/
}

#BodyText {
	width:100%;
}

#Left {
	float:left;

}

#Right {
	float:right;
}

.GradientTop {
	width:100%;
	background-image:url(/images/GradientTop.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#f-links { 
  float: left;
  }
  
#fr-links {
  float: right;
  }

.GradientBottom {
	width:100%;
	background-image:url(/images/GradientBottom.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.Gradient{
	width:100%;
	
	background-image:url(/images/Gradient.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	
	padding-right:5px;
}

.TitleMenu{
	position:relative;
	top:0px;
	left:0px;
	width: 600px;
	height: 115px;
}

.MenuBar{
	position:absolute;
	left:0px; 
	text-align:left; 
	
	top:-10px;
	border-style: outset; 
	border-width: medium;
}

.Ads td{
  padding:10px;
  width: 33%;
}

.Ads img {
	border: 0px;
	width:100%;
	max-width:260px;
}

.WebView{
	position:relative;
	top:10px;
	
}

.WebImg{
	position:relative;
	top:10px;
	
}

.Logout{
	border-width: thin; 
	border-style: solid; 
	;
}

.UserName{
	color: #ccc;
}

.DocView{
	position:relative;
	top:100px;
	left:0px;
}

.Logo{
	position:relative;
	top:0px;
	width:200px
}


.border {
	border-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.rightborder {
	border-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}
.leftborder {
	border-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}
.whitespace {
	white-space:pre;
}

#tbl {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
}

#tbl tr { 
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 11px;
color: #fff;
padding: 5px;
}

#tbl td{ 
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 11px;
color: #fff;
padding: 5px;

}

#tbl th{ 
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 11px;
color: #fff;
padding: 5px;
}

.left { float: left; }
.right { float: right; }

.tip {
	font-size: 11px; 
	color: #000; 
	font-style: normal;
}

.tip-example {
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.SP_evenRows {
	background-color: #BBFFFF;
}

.ResultsTr {
	background-color: #8c2e1b;
}


/* padding must be the same across all ResultsTh / ResultsTd classes */
.ResultsTh {
	cursor: pointer;
	padding: 5px 10px;
	border: 0px solid black;
	color: white;
}

.ResultsTd {
	vertical-align: middle;
	cursor: pointer;
	padding: 5px 10px;
}

.ResultsThNoLink {
	padding: 5px 10px;
	border: 0px solid black;
	color: white;
}

.ResultsTdNoLink {
	vertical-align: middle;
	padding: 5px 10px;
}

.ResultsTdNoLinkTop {
	vertical-align: top;
	padding: 5px 10px;
}

.VisibleYes {
	background-color: #0f0;
	font-weight: bold;
}

.VisibleNo {
	background-color: #f00;
	font-weight: bold;
}

.notificationsred {
	background-color: #f00;
	font-weight: bold;
}

.notificationsorange {
	background-color: #ffbf00;
	font-weight: bold;
}

.notificationsgreen {
	background-color: #0f0;
	font-weight: bold;
}

.DocumentViewer table {
	padding: 15px 0 15px 0;
	width: 100%;
}

.DocumentViewer img {
  behavior: url(/css/coopmontevideo/iepngfix.htc);
  -ms-interpolation-mode: bicubic;
}

.DocumentViewer {
	margin: 0 auto 0 auto;
	text-align: center;
}

.PageCountViewer {
	background-color: #CCCCFF;
	width: 150px;
	padding-left: 5px;
}

.CurrentSubmission {width: 100%;}

.CurrentSubmission th {
	background-color: #8c2e1b;
	padding: 5px 10px;
	border: 0px solid black;
	color: white;
}

.CurrentSubmission td {
	padding: 1px 5px 1px 5px;
}

.CurrentSubmissionApprovalTh {
	display: none;
}

.CurrentSubmissionApprovalTd {
	border: 0px;
}

#CPageNo {
  width: 113px;
}

.RESADMINHIDE {
	display: none;
}

.SSOHide {
	display: none;
}

#Reason {
  visibility: hidden;
  display: inline;
}

.SmallTopPadding {
	margin-top: 5px;
}

.hidestatementtype {
	display: none;
}

input[type="checkbox"].vmiddle {
	margin-top: 2px;
	vertical-align: top;
}

.AccountPrimary {
	float: left;
	background: url(/images/coopmontevideo/star.png) no-repeat -4px -3px;
	width: 19px;
	height: 18px;
	padding-left: 25px;
}

.AccountNotPrimary {
	float: left;
	background-image: none;
	width: 19px;
	height: 18px;
	padding-left: 25px;
}

.hidden {
	display: none;
}

.IAgree {
	font-size: 14pt;
}
	
.Checkbox150Checked {
	float: left;
	background: url(/images/coopmontevideo/checkbox150.jpg) no-repeat -23px;
	width: 23px;
	height: 23px;
	margin-right: 5px;
}

.Checkbox150NotChecked {
	float: left;
	background: url(/images/coopmontevideo/checkbox150.jpg) no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 5px;
}

.report-submission {
	padding:0 !important;
}

.submission { 
  display:table; 
  padding:10px 0;
  width: 100%;
}

.submission-row { 
  display: table-row;
}

.submission-cell {
  display: table-cell;
}

.select {width:70%;}
.prev {width:10%}
.next {width:10%}
.page {width:10%}

.viewer { 
  display:table; 
  padding:10px 0;
  width:100%
}

.viewer-row { 
  display: table-row;
}

.viewer-cell {
  display: table-cell;
}

.print-btn {width:30%;}
.view-previous {width:20%}
.view-next {width:10%}
.page-number{width:15%}

/*----------------------------
   Classes for reports page
  ----------------------------*/
#report_type_enduser td , #report_type_billing td {
	vertical-align: top;
}



.inputSize50 {
	width: 383px;
}