@import url("ads.css");

body{
  background: #fff;
  color: #464646;
  font-size: 11px;
  font-family: Tahoma,Verdana,Arial,Sans-serif;
  margin: 0px;
  padding: 0px 0px 50px;
  text-align: right;
  direction: rtl;
}
input, textarea{
  color: #464646;
  font-size: 11px;
  font-family: Tahoma,Verdana,Arial,Sans-serif;
}
a img{ border: none; }
a{
  color: #0081ff; 
  text-decoration: none; 
  outline: none !important;
  cursor:pointer;
}
.clear{ 
  clear: both; 
}
.ltr{ 
  direction: ltr; 
}
.button{ 
  cursor: pointer; color: #6B474F;
}
h1{
  color: #175798;
  font-size: 16px;
  font-weight: bold;
}
h2, .header .menu a:hover, .footer .menu a:hover, .linklist a:hover{
  color: #175798;
}
h2{
  font-size:12px;
}
.row h2{
  margin:0;
}
/* ------- signup pnl ------- */
#signup_pnl div.desc, .form .desc{
  margin-bottom:5px;
  color:#888;
  font-size:10px;
}
.form div.field{
  margin-bottom:5px;
}
.form .field-group{
  margin-top:5px;
  border-bottom:1px dotted #aaa;
}
.field-group h3{
  margin-bottom:2px;
}

/* ------- article ------- */
.article-tools{
  padding:0 5px;
}
.a-head{
  border-bottom:1px solid #92cdfe;
  margin-bottom:10px;
  padding-bottom:5px;
  line-height:17px;
}
.a-body{
  width:580px;
  margin-left:10px;
  line-height:15px;
  text-align:justify;
}
.a-related{
  width:250px;
  font-size:11px;
  color:#1f5f93;
  margin-top:10px;
  border-right:1px solid #92CDFE;
}
.a-related img, .ads-show img{
  border:1px solid #8CCFE2;
  padding:1px;
}
.related-item{
  cursor:pointer;
}
.c-like-yes, .c-like-no{
cursor:pointer;
}
.c-like-yes .ico, .c-like-no .ico{
background-image:url(../images/like-ico.png);
width:12px;
height:12px
}
.c-like-yes .ico{
background-position:0px -12px !important;
}
.c-like-yes{
color:#9a7f00 !important;
}
.c-like-no .ico{
background-position:0px -0px;
}
.c-like-no{
color:#799fd4;
}
.like-it .yes, .like-it .no, .like-it .added{
  background-image:url(../images/like-it.png);
  width:20px;
  height:19px;
}
.like-it .yes, .like-it .added{
  background-position:-23px -0px !important;
}
.like-it .no{
  left:0;
}
.buzz-it, .like-it{
  cursor:pointer;
  margin-right:5px;
}
.buzz-it img{
  vertical-align:top;
  width:28px;
}
.c-count img{
  vertical-align:middle;
}
.c-count{
  color:#888;
  cursor:pointer;
}
.a-head .published-at{
  color:#0089fe;
}
h3{
  color: #175798;
  font-size: 12px;
  font-weight: bold;
}
.hidden{ 
  display: none;
}
.footer {
  width: 850px;
  list-style-type:none;
  text-align:center;
  border-top:1px solid #6CE5FC;
}
.footer .menu{
  margin-top:15px !important;
  float:none !important;
  text-align:center !important;
}
.right{float:right}
.left{float:left}
/* ------- about ------- */
.about-body p, .about .intro, .contactus p{
  text-align:justify;
}
.about-sep{
  padding:10px;
  color:#000;
  background-color:#a1c0ec;
}

.about .intro{
  float:left;
  width:400px;
}
.about .contact{
  float:right;
}
.about-upper{
  padding:10px;
}
.about-upper h2{
  margin:0;
  padding:0;
  color:#fff;
}
.about-body .left, .about-body .right{
width:400px;
}

.container, .l-clean-container{
  width: 850px;
  margin:0px auto;
}
.l-clean-container{
  margin:10% auto !important;
}
.cats{
  background-position:0 -30px;
  height:26px;
  border:1px solid #dfdfdf;
  border-bottom:0;
}
.sub-cats{
  background-color:#74b5f5;
  padding:3px 3px;
  border:1px solid #69AFF4;
  border-top:0;
}
.sub-cats a{
  display:block;
  padding:3px 5px;
  color:#fff;
}
.sub-cats a:hover{
  background-color:#80cffa;
}
.sub-cats li.selected{
  background-color:#4c80b1;
}

.cats ul, .sub-cats ul, .likers{
  list-style-type:none;
  margin:0;
  padding:0;
}
.cats, .cats li.selected, .cats .hover{
  background-image:url('../images/menu-grds.jpg');
}
.sub-cats li{
  margin-left:7px;
}
.cats li, .sub-cats li, .likers li{
  float:right;
  background-color:none;
  text-align:center;
 /* border-top:2px solid #4387dc;*/
}
.cats a{
  color:#777;
  margin:0px 10px;
  height:19px; /*19 + 6 = 25*/
  display:block;
  padding-top:6px;
}
.cats li.selected a{
  color:#fff;
  font-weight:bold;
  padding-top:8px;
  height:22px;
}
.cats li.selected{
  background-position:0 -0px;
  border:1px solid #69aff4;
  margin-right:-1px; /*for container border*/
  border-bottom:0;
  color:#fff;
  margin-top:-5px;

}
.cats .hover{
  background-position:0 -55px;
  background-color:#c4ebff;
  color:#175798;
}
.seperator{
  height:2px;
  line-height:2px;
  background-color:#65aef3;
}
.header .user-account{
  height:5px;
  line-height:5px;
  background-color:#eee;
  border:0;
  border-bottom:1px solid #6ce5fc;
  cursor:pointer;
}
.user-account .close-pnl{
  float:left;
  color:#ababab;
  cursor:pointer;
}
.user-account input[type=text], .user-account input[type=password]{
  /*border:1px solid #83b4f2;  padding:3px;*/
  font-family:tahoma;
  font-size:12px;
  width:150px;
  color:#777;
}
.header{

}
.header .logo{
  margin-top:10px;
  margin-bottom:20px;
  float:right;
}
.header .menu, .footer .menu{
  margin-top:30px;
  margin-right:10px;
  float:right;
}
.header .menu a, .footer .menu a, .linklist a{
  color: #009cd0;
  text-decoration: none;
}
.header .menu a, .footer .menu a{
  margin: 0px 5px;
  font-size:12px;
}
.footer .menu a{
  font-size:11px !important;
}
.header .share-tools{
  float: left;
  margin-top:15px;
  padding:5px;
}
.header .share-tools img{
  cursor:pointer;
}
.content { 
  margin:10px 0px; 
  border-top:1px solid #c8c8c8;
}
.l-clean-content{
  border-top:1px solid #6ce5fc;
  border-bottom:1px solid #6ce5fc;
  padding:10px 0;
  margin:5px 0;
}
/* ARTICLE */
.body {
  width: 750px;
}
.publisher, .buzz-it span{
  color: #ff003c;
}
/* MOTIVATION */
.motivationHolder{
  position: relative;
  width: 900px;
}
.motivation{
  position: absolute;
  direction: rtl;
  margin-top: 15px;
  left: 0px;
  color: #fff;
  font-weight: bold;
  width: 600px;
}
.motivation .crnr{display:block}
.motivation .crnr *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E31441}
.motivation .crnr1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f299ad;
  border-right:1px solid #f299ad;
  background:#ea4e70}
.motivation .crnr2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fce7ec;
  border-right:1px solid #fce7ec;
  background:#e84065}
.motivation .crnr3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e84065;
  border-right:1px solid #e84065;}
.motivation .crnr4{
  border-left:1px solid #f299ad;
  border-right:1px solid #f299ad}
.motivation .crnr5{
  border-left:1px solid #ea4e70;
  border-right:1px solid #ea4e70}
.motivation .crnr6{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d98299;
  border-right:1px solid #d98299;
  background:#df4467}
.motivation .crnr7{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d4c2cc;
  border-right:1px solid #d4c2cc;
  background:#df385e}
.motivation .crnr8{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #df385e;
  border-right:1px solid #df385e;}
.motivation .crnr9{
  border-left:1px solid #d98299;
  border-right:1px solid #d98299}
.motivation .crnr10{
  border-left:1px solid #df4467;
  border-right:1px solid #df4467}
.motivation .crnrfg{
  background:#E31441;
  padding: 10px;
}

/* LIST */
.list {
  width:580px;
}
.list .row{
  border-bottom:1px #e7e7e7 solid;
  padding:10px 0;
  color: #464646;
  display:block;
}
.list .row .thumbnail, .upcomings .thumbnail{
  padding: 1px;
  border: 1px #8ccfe2 solid;
  vertical-align: text-top;
  width:100px;
  height:100px;
}
.upcomings .thumbnail{
  width:200px !important;
}
.list .row .description{
  display: inline-block;
  vertical-align: text-top;
}
.list .row h3{
  padding: 0px;
  margin: 0px;
}
.list .row .published, .list .row .summary{
  margin:10px 10px 5px 10px;
}
.list .row .summary, .upcomings .summary{
  color: #31aad2;
  line-height:15px;
}
.row ul{
margin:0;
padding:0;
}
.row .al-body{
overflow:hidden;
/*font-size:1px; IE hack*/
}
.row li{
float:left;
overflow:hidden;
width:580px;
}
.paging{
  text-align: center;
}
.paging a:hover {
  text-decoration: none;
}
.paging .disabled{
  color: #bbb;
}
.paging .current{
  font-size: 1.3em;
  color: #e31441;
  font-weight: bold;
}
.blue-box{
margin:10px;
padding:5px;
border:1px solid #1897c6;
background-color:#32b4e5;
color:#fff
}
.blue-box a{
  color:#fff046;
}
/*-- comments --*/
.comments{
width:850px;
background-color:#d3d6dd;
border-top:2px solid #6CE5FC;
}
.comments .avatar{
margin-left:15px;
}
#new_comment{
padding:5px;
border-bottom:1px solid #cdcdcd;
}
.comment-box{
width:500px;
height:70px;
padding:5px;
border:#c5c5c5 1px solid;
margin-bottom:5px;
}
.comments .newComment p{
  margin: 0px;
  padding: 5px 6px;
}
.addComment{
  color: #0073D1;
  cursor: pointer;
  display: inline-block;
  margin: 5px 40px;
  font-size:12px;
}
.comment{
  margin-bottom:20px;
}
.comments .name{
  color:#2266BB;
  font-weight:bold;
}
.comments .published{
  text-align: left;
  color: #ff003c;
  margin-left: 10px;
}
.commentator{
  width: 150px;
  border: #aaa 1px solid;
}
.comments-panel{
  margin:0 10px;
}
.comments-panel .boxfg, .commentEven .boxfg{
  padding: 0px 5px;
  direction: rtl;
  text-align: right;
}
.comments-panel .say{
  background: url(../images/say-top.jpg) no-repeat;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.comments-panel .box{display:block}
.comments-panel .box *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f1f3f6}
.comments-panel .box1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dfe2e7;
  border-right:1px solid #dfe2e7;
  background:#e9ebef}
.comments-panel .box2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d6d8de;
  border-right:1px solid #d6d8de;
  background:#ebedf1}
.comments-panel .box3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ebedf1;
  border-right:1px solid #ebedf1;}
.comments-panel .box4{
  border-left:1px solid #dfe2e7;
  border-right:1px solid #dfe2e7}
.comments-panel .box5{
  border-left:1px solid #e9ebef;
  border-right:1px solid #e9ebef}
.comments-panel .boxfg{
  background:#f1f3f6
}
.why .box{
  width:500px;
  text-align:justify;
  }
.notice{
background-color:#fffee9;
border:1px solid #ffc600;
padding:5px;
}
/*------- tipsy -------*/
.tipsy { 
  padding: 5px;
  font-size: 10px;
  line-height:15px;
  font-family: Tahoma,Verdana,Arial,Sans-serif;
  opacity: 1;
  filter: alpha(opacity=100);
  background-repeat: no-repeat;
  background-image: url(../images/tipsy.gif)
}
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #4387DC; color: white; max-width: 250px; }
.tipsy-inner { }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/*------- simple-modal -------*/
#simplemodal-overlay{
}
#simplemodal-container{
  background-color:#eee; 
  padding:5px; 
}
.pnl-header{
  border:0;
  border-bottom:1px solid #6ce5fc;
}
.simplemodal-close{
  margin-top:2px;
  cursor:pointer;
}
.form-tmp1{
  background-color:#cdcdcd; 
  padding:2px;
  border:1px solid #fafafa;
}
.form-tmp1 input[type=text], .form-tmp1 input[type=password]{
  border:0px;
  margin:4px 2px;
  border-right:1px solid #fafafa;
  border-left:1px solid #fafafa;
  background-color:#cdcdcd; 
  padding:2px;
  color:#fafafa;
}
.form-tmp1 .submit, .form-tmp1 .hover{
  background-image: url(../images/submit.jpg);
  background-position:0 0;
  width:30px;
  height:27px;
  cursor:pointer;
}
.form-tmp1 .hover{
  background-position:-30px 0 !important;
}
.flash-message{
  padding:10px;
  font-size:16px;
  font-style:italic;
  color:#101214;
}
.flash-box{
  background-color:#eee;
  border-bottom:1px solid #6ce5fc;
}
.popup .top{
  position: absolute;
  top:-12px;
  right:11px;
}
.popup .menu{
  float:left;
  margin-right:3px;
}
.conversations{
  margin-top:0px;
  margin-bottom:0px;
}
.conversation{
  background-color:#fff;
  margin-top:10px;
  padding-top:10px;
  border:1px solid #cdcdcd;
}
.conv-content{
  padding-left:10px;
  padding-right:10px;
}
.conv-menu{
  text-align:right;
  padding:2px 0;
  padding-right:10px;
  background-color:#dfdfdf;
  line-height:15px;
}
.conv-menu a{
  padding:2px 5px;
}
.conv-menu .selected{
  background-color:#c8c8c8;
}
.new-comment, .edit-comment, .new-reply{
  background-color:#c8c8c8;
  padding:10px;
}
.conv-edit{
  cursor:pointer;
}
.conv-login, .conv-login a{
  color:#175798;
  font-weight:bold;
}
.conv-created-at{
  color:#aaa;
  font-size:10px;
}
.avatar{
  border:1px solid #ccc;
}
.char-count, .counter_nm{
vertical-align:top;
font-size:15px;
font-weight:bold;
font-family:arial;
}

.al-tools{
margin-top:5px;
}
.al-tools .prev, .al-tools .next{
width:20px;
height:22px;
cursor:pointer;
background-image: url(../images/icons.png);
}
/* icon set */
.al-tools .next{
background-position:0px 0px;
}
.al-tools .prev{
background-position:0px -22px;
}
.al-tools .next-hover{
background-position:-20px 0px;
}
.al-tools .prev-hover{
background-position:-20px -22px;
}
/* customize drop down list */
#user_tools{
  position:relative;
}
#user_tools div.ddl-header:hover{
  border-color:#b0b0b0;
}
#user_tools .ddl-header{
  cursor:pointer;
  padding:3px 5px;
  background-color:#f2f2f2;
  border:1px solid #dfdfdf;
  color:#009cd0;
  width:90px;
}
#user_tools .ddl-body{
  background-color:#f2f2f2;
  border:1px solid #dfdfdf;
  border-top:0;
  display:none;
  position:absolute;
}
#user_tools ul{
  margin:0;
  padding:0;
  list-style:none;
}
#user_tools li{
  width:90px;
  padding:3px 5px;
  padding-top:1px;
}
#user_tools li:hover{
  background-color:#fff;
}
#user_tools li a{
}
#user_tools img{
  margin-left:5px;
  vertical-align:middle;
}
.y-c-tl, .y-c-tr, .y-c-bl, .y-c-br {
  background-image:url(../images/yellow-corner.png);
  position:absolute;
  width:11px;
  height:11px;
}
.y-c-tl{
  background-position:0px 0px;
  top:-1px;
  left:-1px;
}
.y-c-tr{
  background-position:-11px 0px;
  top:-1px;
  right:-1px;
}
.y-c-bl{
  background-position:0px -11px;
  bottom:-1px;
  left:-1px;
}
.y-c-br{
  background-position:-11px -11px;
  bottom:-1px;
  right:-1px;
}
.splitter{
  background:transparent url(../images/splitter_ddd_2px.png) repeat-x scroll left center;
}
.splitter span{
  background:#FFFFFF none repeat scroll 0 0;
  padding-left:5px;
}
.minor{
color:#888888;
font-size:10px;
text-transform:uppercase;
}
.tab .tab-header{
  color:#fff;
  background:transparent url(../images/tab-h.jpg) repeat-x;
  height:27px;
  position:relative;
  margin:0 6px;
  line-height:27px;
  font-weight:bold;
}
.tab .tab-body{
  background-color:#f4f4f4;
  margin:0 1px;
}
.tab .tab-footer{
  background-color:#b2d6ff;
  border-top:1px solid #cbe3ff;
  position:relative;
  margin:0 1px;
  padding:3px;
}
.tab .tab-body{
  color:#1f8ef5;
  padding-top:5px;
  padding-bottom:5px;
}
.tab .hd-r{
  position:absolute;
  right:-6px;
  top:-1px;
}
.tab .hd-l{
  position:absolute;
  left:-6px;
  top:-1px;
}
.tab .tab-row{
  margin:5px;
  margin-bottom:0;
  padding:5px;
}
.tab .open-cmd,.tab .mini-cmd {
  background:transparent url(../images/tabs.png);
  width:13px;
  height:13px;
}
.tab .open-cmd,.tab .mini-cmd, .tab .loader {
  float:right;
  margin-left:7px;
  cursor:pointer;
  margin-top:7px;
}
.tab .open-cmd{
}
.tab .mini-cmd {
  background-position:-13px 0;
}
.tab .tab-row:hover{
  background-color:#e3e3e3;
  cursor:pointer;
}
.b-c-tl, .b-c-tr, .b-c-bl, .b-c-br {
  background-image:url(../images/l-blue-corner.jpg);
  position:absolute;
  width:5px;
  height:5px;
}
.b-c-tl{
  background-position:0px 0px;
  top:-1px;
  left:-1px;
}
.b-c-tr{
  background-position:-5px 0px;
  top:-1px;
  right:-1px;
}
.b-c-bl{
  background-position:0px -5px;
  bottom:0px;
  left:0px;
}
.b-c-br{
  background-position:-5px -5px;
  bottom:0px;
  right:0px;
}
.ads-show{
  margin-right:5px;
  margin-bottom:20px;
}

.acc-info span{
  color:#E62F2F;
  font-weight:bold;
}
.err-msg{
color:red;  
}
.ok-msg{
  color:green;
}
.go_red{
  color:#e6e6e6;
}
.be-notify{
  color:#FC8800;
}
.go_green{
  color:#e62f2f;
}
.ico-post{
list-style-image:url(../images/icon-set1.png);
}
.editable .name-field{
  color:#215495;
}
.editable .field:hover{
background-color:#fffac7;
}
.editable .field{
padding:3px;
}
.editable input, .editable .hover{
  border:1px solid #ffca12 !important;
}
.editable input{
background-color:#fff;
padding:2px;
width:200px;
}
.author-info{
  border:1px solid #d3d6dd;
  background-color:#f1f3f6;
  margin:10px;
  margin-right:0;
  margin-bottom:0;
  float:right;
}
.author-info .name{
  color:#003d81;
}
.author-info a{
  color:#ff00ae !important;
}
