@charset "utf-8";
@import url("../webfonts/Shabnam/stylesheet.css");
@import url("../webfonts/Shabnam_Bold/stylesheet.css");
@font-face {
	font-family: 'Shabnam';
	src: url('Shabnam.eot');
	src: url('Shabnam.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Shabnam Bold';
	src: url('Shabnam-Bold.eot');
	src: url('Shabnam-Bold.eot?#iefix') format('embedded-opentype');
}
/* CSS Document */



.ItemDiv{
    border-bottom: dotted 1px #192B6C;
    border-top: dotted 1px #192B6C; 
    color: #192B6C;
    font-family: "Shabnam Bold"; 
    font-size: 11.5pt; 
    font-weight: normal;  
}


a {color: #192B6C;text-decoration: none;}
a:hover {color: #FF5000;text-decoration: none;}

.button a:hover {color: white;}


.ItemIcon{
    font-size: 20pt;
    margin-top: 0px; 
    vertical-align: baseline; 
    margin-left: 5px; 
    /*color: #192B6C; */
    float: left;
}
.ItemText{
    width: 80%; 
    border-radius: 15px 0px 0px 15px; 
    border: dotted 1px #192B6C; 
    padding: 25px;
    font-family: Shabnam;
    margin: 0px 0px 25px auto;
    line-height: 1.6em;
    white-space: pre-line;

}
.ItemResponse{
   font-size: 11pt; 
    font-family: Shabnam;
    background-color: #F0F0F0; 
    padding: 25px 25px 1px 25px; 
    border-radius: 0px 15px 15px 0px; 
    margin: 0px auto 25px 0px;
    /*text-indent: 1.5em;*/
    line-height: 1.6em;
    white-space: pre-line;
    color: #192B6C;
    width: 80%;
    white-space: pre-line;
    /*float: left;*/

}
.textarea{
    padding: 10px; 
    max-width: 99%; 
    width: 99%; 
    font-family: Shabnam;  
    resize: vertical; 
    scroll-behavior: auto; 
    margin: 5px auto 0px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    border: dotted 0px grey;
    border-bottom: dotted 1px grey;
    line-height: 1.6em;
}
