@CHARSET "UTF-8";
#left_nav {
    width:250px;
}
#body {
    width:98%;
    float:left;
    margin:5px;
}

.accordion {
    margin: 0;
    padding:10px;
    height:20px;
    border-top:#f0f0f0 1px solid;
/*    background: #cccccc; */
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
/*    text-transform:uppercase;*/
    color: #000;
    font-size:18px;
	cursor:pointer;
}
.accordion-open {
    background:#cfcfcf;
    color: Black;
}
.accordion-open span {
    display:block;
    float:left;
    padding:8px;
}
.accordion-open span {
    background:url(../images/eksi.gif) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:left;
    background:url(../images/arti.gif) center center no-repeat;
    padding:8px;
}
div.container {
    padding:0;
    margin:0;
	background-color:#EFEFEF;
}
div.content {
/*    background:#f0f0f0;*/
    margin: 0;
    padding-left: 20px;
    font-size:16px;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.content_document {
    padding:10px;
	 padding-left: 50px;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px;
}
div.content ul li {
    list-style-position:inside;
    line-height:25px;
}
div.content ul li a {
    color:#555555;
}
code {
    overflow:auto;
}
/* #### bootstrap Form #### */

.Bul_Text{
	font-size:20px;
    border: 1px solid #CCC;
    color: #888;
    height: 24px;
	width: 67%;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.Bul {
	cursor:pointer;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 8px 25px 6px 25px;
    color: #333;
    border-radius: 4px;
}
.Bul:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}
.Bul_Table {
    width: 500px;
}
	@media only screen and (max-width: 767px) {
.Bul_Table {
    width: 420px;
}
	}
	@media only screen and (max-width: 479px) {
.Bul_Table {
    width: 300px;
}
	}