@import url(../../lib/htc/csshover3-scaffold.css);


table.scaffoldList {
	width: 100%;	
	border-collapse: collapse;	
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;    
    text-align:left;
}

table.scaffoldList img {
	border: 0;
}
td.scaddfoldControl{
	width: 50px;
}
table.scaffoldList th {	
	color:#003399;
    font-size:14px;
    font-weight:normal;
    padding:10px 8px;
    text-align: center;
    border: 1px dotted #BBBBBB;
}

table.scaffoldList th a {
	text-decoration: none;
	font-weight: bold;
	color:#003399;
}

table.scaffoldList th.scaffoldControl {
	border: 0;
	padding: 0;
	text-align: center;
	width:60px;
}

table.scaffoldList td {
    color:#666699;
    padding:8px 4px;
    border: 1px dotted #BBBBBB;
}

table.scaffoldList tr.even td {    
    background:#E8EDFF none repeat scroll 0 0;
}

table.scaffoldList tr.odd td {    
    background:#F5F7FF none repeat scroll 0 0;
}

table.scaffoldList tr:hover td{
	background-color: #FFFFC2;
}

table.scaffoldList td.scaffoldControl {
	border: 0;
	padding: 0;
	background-color: transparent;   
	visibility: hidden;
	text-align: center;
}

table.scaffoldList tr:hover td.scaffoldControl{		
    visibility: visible;
    background-color: transparent;    
}

table.scaffoldList tr td:hover{
    background-color: #FAFA9C;
}

div.scaffoldPagination {
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	text-align: center;
	font-size:12px;
	color:#003399;  
}

div.scaffoldPagination a {	
	text-decoration: none;
    font-weight: bold;
    color:#003399;
}

div.scaffoldFilter {	
	width: 600px;
	margin: 0 auto;
	clear: both;
	text-align: left;
}

.clickable {
	cursor: pointer;
}

div.scaffoldEdit {
	width: 800px;
    margin: 0 auto;
    clear: both;
    text-align: left;
}

/***********************************/
/***** Form Declarations *****/

div.scaffoldForm form {  
    padding: 0;
    width:100%;
    margin:0 auto;
}

div.scaffoldForm form table {
    width: 100%;
}

div.scaffoldForm form ol {  
    list-style: none;   
}

div.scaffoldForm form ol li {  
    padding: 0 0 1em 0; 
}

div.scaffoldForm fieldset {
    position: relative;
    margin: 0 0 1em 0;
    padding: 0; 
    border: 1px solid #BFBAB0;
    background-color: #E8EDFF;  
}

div.scaffoldForm fieldset ol {
    margin: 1em 0 0 0;
    padding: 0 0 0 3em;
}

div.scaffoldForm form label {
    font-weight: bold;
}

div.scaffoldForm legend {
    position: absolute; 
    top: -.6em;
    left: .2em;
    font-size:1.2em;
    font-weight:bold;
    color:#000000;  
    margin-left: 3em;
    padding: 0;
    color: #000;        
}

div.scaffoldForm input.submit {
    margin-left: 200px;
    clear: both;
}

/**************************************/
/** Label positioned on top of input **/

div.scaffoldForm form.top-label label {
    display: block;
    float: none;
    margin-right: 0px;
}

div.scaffoldForm form fieldset.top-label label { 
    display: block;
    float: none;
    margin-right: 0px;
    text-align: left;
}

div.scaffoldForm form fieldset.top-label li {
    float: none;
    clear: none;
    text-algin: center;
    width: auto;        
}

/** Label positioned on top of input **/
/**************************************/

/******************************************/
/** Label left aligned and left to input **/

div.scaffoldForm form.left-align-label label{
    display: inline;
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: left;   
}

div.scaffoldForm form.left-align-label li{
    float: left;
    clear: left;
    width: 100%;
    padding: 0 0 1em 0;    
    list-style-type:none;
}

div.scaffoldForm form.left-align-lable fieldset {
    float: left;
    clear: left;
    width: 100%;    
}

div.scaffoldForm form fieldset.left-align {
    float: left;
    clear: left;
    width: 100%;    
}

div.scaffoldForm form fieldset.left-align-label label {
    display: inline;
    float: left;
    width: 10em;
    margin-right: 1em;  
}

/** Label left aligned and left to input **/
/******************************************/

/*********************************/
/** Fieldset for submit buttom  **/

div.scaffoldForm fieldset.submit {
    float: none;
    width: auto;
    border-style: none;
    padding-left: 11em;
    background-color: transparent;
    background-image: none;
}

div.scaffoldForm fieldset.submit ol {
    margin-top: 0;
}

/** Fieldset for submit buttom  **/
/*********************************/

/*********************************/
/** Fieldset for multiple center aligned buttoms  **/

div.scaffoldForm fieldset.multiple-buttons {
    float: none;
    width: auto;
    border-style: none;    
    background-color: transparent;
    background-image: none;
    margin: 0;    
    padding: 0;
}

div.scaffoldForm fieldset.multiple-buttons ol {
    margin: 0 auto;    
    padding: 0;
    text-align: center;            
}

div.scaffoldForm fieldset.multiple-buttons li{
    margin: 0;
    margin-left: 30px;
    padding: 0; 
    width: auto;
    float: none;
    display: inline;        
    clear: none;
}

div.scaffoldForm fieldset.multiple-buttons input.submit {
    margin: 0;
}

/** Fieldset for submit buttom  **/
/*********************************/

/*******************************************/
/** Label right aligned and left to input **/

div.scaffoldForm form.right-align-label label{
    display: inline;
    float: left;
    width: 15em;
    margin-right: 1em;
    text-align: right;
}

div.scaffoldForm form fieldset.right-align-label label {
    display: inline;
    float: left;
    width: 15em;
    margin-right: 1em;
    text-align: right;  
}

/** Label right aligned and left to input **/
/*******************************************/

/***** Form Class Declarations *****/
/***********************************/

/***********************************/
/**** Record Class Declarations ****/

table.scaffoldRecord {
	border: 1px solid #BFBAB0;	
    background-color: #E8EDFF;
    border-collapse: collapse;  
    font-size:13px;
    padding: 10px;
    width: 500px;
    margin:0px auto;
}

table.captionInside {
	border-top: 0;
}

table.captionInside caption {
	border: 1px solid #BFBAB0;
    background-color: #CFD9FF;
    border-bottom: 0;
    font-size:14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.scaffoldRecord tr.odd {
	background:#E8EDFF none repeat scroll 0 0;
}

table.scaffoldRecord tr.odd td.recordField {
	background:#CFD9FF none repeat scroll 0 0;
}

table.scaffoldRecord tr.even {    
    background:#F5F7FF none repeat scroll 0 0;
}

table.scaffoldRecord tr.even td.recordField {
    background:#DBE2FF none repeat scroll 0 0;
}

table.scaffoldRecord td.recordField {
	font-weight: bold;	
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}

table.scaffoldRecord td.dataField {
    text-align: justify;   
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

/**** Record Class Declarations ****/
/***********************************/
