﻿body {
}

/*Start  : NewsComment.ascx*/
.add_comment { float:left; width:550px; height:auto; overflow:hidden; }
.add_comment .title { float:left; width:550px; height:40px; overflow:hidden; background-color:#047a9e;}
.add_comment .title .text{float:left;margin-left:10px; margin-top:5px; width:500px;height:auto;font-family:Trebuchet MS;font-size:20px;overflow:hidden;color:White;word-spacing:3px;font-weight:bold;}
.add_comment .comment_box {float:left; width:540px;height:400px; overflow:hidden;font-family:Trebuchet MS;margin-left:10px;font-size:12px;}
.add_comment .comment_box .field{float:left;width:540px;font-family:Trebuchet MS;font-size:12px;overflow:hidden}
.add_comment .comment_box .control{float:left;font-family:Trebuchet MS;font-size:12px;overflow:hidden}
.add_comment .comment_box .field .button{
	background-color: #339900; background-repeat: repeat; background-attachment: 
    scroll; font-family: Trebuchet MS; font-size: 11px; font-weight: normal; 
    text-align: center; color: #FFFFFF; border: 1px solid #000000; margin-left: 0px; 
    padding-left: 2px; background-position: 0% 50%; cursor:hand ; height:18px; width:90px;}
/*End  : NewsComment.ascx*/
/*Start  : CommentBox.ascx*/

.comment .comment_box{float:left;width:750px;overflow:hidden;margin-top:10px;}
.comment .comment_box .title{font-weight: bold;font-family:Trebuchet MS;font-size:10pt;}
.comment .comment_box ul{list-style: none;margin: 0;padding: 0;}
.comment .comment_box ul li{}
.comment .comment_box ul li .iconpen { float:left;width:15px;height:15px;overflow:hidden; margin-right:3px;background-image: url('../Images/Icons/icon_pen.gif');}
.comment .comment_box ul li .name{float:left;color: Blue;padding-right:10px;margin-top:2px;text-align:right;font-weight: normal;}
.comment .comment_box ul li .title{float:left;font-weight: bold;width:400px;position:relative;}
.comment .comment_box ul li .content{clear: both; font-weight: normal;}
.comment .comment_box ul li .date{color: Gray;}
.comment .comment_box ul .seperator{width: 90%;text-align:center;}
/*End  : CommentBox.ascx*/

/* Start : UCS/anasayfa.ascx */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalPopup {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: #28B6CC;
	padding: 3px;
}
.caption, table caption {
	background-color: #28B6CC;
	background-image: url('images/tilebg_tablecaption.gif');
	color: #FFFFFF;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #28B6CC;
	white-space: nowrap;
	text-align: center;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}
/* End : UCS/anasayfa.ascx */