html {
	direction: rtl;
        font-family: iransans,tahoma;
}

td {
	text-align: right;
}

td.left {
	text-align: right;
}

td.right {
	text-align: left;
}

td.form-title {
	text-align: right;
}

td.form-title-caps {
	text-align: right;
}

td.print {
	text-align: right;
}

td.print-category {
	text-align: left;
}

tr.row-category-history td {
	text-align: right;
}

td.login-info-left {
	text-align: right;
}

td.login-info-right {
	text-align: left;
}

td.news-heading-public {
	text-align: right;
}

td.news-heading-private {
	text-align: right;
}

div.quick-summary-left {
	text-align: right;
	float: right;
}

div.quick-summary-right {
	text-align: left;
	float: left;
}

.left {
	text-align: right;
}

.right {
	text-align: left;
}

.avatar
{
 float: left;
}


/* toggle button classes */
.tgswitch {    
    background: #eaeaea;
    cursor: pointer;
/*    border-top: solid 2px #eaeaea;
    border-left: solid 2px #eaeaea;
    border-bottom: solid 2px #777;
    border-right: solid 2px #777;*/
    border: 1px solid #777;
    padding: 3px 3px;
    width: 70px!important;
    /*border-radius: 12px;*/
    /*border-radius: 6px;*/
    font-size:11px;
    margin: -3px;
    text-align: center;
    font-family: tahoma;
}

.tgswitch:hover {
    /*color:#003366;*/
/*    background: #336600; color:white;*/
    background: gray; color:white;
    /*background: #336699; color:white;*/
}

.tgswitch.down {
    color: yellow;
    background: #336699;
    /*background: #bbb;*/
    border: 1px solid #003300;
/*    border-top: solid 2px #777;
    border-left: solid 2px #777;
    border-bottom: solid 2px #eaeaea;
    border-right: solid 2px #eaeaea;*/
}

.tgswitch.down:hover {
    color:white;
}

.tgswitch.rightside {
    border-radius: 0px 12px 12px 0px;
}

.tgswitch.leftside {
    border-radius: 12px 0px 0px 12px;
}

/*added by Alireza Saebi*/
/*
select {
    border-radius: 4px;
    border: 1px solid gray;
}

input["text"] {
    border-radius: 4px;
    border: 1px solid gray;    
}
*/