.plain-table { 
    font-size: 12; 
    color: #000000; 
    font-family: sans-serif;     
}

.form-table {   
    font-size: 12; 
    color: #000000; 
    font-family: sans-serif;       
}

.text-button {
    background:	#FFCC98;
    border: 1px Solid; 
    border-color: #284498;     
    font-size: 12; 
    color: #284498;  
    font-family: sans-serif;    
    text-decoration: none;    
}

.exit-button {
    font-size: 9;       
    color: #D03400;  
    font-family: sans-serif;    
    text-decoration: none;     
}

.form-field {
    background:	#FFFFFF;
    border: 1px Solid; 
    border-color: #284498;    
    font-size: 12; 
    color: #000000;  
    font-family: sans-serif;     
}
.form-button {
    background: #E7D295;
    color: #284498;
    border: 1px Solid; 
    border-color: #284498;    
    font-size: 10;    
    font-family: sans-serif;   
    font-weight: bold; 
}
.form-field-hot {
    background:	#FFFFFF;
    border: 1px Solid; 
    border-color: #284498;    
    font-size: 12; 
    color: #000000;  
    font-family: sans-serif;        
}
















.even {
	background:	#eee;
}
.odd {
}
.sort-table {
    background:	#FFFFFF;    
    font-size: 12; 
    color: #000000; 
    font-family: sans-serif; 
    text-decoration: none;   	
}
.sort-table thead {
    background:	#284498;
    color:	#FFFFFF;	
}
.sort-table td {
    padding:	2px 5px;
}
.sort-table thead td {
	border:			1px solid;
	border-color:		ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
	background:	#284498;
	color:	#FFFFFF;	
}
.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;	
	background:	#284498;
	color:	#FFFFFF;	
}
.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}
.sort-arrow.descending {
	background-image:		url("js/sortabletable/images/downsimple.png");
	
}
.sort-arrow.ascending {
	background-image:		url("js/sortabletable/images/upsimple.png");
}














.tabs-table-outer {
    border-bottom: 1px Solid; 
    border-bottom-color: #993399;
    background:	#FFFFFF; 
}
.tabs-table-inner {
    background:	#FFCC98; 
}
.tab-hot {
    background:	#993399; 
}
.tab-hot-caption {   
    font-size: 12; 
    color: #FFFFFF; 
    font-family: sans-serif; 
    font-weight: bold; 
    text-decoration: none;	
}
.tab-normal-caption {   
    font-size: 12; 
    color: #993399; 
    font-family: sans-serif; 
    text-decoration: none;	
}





.tabs-alt-table-outer {
    border-bottom: 1px Solid; 
    border-bottom-color: #D03400;
    background:	#FFFFFF; 
}
.tab-alt {
    background:	#D03400; 
    font-size: 12; 
    color: #FFFFFF; 
    font-family: sans-serif; 
    font-weight: bold; 
    text-decoration: none;	
}



.subform {
    border-color: #993399;
    border-style: solid;
    border-width: 1px;
}









.frontend-sort-table {
    background:	#ECDCAF;    
    font-size: 12; 
    color: #000000; 
    font-color: #000000; 
    font-family: sans-serif; 
    text-decoration: none;   	
}
.frontend-sort-table thead {
    background:	#DF9C61;
    color:	#FFFFFF;
    font-weight: bold;     
}
.frontend-sort-table td {
    padding:	2px 5px;
}
.frontend-sort-table thead td {
	border:			1px solid;
	border-color:		ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
	background:	#DF9C61;
	color:	#FFFFFF;	
}
.frontend-sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;	
	background:	#DF9C61;
	color:	#FFFFFF;	
}
