﻿body {
}

div.container {
    margin: auto;
    direction: rtl;
    width: 711px;
    overflow: hidden;
    font-family: Arial;
    font-size: 12px;
}

div.header {
    position: relative;
    height: 157px;
    background: url(Images/header.png) no-repeat;
    margin-bottom: 10px;
}

div.logo {
    width: 188px;
    height: 157px;
    position: absolute;
    top: 0;
    right: 0;
}

div.language {
    width: 66px;
    height: 17px;
    position: absolute;
    left: 9px;
    top: 15px;
}

div.language a {
    display: block;
    margin-right: 10px;
    margin-top: 3px;
}

div.search {
    position: absolute;
    left: 0;
    top: 126px;
    width: 190px;
    height: 27px;
}

div.search form input {
    float: left;
    width: 119px;
    height: 10px;
    margin: 6px 0 0 8px;
    border: 0;
    font-size: 10px;
    line-height: 10px;
    background: transparent;
    padding: 2px;
}

div.search form button {
    float: right;
    width: 40px;
    height: 17px;
    border: 0;
    margin: 6px 10px 0 0;
    cursor: pointer;
    background: none;
}

div.logo a {
    display: block;
    height: 100%;
}

div.links {
    position: absolute;
    top: 125px;
    left: 200px;
    width: 120px;
    height: 30px;
}

div.links li {
    list-style-type: none;
    float: left;
    width: 33%;
    height: 30px;
}

div.links li a {
    display: block;
    height: 100%;
}

div.menu {
    width: 730px;
    padding-right: 2px;
    margin-bottom: 10px;
}

div.menu li {
    float: right;
    list-style-type: none;
    height: 22px;
    margin: 0 3px 0 2px;
    //margin: 0 3px 0 1px;
}

div.menu li a {
    text-decoration: none;
    color: #84073f;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -1px;
}

div.menu li.splitter {
    width: 2px;
    background: url(Images/menu-splitter.png) no-repeat center center;
    margin: 0!important;
}

div.right {
    float: right;
    width: 187px;
    background: #86063f url(Images/side-menu-top.png) no-repeat top;
}

div.side-bar {
    width: 140px;
    margin:auto;
    padding-top: 10px;
}

div.form {
    padding-top: 5px;
}

div.form input {
    width: 124px;
    height: 17px;
    background: url(Images/input.png) no-repeat;
    border: 0;
    margin-bottom: 3px;
    padding: 0 8px;
    font-family: Arial;
    font-weight:bold;
    font-size: 11px;
}

div.form div.textarea {
    width: 140px;
    height: 29px;
    background: url(Images/textarea.png) no-repeat right;
    margin-bottom: 3px;
    padding: 2px 5px 0 0;
}

div.textarea textarea {
    width: 130px;
    height: 20px;
    border: 0;
    resize: none;
    background: transparent;
    font-family: Arial;
    font-weight:bold;
    font-size: 11px;
}

div.form button {
    width: 42px;
    height: 18px;
    background: url(Images/btn-send.png) no-repeat;
    border: 0;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
}

div.side-bar li {
    list-style-type: none;
}

div.side-bar ul {
    margin-bottom: 5px;
}

ul.side-bar-big-buttons {
    margin-right: -5px;
    overflow: hidden;
    width: 150px;
}

ul.side-bar-big-buttons li {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}

div.center {
    float: right;
    width: 332px;
}

div.inner-center {
    float: right;
    width: 524px;
}

div.center div.content {
    width: 282px;
    margin: auto;
}

div.inner-center div.inner-content {
    padding-right: 20px;
}

div.categories {
    background: #e4f1d7;
    width: 144px;
    min-height: 14px;
    float: right;
    margin-right: -20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

div.cat-header {
    height: 7px;
    background: url(Images/cat-header.png) no-repeat;
}

div.cat-footer {
    height: 7px;
    background: url(Images/cat-footer.png) no-repeat;
}


div.categories li {
    list-style-type: none;
    padding-right: 20px;
    margin-bottom: 5px;
}

div.categories li a {
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

div.bread-crumb {
    clear: both;
    margin-bottom: 10px;
}

div.bread-crumb li {
    list-style-type: none;
    float: right;
    font-weight: bold;
    color: #84073f;
    margin-left: 4px;
}

div.bread-crumb li a {
    color: #84073f;
    text-decoration: none;
}

div.bread-crumb li.first a {
    color: #afd87a;
}

div.article-item {
    height: 103px;
    margin-bottom: 20px;
	text-align: justify;
}

div.article-item h2, div.article-item h2 a{
    color: #84073f;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

div.article-item h2 a span {
    color: Black;
    font-size: 12px;
}

div.article-item img {
    display: block;
    width: 96px;
    height: 103px;
    float: left;
    margin-right: 10px;
}

div.article-item div {
    text-align: justify;
    line-height: 14px;
}

div.article-item a.read-more{
    display: block;
    color: #84073f;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    float: left;
}

a.read-more span {
    color: Black;
    font-weight: normal;
}

div.item-splitter {
    height: 1px;
    font-size: 0px;
    border-bottom: 1px solid #c3e29c;
    margin-bottom: 20px;
}

div.left {
    float: right;
    width: 192px;
}

div.left h2, div.left h2 a {
    color: #84073f!important;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

div.left div.video {
    margin-bottom: 6px;
}

div.left div.logos {
    margin-bottom: 10px;
    border-bottom: 1px solid #c3e29c;
    //padding-bottom: 3px;
}

div.left div.logos ul {
    width: 215px;
    overflow: hidden;
}

div.left div.logos li {
    float: right;
    list-style-type: none;
    margin-left: 18px;
}

div.left div.news {
    margin-bottom: 10px;
}

div.news ul {
	width: 186px;
}

div.left div.news li {
    width: 95%;
    list-style-type: none;
	margin-bottom: 10px;
	background: url(images/news-bullet.gif) no-repeat right 7px;
	padding: 0 10px 0 10px;
}

div.left div.news li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: Black;
}

div.banner {
    background: #d6d7d9;
    min-height: 54px;
	clear: both;
}

div.footer {
    position: relative;
    width: 710px;
    min-height: 43px;
    background: #afd87a url(Images/footer.png) no-repeat right top;
    padding-top: 55px;
    padding-bottom: 10px;
}

div.footer-forum {
    background: url(Images/forum-footer.png) no-repeat right;
}

div.footer ul {
    margin-right: 30px;
    border: 1px solid transparent;
}

div.footer li {
    list-style-type: none;
    float: right;
    color: #677261;
    margin: 0 2px;
    font-size: 11px;
}

div.footer li a {
    color: #677261;
    text-decoration: none;
}

div.copyrights {
    text-align: center;
    clear: both;
    font-size: 10px;
    font-weight: bold;
}

div.copyrights a {
    color: Black;
    text-decoration: none;
}

div.clear {
    clear: both;
    margin: 0;
    font-size: 0px!important;
}

div.cms-editor {
}

div.cms-editor li {
	margin: 0 20px;
}

div.cms-editor h1{
    font-size: 18px;
    font-weight: bold;
    color: #84073f;
    margin-bottom: 10px;
}

div.cms-editor h2{
    font-size: 16px;
    font-weight: bold;
    color: #84073f;
    margin-bottom: 10px;
}

div.cms-editor h3{
    font-size: 12px;
    font-weight: bold;
    color: #84073f;
    margin-bottom: 10px;
}

div.footers {
    width: 711px;
    margin: auto;
    padding: 10px 0;
    font-size: 12px;
    font-family: Arial;
    direction: rtl;
	text-align: center;
}

div.footers a {
    color: #444444;
    text-decoration: none;
}

div.footers a:hover {
    text-decoration: underline;
} 

div.ronin {
    float: left;
    padding: 20px 0;
}

div.ronin img {
    vertical-align: middle;
    padding-left: 2px;
}

div.ronin a {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

div.ronin span {
    font-weight: bold;
    cursor: pointer;
}

div.add-comment {
}

div.add-comment form label, div.order-form form label {
    display: block;
    color: Black;
    font-weight: bold;
}

div.add-comment form input, div.order-form form input {
    width: 248px;
}

div.add-comment form textarea, div.order-form form textarea {
    width: 248px;
    height: 50px;
    resize: none;
}

div.add-comment .button, div.order-form .button {
    width: 60px;
    height: auto;
    cursor: pointer;
    margin: 5px 0;
    display: block;
}

div.CheckBox {
    padding: 10px 0;
}

div.CheckBox input {
    display: inline!important;
    width: auto!important;
}

div.CheckBox label {
    display: inline!important;
    width: auto!important;
    font-weight: normal!important;
}


div.add-comment h3 {
    font-size: 14px;
    color: #84073f;
    cursor: pointer;
    font-weight: bold;
}

div.comments li {
    margin-bottom: 10px;
}

div.comments li a {
    font-weight: bold;
    cursor: pointer;
}

div.comments li span {
    font-size: 12px;
    color: #4e4747;
}

div.gallery {
    width: 502px;
    overflow: hidden;
}

div.gallery-thumbs {
    width: 502px;
    overflow: hidden;
    padding-top: 10px;
}

div.thumbs-wrapper {
    width: 600px;
}

div.gallery-thumbs a {
    display: block;
    width: 110px;
    height: 160px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
}

div.gallery-thumbs span {
    display: block;
    text-align: center;
    font-size: 12px;
}

div.gallery-thumbs img {
    display: block;
    border: 1px solid #afd87a;
    padding: 5px;
    width: 100px;
    height: 100px;
    
}

.gallery-picture img {
    display: block;
    margin: auto;
    border: 1px solid #afd87a;
    padding: 5px;
    float: right;
}

div.gallery-navigation {
    width: 500px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

div.gallery-navigation a {
    color: Black;
}

div.gallery-navigation span {
    font-family: Tahoma;
    color: #696969;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

div.gallery-picture {
    float: right;
    position: relative;
}

span.play {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 42%;
    left: 209px;
    width: 83px;
    height: 83px;
    background: url(../Images/play_large.png) no-repeat;
}

div.buy-button{
    padding: 10px 0;
}

div.buy-button button {
    width: 60px;
    cursor: pointer;
}

div.search-text li {
    margin-bottom: 10px;
}

div.search-text li a{
    color: Blue;
}

div.Pagin {
    padding: 10px 0;
}

div.Pagin a {
    color: Blue;
}

.hidden {
    display: none;
}

.link {
    cursor: pointer;
}


table.calendar {
	direction: rtl;
	background: url(Images/tblbg.png);
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

table.calendar th {
	background: #86063f;
	color: White;
	font-weight: bold;
	height: 16px;
	padding: 2px 0;
	border-left: 1px solid #cacaca;
	text-align: center;
}

table.calendar th.last {
	border: 0;
}

table.calendar td {
	text-align: right;
	border: 1px solid grey;
	vertical-align: top;
	position: relative;
	width: 83px;
}

table.calendar td div.time {
	border: 1px solid #cacaca;
	width: 76px;
	background: white;
}

table.calendar td div.time span {
	display: block;
	text-align: center;
	background: #afd87a;
	color: #333333;
	font-weight: bold;
	height: 16px;
	padding: 2px 0;
}

table.calendar td div.text {
	text-align: center;
	padding: 3px;
}

table.calendar td div.text a {
	color: Maroon;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}

table.calendar td div.text a:hover {
	text-decoration: underline;
}

table.calendar td div.text hr {
	margin: 0;
	padding: 0;
	font-size: 0px;
}

div.homepage-teachers {
    position: relative;
    height: 110px;
}

div.homepage-teachers div.article-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    
}

div.article-text {
    text-align: right!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
   //float: right;
}

div.marquee span {
	color: #84073f;
}


/*FORUMS*/

.cms-editor h1.forum-title 
{
    margin-bottom: 20px;    
}

.cms-editor h3.forum-title 
{
	color: #84073f;
	font-size: 18px;
    margin-bottom: 20px;    
}

.cms-editor h3.forum-title a {
	text-decoration: none;
	color: #84073f;
}

.cms-editor h1.forum-title a
{
    text-decoration: none;
    color: #84073f;
}

table.forum-table 
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

table.forum-table th 
{
    text-align: right;
    font-weight: bold;
    padding: 10px 5px;
    background: #eaeaea;
    border: 1px solid #eaeaea;
    color: black;
}

table.forum-table td
{
    text-align: right;
    padding: 2px 5px;
    background: url(Images/forum-bg.png) repeat-x bottom;
}

table.forum-table td h2.title 
{
    font-size: 14px;
    font-weight: bold;
}

table.forum-table td a 
{
    color: Black;
	text-decoration: none;
	color: #86063f;
}

table.forum-table td a:hover 
{
    text-decoration: underline;
}

.forum-th-replies 
{
    width: 50px;
}

.forum-th-from 
{
    width: 120px;
}

strong.forum-user
{
    font-weight: bold;
    color: #999999;
}

td.forum-th-replies 
{
    text-align: center!important;    
}

bdo 
{
    font-size: 10px;
    font-style: italic;
}

button.forum-button {
    width: 80px;
    height: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial;
    border: 1px solid #86063f;
    padding: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    background: #86063f;
}

button.forum-button:hover {
    background: #afd87a;
    color: #86063f;
    border: 1px solid #afd87a;
}

.forum-user-logged 
{
    font-weight: bold!important;
    color: #000000!important;
}

.forum-user-admin 
{
    color: #124f95!important;
}

.forum-user-expert 
{
    color: #cc6666!important;
}

div.forum-box {
	position:absolute;
	top: 0;
	display: none;
	height: 260px;
    direction: rtl;
    font-family: Arial;
    font-size: 12px;
    background: #ffffff;
    padding: 5px 10px;
    width: 395px;
    border: 5px solid #86063f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.forum-box h3.title 
{
    font-weight: bold;
    font-size: 14px;
}

div.forum-box form {
    margin: 0;
    padding: 0;
}

div.forum-box form label {
    display: block;
    float: right;
    width: 90px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

div.forum-box form input.input{
    border: 1px solid #86063f;
    padding: 2px 0px;
    width: 300px;
    margin-bottom: 5px;
}

div.forum-box form textarea.input {
    border: 1px solid #86063f;
    padding: 2px 0px;
    width: 300px;
    height: 140px;
    margin-bottom: 5px;
    font-family: Arial;
    resize: none;
}

div.forum-box button {
    float: left;
    width: 80px;
    height: 25px;
    cursor: pointer;
    font-family: Arial;
    background: #86063f;
    border: 1px solid #86063f;
    padding: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: White;
    margin-left: 2px;
}

div.forum-box button:hover {
    background: #afd87a;
    color: #86063f;
    border: 1px solid #afd87a;
}

div.forum-box div.terms {
    float: right;
}

div.forum-box div.terms a {
    color: #124f95;
}

div.thread-item-content 
{
    zoom: 1;
    padding: 10px;
}

ul.content-item-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    margin-bottom: 10px;
}

ul.content-item-list li 
{
    margin: 0;
    padding: 0;
    background: url(Images/forum-bg.png) repeat-x bottom;
    border: 1px solid #eaeaea;
}

/*USER BOX*/
div.user-box {
	position:absolute;
	top: 0;
	display: none;
	min-height: 120px;
    direction: rtl;
    font-family: Arial;
    font-size: 12px;
    background: #ffffff;
    padding: 15px 10px;
    width: 395px;
    border: 5px solid #86063f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.user-box h3.title 
{
    font-weight: bold;
    font-size: 14px;
}

div.user-box form {
    margin: 0;
    padding: 0;
}

div.user-box form label {
    display: block;
    float: right;
    width: 90px;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

div.user-box form input.input{
    border: 1px solid #86063f;
    padding: 2px 0px;
    width: 300px;
    margin-bottom: 5px;
}

div.user-box form textarea.input {
    border: 1px solid #86063f;
    padding: 2px 0px;
    width: 300px;
    height: 80px;
    margin-bottom: 5px;
    font-family: Arial;
    resize: none;
}

div.user-box label.checkbox 
{
    display: inline!important;
    float: none!important;
}

div.user-box button {
    float: left;
    width: 80px;
    height: 25px;
    cursor: pointer;
    font-family: Arial;
    background: #86063f;
    border: 1px solid #86063f;
    padding: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    margin-left: 2px;
}

div.user-box button:hover {
    background: #afd87a;
    color: #86063f;
    border: 1px solid #afd87a;
}

div.user-box div.terms {
    float: right;
}

div.user-box div.terms a {
    color: #124f95;
}

/*USER LOGIN*/
div.user-login-menu 
{
    margin-bottom: 10px;
}

div.user-login-menu  ul
{
    list-style-type: none;
}

div.user-login-menu  ul li 
{
    float: left;
    margin-right: 5px;
}

div.user-login-menu  ul li a 
{
    color: #86063f;
}

