﻿
input[type="radio"] {
    -ms-transform: scale(.75); /* IE 9 */
    -webkit-transform: scale(.75); /* Chrome, Safari, Opera */
    transform: scale(.75);
}

input[type="checkbox"] {
    -ms-transform: scale(.75); /* IE 9 */
    -webkit-transform: scale(.75); /* Chrome, Safari, Opera */
    transform: scale(.75);
}


#loginContent {
    background: #ffffff url(images/login_bg.jpg) repeat-x 0;
    height: 440px;
    padding-left: 30px;
}
.loginTable, .loginTable tr, .loginTable tr td {
    color: #354b5e;
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.loginTable tr td a {
    color: #354b5e;
    font: normal 11px arial, tahoma, helvetica, sans-serif;
    font-style: italic;
    text-decoration: underline;
}
.loginTable tr td input {
    border: 1px solid #354b5e;
    color: #354b5e;
    font: normal 11px arial, tahoma, helvetica, sans-serif;
}
.loginPrompt {
    color: #cc6600;
    font: bold 11px arial, tahoma, helvetica, sans-serif;
}
.loginTextBox {
    width: 130px;
}
.loginAppName {
    color: #000000;
    font: bold 14px arial, tahoma, helvetica, sans-serif;
}
.loginAppDescription {
    color: #000000;
    font: normal 12px arial, tahoma, helvetica, sans-serif;
  text-align:left;
}
a.loginLink:link, a.loginLink:hover, a.loginLink:visited
{
  color: #cc6600;
  font: bold 11px arial, tahoma, helvetica, sans-serif;
  text-decoration:none;
}


#pageHeader {
    background: #ffffff url(images/header_bg.jpg) repeat-x 0 top;
    color:#000000;
    font:bold 18px arial, tahoma, helvetica, sans-serif;
    width:100%;
    height:67px;
    vertical-align: middle;
}

#pageHeaderLeft {
    padding-right: 12px;
}
#pageHeaderCenter {
    padding-top: 14px;
}
#pageHeaderRight {
    padding-left: 12px;
    padding-right: 20px;
}

#subHeader {
    background-color: #354c5e;
    color: #ffffff;
    font:bold 14px arial, tahoma, helvetica, sans-serif;
    padding:4px;
    height:32px;
}

#subHeaderLeft {
    padding-left: 5px;
}

#subHeaderCenter {
    padding-left: 10px;
    padding-right: 10px;
}

#subHeaderRight {
    padding-left: 12px;
    padding-right: 10px;
    font: 9px arial, tahoma, helvetica, sans-serif;
}


#mainContent {
  background: #ffffff url(images/login_bg_modelbuilder.jpg) no-repeat center;
  height: 440px;
  color: #354c5e;
  font:normal 14px arial, tahoma, helvetica, sans-serif;
}
#mainContent div {
	padding-left:100px;
	padding-bottom:10px;
	width:850px;
}
#mainContent div#frst {
	font-weight:bold;
	padding-bottom:30px;
}
#mainContent div#last {
	font-weight:bold;
	padding-top:30px;
}
#mainContent a {
  color: #354c5e;
  font-weight: bold;
  text-decoration: underline;
}
#mainContent a:visited {
  color: #354c5e;
}

/* Override to make alternating rows more distinct when using stripeRows
    need to add extra-alt to the GridPanel config*/
.extra-alt .x-grid3-row .x-grid3-cell      
{
  background-color: #fff;     
  color: #000; 
  }  
  
.extra-alt .x-grid3-row-alt .x-grid3-cell      
{
  background-color: #E8E8E8;     
  color: #000; 
  }
  
 .extra-alt .x-grid3-row-selected {
	border:1px solid;
}
  
  /* Make grid column separators darker */
  .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
    border-right-color:#DFDFDF;
    }
  


/* CIS Table */
.cis-table {
}

.cis-table-border
{
  border: medium blue;
}  

.cis-grid-hd-row td {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
    -moz-outline: none;
    -moz-user-focus: normal;
    line-height:15px;
    vertical-align:middle;
    border-left:1px solid #eee;
    border-right:1px solid #d0d0d0;
}
.cis-grid-hd-row {
    padding:3px;
}
.cis-grid-hd-inner{
    /*overflow:hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/
    padding:3px 3px 3px 5px;
    white-space: nowrap;
}
.cis-grid-hd-inner {
    position:relative;
    cursor:inherit;
    padding:4px 3px 4px 5px;
}

.cis-grid-row td, .cis-grid-row td input, .cis-grid-row td select {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
    background-color:#ffffff;
}
.cis-grid-row td {
    -moz-outline: none;
    -moz-user-focus: normal;
    line-height:15px;
    vertical-align:top;
    border-left:1px solid #eee;
    border-right:1px solid #d0d0d0;
}
.cis-grid-row {
    padding:3px;
}

.cis-grid-row-alt td {
    -moz-outline: none;
    -moz-user-focus: normal;
    line-height:15px;
    vertical-align:top;
    border-left:1px solid #eee;
    border-right:1px solid #d0d0d0;
}
.cis-grid-row-alt
{
    background:#f4f4f4;
    padding:3px;
    
}
.cis-grid-cell-inner
{
    border-bottom:1px solid #ededed;
    border-top-color:#fff;
    padding:3px 3px 3px 5px;
}

.cis-grid-cell-inner-center {
  text-align: center;
  border-bottom: 1px solid #ededed;
  border-top-color: #fff;
  padding: 3px 3px 3px 5px;
}

.cis-grid-cell-inner-prewrap {
  white-space: pre-wrap;
  padding: 3px 3px 3px 5px;
  border-top-color: #fff;
  border-bottom: 1px solid #ededed;
}

/* header styles */
.cis-grid-header{
    background: #f9f9f9 url(ExtJS/resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
    cursor:default;
    /*zoom:1;*/
    padding:1px 0 0 0;
}
.cis-grid-header-inner {
    overflow:hidden;
    /*zoom:1;*/
    float:left;
}
.cis-grid-header-blue{
    background: #f9f9f9 url(ExtJS/resources/images/default/toolbar/bg.gif) repeat-x 0 bottom;
    cursor:default;
    /*zoom:1;*/
    padding:1px 0 0 0;
}
.cis-grid-header-transparent{
    background: transparent;
    cursor:default;
    /*zoom:1;*/
    padding:1px 0 0 0;
}

.cis-cbgroup-inner
{
  margin-left:10px;
}  

/* Form Styles */

.cis-form-row td, .cis-form-row td input, .cis-form-row td select, .cis-form-row td textarea {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
    background-color:#ffffff;
}
.cis-form-row td {
    -moz-outline: none;
    -moz-user-focus: normal;
    line-height:15px;
    vertical-align:top;
}


.cis-form-row {
    padding:3px;
}

.cis-form-header-blue{
    background: #f9f9f9 url(ExtJS/resources/images/default/toolbar/bg.gif) repeat-x 0 bottom;
    cursor:default;
    /*zoom:1;*/
    padding:3px 0 0 5px;
}


.cis-form-cell-inner {
    border-bottom:1px solid #ededed;
    padding:3px 3px 3px 5px;
}




.cis-import-results, .cis-import-results td 
{
  font-family:Arial;
  font-size: 10 !important;
  border: 1px solid black
}  

.cis-import
{
  font-family: Arial;
  font-size: 12
} 

.cis-import-dialog, cis-import-dialog td
{
  font-family: Arial;
  font-size: 18
}

/* Model Lookup */
#filterDiv {
  background-color: #E8E8E8;
}

#srchFields {
}

#srchFields tr, #srchFields td {
  vertical-align: middle;
  padding-top: 4px;
  padding-left: 10px;
}

#srchFields td, #srchFields td input, #srchFields td select, #srchFields td textarea {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
  vertical-align: middle;
}

.run-search-icon {
  background-image: url(images/icons/zoom.png) !important;
}

.clr-search-icon {
  background-image: url(images/icons/zoom_out.png) !important;
}