a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color:#9933FF;
}
.inactive {
  background-color: #EEEEEE;
  color:#999999;
}
.droplink {
background-image:url(../layoutImg/link_bg.jpg);
background-repeat:repeat-x;
	padding: 2px 8px 2px 8px;
	height:18px;
}
.droplink:hover {
	background-image:url(../layoutImg/link_bg_d.jpg);
cursor:hand;
}
.dropped {
	background-image:url(../layoutImg/link_bg_d.jpg);
	background-repeat:repeat-x;
	padding: 2px 8px 2px 8px;
}
.dropped:hover {
        cursor:hand;
}
.dropbox {
background-image:url(../layoutImg/link_bg2.jpg);
background-repeat:repeat-x;
	padding: 2px 8px 2px 8px;
}
.dropbox:hover {
	background-image:url(../layoutImg/link_bg_d2.jpg);
cursor:hand;
}
.mainTitle {
background-color: #FFFFFF;
font-size:20px;
font-weight:bold;
}

.subField {
color:#666666;
}

.noResult {
color:#999999;
font-style:italic
}
.actionLink {
background-image:url(../layoutImg/link_bg.jpg);
background-repeat:repeat-x;
border: 1px outset #FFFFFF;
padding: 0px 5px 0px 5px;
}
.actionLink:hover {
background-image:url(../layoutImg/link_bg_d.jpg);
border: 1px inset #FFFFFF;
color:#000000
}
.subtitle {
font-size: 12px;
font-weight: bold;
}
.note {
	font-size: 12px;
        color: #666666;
}
.border {
border: 1px solid #CCCCCC;
border-collapse:collapse;
}
.listHead {
	background-color:#D1D1D1;
	font-weight:bold;
	text-align: center;
}
.listTotal {
	background-color:#DFEFFF;
	font-weight:bold;
	text-align: right;
}
.listHead_R {
	background-color:#DDDDDD;
	font-weight:bold;
	border-style: solid;
	border-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	text-align: center;
}
.listCell {
	border-style: solid;
	border-color: #AAAAAA;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
}
.listCell_R {
	border-style: solid;
	border-color: #AAAAAA;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.actionBar{
text-align:center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align:top;
}
th { background-color:D1D1D1;
}
.fitbtn {
	border: 1px solid;
}
input {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
background-color:#FFFFFF;
margin:5px 5px;
}
.speaker_pic {
  border: 4px solid #A5F6F9;
}
.borderT {
  border-top: 1px solid #A5F6F9;
}

.main_header {
background-image:url(../layoutImg/top_background.jpg);
background-repeat:repeat-x;
	font-weight:bold;
	font-size: 40px;
        height: 67px;
	color: #CAD8D8;
        vertical-align:middle;
}

