/* Start of CMSMS style sheet 'halaman' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
*****************
* {
margin:0;
padding:0;
}
*/
/*
Set initial font styles
*/
body {
   text-align: justify;
   font-family: georgia;/* Verdana, Geneva, Arial, Helvetica, sans-serif; */
   font-size: 0.8em; /* asalnya 0.7 */
   line-height: 1.3em; /* asalnya 1 */
}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/*
set font size for all divs,
this overrides some body rules
*/
# menu div {
/*   font-size: .5em; */
   font-size: 80%;
}


/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
  color: #663300; 
  font-weight:bold; 
  text-decoration: none; 
}

a:visited {
   text-decoration: none; 
   color: #663300;                /* a different color can be used for visited links */
   font-weight:bold; 
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #336600;
}

/*****************
basic layout 
*****************/
body {
   background-color: #666600;
   color: ##544F10;
   margin:0em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #00649A;
   margin: 0 auto;     /* this centers wrapper */
  /*  max-width: 100%; IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 311px; /* tinggi header sesuai tinggi image */
   background: #fff;           
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
   display: block; 
   height: 311px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #385C72; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */

/* relational links under content 

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#content h2 {
   color: white; 
   font-size: 1.2em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
/*   border-bottom: 1px solid #e7ab0b; */
/*   border-left: 1.1em solid #e7ab0b; */
/*   line-height: 1.5em; */
/* and some air under the border */
/*   margin: 0 0 1em 0; */
}


div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height: 1.3em;
   padding: 0;
}


ol.news {
	margin: 10px;
	padding-left: 15px;
        line-height: 1.3em;
}
	li.news {
	padding-left: 15px;
	padding-bottom: 1px;
} 


blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}
/*
 ol.nomor{
	margin:0 0  0 10px;
	padding:0 0 0 20px;
}
	ol.nomor li {
	margin:0 0 -.7em 20px !important;
        line-height:1.3em;


} 
ul.nomor{
	margin:0 0  0 10px;
	padding:0 0 0 20px;

}
	ul.nomor li {
	padding-left:5px;
	margin:0 0 -.7em 20px !important;
        line-height:1.3em;


} 
*/
#content ol, #content ul {margin-left:40px;margin-bottom: 5px;}
#content li ul {margin-left:20px;margin-bottom: 0px;}


div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
p.dropcap:first-letter {
   float:left;
   color:#A5A35A;
   font-size:65px;
   line-height:50px;
   padding-top:2px;
   font-family: Times, serif, Georgia;
}

hr#garis {
border: none 0;
border-top: 1px solid #000;/*the border*/
width: 100%;
height: 1px;
} 
hr#bawahjudul {
border: none 0;
border-top: 1px solid #D5C9AC;/*the border*/
width: 100%;
height: 1px;
} 
.tombol {
	background-image: url(images/cms/al_1/tombol.png);
	font-size: 12px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 20px;
	width: 68px;
	border: 1px solid #666600;
        padding-bottom: 3px;
}

#comments input,
input#kotak {
	background-color: #FCFAED;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#comments input:focus,
input#kotak:focus {
	background-color: #FFFFFF;
	border: 1px solid #7D6905;
}
textarea {
	background-color: #FCFAED;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #7D6905;
}
.td_padding
{
	padding-left:10px;
	width: 100px;
}
.arab16rata {
	font-size:16pt;
	line-height:130%;
	font-family: "Traditional Arabic";
	font-weight:normal;
	text-align: justify;
	direction: rtl;
        margin-bottom:5px;
}
.arab16 {
	font-size:16pt;
	line-height:130%;
	font-family: "Traditional Arabic";
	font-weight:normal;
        margin-bottom:5px;
}
.arab18rata {
	font-size:18pt;
	line-height:150%;
	font-family: "Traditional Arabic";
	font-weight:normal;
	text-align: justify;
	direction: rtl;
        margin-bottom:5px;
}
.arab18tengah {
	font-size:18pt;
	line-height:150%;
	font-family: "Traditional Arabic";
	font-weight:bold;
	text-align: center;
	direction: rtl;
        margin-bottom:5px;
}
.tanggal {
	color: #666600
}
div.footnote {
   font-size: 8pt;
}
.atas a {
	display: block; 
	width: 20px; 
	height: 13px;
	float: right; 
	text-indent: -1000px;
	background: url(http://alpontren.com/images/cms/al_1/atas1.png) transparent no-repeat 0 0;
}

.atas a:hover {
	background-position: 0 -13px;
}
.miring {
font-size: medium;
font-family: book antiqua,palatino;
font-size:1.2em;
font-style: italic;
}
.gambar_kanan { 
	float:right; 
	margin: 0 0 0 15px;
}

.gambar_kiri {
	float:left;
	margin: 0 15px 0 0;
}
.frame {
	padding: 5px 5px 5px 5px ;
	border: 1px solid #666600;
}
/* End of 'halaman' */

