/**********CRB iPhone Stylesheet**********/

/*****GENERAL LAYOUT*****/

img {
    border: 0;
}

html, body {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-weight: lighter;
    height: 100%;
    width: 100%;
}
input, select, textarea {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    padding-left: 3px;
    font-size: 1em;
}
table, tr, td {
    vertical-align: top;
} 

#loginbox {
    box-shadow: 4px 4px 10px 4px #CCCCCC;
    margin: auto;
    width: 75%;
    padding: 20px;
    font-size: 18px;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
}
#loginform {
    width: 80%;
    font-size: 16px;
    padding-left: 10px;
}
#loginform input {
    font-size: 16px;
    height: 100%;
    width: 100%;
}
#disclaimer {
    font-size: 11px;
}
#content {
    position: relative;
    width: 98%;
    height: 100%;
    margin: auto;
}
#bannerV {
    width: 95%;
    margin: auto;
    position: relative;
    background: url("../images/bannerbg.gif") repeat;
    margin-top: 15px;
    height: 60px;
    font-size: 30px;
    color: #666;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    padding: 10px 0px 10px 10px;
    cursor: pointer;
}
#bannerV img {
    width: 50px;
    padding-top: 10px;
}
#bannerW {
    padding: 10px 0px 0px 20px;
    float: left;
    white-space:nowrap;
    overflow: hidden;
    max-width: 275px;
}
#bannerX {
    margin: auto;
    margin-top: 15px;
    height: 80px;
    font-size: 18px;
    color: #666;
    padding: 0px;
    cursor: pointer;
    width: 95%;
    position: relative;
    background: url("../images/bannerbg.gif") repeat;
}
#bannerX a:link, #bannerX a:visited {
    text-decoration: none;
    color: #666;
}
#bannerX a:active, #bannerX a:hover {
    text-decoration: none;
    color: #4978c0;
}
#bannerXB {
    margin: auto;
    margin-top: 15px;
    font-size: 18px;
    color: #666;
    padding: 0px;
    cursor: pointer;
    width: 95%;
    position: relative;
    background: url("../images/bannerbg.gif") repeat;
    display: block;
}
#bannerXB a:link, #bannerXB a:visited {
    text-decoration: none;
    color: #666;
}
#bannerXB a:active, #bannerXB a:hover {
    text-decoration: none;
    color: #4978c0;
}
#bannerXW {
    padding: 5px 0px 0px 5px;
    float: left;
    white-space:nowrap;
    overflow: hidden;
    max-width: 175px;
}
#bannerXR {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 90%;
    background: url("../images/bannerbg.gif") repeat;
}
#bannerXQ {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url("../images/bannerbg.gif") repeat;
    text-align: right;
}
#footer {
    height: 60px;
    color: #666;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    padding: 5px 5px 5px 20px;
}
#footer-big {
    height: 60px;
    color: #666;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
}
#footer img, #footer-big img {
    padding: 0px 8px;
    height: 50px;
    width: 50px;
}

#search_bar {
    height: 50px;
    background-color: #efefef;
    border: 1px solid #cccccc;
    border-radius: 15px;
    margin-top: 15px;
}
#search_field {
    background: transparent;
    font-style: italic;
    font-size: 20px;
    border: 0px;
    color: #999;
    width: 95%;
    margin-top: 5px;
}
#search_inner {
    font-style: italic;
    font-size: 20px;
    border: 0px;
    color: #999;
    width: 95%;
    margin-top: 10px;
    margin-left: 10px;
}
#search_quote {
    display: none;
    border: 2px solid #0065A4;
    width: 280px;
    position: absolute;
    top: 60px;
    left: 0px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    padding: 10px;
    font-size: 14px;
}
#search_quote input {
    font-size: 14px;
}
#search_quote td {
    text-align: left;
}


.slideout-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #3A8DD8;
    z-index: 100;
}
.slideout-menu h3 {
	position: relative;
	padding: 6px 5px;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	border-bottom: 4px solid #FFF;
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 0px;
	right: 5px;
	display: inline-block;
	padding: 3px 3px 0px;
	font-weight: bold;
	line-height: 1;
	background: #3A8DD8;
	color: #FFF;
        font-size: 1.5em;
	text-decoration: none;
	vertical-align: top;
}
.slideout-menu .slideout-menu-toggle:hover {
	color: #3A8DD8;
        background-color: #FFF;
}
.slideout-menu ul {
	list-style: none;
	font-weight: 300;
}
.slideout-menu ul li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
        font-size: 1.25em;
}
.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}
.slideout-menu ul li a:hover {
	background: #FFF;
	color: #3A8DD8;
}
.slideout-menu ul li a i {
	position: absolute;
	top: 8px;
	right: 5px;
	opacity: .5;
}
.con_image {
    height: 80px;
}
.con_detail {
    background-color: #F3F3F4;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #dddddd;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 60px;
    letter-spacing: -1px;
    
}
.con_detail input {
    font-size: 14px;
}
#del_contact {
    display: none;
    border: 2px solid #0065A4;
    width: 250px;
    height: 100px;
    position: absolute;
    top: 60px;
    left: 25px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    padding: 10px;
}
input[type=checkbox] {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.grid_detail2{
    border: 1px solid #4978C0;
    min-width: 300px;
}
.grid_detail2 th {
    background-color: #4978C0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
.grid_detail2 td {
    font-size: 14px !important;
    height: 16px !important;
    background-color: #FFFFFF;
}
.bottomline {
    border-bottom: 1px solid #4978C0;
}
.activity-window {
    position: fixed;
    left: 100;
    bottom: -500px;
    height: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    padding: 5px;
    z-index: 99;
}
.activity-button {
    border-top: 1px solid #F3F3F4 !important;
    border-left: 1px solid #F3F3F4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #3A8DD8 !important;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-weight: bold;
    padding: 5px;
}
.invisible_select {
    border: 0px;
    background: transparent;
    width: 100%;
    font-size: 14px;
    text-align-last: right;
}
.invisible_select_header {
    border: 0px;
    background-color: #4978C0;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.invisible_date {
    border: 0px;
    background: transparent;
    width: 100%;
    font-size: 14px;
}
.option_right {
    direction: rtl;
}

/*****SEARCH GRIDS*****/
.search_header {
    width: 100%;
    background-color: #4978C0;
    color: #FFFFFF;
    font-size: 30px;
    -moz-box-shadow: 4px 0px 10px 2px #CCCCCC;
    -webkit-box-shadow: 4px 0px 10px 2px #CCCCCC;
    box-shadow: 4px 0px 10px 2px #CCCCCC;
}
.search_header select {
    font-family: Verdana, Arial, sans-serif;
    width: 300px;
    font-size: 14px;
}
.search_grid {
    background-color: #F3F3F4;
    width: 100%;
    overflow: auto;
    border-right: 1px solid #0065A4;
    -moz-box-shadow: 4px 4px 10px 2px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 2px #CCCCCC;
    box-shadow: 4px 4px 10px 2px #CCCCCC;
}
.search_grid th {
    font-weight: bold;
    color: #0065A4;
    text-align: left;
    padding: 0px 0px 0px 5px;
    font-size: 16px;
    vertical-align: middle;
}
.grid_detail:hover {
    background-color: #4978C0;
    color: #FFFFFF;
    cursor: pointer;
}
.grid_detail a:link, .grid_detail a:visited {
    text-decoration: none;
    color: inherit;
    display: block;
}
.grid_detail a:active, .grid_detail a:hover {
    text-decoration: none;
    color: inherit;
}
.grid_detail input {
    background-color: transparent;
    width: 95% !important;
}
.activityDetail {
    border: 3px solid #0065A4;
    border-style: inset;
    background-color: #FFFFFF;
}

.Open {
    background-color: #fcefa1;
}
.search_grid td {
    border-top: 1px solid #0065A4;
    border-left: 1px solid #0065A4;
    padding-left: 5px;
    height: 40px;
    font-size: 16px;
    vertical-align: middle;
}
.search_grid input {
    border: 1px solid #dddddd;
    width: 97%;
    font-size: 14px;
}
.grid_right {
    padding: 0px !important;
    border-left: 1px solid #0065A4;
    cursor: pointer;
    text-align: center;
}
.grid_email {
    border-top: 1px solid #F3F3F4 !important;
    padding: 0px !important;
    border-left: 1px solid #0065A4;
    cursor: pointer;
}
.grid_email img {
    display: block;
    height: 100%;
}
.grid_button {
    border-top: 1px solid #F3F3F4 !important;
    padding: 0px !important;
    border-left: 1px solid #0065A4;
    background-color: #4978C0 !important;
    cursor: pointer;
}
.container {
    border: none;
    padding: 2px;
    height: 30px;
}

/*****BUTTONS*****/
.button1 {
    color: #ffffff;
    border: 0;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    background-color: #0065A4;
    padding: 5px;
    cursor: pointer;
}
.button2 {
    width: 100px;
    white-space: normal;
}
.nobutton {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*****DATE PICKER*****/
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
        background: #ffffff;
        border: 1px solid #aaaaaa;
        color: #222222;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
        background: #cccccc;
        border: 1px solid #aaaaaa;
        color: #222222;
        font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
        overflow: hidden;
        color: transparent;
}
.ui-datepicker-next .ui-icon  {
    background:url("../images/next.gif"); 
}
.ui-datepicker-prev .ui-icon  {
    background:url("../images/prev.gif"); 
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
        color: transparent;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
        color: transparent;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
        color: transparent;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
        color: transparent;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
        
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
        border: 1px solid #d3d3d3;
        background: #e6e6e6;
}
.ui-datepicker td a:hover {
    background: #dadada;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/*****CHAT BAR*****/
#chatbar_head {
    width: 100%;
    height: 40px;
    background-color: #4978C0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffffff;
    z-index: 2;
}
#chatbar_head select {
    width: 95%;
    padding: 2px 30px 2px 2px;
    border: none;
    color: #ffffff;
    background-color: #4978C0;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 20px;
    position: absolute;
    top: 2px;
}
#chatbar_dtl {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 95%;
    overflow: auto;
    font-size: 13px;
    display: block;
    background-color: #fff;
}
.bubble {
    position: relative;
    min-height: 100px;
    padding: 5px;
    background: #ecf1f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ecf1f9;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 12px;
}
.commentbox {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 140px;
}
.commentbox2 {
    font-size: 12px;
    border-bottom: 1px solid #0065A4;
}
.postbox {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    width: 95%;
}

.delete_image {
    position: absolute;
    right: 2px;
    bottom: 5px;
}
.sm_profile {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.med_profile {
    width: 75px;
    height: 75px;
    margin-top: 15px;
}

/*****MISCELLANEOUS*****/
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center !important;
}
.none {
    display: none;
}
.block {
    display: block;
}
.fixed {
    table-layout: fixed;
}
.fleft {
    float: left;
}
.nopad {
    padding: 0;
}
.blue {
    color: #0065A4;
}
.blue a:link, .blue a:visited {
    color: #0065A4;
    text-decoration: none;
}
.blue a:active, .blue a:hover {
    color: #E6A513;
    text-decoration: none;
}
.blue_underline {
    border-bottom: 2px solid #4978C0; 
    padding-top: 5px; 
}
.gold {
    color: #E6A513;
}
.black {
    color: #000000;
}
.black a:link, .black a:visited {
    color: #000000;
    text-decoration: none;
}
.black a:active, .black a:hover {
    color: #0065A4;
    text-decoration: none;
    font-weight: bolder;
}
.gray {
    color: #666666;
}
.gray a:link, .gray a:visited {
    color: #666666;
    text-decoration: none;
}
.gray a:active, .gray a:hover {
    color: #666666;
    text-decoration: none;
    font-weight: bolder;
}
.red {
    background-color: red;
    color: #ffffff;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.squish1 {
    letter-spacing: -1px;
}
.squish2 {
    letter-spacing: -2px;
}
.number{
    text-align: right;
    width: 100px;
}
.number2{
    text-align: right;
    width: 92px;
}
.h0 {
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.h10 {
    height: 10px;
}
.h25 {
    height: 20px;
    padding-top: 5px;
}
.s10 {
    font-size: 10px;
}
.s12 {
    font-size: 12px !important;
}
.s14 {
    font-size: 14px;
}
.s20 {
    font-size: 20px !important;
}
.s24 {
    font-size: 24px;
}
.s30 {
    font-size: 30px;
}
.s60 {
    font-size: 60px;
}
.w30 {
    width: 30px !important;
}
.w50p {
    width: 50%;
}
.w80 {
    width: 80px !important;
}
.w100s {
    width: calc(100% - 250px);
    width: 85%\9;
}
.w100s20 {
    width: calc(100% - 10px);
    width: 95%\9;
}
.w100p {
    width: 100%;
}
.w100 {
    width: 100px;
}
.w180 {
    width: 180px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}
.mb5{
    margin-bottom: 5px;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pt10 {
    padding-top:10px;
}
.error {
    border:ridge;
    border-color:#FF0000;
    border-width:1px;
    background:#FFCCCC;
    font-size:13px;
    padding:5px;
    margin: 14px 0px;
}
#file1, #file2, #file_chat {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
#Attach1, #Attach2, .Attach_Chat {
    cursor: pointer;
}


/*****JQUERY BASE *****/


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-weight: lighter;
    font-size: 1em;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-autocomplete {
    background-color: #ffffff;
    border: 1px solid #666666;
    list-style-type: none;
    display: block;
    padding: 2px;
    width: 75px;
}
.ui-autocomplete.source:hover {
    background-color: #BBC4E4;
}

.ui-tooltip {
    border: 1px solid #4978c0;
    background: #fcefa1;
    width: 200px;
    padding: 3px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
 


/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    
    color: #555555;
    font-weight: normal;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    cursor: pointer;
    color: #212121;
    font-weight: normal;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: transparent;
    color: #212121;
    font-weight: normal;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-helper-hidden-accessible { display:none; }

/* Interaction Cues
----------------------------------*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbf9ee /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
    border: 1px solid #fcefa1/*{borderColorHighlight}*/;
    color: #363636/*{fcHighlight}*/;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fef1ec /*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
    border: 1px solid #cd0a0a/*{borderColorError}*/;
    color: #cd0a0a/*{fcError}*/;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: normal;
    opacity: .7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
    border-top-left-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
    border-top-right-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    border-bottom-left-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
.existingRepair {
    display: none;
    border: 5px solid #0065A4;
    position: absolute;
    top: 200px;
    padding:20px; 
    width:800px; 
    vertical-align:middle; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    padding: 5px;
    z-index: 5;
}

ul.pagination {
    text-align:center;
    color:#3A8DD8;
    padding: 0px;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#3A8DD8;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #3A8DD8;
    text-decoration:none;
}
ul.pagination a:hover,
ul.pagination a.current {
    background:#3A8DD8;
    color:#fff;
}