.sections {
    border-bottom:1px solid #E7E7E7;
    font:11px arial,sans-serif;
    height:1%;
    height:auto !important;
    list-style-type:none;
    margin: 0 0 15px 0;
    padding:0 0 15px;
    overflow:hidden;
}

.sections span {display:none;
    background: url(/images/draft/selector-deleter.gif) no-repeat center center;
    float:left;
    overflow:hidden;
    padding:2px 6px 3px;
    width:1px;
}

.sections a,
.sections strong {
    display:block;
    float:left;
    padding:2px 6px 3px;
    margin:0;
    white-space:nowrap;
}

.sections a.selected,
.sections strong {
    color:#000;
    cursor:default;
    font-weight:normal;
    text-decoration:none;
}

#main-content .article {
    font: 12px/18px arial, sans-serif;
}

/*#main-content .article a {
    color: #00639c;
}

#main-content .article a:hover {
    color: #f00;
}
*/


#main-content .article p {
    margin: 15px 0;
    padding: 0;
}

#main-content .article ul {
    margin: 10px ;
    padding: 0;
}

#main-content .article ol {
    margin: 0;
    margin-left: 30px;
    padding: 0;
}

#main-content .article ul li {
    list-style: none;
    background: url(/images/draft/ul.gif) no-repeat 8px 6px;
    margin: 2px 0;
    padding-left: 20px;
}

#main  #body_view ol li {
    list-style:decimal;
    background:none;
    margin-left:20px;
    padding-left: 0px;
}

#main-content .article table {
    border-collapse: collapse;
    font: 11px tahoma, sans-serif;
    margin: 10px 0;
    width: 100%;
    color: #4d4d4d;
}

#main-content .article table tr {
}

#main-content .article table th {
    font-size: 10px;
    font-weight:normal;
    text-align: left;
    padding: 5px;
    vertical-align:top;
}

#main-content .article table td {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
}

#main-content .article .file {
    height:auto !important;
    height:1%;
    overflow:hidden;
    margin: 15px 0;
}

#main-content .article .file p {
    margin: 0;
    padding: 0;
}
#main-content .article .file a {
    line-height:15px;
    margin:0 0 0 0;
}
#main-content .article .file a p {
    display:inline;
}

#main-content .article .file .size {
    font-size: 10px;
}

#main-content .article .file img {
    margin: 0 5px;
}

#main-content .file .upload-cer,
#main-content .file .upload-csv,
#main-content .file .upload-dbf,
#main-content .file .upload-doc,
#main-content .file .upload-exe,
#main-content .file .upload-gif,
#main-content .file .upload-jpg,
#main-content .file .upload-pdf,
#main-content .file .upload-ppt,
#main-content .file .upload-pse,
#main-content .file .upload-txt,
#main-content .file .upload-xls,
#main-content .file .upload-zip {
    margin:0;
    width:50px;
    position:relative;
}



span.file-info {
  background: transparent url(/images/arraw-down.gif) no-repeat scroll left center; 
  padding-left: 7px; 
  color: rgb(136, 136, 136); 
  font-family: trebuchet MS,tahoma,sans-serif; 
  font-size: 10px;
  white-space: nowrap;
}
table.calendar2 {
	position: absolute;
    border: 1px solid #A1A1A1;
    font-size: 11px;
    background: #fff;
    z-index: 500;
    width:176px;
    border-collapse: collapse;   
}

table.calendar2 thead tr,
table.calendar2 tfoot tr {
	background: #e7e7e7;
	color:#000;
	font:11px tahoma,sans-serif;
	font-family:tahoma,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;	
	line-height: 2em;	
}

table.calendar2 thead tr td {
	text-align:center;
	padding: 5px;
}

table.calendar2 thead tr td.navbutton {
	width: 1px;
	padding: 5px;
}
table.calendar2 thead tr td.navbutton a {
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dashed #4D4D4D;
}

table.calendar2 tbody tr td table {
	width: 100%;
	border-collapse: collapse;
}

table.calendar2 tbody tr td table td {
	width: 1.8em;
    height: 1.8em;
    text-align: center;
}

table.calendar2 tbody tr td table thead tr th {
	background: #a1a1a1;
    padding:5px 0px;
    font-weight:normal;
    color:#fff;
}

table.calendar2 tbody tr td table tbody tr td a {
	font: 11px arial,sans-serif;
	text-decoration:none;
	color: #000;
}

table.calendar2 tbody tr td table tbody tr td.weekend a {
	font: 11px arial,sans-serif;
	text-decoration:none;
	color: #A1A1A1;	
}
table.calendar2 tbody tr td table tbody tr td.selected {
	background: #FFE57E none repeat scroll 0%;
}

table.calendar2 tbody tr td table tbody tr td.today {
	border: 1px solid #ffe57e;
}

table.calendar2 tbody tr td table tbody tr td.hover {
	background: #ffe57e;
}

table.calendar2 tfoot a {
	border-bottom: 1px dashed #4D4D4D;
	color: #4d4d4d;
	text-decoration:none;
}