﻿.OARSVersion{
    float:right;
    font-size:10px;
    font-style: italic;
    padding:2px;
}
.hidden
{
	display:none;
}

.bg-success-dark {
	background-color: #cfe0c8 !important; /* #dff0d8 */
}

.bg-success-light {
	background-color: #dff0d8 !important; /* #dff0d8 */
}

.bg-info-dark {
	background-color: #c9dde7 !important; /* #d9edf7 */
}

.bg-info-light {
	background-color: #d9edf7 !important; /* #d9edf7 */
}

.bg-warning-dark {
	background-color: #ece8d3 !important; /* #fcf8e3 */
}

.bg-warning-light {
	background-color: #fcf8e3 !important; /* #fcf8e3 */
}

.bg-danger-dark {
	background-color: #e2cece !important; /* #f2dede */
}

.bg-danger-light {
	background-color: #f2dede !important; /* #f2dede */
}

.bg-default-dark {
	background-color: #dedede !important; /* #f2dede */
}

.bg-default-light {
	background-color: #f0f0f0 !important; /* #f2dede */
}


 @media screen
 {
    .thinborder td, .thickborder td
    {
        background:initial;
        background-image: none !important;
    }
    .new_user_header
	{
		font-size: 28px;
		width:50%;
		text-align: center;
	}
	.home_link_1 {
	    text-align: center;
	}
	.returning_user_header
	{
		font-size: 28px;
		width:50%;
		text-align: center;
	}
    div#new_user
	{
		height:260px;
	}
	div#returning_user
	{
		height:260px;	
	}
	.btn_login
	{
		background-image:url(../images/btn_login.png);
		background-position: center;
		background-repeat:no-repeat;
		width:62px;
		height:23px;
		font-size: 0px;
		display: block;
	}
	.btn_register
	{
		background-image:url(../images/btn_register.png);
		background-position: center;
		background-repeat:no-repeat;
		width:99px;
		height:31px;
		font-size: 0px;
		display: block;
	}
	.error
	{
		font-weight:bold;
		color:Red;
		margin-bottom:5px;
		width:100%;
		text-align:center;
		font-size:20px;
		display:block;
	}
	.success
	{
		font-weight:bold;
		color:Green;
		margin-bottom:5px;
	}
	table.thickborder
	{
		width:100%;
		height:100%;
		border-collapse: collapse;
		margin: 5px;
	}
	table.thinborder tr,
	table.thickborder tr
	{
		height:auto;
	}
	table.thinborder tr td,
	table.thickborder tr td
	{
		padding:0px;
	}
	table.thickborder td.tl
	{
		background-image:url(../images/border_thick_topleft.png);
		background-position:left top;
		background-repeat: no-repeat;
		width:25px;
		height:26px;
	}
	table.thickborder td.t
	{
		background-image:url(../images/border_thick_horizontal.png);
		background-position:top;
		background-repeat:repeat-x;
		height:7px;
	}
	table.thickborder td.tr
	{
		background-image:url(../images/border_thick_topright.png);
		background-position:right top;
		background-repeat:no-repeat;
		width:25px;
		height:26px;
	}
	table.thickborder td.l
	{
		background-image:url(../images/border_thick_vertical.png);
		background-position:left;
		background-repeat:repeat-y;
		width:7px;
	}
	table.thickborder td.r
	{
		background-image:url(../images/border_thick_vertical.png);
		background-position:right;
		background-repeat:repeat-y;
		width:7px;
	}
	table.thickborder td.bl
	{
		background-image:url(../images/border_thick_bottomleft.png);
		background-position:left bottom;
		background-repeat:no-repeat;
		width:25px;
		height:26px;
	}
	table.thickborder td.b
	{
		background-image:url(../images/border_thick_horizontal.png);
		background-position:bottom;
		background-repeat:repeat-x;
		height:7px;
	}
	table.thickborder td.br
	{
		background-image:url(../images/border_thick_bottomright.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		width:25px;
		height:26px;
	}
	table.thinborder
	{
		width:100%;
		height:100%;
		border-collapse: collapse;
		margin: 5px;
	}
	table.thinborder td.tl
	{
		background-image:url(../images/border_thin_topleft.png);
		background-position:left top;
		background-repeat: no-repeat;
		width:24px;
		height:20px;
	}
	table.thinborder td.t
	{
		background-image:url(../images/border_thin_horizontal.png);
		background-position:top;
		background-repeat:repeat-x;
		height:5px;
	}
	table.thinborder td.tr
	{
		background-image:url(../images/border_thin_topright.png);
		background-position:right top;
		background-repeat:no-repeat;
		width:24px;
		height:20px;
	}
	table.thinborder td.l
	{
		background-image:url(../images/border_thin_vertical.png);
		background-position:left;
		background-repeat:repeat-y;
		width:5px;
	}
	table.thinborder td.r
	{
		background-image:url(../images/border_thin_vertical.png);
		background-position:right;
		background-repeat:repeat-y;
		width:5px;
	}
	table.thinborder td.bl
	{
		background-image:url(../images/border_thin_bottomleft.png);
		background-position:left bottom;
		background-repeat:no-repeat;
		width:24px;
		height:20px;
	}
	table.thinborder td.b
	{
		background-image:url(../images/border_thin_horizontal.png);
		background-position:bottom;
		background-repeat:repeat-x;
		height:5px;
	}
	table.thinborder td.br
	{
		background-image:url(../images/border_thin_bottomright.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		width:24px;
		height:20px;
	}
	
	table.padding td
	{
		padding:5px;
	}
	.registration_expires
	{
		text-align: center;
		margin: 6px;
		font-weight: bold;
		color: #606060;
		display:block;
	}
	.registration_expired
	{
		text-align: center;
		margin: 6px;
		font-weight: bold;
		color: #800000;
		display:block;
	}
	.new_alarm_link
	{
		display:block;
		width:100%;
		text-align:right;
		font-size: large;
	}
    table.thinborder
    {
        border:2px solid #456eae;
        border-radius:20px;
        width: 100%;
        height: 100%;
        margin: 5px;
        border-collapse:initial;
    }
    table.thickborder
    {
        border:5px solid #456eae;
        border-radius:20px;
        width: 100%;
        height: 100%;
        margin: 5px;
        border-collapse:initial;
    }
	.home_link_2 {
		display: table-cell;
		width: fit-content;
		padding-right: 10px;
	}
 }

 @media print 
 {
    body, html{
	  width: 100%;
	  height: 100%;
	  margin: 0px;
	  padding: 0px;
	  font-family:Tahoma;
	  font-size:14px;
	  text-align: center;
	}
    image {
		border: none;
	}
	.banner_container {
		display: none;
	}
	.banner_left{
		display: none;
	}
	.banner_center {
		display: none;
	}
	.banner_right{
		display: none;
	}

	table.registrationTable table.optionstable
	{
	width:100%;
	border:none;
	padding:0px;
	margin:0px;
	background-color: transparent;
	}
	table.registrationTable table.optionstable  td
	{
		border: none;
		width: auto;
		background-color: transparent;
	}
	
	.new_alarm_link
	{
		display:none;
	}

	.registrationTable{
	  width: 100%;
	  text-align: left;
	}
	.registrationTable  td{
	  width: 25%;
	  vertical-align: top;
	}
	.registrationTable td{
	  border-bottom: 1px solid #808080;
	  border-right: 1px solid #808080;
	}
	.registration_expires
	{
		text-align: left;
		margin: 6px;
		font-weight: bold;
	}
	.registration_expired
	{
		text-align: left;
		margin: 6px;
		font-weight: bold;
	}
	.darkBorder{
	  border: 1px solid #404040;
	}
	.boldText{
	  
	  display:inline;
	}
	.registrationTable .titleRow td{
	  text-indent: 50px;
	  padding-top: 25px;
	  border-bottom: 1px solid #808080;
	}
	.registrationTable .titleRow td p{
	  font-weight:lighter;
	  display:inline;
	}
	.h1_title{
	  font-size:large;
	  color:#710000;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}

	#main_div{
	  width: 100%;
	  margin: auto;
	  margin-top: 0px;
	  background: white;
	  padding-top: 8px;
	}
	.select_table td
	{
		margin: 0px;
		cursor: pointer;
	}
	.select_table tr:hover
	{
      background: #cce7e4;
	}
	.select_table tr.header
	{
      background: white;
	}
	.select_table {
		margin-top: 10px;
		text-align:left;
		width: 100%;
	}
	.select_table .headers
	{
		width:100%;
		font-weight:bold;
		text-align: left;
	}

	.headercaption
	{
		font-size: 12px;
		padding-left:4px;
		padding-right:4px;
	}
	.headercaption *
	{
		font-size: 12px;
	}
	input[type=button]
	{
		display:none;
	}
	input[type=submit]
	{
		display:none;
	}
	
	.printhide
	{
		display:none;
	}
	.error
	{
		display:none;
	}
}