/* $Id: cua.css 39263 2010-01-05 19:04:55Z ddamstra $ */
/* Site Framework:  Molly 1.0 */

/*
** CU*Answers Specific **
*/


/*Datatable*/
.datatable {border-width:1px 1px 0; border-style: solid; border-color:#666; margin-bottom:1em; font-size: .9em; }
.datatable thead th {padding:4px 5px; border-bottom:2px solid #e8e8e8; background-color:#660000; color:#fff; vertical-align:top; font-size:1.2em; text-align:left;}
.datatable th {padding:4px 5px; border-bottom:2px solid #e8e8e8; background-color:#660000; color:#fff; vertical-align:top;  }
.datatable td {padding:4px 5px; border-bottom:1px solid #000; vertical-align:top;}
.rowone {background-color:#e8e8e8;}
.rowtwo {background-color:#fff;}

.datatable caption {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #660000; text-transform: uppercase;}

.alert {background:#FF9900; color:#000; border:2px solid #000; padding:.5em; margin:.5em; font-family:Arial, Helvetica, sans-serif;}
	.alert ol {}
		.alert ol li {font-weight:bold;}
	.alert ul {margin-left:1em; margin-bottom:.5em;}
		.alert ul li {list-style-type:circle; list-style-image:url(../check.gif); font-weight:normal; line-height:auto; margin-left:0;}
	.alert h1 {font-size:16px; font-weight:bold;}

.center {text-align:center;}
	.center img {margin-left:auto; margin-right:auto;}
  
  div.open {padding-top:20px; padding-left:10px;}
  div.open a:hover {border:0; text-decoration:none;}
