﻿body 
{
	font-family: Arial, Helvetica, sans serif;
	color: #666666;
}

th 
{
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	background-color: #e8e8e8;
}

h1 {color:#286090;}
h2 {color:#286090;}
h3 {color:#286090;}
h4 {color:#286090;}
h5 {color:#286090;}

.ct_outer_wrapper {
        width:800px;
        margin: 0 auto;
        height:auto;
        color: #666666;
        font-family: Arial, Helvetica, sans serif;
    }
    .ct_inner_wrapper {
        float: left;
        width:800px;
        
        height:auto;
        font-family: Arial, Helvetica, sans serif;
        min-height: 300px;
    }
    .ct_header {
        width: 100%;
        float:left;
    }
    .ct_menu {
        float:left;
        width: 200px;
        height:100%;
        padding:5px;
        padding-top:85px;
        border-top: solid 1px #cccccc;
        background-image: url(../images/logo2.gif);
        background-position:top left;
        background-repeat: no-repeat;
    }
    .ct_data {
        float: left;
        font-family: Arial, Helvetica, sans serif;
        padding: 5px;
        min-height: 300px;
        font-size: 12px;
        margin-top:-40px;
    }
    
    .ct_line {
        width: 100%;
        color: red;
        height: 1px;
    }
    .ct_menu_title {
        width: 100%;
    }
    
    .ct_menu_item_1 {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    
    .ct_menu_item_2 {
        float: left;
        width: 100%;
        margin-left: 20px;
    }
    .ct_menu_wrapper {
        float:left;
        
    }
    
    .ct_data_title {
        width:100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #666666;
        margin: 0px;
        float:left;
    }
    
    .ct_data_wrapper {
        width:100%;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        color: #666666;
        float:left;
        
    }
    
    .ct_data_row {
        width:100%; 
        text-align:center;
        font-size:9pt;
    }
    
    .ct_profile_row_lbl{
        width:100%; 
        text-align:left;
        font-size:9pt;
        width:90%; 
        float:left;
        padding-top:5px;
        padding-left:20px;
    }
    
    .ct_profile_row_data{
        width:100%; 
        text-align:left;
        font-size:9pt;
        width:90%; 
        float:left;
        padding-left:30px;
    }
    
    .ct_question{
        border:solid 1px #cccccc;
         background-color:LightGoldenrodYellow; 
        margin: 10px;
        margin-top:5px;
        margin-bottom:5px;
        padding: 10px;
    }
    .ct_audit_comments {
        border:solid 1px #cccccc;
        height:60px;
        overflow:auto;
        overflow-y:scroll;
    }
    .ct_lnk_btn {
        padding:5px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #cccccc;
        margin-top: 0px;
        margin-right: 0px;
        margin-left:10px;
        margin-bottom:3px;
        background-color:#e0e0e0;
        text-decoration: none;
        color: #000000;
    }
    .ct_lnk_btn_small {
        padding:3px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #cccccc;
        margin-top: 0px;
        margin-right: 0px;
        margin-left:3px;
        margin-bottom:0px;
        background-color:#e0e0e0;
        text-decoration: none;
        color: #000000;
    }
    .ct_float_left {
        float:left;
    }

.red {
    color: #c63939;
}
    
    .black 
    {
		color:Black;
    }
    
    
	.profile_wrapper 
	{
		float:left;
		width:100%;
		border:solid 1px #cccccc;
		background-color:#f4f4f4;
		margin-top:3px;
	}
	
	.ct_bold 
	{
		font-weight:bold;
	}
		
		