﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/

.ttc  {
	color: #333333; 
	}

.ttcBlue {
	padding: 5px;
	color: #000099;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	text-align: left;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}

.ttcLight {
	padding: 5px;
	color: #000099;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	text-align: left;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #ffffff;
	}
	
.JCBlueTight {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 13px;
    font-weight: bold;
    color: #000099;
    vertical-align: middle;
    text-align: left;
	padding: 1px 1px 1px 3px;
    }

.JCBlueLight {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
	padding: 1px 1px 1px 3px;
    }
	
.JCBlueLeft {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 13px;
    font-weight: bold;
    color: #000099;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: left;
    padding: 3px 6px 3px 6px;
    }
   
   .JCBlueRight {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 13px;
    font-weight: bold;
    color: #000099;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: right;
    padding: 3px 6px 3px 6px;
    }
	
.dialog_field_value {
	color: #333333;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	padding: 3px;
	}


.JChead {
    color: #333333;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
    }
    
.dfv {
    color: #333333;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    padding: 3px;
    }
	
  .JCBigCell {
    color: #333333;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #ffffff;
    text-transform: uppercase;
    border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
    padding: 3px 6px 3px 6px;
    }

.JCSmallCell {
    color: #333333;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    background-color: #ffffff;
    border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
    padding: 3px 6px 3px 6px;
    }
    
.JCRedCell {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    color: #990000;
    background-color: #ffffff;
    border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
    padding: 3px 6px 3px 6px;
    }
    
.JCheadCenter {
    color: #333333;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 3px;
    }

.myHeader {
    color: #000000;
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 16px;
   	text-transform: uppercase;
   	text-decoration: underline;
    font-weight: bold;
    padding: 0 px;
    }
   
   .JCRequired, .fls {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: right;
    padding: 3px 6px 3px 6px;
    }
   
   .JCRequiredBlue, .fls {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    color: #000099;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: right;
    padding: 3px 6px 3px 6px;
    }
	
.JCRequiredGreen, .fls {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    color: #009900;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: right;
    padding: 3px 6px 3px 6px;
    }
	
 .JCRequiredLeft, .fls {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: left;
    padding: 3px 6px 3px 6px;
    }
    
.JCLableLeft, .fls {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: left;
    padding: 3px 6px 3px 6px;
    }
 
 .JCLableCenter, .fls {
    font-family: Verdana, Geneva, ms sans serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;    
    vertical-align: middle;
    text-align: center;
    padding: 3px 6px 3px 6px;
    }
    
