@charset "utf-8";
/* CSS Document */

body{
 margin:0px; 
 /*background-color:FFFFD5;*/
 font-family:Arial, Calibri;
 font-size:15px;
 line-height:20px;
}

.boxed_link{
	text-decoration:none;
}

.boxed_link:hover{
	border-style:solid;
	border-width:thin;
	border-radius:.3em;
	border-color:#66FF66;
	padding:2px;
}

input{
	padding: 3px 3px;
}

#cog_image{
	background: url('../grafix/cog.png') no-repeat;
	background-position:center
}


.procedure_title {
	width:111px;
    background-color: #DEFEE7; /*  */
    border: none;
    color: green;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	height:23px;
	border-radius:3px;
	font-weight:600;
	cursor: pointer;
	cursor: hand;
}


.member_details_section{
	color:#000000;
	border-color:#F4F4F4;
	border-style:dotted; 
	border-width:1px; 
	border-top-style:none;
	border-radius:.8em;
	/*background-color:#E3FCE0;*/
	padding:7px;
	height:100%;
	width:98%;
}

.member_details_section:hover{
	background-color:#E3FCE0;
	-moz-box-shadow:  	1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
  	box-shadow:         1px 1px 1px 1px #ccc;
}

.procedure_title:hover{
    background-color: #CCCCCC; /*  */
    border: single;
	border-color: blue;
    color: red;
}

#cog_image:hover{
	background: url('../grafix/cog_black.png') no-repeat;
	background-position:center;
	cursor: pointer;
	cursor: hand;
}

.hand_pointer{
	cursor: pointer;
	cursor: hand;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  top: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

select{
	width:100%; 
	height:28px;
	line-height:24px;
	background:white;
}

input{
	height:28px;
}

#tab_page{
	border-color:#CCCCCC;
	/*color: #666666;*/
	padding:7px;
	border-style:dotted; 
	border-width:thin; 
	border-top-left-radius:0em;
	border-top-right-radius:.5em;
	border-bottom-left-radius:.5em;
	border-bottom-right-radius:.5em;
	background-color:#FDFCE8;/*#FFFFE6;*/
	width:100%;
}

#visit_page{
	border-color:#CCCCCC;
	/*color: #666666;*/
	padding:7px;
	border-style:dotted; 
	border-width:thin; 
	border-bottom-left-radius:.3em;
	border-bottom-right-radius:.3em;
	background-color:#FDFCE8;/*#FFFFE6;*/
	/*width:730px;*/
}

#account_pane{
	border-left-width:0px; 
	border-bottom-width:thin; 
	border-bottom-style:dotted; 
	border-color:#CCCCCC;
	color: #666666;
	/*padding-top:7px;
	padding-right:10px;
	padding-left:10px;*/
	background-color:#FDFCE8;/*#FFFFE6;*/
}

.style4 {
	color: #006600;
	font-weight: bold;
}

.btn {
    background-color: green; /* Green */
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	height:34px;
	width:140px;
	border-radius:3px;
	font-weight:450;
}

.btn_grey {
    background-color: #666666;/* #CCCCCC; /* Green */
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	height:34px;
	width:140px;
	border-radius:3px;
	font-weight:450;
}

.btn2 {
    background-color: #CCCCCC; /* Green */
    border: none;
    color: green;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	height:27px;
	width:120px;
	border-radius:3px;
	font-weight:450;
}

.btn:hover{
    background-color: #CCCCCC; /* Grey */
    border: none;
    color: red;
	cursor: pointer;
	cursor: hand;
}

.btn_selected{
    background-color: #CCCCCC; /* Green */
    border: none;
    color: #000066;
}

.btn2:hover{
    background-color: #666666; /* Green */
    border: none;
    color: red;
	cursor: pointer;
	cursor: hand;
}

.tab_buttons{    
	background-color: #CCCCCC; /* Green */
    border: none;
    color: green;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	height:23px;
	width:80px;
	/*border-radius:3px;*/
	font-weight:450;
}

#tab_page_title_selected{
	border-left-width:0px; 
	border-bottom-width:thin; 
	border-bottom-style:dotted; 
	height:32px;
	border-color:#CCCCCC;
	color: #666666;
	padding-top:7px;
	padding-left:3px;
	background-color:#FDFCE8;/*#FFFFE6;*/
}

.tab_button{
	border-left-width:0px; 
	border-top-width:0px; 
	border-right-width:0px; 
	border-bottom-width:thin; 
	border-bottom-style:dotted; 
	height:32px;
	border-color:#CCCCCC;
	background-color:#FFFF99;
	color: #666666;
	padding-top:7px;
	padding-left:3px;
	width:100%;
	text-align:right;
}

.tab_button:hover{
	color:#000000;
	border-style:dotted; 
	border-width:thin; 
	border-top-left-radius:1.6em;
	border-bottom-left-radius:1.6em;
	border-right-width:0px; 
	background-color:#E3FCE0;
	padding-left:3px;
	cursor: pointer;
	cursor: hand;
}

.top_tab_button{
	color:#000000;
	border-style:dotted; 
	border-width:thin; 
	border-bottom-style:none;
	border-top-left-radius:.8em;
	border-top-right-radius:.8em;
	background-color:#E3FCE0;
	padding-left:3px;
	cursor: pointer;
	cursor: hand;
	height:30px;
	width:100%;
}

.top_tab_button_selected{
	background-color:#FDFCE8;/*#FFFFE6;*/
}

.top_tab_button:hover{
	color:#00CC00;	
	border-style:solid; 
	border-width:thin; 
	border-bottom-style:none;
	border-top-left-radius:.0em;
	border-top-right-radius:.0em;
	background-color:#FFFF99;
}

.searchfield{
	background-image: url('../grafix/search_icon.png');
	background-position:right;
	background-repeat:no-repeat;
	border-radius:0.3em;
	height:24px;
	border-style:solid;
	border-width:thin; 
	border-color:#E5E5E5;
}

.searchfield:hover{
	background-image: url('../grafix/search_icon_yellow.png');		
}

#drop_down{
	border-radius:0.3em;
	height:22px;
	border-style:solid;
	border-width:thin;
	border-color:#E5E5E5;
}

.bill_line{
	color:#000099;
	line-height:26px;
}

.bill_line table{
	border-left-width:0px; 
	border-top-width:0px; 
	border-right-width:0px; 
	border-bottom-width:thin; 
	border-bottom-style:dotted; 
	border-color: #EBEBEB;/*#CCCCCC;*/
	padding-left:5px;
	padding-right:5px;
}

.bill_line:hover{
	color:#FF0000;
}

.smart_table td {
	padding-left:5px;
	padding-right:5px;
}

.forms{
	border-radius:0.3em; 
	border-style:solid; 
	border-width:thin; 
	border-color:#E5E5E5;
	width:100%;
	font-size:16px;	
}

.top_left_corner{
	border-style:none; 
	border-width:thin; 
	border-top-left-radius:.5em;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	background-color:#E9EDF8;
}

.top_right_corner{
	border-style:none; 
	border-width:thin; 
	border-top-left-radius:0px;
	border-top-right-radius:.5em;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	background-color:#E9EDF8;
}

.bottom_left_corner{
	border-style:none; 
	border-width:thin; 
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:.5em;
	border-bottom-right-radius:0px;
	background-color:#E9EDF8;
}

.bottom_right_corner{
	border-style:none; 
	border-width:thin; 
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:.5em;
	background-color:#E9EDF8;
}

.header_cell{
	background-color:#E9EDF8;/*#99FFCC;*/
	font-weight:600;
}

.power_button{
	border-radius:5px;
	background-color:green;
    color: white;
	width:300px;
	padding-top:10px;
	font-weight:600;
	font-size:16px;
	height:32px;
	border-color:#0066FF;
	border-style:solid;
	border-width:thin;
	text-align:center;
	cursor: pointer;
	cursor: hand;	
}

.redd{
	background-color:#D9B113;
}

.navy{
	background-color:#000066;
}

.power_button:hover{
	border-radius:5px;
	border-color:#5A9BD3;
	background-color:#CCCCCC;
    color: #06476F;
}

.power_button_lesser{
	border-radius:5px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	/*background-color:#5A9BD3;*/
    color: 06476F;
	/*width:300px;*/
	padding:3px;
	font-weight:600;
	font-size:16px;
	height:22px;
	text-align:center;
	cursor: pointer;
	cursor: hand;	
}

.power_button_lesser:hover{
	border-radius:5px;
	border-color:#06476F;
	border-style:solid;
	border-width:thin;
	/*background-color:#DAF1FE;*/
    color: red;
}

.paragraph {
    background-color: #E9EDF8;/* #CCCCCC; /* Green */
    border: none;
    color: blue;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	/*width:100%;*/
	border-radius:11px;
	font-weight:850;
}

.paragraph_narrow {
    background-color: #E9EDF8;/* #CCCCCC; /* Green */
    border: none;
    color: #000033;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	/*width:100%;*/
	border-radius:11px;
	font-weight:450;
}

</style>