﻿/* */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.rgExpandCol
{
    width:5px !important;
    height: 5px !important;
    margin:0 !important;
    padding:0 !important;
}

.dropdown1
{
    border-bottom:34px solid #555;
    box-shadow:0 0 0 1px #999,
               0 0 0 2px #aaa,
               0 0 0 3px #bbb,
               0 0 0 4px #ccc;
}

.dropdown1-1
{
    border-bottom:34px solid #fff;
    box-shadow:0 0 0 1px #999,
               0 0 0 2px #aaa,
               0 0 0 3px #bbb,
               0 0 0 4px #ccc;
}


.dropdown2
{
    /* fallback/image non-cover color */
   background-color: #ffffff; 

   /* fallback image */
   background-image: url(../images/gradient_back.png); 

   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c6c6c6), to(#ffffff));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #c6c6c6, #ffffff); 

   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #c6c6c6, #ffffff);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #c6c6c6, #ffffff);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #c6c6c6, #ffffff);
}

.test6
{
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
}

.menuCursor
{
}
.menuCursor:hover
{
    cursor:pointer !important;
}

.WrappingItem {
    white-space: normal; 
}

/* GRID TWEAKS
--------------*/
.container_16 {
    margin: 0;
    width: 100%;
}
.sidebar, .content-area {
	margin:0;
	border:0;
	height:auto;
}
.content-area {
	width: 100%;
	border:0;
}
.sidebar {
	width: 0%;
	float:left;
}
/* SUB NAV
-----------*/
#sub-nav {
	background-color:#f1f1f1;
	width: 100%;
	margin:0;
	padding:0;
	height:auto;	
}
#sub-nav li {
	line-height: 20px;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#sub-nav li a:hover, #sub-nav li a:active {
	
	text-decoration:none;
}
#sub-nav li a.on,
#sub-nav li a.on:hover, #sub-nav li a.on:active {
	border-top: solid 2px #069;
	background-color:Red;
	font-weight:bold;
}
/* SIDEBAR
-----------*/
div.sidebar {
	background-color:#f1f1f1;
	
}

figure.avatar {
	width: 150px;
	margin: 20px auto;
	display:block;		
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
			box-shadow: 0 0 4px rgba(0,0,0,0.5);
	background-color: #fff;
	padding:6px;
}

figure.avatar figcaption {
	line-height: 20px;
	text-align:center;
}
figure.avatar img {
	border:solid 1px #e7e7e7;
}


/* ACCORDIAN
-----------*/
.accordian {
	margin: 0px ;
    
    
}
#support  {
	margin: 0px ;
    border-style:solid;
    border-width:1px;
    border-color:gray;
}
.accordian:link {
    color:aquamarine;
    }

.sidebar .accordian {
	margin: 0px;
}

.accordian .acc-header {
	display:block;
	background:#F0F3F7;
	margin-left:0px;
	line-height: 28px;
	text-transform:uppercase;
	
	color:#19323e;
	font-size:small;
	font-weight:bold;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
	position:initial;
    
    
}

.accordian .acc-header-Normal {
	display:block;
	background: white;
	padding-left: 6px;
	border-bottom:solid 1px LightGrey;
	border-top:thin solid 1px;
	text-transform:uppercase;
	
	
	color:Black;
	font-family:@Arial Unicode MS;
	font-size:small;
	font-weight:bold;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
	position:relative;
}


.accordian .acc-header.open {
	background-position:  10px 7px;
}
.sidebar .accordian .acc-content {
	padding: 0%;
}
.accordian .acc-content strong {
	color: #069;
}
.accordian .acc-content p {
	white-space: nowrap;  
	width: 100%;     
	overflow: hidden;  
	-o-text-overflow: ellipsis; 
	text-overflow:    ellipsis;
    margin-top:2px;
	margin: 3px 0;
}

.accordian .acc-header .pager {
	position:absolute;
	right: 10px;
	top:0;
}
.accordian .acc-header .pager li {
	list-style-type:none;
	display:inline;
}

.accordian .acc-header .pager a.on {
	background:#069;
	color:#fff;
}
.accordian .acc-header .pager a:hover,
.accordian .acc-header .pager a:active {
	border-color: #069;
}
/* TABLES
-----------*/
table {
  border-spacing: 0px;
  width: 100%;
  padding: 0px;
  border-collapse: separate;
  border: none;

}

table tr
{
    padding: 0px;
}

.tab-content table th,
.tab-content table td,
table th, table td {
  line-height: 18px;
  text-align: left;
  border:none;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  color: #069;
}
table td {
  vertical-align: top;
}
.zebra-striped tbody tr:nth-child(odd) td {
  background-color: #F1F1F1;
}
.zebra-striped tbody tr:hover td {
  background-color: #E0E0E0;
}
.zebra-striped .header {
  cursor: pointer;
}
.zebra-striped .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  visibility: hidden;
}
.zebra-striped .headerSortUp, .zebra-striped .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.zebra-striped .header:hover:after {
  visibility: visible;
}
.zebra-striped .headerSortDown:after, .zebra-striped .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.zebra-striped .headerSortUp:after {
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.tab-content table td.ar {
	text-align:right;
}

tab-content table td.ac {
	text-align:center;
}
/* Table helpers */
col.w1 {width:1%}
col.w10 {width:10%}
col.w20 {width:20%}
col.w25 {width:25%}
col.w30 {width:30%}
col.w33 {width:33.3333%}
col.w40 {width:40%}
col.w50 {width:50%}
td.nw { white-space:nowrap}

/* STATUS INDICATORS */
td .status {
	display:inline-block;
	padding: 0 4px;
	line-height: 13px;
}

.status.green {
	background-color: #9DCD4D;
}
.status.amber {
	background-color: #FBA12F;
}
.status.red {
	background-color: #FF2929;
	color:#fff;
}

/* BUTTONS */


.btn {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);

}
.btn:hover {
  background-position: 0 -5px;
  color: #333;
  text-decoration: none;

	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;	
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	border-left-color: #0064cd;
	border-right-color: #0064cd;
	border-top-color: #0064cd;
	border-bottom-color: #003f81;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}




/*HyperLinks*/

.TaxMenuSmallItem
{
    vertical-align:top;
}



/*Refresh Buttons*/

.Refresh
{
    float:right;                
    font-size:x-small;
    text-decoration:none;
    text-transform:none;
}

.hide {
    display: none;
}

.contentHolder{
    margin-top:0px;
    margin-bottom:17px;    
    border-style:solid;
    border-top:solid,1px;
    border-width:1px;
    border-color:#909BA0;
}

.RefreshButton{
    padding-right: 8px;
	padding-top: 8px;
	height: 15px;
	width: 15px;
    float:right;    

}


.callLines{
    font-size:12px !important;
    overflow: hidden !important;
}

.news {
    position:relative;
    bottom:0px;
}


.EmergencyMessage
{
    border:none;
    font-family: Arial;
    font-size: 9pt;
    color: rgb(64, 64, 64);
}

.EfileStatusBox{
    width:16px;
    padding-right:4px;
    padding-top:4px;
}

.EfileStatusText{
    padding-top:4px;
    width:100%;
}

.EFileInfoImage{
    vertical-align:top;
    width:16px;
    padding-right:4px;
}

.IRISCallLabels{    
    width:125px;
}

.IRISCallSpans{
    margin-left:0px;
}

.PTPLabels{
    text-align:center;
    padding-right:50px;
}

.QueueHeading{
    width:280px;
}

.QueueHeadingNumbers{
    width:100px;
}

.EfileText{
    padding-bottom:3px;
}



.twitter h2 {
  clear:both;
}
.twitter p, a {
  font-size:9pt;
  color:#3d3d3d;
}
.twittera:hover {
  color:#82afff;
}
.twitter ul
{
    padding:0;
    margin:0;
}

.twitter ul li {
  list-style:none;
  overflow:hidden;
  padding:5px;
}
.twitter ul li:hover {
  background-color:#f0f3fb;
}
.twitter .user, .tweet, .timePosted {
  float:left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.twitter .user {
  width:29%;
  clear:left;
}
.twitter .tweet {
  width:100%;
  margin:0px;
}
.twitter .timePosted {
  clear:both;
  width:100%;
}
.twitter .user span span {
  width:100px;
  margin-top:10px;
}
.twitter .user img, .user a > span {
  float:left;
}
.twitter .user a > span {
  margin-left:5px;
  display:none;
  display:block;
}

 .left {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.right {
    margin-left: 50%;
    margin-bottom: 5px;
}

.resourceHeader{
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  color: #069;
}
#EFiledivFrameHolder {
    padding:5px;
}
/*collapsible headers* */
.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s
  {
    margin-top:5px;
    float:left;
}

#contactUsAcc.ui-accordion .ui-accordion-header {
    padding:0px 0px 0px 0px ;
    margin:0px;
    margin-top:0px ;
    border-bottom: none;
}

#contactUsAcc.ui-accordion .ui-accordion-content {
    padding:0px 0px 0px 0px ;
    font-family: Arial;
    font-size: 9pt;
    color: #404040;
}

#contactUsAcc .ui-state-hover, 
#contactUsAcc .ui-state-default,
#contactUsAcc .ui-state-active,
#contactUsAcc .ui-widget-content {
    border:none;
}
#contactUsAcc .ui-icon 
{
    background-image: url(images/ui-icons_666666_256x240.png);
}

.logMeIn {
	background-image: url('../images/rescueLogMeIn.png');
	height: 26px;
	width: 156px;
	margin-top: 5px;
	margin-right: 18px;
	float: right;
}

	.logMeIn:hover {
		background-image: url('../images/rescueLogMeIn_selected.png');
		height: 26px;
		width: 156px;
		margin-top: 5px;
		margin-right: 18px;
		float: right;
	}
