.checkboxOptionsTitle {
	float: left;
}

.checkboxOptionsExit {
	float: right;
}

.checkboxOptionsHeader,.checkboxOptionsHeaderCell {
	width: 100%;
}

label.editor-checkbox-selected {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}

#historypage {
	font-size: 11px;
}

#contents {
    margin : 0 10px 0 10px;
    }

.center {
    text-align: center;
}


.xtenitSection {
	display: block;
	padding: 10px;
	width:675px;
	text-align:left;
	border: #ccc solid 1px;
/*	background: url("../images/gradient.jpg"); */
}

.checkboxOption {
	display: none;
}

.FineText{
	font-weight: normal;
	font-size: 10px;
}

label.FineText{
	color: #666;
	float: none;
}

.title {
	font-size: 105%;
}

.summary {
	display: block;
	padding: 10px;
	text-align:justify;
    margin-bottom : 10px; 

}

.checklist{
	text-align:left;
}

.messageContainers{
	width:700px;
}

.message-success{
	background:#FFFF99;
	color:blue;
	padding-left:10px;
	text-align:left;
}

.message-error{
/* 	background:#FFFF99; */
 	color:#CC0000;
	font-weight: bold;
	padding-left:10px;
	text-align:left;
}

.actionIcon{
}

.luSymbol{
	font-weight: bold;
	display:inline;
	float:left;
	font-weight:bold;
	width:60px;
}

.new-list-button{
	text-align: center;
	float: left;
	display: block;
	width: 400px;
	padding: 10px;
}

a.yui-dt-sortable:hover, #companiesTable table tr th a:hover {
    background-color: #333;
}

.yui-dt-table tr td label{
	font-weight: normal;
	padding: 3px 0pt;
}

#previewDiv{
	border: none;
    position: relative;
    left: 350px;
    background: transparent;
}
#previewInner{
	background-color: #FFFFFF;
    color : black;
	border: 1px solid #0047AB;
	float: left;
}
#previewArrow{
	height: 43px;
	width: 9px;
	background-image: url('../images/arrow.gif');
	float:left;
	position: relative;
	bottom: -190px;
	right: 1px;
}

#headlinelookup  {
    font-size:11px;
}
    
#headlinelookup p {
    margin-bottom: 4px;
}
    
#headlinelookup ul {
    padding-left: 0;
    margin-left: 0;
    color: #666;
    top: 0em;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    list-style: none;  
}

#headlinelookup ul li {

    margin-bottom: 4px;
}
