/* CSS RULES DIVIDED INTO 2 AREAS; 
1 ) UNIVERSAL RULES LIKE CSS POSITIONING AND TEXT SIZING - IMPORTED THROUGH basestyles.css
2 ) COLORS AND THEME TYPE STUFF WE'RE LIKELY TO WANT TO CHANGE - THESE RULES ARE IN THIS FILE

*/


/* Import Universal CSS Rules */
@import url("basestyles.css");

/* Import debugging CSS Rules for better cfdump */
@import url("debug.css");


/* CSS RULES FOR COLOR AND THEME */
caption{
	font-variant:small-caps;
}

#breadcrumbs {
	font-size:x-small;
	color:#666666;
	background-image: url(../images/clearpixel.gif);
}
#breadcrumbs a{
	font-size:small;
	color:#666666;
	text-decoration:none;
}
#breadcrumbs a:hover{
	font-size:small;
	color:#666666;
	text-decoration:underline;
}

table.dataTable{
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#000000;
border-left-style:solid;
border-left-width:1px;
}

table.dataTable th,table.dataTable td{
border-top-color:#000000;
border-top-style:solid;
border-top-width:1px;
border-right-color:#000000;
border-right-style:solid;
border-right-width:1px;
	
}

input.appButton{ text-align: center; background: url(../images/button.gif); padding: 2px; border: 1px solid #4790B6; border-top-color: #ABCDDE; border-left-color: #ABCDDE;  }

input.appButton:active { padding: 3px 1px 1px 3px; border: 1px solid #ABCDDE; border-top-color: #4790B6; border-left-color: #4790B6;}

