body{
	margin: 15px 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, "Comic Sans MS";
	background:#ffffff;
}
table{
	font-size: 12px;
	color: #000e35;
	font-family: Verdana, Helvetica, Arial, "Comic Sans MS";
	cursor: default;
}
input, textarea, select{
	font-size: 12px;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, "Comic Sans MS";
	background:#99b9e5;
	border:1px solid #7498ca; 
}
input.search{
	font-size: 14px;
	font-weight: bold;
	background:#99b9e5;
	border:1px solid #7498ca; 
}
input.search2{
	font-size: 16px;
	font-weight: bold;
	background:#99b9e5;
	border:1px solid #7498ca; 
	height:22px;
}	
	
img{
	border: 0px;
}

.neg{
	color: #464545;
	text-decoration: none;
}
.neg:hover {
	color: #377496;
}


a.lmenu{

	font-weight: bold;
	color: #1f4e76;
	font-size: 0.9em;
	text-decoration: none;
}
a.lmenu:hover {
	font-weight: bold;
	color: #000;
	font-size: 0.9em;
}

a.dict{

	font-weight: bold;
	color: #1f4e76;
	font-size: 1.4em;
	text-decoration: none;
}
a.dict:hover {
	font-weight: bold;
	color: #000;
	font-size: 1.4em;
}


a.tags:link {
	text-decoration: none;
}
a.tags:visited {
	text-decoration: none;
}
a.tags:hover {
	text-decoration: underline;
}
a.tags:active {
	text-decoration: none;
}
form{
       margin: 0px;
           
}
table.container-head{
	background-image: url(img/back.gif);
	background-repeat: no-repeat;
	padding-left:70px;
	padding-right:30px;
	padding-top:30px;
}

table.container-main{
	background-image: url(img/back2.gif);
	background-repeat: repeat-y;
	padding-left:70px;
	padding-top:30px;
}

table.container-leg{
	background-image: url(img/back3.gif);
	background-repeat: no-repeat;
	height:104px;
	padding-right:70px;

}
.mail_box{
	border:1px solid #bbb; 
	padding-left:100px;
}
.gry{
	color:#828080;
	font-size: 10px;
	font-weight: normal;
	border:1px solid #ddd; 
	background:#fff;
	padding:4px;
	margin:2px;
}

.gry2{
	color:#828080;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div.gry-1{
	color:#828080;
	font-size: 10px;
	font-weight: normal;
}

h1 {
	color:#5d94d8;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin:0px;
}




h3{
	color:#4a4a4a;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-family: Arial,Helvetica;

}

h2.line{
	border-bottom: 1px dotted #003;
	font-weight: bold;
	font-size: 16px;
}

h2.right{
	color:#4a4a4a;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	font-family: Arial,Helvetica;
	margin-bottom:20px;

}


h4{
	color:#19497f;
	font-size: 13px;
	font-weight: bold;

}

h5{
	color:#19497f;
	font-size: 15px;
	font-weight: bold;
	text-align: center;

}

h6{
	color:#036387;
	font-size: 13px;
	text-align: left;
	margin-bottom:20px;
	margin-top:50px;

}

.ok{
	
	font-size: 15px;
	font-weight: normal;
	color: #07A00C;
	text-align: center;
	border:1px solid #ddd; 
	background:#fff;
	padding:10px;
	margin:5px;
}

.error{
	
	font-size: 15px;
	font-weight: normal;
	color: #BB0000;
	text-align: center;
	border:1px solid #ddd; 
	background:#fff;
	padding:10px;
	margin:5px;
}
.txt{
	
	font-size: 15px;
	font-weight: normal;
	color: #8c909a;
	text-align: center;
}

.dict-1{
	background:transparent;
	border:0px solid #fff; 
}
/*     DROP MENU     */

#menu_container {
	margin:10px 0 0px 0px; 
	position:relative; 
	width:850px; 
	height:25px; 
	z-index:100;
}

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

#pmenu a, #pmenu a:visited {
	display:block;
	width:130px; 
	font-size:11px; 
	color:#1f76a8; 
	height:25px; 
	line-height:24px; 
	text-decoration:none; 
	text-indent:5px; 
	border:1px solid #14557b; 
	border-width:0px 0 1px 0px;
}

#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0;}
#pmenu li {float:left; background:#fff; margin-right:20px;}
#pmenu li:hover {position:relative; }
#pmenu li:hover > a {background:#eee; color:#093853;}
#pmenu li ul {display:none;}

#pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 30px 30px 30px; 
	width:180px;
}

#pmenu > li:hover > ul {left:-30px; top:16px;}
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
* html #pmenu li a:hover {position:relative; background:#eee; color:#093853;}
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}

* html #pmenu li ul {
	visibility:hidden; 
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:12px 30px 30px 30px; 
}
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}
.answer{display:none;} /*SHOW HIDE CONTENT*/
.question{width:auto;}


.header_txt{
	margin-bottom:1px;
	color:#3b67ca;

	font-size:9px; 
}

.search-title{
	font-size: 17px;
	color:#5fb842;
}

.search-title:hover{
	font-size: 17px;
	color:#5fb842;
}

.search-1{
	font-size: 14px;
	color:#87d071;
}

.search-1:hover{
	font-size: 14px;
	color:#87d071;
}

div.exp{
	color:#484848;
	font-size: 12px;
	margin:10px;
}


.big{
	font-weight: bold;
	color:#17185d;
	font-size: 14px;

}


/* UPLOAD MENU */

#menu-upload {
	padding-left:40px;
	margin-bottom:100px;
	
}

#menu-upload ul {
	margin: 0px;
	list-style: none;
}

#menu-upload li {
	display: inline;
}

#menu-upload a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 5px;
	background:#6f9fe3;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.3em;
}

#menu-upload a:hover {
	background:#3b6fb9;
}

#menu-upload .active a {
	background:#4372b5;
}

.ups{
	width:250px;
	height:20px;
	font-size:16px;
}

.forum_m{

	color: #8cbaf3;
	font-size: 16px;
	text-decoration: none;
}

.forum_h{
	margin:10px;
	color: #2b67b0;
	font-size: 19px;
	text-decoration: none;
}

.forum_t{
	background:#8cbaf3;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.but{
	width:107px;
	height:20px;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

.but a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.but a:hover{
	color: #c2dbfb;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.rep{
	color: #c2dbfb;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.mil_a{
	background:#ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.mil_a:hover{
	background:#f3f3f3;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.question{
	color:#19497f;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.tags-s{
	color:#373737;
	padding-top:3px;
}

.pos-1{
	color:#3d9819;
}
.percent, .percent:hover{
	color:#707070;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
}

.neg-1{
	color:#9d2929;
}

div.headline{
	margin:20px; 
	border-bottom: 1px dotted #003;
	font-weight: bold;
	font-size: 16px;	
}

.l-input input, .l-input select{
	padding: 3px 6px;
}

.example{
	border:1px solid #ededed;
	padding:4px;
	color:#232323;
	font-weight:bold;
	font-size: 13px;
	margin:5px;
}

.username{
	color:#37609d;
	font-weight:bold;
}

/*		SONASTIK		*/

.dict-font{
	font-size:16px;
}

#dict-font-input{
	font-size: 16px;
	font-weight: bold;
	height:20px;
}
.dict-td{
	border-left:1px solid #ddd;
	padding-left:10px;
}

.dict-h3{
	border-bottom:1px solid #ddd
}

.dict-headline{
	border: 1px solid #ddd; 
	padding:10px; 
	margin:35px 0 35px 0;
	font-size: small;
	text-align:center;
}

.dict-logo{
	float:left;
}
.dict-title{
	margin-top:10px;
	color:#3b67ca;
	font-size:9px;
	text-align:center;
}

.dict-clear{
	clear: both;
}

.dict-center{
	text-align:center;
	width:100%;
}
.comments{
	border-bottom:1px solid #ddd;
}

.comment{
	margin-left:30px;
	margin-bottom:-3px;
	margin-top:5px;
}

.comment-box{
	border:1px solid #878787;
	padding:10px;
}
.type{
	font-weight: bold;
	font-size: 15px
}

.univ{
	border-bottom:solid 1px #e3e8ed;
}

.mat-box-line{
	border-bottom:solid 1px #e3e8ed;
}

.mat-box-line-pad{
	border-bottom:solid 1px #e3e8ed;
	padding:30px;
}
.read-more{
	font-weight: bold;
	font-size: 11px;
}
.dot-line{
	border-bottom: 1px dotted #003;
	font-weight: bold;
	font-size: 16px;
}

.legend{
	margin-left:30px;
}

.border-aine{
	border: 1px solid #ccc;
}

.download{
	font-size: 20px;
}

.index-tags{
	padding:20px;
	margin:10px;
	text-align:justify;
}

a.tagcloud{
	padding:4px;
	text-decoration:none;
	color:#242424;
}
a.tagcloud:hover{
	color:#d41010;
	text-decoration:none;
}

.top-ban{
	margin-top:2px;
	margin-bottom:2px;
}

.feedback-box{
	border:1px solid #ddd;
	padding:20px;
	width:430px;
	margin:10px 0 20px 100px;
	color:#666666;
}

.feedback-box td{
	padding:4px;
}

.feedback-box input{
	font-size: 14px;
	font-weight: bold;
	background:#99b9e5;
	border:1px solid #7498ca; 
	height:22px;
	width:300px;
}

.feedback-box textarea{
	font-size: 14px;
	font-weight: bold;
	background:#99b9e5;
	border:1px solid #7498ca; 
	width:300px;
	color:#FFF;
}


