/**********CRB Base Stylesheet**********/

/*****GENERAL LAYOUT*****/
img {
    border: 0;
}

html, body {
    font-family: Verdana, Arial, sans-serif;
    height: 100%;
    width: 100%;
    background: #fff;
}
input, select, textarea {
    font-family: Verdana, Arial, sans-serif;
    padding-left: 3px;
}
table, tr, td {
    vertical-align: top;
} 

#loginBox {
    box-shadow: 4px 4px 10px 4px #CCCCCC;
    margin: 100px auto;
    width: 440px;
    padding: 20px 50px;
    font-size: 28px;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
    background: #fff;
}
#loginform {
    width: 80%;
    font-size: 16px;
    padding-left: 10px;
}
#loginform input {
    font-size: 16px;
    height: 100%;
    width: 100%;
}
#disclaimer {
    font-size: 11px;
}
#banner {
    width: 95%;
    height: 100px;
    margin: auto;
    padding: 0px;
    position: relative;
    background: url("../images/bannerbg.gif") repeat;
}
#bannerL {
    position: absolute;
    width: 50%;
    height: 100px;
    left: 0;
    top: 0;
}
#bannerR {
    position: absolute;
    width: 300px;
    height: 80px;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #0065A4;
    font-weight: lighter;
}
#content {
    position: relative;
    width: 95%;
    height: 100%;
    margin: auto;
}
#center_content {
    position: absolute;
    left: 200px;
    right: 300px;
    top: 40px;
    padding: 0px 10px;
}
.sm_profile {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.med_profile {
    width: 75px;
    height: 75px;
    margin-top: 15px;
}
#profilepic {
    width: 75px;
    height: 75px;
}

.notbox {
    position: absolute;
    top: 30px;
    left: -5px;
    background-color: red;
    color: #FFF;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#notifications {
    display: none;
    background-color: #fff;
    font-size: 12px;
    width: 250px;
    border: 1px solid #4978c0;
    position: absolute;
    top: 40px;
    padding: 10px;
    z-index: 2;
}
#notifications a {
    text-decoration: none;
    color: #000;
}
.notdtl {
    border-bottom: 1px solid #4978c0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.notdtl:hover {
    background-color: #ecf1f9;
}

/*****MENUS*****/
#menubar_max {
    width: 200px;
    background: url("../images/bannerbg.gif") repeat;
    position: absolute;
    left: 0;
    margin-top: 30px;
}
#menubar_max ul {
    line-height: 150%;
    list-style-type: none;
    padding: 0;
}
#menubar_mini {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    background: url("../images/bannerbg.gif") repeat;
    position: absolute;
    left: -375px;
    top: 405px;
    height: 30px;
    width: 800px;
    padding-bottom: 20px;
    line-height: 25%;
}
#menubar_mini ul {
    list-style-type: none;
    padding-top: 20px;
    text-align: center;
}
#menubar_mini li {
    display: inline;
    padding-right: 20px;
}
#menubar_mini a:link, #menubar_mini a:visited {
    text-decoration: none;
    color: #000000;
}
#menubar_mini a:active, #menubar_mini a:hover {
    text-decoration: none;
    color: #0065A4;
}
#menubar {
    width: 150px;
    height: 1px;
    background-color: #0065A4;
    margin: auto;
}
#menubar_button1 {
    width: 20px;
    height: 100px;
    position: absolute;
    top: 370px;
    left: 0px;
    right: 0;
    background: url("../images/arrow1.gif");
}
#menubar_button2 {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 350px;
    right: 0;
    background: url("../images/arrow2.gif");
}
.top_menu li {
    padding-left: 40px;
}
.submenu, .submenuF {
    margin: 0;
    padding: 0;
    font-size: 11px;
}
.submenu li {
    padding: 5px 10px;
    margin: 0;
}
.submenuF li {
    padding: 2px 10px;
    margin: 0;
}
.submenu a:link, .submenu a:visited, .submenuF a:link, .submenuF a:visited {
    text-decoration: none;
    color: #000000;
    display: block;
}
.submenu a:active, .submenu a:hover, .submenuF a:active, .submenuF a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.submenu li:hover, .submenuF li:hover  {
    background-color: #4978C0;
}
.menu_links li {
    padding-left: 40px;
}
.menu_links a:link, .menu_links a:visited {
    text-decoration: none;
    color: #000000;
    display: block;
}
.menu_links a:active, .menu_links a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.menu_links li:hover {
    background-color: #4978C0;
}

/*****CHAT BAR*****/
#chatbar_head {
    width: 300px;
    height: 40px;
    background-color: #4978C0;
    position: absolute;
    right: 0;
    overflow: hidden;
    color: #ffffff;
}
#chatbar_head select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 330px;
    padding: 2px 30px 2px 2px;
    border: none;
    color: #ffffff;
    background-color: #4978C0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    position: absolute;
    top: 0px;
}
#chatbar_dtl {
    position: absolute;
    right: 0px;
    top: 40px;
    height: 100%;
    width: 300px;
    overflow: auto;
    font-size: 12px;
    border: 1px solid #0065A4;
    display: block;
    background-color: #fff;
}
span.stretch {
    font-size: 18px;
    margin: 0px 10px;
    display:inline-block;
    transform:scale(2,1); 
    -webkit-transform:scale(2,1); 
    -moz-transform:scale(2,1); 
    -ms-transform:scale(2,1); 
    -o-transform:scale(2,1); 
}
.bubble {
    position: relative;
    width: 180px;
    min-height: 120px;
    padding: 5px;
    background: #ecf1f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 0px;
    overflow: hidden;
}
.commentbox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 135px;
}
.commentbox2 {
    font-size: 11px;
    border-bottom: 1px solid #0065A4;
}
.postbox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 260px;
}
.postbox_big {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    width: calc(100% - 250px);
    width: 85%\9;
}
.postbox100s20 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    width: calc(100% - 20px);
    width: 85%\9;
}
.postbox100s50 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    width: calc(100% - 50px);
    width: 85%\9;
}
.delete_image {
    position: absolute;
    right: 2px;
    bottom: 5px;
    display: inline;
    
}
.delete_link {
    display: inline-block;
}
.delete_link img {
    text-align: right;
}

/*****HOME PAGE WIDGETS*****/
#widgetgrid {
    list-style-type: none;
    position: absolute;
    left: 10px;
    right: 10px;
}
#widgetgrid li {
    margin: 0px 20px 40px 20px; 
    float: left; 
    width: 1000px; 
    height: 600px; 
    font-size: 16px; 
    background: #F1F1F2;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
}
.widget_title {
    width: 990px;
    background-color: #4978C0;
    height: 30px;
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 5px;
}
.widget_table_1 {
    table-layout: fixed;
    background-color: #FFF;
    margin-top: 10px;
    border: 2px solid #000;
}
.widget_td_1, .widget_table_1 th{
    background-color: #A9A9A9;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.widget_table_1 th, .widget_table_2 th{
    text-align: center;
}
.widget_table_2 {
    table-layout: fixed;
    background-color: #ecf1f9;
    margin-top: 10px;
    border: 2px solid #4978C0;
}
.widget_td_2, .widget_table_2 th{
    background-color: #4978C0;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.widget_table_1 input[type=text]{
    width: 95%;
}
.widget_table_2 input[type=text]{
    width: 95%;
    border: 1px solid #4978C0;
}

/*****TOOLS WIDGETS*****/
#toolgrid {
    list-style-type: none;
    position: absolute;
    left: 10px;
    right: 10px;
}
.toolnorm {
    position: relative;
    margin: 0px 20px 40px 20px; 
    float: left; 
    width: 200px; 
    height: 280px; 
    font-size: 15px; 
    background: #F1F1F2;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
    text-align: center;
}
.toolfave {
    position: relative;
    margin: 0px 20px 40px 20px; 
    float: left; 
    width: 680px; 
    height: 400px; 
    font-size: 15px; 
    background: #F1F1F2;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
}
.toolfave table {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}
.toolsearch {
    margin: 0px 20px 40px 20px; 
    width: 680px; 
    height: 800px;
    font-size: 15px; 
    background: #F1F1F2;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
}
.toolsearch table {
    font-size: 13px;
    table-layout: fixed;
}
.tool_title {
    width: 190px;
    background-color: #4978C0;
    height: 25px;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
}
.tool_title2 {
    width: 670px;
    background-color: #4978C0;
    height: 30px;
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}
.tool_title2 img {
    position: absolute;
    bottom: 0px;
}
.clear {
    clear: both;
}
.tool_search {
    border: 1px solid #CCCCCC;
    width: 194px;
    height: 20px;
    background-color: #F1F1F2;
    position: absolute;
    bottom: 2px;
    left: 2px;
}
.tool_search2 {
    border: 1px solid #CCCCCC;
    width: 194px;
    height: 20px;
    background-color: #BBC4E4;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.tool_search input[type=text], .tool_search2 input[type=text]{
    border: 0;
    background-color: transparent;
    font-style: italic;
    font-color: #666666;
    font-size: 13px !important;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
}
.tool_search input[type=image], .tool_search2 input[type=image]{
    border: 0;
    position: absolute;
    top: 1px;
    right: 1px;
}
#uploadbox {
    border: 5px solid #0065A4;
    position: absolute;
    left: 200px;
    top: 200px;
    -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:4;
}
.upload_button {
    margin: 0px 20px 40px 20px; 
    padding: 5px 0px 5px 10px;
    clear: both;
    width: 190px; 
    color: #FFFFFF;
    font-size: 16px;
    background-color: #4978C0;
    cursor: pointer;
    -moz-box-shadow: 4px 4px 10px 4px #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px 4px #CCCCCC;
    box-shadow: 4px 4px 10px 4px #CCCCCC;
}

/*****GRID SETTINGS*****/
#tablegrid1, #tablegrid2, #tablegrid1b, #tablegrid2b {
    border: 1px solid #4978c0;
    width: 400px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}
#tablegrid1 li, #tablegrid2 li, #tablegrid1b li, #tablegrid2b li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1em;
    border: 2px groove #4978C0;
    background: #ECF1F9;
    width: 380px;
    cursor: pointer;
  }

/*****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;
}
.grid_last {
    border-right: 1px solid #0065A4;
}
.grid_detail2 th {
    background-color: #4978C0;
    color: #FFFFFF;
    font-size: 12px;
}
.grid_detail2 td {
    font-size: 12px !important;
    height: 16px !important;
    background-color: #FFFFFF;
}
.grid_detail2 div {
    display: none;
}
.grid_detail3 th {
    background-color: #0065A4;
    color: #FFFFFF;
    font-size: 12px;
}
.grid_detail3 td {
    font-size: 12px !important;
    height: 16px !important;
}

.grid_detail4:hover {
    background-color: #4978c0;
    color: #FFFFFF !important;
    cursor: pointer;
}
.grid_detail4 a:link, .grid_detail4 a:visited {
    text-decoration: none;
    color: inherit;
    display: block;
}
.grid_detail4 a:active, .grid_detail4 a:hover {
    text-decoration: none;
    color: #FFFFFF !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;
}
ul.pagination {
    text-align:center;
    color:#4978C0;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#0065A4;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #4978C0;
    text-decoration:none;
}
ul.pagination a:hover,
ul.pagination a.current {
    background:#4978C0;
    color:#fff;
}
.pagin_container {
    position: absolute;
    bottom: 50px;
    width: 680px;
}

/*****DETAIL SCREENS*****/
.detail {
    width: 100%;
}
.detail select {
    font-size: 14px;
}
.detail_header {
    background: rgb(0,71,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,71,153,1) 0%, rgba(95,133,191,1) 50%, rgba(73,120,192,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,71,153,1)), color-stop(50%,rgba(95,133,191,1)), color-stop(100%,rgba(73,120,192,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,71,153,1) 0%,rgba(95,133,191,1) 50%,rgba(73,120,192,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,71,153,1) 0%,rgba(95,133,191,1) 50%,rgba(73,120,192,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,71,153,1) 0%,rgba(95,133,191,1) 50%,rgba(73,120,192,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,71,153,1) 0%,rgba(95,133,191,1) 50%,rgba(73,120,192,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004799', endColorstr='#4978c0',GradientType=0 ); /* IE6-9 */

}
.detail_header td {
    padding: 10px 10px 5px 10px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
}
.chart1 {
    width: 250px;
    text-align: center;
    padding: 0px 5px;
    background-color: #4978c0;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 160px;
    display: block;
    overflow: auto;
}
.chart2 {
    width: 250px;
    text-align: center;
    padding: 5px 5px;
    background-color: #4978c0;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 400px;
    display: block;
    overflow: auto;
}
.chart3 {
    width: 250px;
    text-align: center;
    padding: 5px 5px;
    background-color: #4978c0;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 437px;
    display: block;
    overflow: auto;
}
.chart1b {
    width: 250px;
    text-align: center;
    padding: 5px 5px;
    background-color: #4978c0;
    color: #FFFFFF;
    display: block;
    overflow: auto;
}
.chart2b {
    width: 250px;
    text-align: center;
    padding: 5px 5px;
    background-color: #4978c0;
    color: #FFFFFF;
    display: block;
    overflow: auto;
}
.chart3b {
    width: 250px;
    text-align: center;
    padding: 5px 5px;
    background-color: #4978c0;
    color: #FFFFFF;
    display: block;
    overflow: auto;
}
.accordion {
    margin-left: 20px;
}
.accordion2 {
    margin-left: 0px;
    text-align: left;
}
.accordion h3 , .accordion2 h3{
    width: 90%;
    color: #0065A4;
    border-bottom: 2px solid #0065A4;
    font-family: Verdana, Arial, sans-serif;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-icon.arrowup {
    background:url("../images/arrowdown.gif") no-repeat;
    background-size:15px;
    width:15px;
    height:15px;
}
.ui-icon.arrowdown {
    background:url("../images/arrowup.gif") no-repeat;
    background-size:15px;
    width:15px;
    height:15px;
}
.ui-icon.arrowup2 {
    background:url("../images/arrowdown2.gif") no-repeat;
    background-size:15px;
    width:15px;
    height:15px;
}
.ui-icon.arrowdown2 {
    background:url("../images/arrowup2.gif") no-repeat;
    background-size:15px;
    width:15px;
    height:15px;
}
.note {
    width: calc(100% - 250px);
    width: 85%\9;
    padding: 10px 5px;
    background: #ecf1f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0px;
    
}
.note100s20 {
    width: calc(100% - 20px);
    width: 85%\9;
    padding: 10px 5px;
    background: #ecf1f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0px;
    
}
.note100s50 {
    width: calc(100% - 50px);
    width: 85%\9;
    padding: 10px 5px;
    background: #ecf1f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0px;
    
}
#del_acct {
    display: none;
    border: 5px solid #0065A4;
    width: 300px;
    position: absolute;
    left: 525px;
    top: 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: 5px;
}
#del_contact, #del_asset {
    display: none;
    border: 5px solid #0065A4;
    width: 300px;
    height: 75px;
    position: absolute;
    top: 120px;
    left: 700px;
    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;
}
.upd_quote {
    display: none;
    color: #000000;
    border: 5px solid #0065A4;
    width: 300px;
    height: 160px;
    position: absolute;
    top: 120px;
    left: 700px;
    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;
}
.upd_quote td {
    border: 0px !important;
}
.invisible_select {
    border: 0px;
    background: transparent;
    width: 90%;
    font-size: 16px;
    text-align-last: right;
}
.option_right {
    direction: rtl;
}
.dupe_win{
    border: 5px solid #0065A4;
    width: 500px;
    position: absolute;
    left: 200px;
    top: 60px;
    -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: 1;
}

.con_tag {
    background-color: #F3F3F4;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px 0px 10px;
    color: #000000;
    font-weight: normal;
    cursor: pointer;
}
.con_tag a:link, .con_tag a:visited {
    color: #000000;
    text-decoration: none;
}
.con_tag a:active, .con_tag a:hover {
    color: #0065A4;
    text-decoration: none;
}
.con_buttons {
    background-color: #F3F3F4;
    vertical-align: bottom;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}
.con_selected {
    background-color: #0179C2;
    border-bottom: 1px solid #dddddd;
}
.con_image {
    border-bottom: 1px solid #dddddd;
    margin: 0px;
    padding: 0px;
    background-color: #F3F3F4;
}
.con_images {
    margin: 0px;
    padding: 0px;
    display: block;
}
.con_detail {
    background-color: #F3F3F4;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    width: 900px;
}
.con_detail input {
    font-size: 13px;
}
.asset_detail {
    background-color: #F3F3F4;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    width: 600px;
}
.asset_detail input, .asset_detail td {
    font-size: 14px;
}

/*****REPAIR FORM*****/
#repairForm {
    background: url("../images/bannerbg.gif") repeat;
    font-family:Calibri, Arial, sans-serif; 
    text-align:left; 
    font-size:16px; 
    padding:20px; 
    width:800px; 
    vertical-align:middle; 
    text-align: center;
    margin:auto; 
    margin-top:20px; 
    height:auto;
}

#repairForm select {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    padding-left: 5px;
    width: 160px;
}
#repairForm td {
    text-align: left;
}
#repairHeader {
    font-size:32px; 
}
.repairLabel {
    font-size: 18px;
    color: #333333;
}
.repairLongField {
    width: 100%;
    color: #666666;
    font-style: italic;
}
.repairLongField2 {
    width: 100%;
}
.repairSection {
    border-bottom: 1px solid #666666;
    font-size: 20px;
    color: #333333;
}
.pRTable2 input[type='text'] {
    font-size: 14px;
    width: 115px;
    margin: 0px;
    padding: 0px 5px;
}
.pRTable2 select, .pRTable3 select {
    width: 115px !important;
}
.pRTable2 th, .pRTable3 th, .pRTable4 th {
    font-family: Calibri, Arial; 
    font-size: 15px;
    font-weight: bold;
    background-color: #cccccc;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    vertical-align: middle;
}
.pRTable2 td, .pRTable3 td, .pRTable4 td {
    padding: 0px;
    margin: 0px;
}
.pRTable3 input[type='text'] {
    font-size: 14px;
    width: 90px;
    margin: 0px;
    padding: 0px 5px;
}
.pRTable4 input[type='text'] {
    font-size: 14px;
    width: 75px;
    margin: 0px;
    padding: 0px 5px;
}
.pR3big {
    width: 175px !important;
}

/*****LANDSCAPE FORM*****/
#lForm {
    background: url("../images/bannerbg.gif") repeat;
    font-family:Calibri, Arial, sans-serif; 
    padding:20px; 
    width:1200px;
    vertical-align:middle; 
    text-align: center;    
    margin:auto;      
    margin-top:20px;
    height:auto;
    position: relative;
}
#lFormHeader {
    font-size: 40px;
    width: 925px;
    float: left;
    text-align: center;
    height: 50px;
}
#lFormHeader img {
    height: 50px;
    margin-right: 20px;
}
.lFormID {
    border: 1px solid #999;
    padding: 5px;
    font-size: 30px;
    font-weight: normal;
    margin-top:10px;
    height: 40px;
    float: left;
}
.lFormID input{
    font-size: 20px;
    height: 30px;
    width: 130px;
    text-align: right;
    padding-right: 5px;
    font-family: Calibri, Arial, sans-serif;
}
.lFormField, .lFormField2 {
    text-align: left;
    padding: 5px;
    border: 1px solid #666;
    font-size: 14px;
    background: #F3F5FA;
    height: 45px;
}
.lFormField3 {
    text-align: left;
    padding: 5px;
    border: 1px solid #666;
    font-size: 14px;
    background: #F3F5FA;
    height: 102px;
}
.lFormField4 {
    text-align: left;
    padding: 5px;
    border: 1px solid #666;
    font-size: 14px;
    background: #F3F5FA;
}
.lFormField5 {
    text-align: center;
    padding: 5px;
    border: 1px solid #666;
    font-size: 14px;
    background: #F3F5FA;    
}
.lFormField input, .lFormField4 textarea, .lFormField5 textarea {
    width: calc(100% - 10px);
    font-size: 18px;
    font-family: Calibri, Arial, sans-serif;
}
.lFormField2 input {
    height: 18px;
    width: 18px;
}

.lFormField3 textarea {
    width: calc(100% - 10px);
    height: 85px;
    font-size: 18px;
    font-family: Calibri, Arial, sans-serif;
}
.lFormLabel {
    border: 1px solid #666;
    background: #E0E4F3;
    font-size: 14px;    
    text-align: center;
    position: absolute;
    height: 20px;
}
#lFormSignature {
    visibility: hidden;
    position: absolute;
    top: 850px;
    left: 400px;
    background: url("../images/bannerbg.gif") repeat;
    border: 1px solid #0065A4;
    width: 800px;
}
/*****TABS*****/
.tabrow {
    list-style: none;
    margin: 20px 0px;
    padding: 0 5px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #E0E4F3;
    background: -o-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: -ms-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: -moz-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: -webkit-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.tabrow a {
    color: #555;
    text-decoration: none;
}
.tabrow li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
.tabrow2 {
    list-style: none;
    margin: 20px 0px;
    padding: 0 5px;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
}
.tabrow2 li {
    border: 1px solid #AAA;
    background: #E0E4F3;
    background: -o-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: -ms-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: -moz-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: -webkit-linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    background: linear-gradient(top, #E0E4F3 50%, #BBC4E4 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.tabrow2 a {
    color: #555;
    text-decoration: none;
}
.tabrow2 li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow2:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow2 li:before,
.tabrow2 li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow2 li:before {
    left: -6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow2 li:after {
    right: -6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow2 li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow2 li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}
.tabbuttons {
    border-bottom: 1px solid #AAA;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    height: 45px;
    overflow: hidden;
    position: relative;
}
.tabbuttons li {
    display: inline-block;
    padding: 5px;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
}
.tablinks {
    cursor: pointer;
}

/*****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;
}
.button3 {
    color: #ffffff;
    border: 0px !important;
    background-color: #4978c0 !important;
    cursor: pointer;
}
.button4 {
    cursor: pointer;
    border-radius: 25px;
    padding: 5px 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 10px;
}
.button4s {
    cursor: pointer;
    border-radius: 22px;
    padding: 3px 8px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 8px;
}
.button5 {
    font-size: 14px;
    background-color: #a5b8da; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
    background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
    background-image: linear-gradient(to bottom, #a5b8da, #7089b3);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
}
.nobutton {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.greyButton {
    cursor:not-allowed;
    border-color: #808080;
    background-color: #A9A9A9;
    color: #fff;
}
/*****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;
}

/*****POP UP BOXES*****/
#add_money, #add_money_2, #contact_upload, #newActivity {
    display: none;
    border: 5px solid #0065A4;
    position: absolute;
    left: 200px;
    top: 60px;
    -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;
}
.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;
}
.existingRepair table {
    text-align: center;
    margin: auto;
}
.existingRepair th {
    font-family: Calibri, Arial; 
    font-size: 16px;
    font-weight: bold;
    background-color: #cccccc;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    vertical-align: middle;
}
.existingRepair td {
    font-family: Calibri, Arial; 
    font-size: 20px;
    padding: 5px;
    margin: 0px;
}
#conActivity2 {
    display: block;
    border: 5px solid #0065A4;
    position: absolute;
    left: 0px;
    top: 120px;
    -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: 6;
}
#conActivity {
    display: none;
    border: 5px solid #0065A4;
    position: absolute;
    left: 600px;
    top: 120px;
    -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: 6;
}
#cat_chart, #cat_chart2{
    display: none;
    border: 5px solid #FFFFFF;
    position: absolute;
    left: 200px;
    top: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #4978c0;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    padding: 5px;
    text-align: center;
}
.cat_chart2{
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 900px;
    height: 500px;
    margin: 75px, 20px, 20px, 40px;
}
#contact_upload {
    display: none;
    border: 5px solid #0065A4;
    position: absolute;
    left: 200px;
    top: 60px;
    -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:1;
    width: 600px;
    font-size: 12px;
}
#account_search, #account_search_2 {
    border: 5px solid #0065A4;
    position: absolute;
    left: 200px;
    top: 60px;
    -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:4;
}
#contactSearch1, #contactSearch2, #contactSearch3, #contactSearch4, #contactSearch5{
    display: none;
    border: 5px solid #FFFFFF;
    position: absolute;
    left: 200px;
    top: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #4978c0;
    box-shadow: 2px 2px 4px 2px #CCCCCC;
    padding: 5px;
    width: 400px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

/*****MISCELLANEOUS*****/
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center !important;
}
.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.none {
    display: none;
}
.block {
    display: block;
}
.fixed {
    table-layout: fixed;
}
.fleft {
    float: left;
}
.nopad {
    padding: 0;
}
.bold {
    font-weight: bold;
}
#mediaplayer {
    background-color: #4978C0;
    padding: 10px;
    margin-left: 20px;
    width: 720px;
}
.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;
}
.white {
    color: #FFFFFF;
}
.white a:link, .white a:visited {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.white a:active, .white a:hover {
    color: #E6A513;
    text-decoration: none;
    cursor: pointer;
}
.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;
}
.red2 {
    color: crimson;
}
.red3 {
    background-color: red;
}
.italic {
    font-style: italic;
}
.number{
    text-align: right;
    width: 100px;
}
.number2{
    text-align: right;
    width: 92px;
}
.f100 {
    height: 100px;
    width: 100px;
    margin: auto;
    display: inline-block;
}
.f150 {
    height: 150px;
    width: 150px;
    margin: auto;
    display: inline-block;
}
.h0 {
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.h10 {
    height: 10px;
}
.h20 {
    height: 20px;
}
.s10 {
    font-size: 10px;
}
.s12 {
    font-size: 12px;
}
.s14 {
    font-size: 14px;
}
.s16 {
    font-size: 16px !important;
}

.s20 {
    font-size: 20px !important;
}
.s24 {
    font-size: 24px;
}
.s30 {
    font-size: 30px;
}
.s60 {
    font-size: 60px;
}
.w10 {
    width: 10px;
}
.w20 {
    width: 20px;
}
.w30 {
    width: 30px;
}
.w50p {
    width: 50%;
}
.w75 {
    width: 75px;
}
.w100s {
    width: calc(100% - 250px);
    width: 85%\9;
}
.w100s20 {
    width: calc(100% - 20px);
    width: 85%\9;
}
.w100s50 {
    width: calc(100% - 50px);
    width: 85%\9;
}
.w100p {
    width: 100%;
}
.w100 {
    width: 100px;
}
.w150s {
    width: 148px;
}
.w150 {
    width: 150px !important;
}
.w170 {
    width: 169px;
}
.w200 {
    width: 200px !important;
}
.w250 {
    width: 250px !important;
}
.w270 {
    width: 270px !important;
}
.w350 {
    width: 350px !important;
}
.w420 {
    width: 420px;
}
.w500 {
    width: 500px;
}
.w630 {
    width: 624px;
}
.w1150 {
    width: 1135px;
}
.mb5 {
    margin-bottom:5px;
}
.mt8{
    margin-top:8px;
}
.m5 {
    margin-top:5px;
    margin-bottom:5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}
.p10 {
    padding: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pl10 {
    padding-left: 10px;
}
.pb9 {
    padding-bottom:9px;
}
.error {
    border:ridge;
    border-color:#FF0000;
    border-width:1px;
    background:#FFCCCC;
    font-size:12px;
    padding:5px;
    margin: 14px 0px;
}
.error0 {
    border:ridge;
    border-color:#FF0000;
    border-width:1px;
    background:#FFCCCC;
    font-size:12px;
    padding:5px;
    margin: 2px 0px;
    vertical-align: top;
    display: table-cell;
}
.error1 {
    border:ridge;
    border-color:#FF0000;
    border-width:1px;
    background:#FFCCCC;
    font-size:12px;
    padding:5px;
    margin: 5px 10px;
    float: left;
    color: #000;
}
.errorCell {
    border-color: #FF0000;
    background: #FFCCCC;
    font-weight: bold;
}
.errorForm {
    width: 100%;
    border: 1px solid #E74C3C;
    background-color: #F5B7B1;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
.successForm {
    width: 100%;
    border: 1px solid #009C0E;
    background-color: #BFE6C3;
    font-size: 1.2rem;
    color: #505050;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}

#file1, #file2, #file3, #file4, #file5, #file6, #file7, #file8, #file9, #file10, #file11, #file12, #file13, #file_chat, #aFile1 {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
#Attach1, #Attach2, #Attach3, #Attach4, #Attach5, #Attach6, #Attach7, #Attach8, #Attach9, #Attach10, #Attach11, #Attach12, #Attach13, .Attach_Chat, #aAttach1, #addActivity {
    cursor: pointer;
}

#attachments {
    margin-left: 20px;
    text-align: left;
    font-size: 1.2rem;
    color: #0065A4;
}
#attachments a:link, #attachments a:visited {
    font-size: 1.2rem;
    color: #0065A4;
    text-decoration: none;
}
#attachments a:active, #attachments a:hover {
    font-size: 1.2rem;
    color: #9FC5DD;
    text-decoration: none;
}

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


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

.ui-widget {
    font-family: 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: 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: 12px;
    -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}*/;
}


