html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}

emph{
    color:#a00406;
    font-style:italic;
}



.clickable, a:link, a:visited {
	text-decoration:none; 
	/*color:#ffffff;*/
	font-weight:bold;
        cursor:pointer;
	}
.clickable:hover, a:hover{
	text-decoration:underline; 
	font-weight:bold;
	color:#503030;
	}

#center {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	position:relative;
	min-height:100%;
	background:transparent url(images/back.png) repeat-y scroll left top;
/* 		#fff3e2; */
/* 		transparent url("images/back.png") top left repeat-y;  */

}
* html #center {
height:100%;
} 

h1 {
	font-size:16px; 
	padding-top:30px;
	}
h4 {
	font-size:10px; 
	font-weight:normal;
	margin-bottom:0px;
	margin-top:10px;
	}


/**************** menu coding *****************/



	
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor:pointer;
font-size:.9em;
}

.ui-accordion .ui-accordion-header a {
display:block;
font-size:0.7em;
padding:0.5em 0.5em 0.5em 2.2em;
}

element.style {
display:block;
height:0;
overflow-x:auto;
overflow-y:auto;
}
.ui-accordion .ui-accordion-content-active {
display:block;
height:400px;
padding-bottom:40px;


}

.ui-accordion .ui-accordion-content {

padding:.5em 1.5em

}

.ref {
border:1px solid #817D7D;
font-size:10px;
text-align:justify;
padding:5px;
margin:5px;
}


.newspaper {
/*border:1px solid #6699CC;*/
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
margin:10px;
text-align:left;
width:99%;
}
.newspaper th {
background:#241C1C url(images/ui-bg_highlight-soft_75_241c1c_1x100.png) repeat-x scroll 50% 50%;
/* border:1px solid #AAAAAA; */
color:white;
font-weight:bold;
}



/*#newspaper tbody tr:hover td {
background:#D0DAFD none repeat scroll 0 0;
color:#333399;
font-size:9px;
}*/
.newspaper td {
color:#6c5353;
padding:7px 17px;
font-size:14px;
border:1px solid #AAAAAA
}



#bignewspaper {
border:1px solid #6699CC;
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:18px;
margin:20px;
text-align:left;
width:95%;
}
#bignewspaper th {
border-bottom:1px dashed #6699CC;
color:#003399;
font-size:18px;
font-weight:normal;
padding:12px 17px;
}
#bignewspaper tbody tr:hover td {
background:#D0DAFD none repeat scroll 0 0;
color:#333399;
}
#bignewspaper td {
color:#666699;
font-size:20px;
padding:7px 17px;
}
