﻿ 
a {
    text-decoration: none;

}
fieldset {
    padding: 5px;
    border-radius: 5px;
}

.ltr
{
    direction:ltr;
}
.rtl
{
    direction:rtl;
}
.form-row {
    clear: both;
    display: block;
    overflow: auto;
    padding: 2px 0;
    position: relative;
    width: 100%;
}
textarea {
    min-height:160px;
    min-width: 200px;
}

.cell-label
{
      display: block;
    float: right;
    padding-right: 5px;
    position: relative;
    text-align: right;
    width:150px;
    /*height:30px;*/
    float:right;
    padding-top:10px;
}
.cell-Input
{
      display: block;
    float: right;
    padding-right: 5px;
    position: relative;
    text-align: right;
    padding: 5px;
    /*width:400px;*/
   text-align:justify;
}
select
{
    font-family:tahoma;

}
td select
{
    width:auto;
    padding:5px;
    font-size:8pt;
    
}
input[type="text"], input[type="password"], textarea {
    border: 1px solid #D4D4D4;
    -border-radius: 3px 3px 3px 3px;
    -moz-border-radius:3px;
    display: block;
    float: right;
    font-family: Tahoma;
    font-size: 8pt;
    line-height: 1em;
    margin: 0;
    padding: 3px 8px;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
    height: 30px;

   
}
/*
input[type="submit"] {
 

     background: linear-gradient(#FF6633, #FF6633) repeat scroll 0 0 transparent;
    border: 1px solid #FF6633;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9pt;
    font-family: tahoma;
    padding: 5px 8px;
    line-height: 18px;
     
    position: relative;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
    cursor: hand;
    cursor: pointer;
}*/
textarea
{
    width:300px;
    height:120px;
}

/*.Button:hover, .button:hover,input[type="submit"]:hover
{
  background:url(/static/img/button_hover.png) no-repeat center center ;
}
.Button, .button,input[type="submit"] 
{
    
  background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent !important;
  background:url(/static/img/button.png) no-repeat center center ;
    border-color: #CCCCCC #BBBBBB #A0A0A0 !important;
    -border-radius: 3px 3px 3px 3px !important;
    border-style: solid !important;
    border-width: 0px !important;
    color: #000000 !important;
    cursor: pointer !important;
    font-family: Tahoma !important;
    font-size: 8pt !important;
    height: 30px ;
    outline: medium none !important;
    padding: 5px 2px 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    margin-right:10px !important;
    -moz-border-radius:5px !important;
    -border-radius:5px !important;
   width: 100px ;
   color:#fff !important;

}*/



.deleted
{
    color: #CC3300;
    text-decoration: line-through;
}
.normal
{
    text-decoration:underline;
}
.hide
{
    display:none;
}
.noborder
{
    border:none;
}

.row a {
    margin-top: 5px;
    display: block;
}
.message
{
    color: #336600;
    background:url(/static/img/info.png) no-repeat center right;
    padding:5px;
    padding-right:25px;
}
 
div.error,
/*div.message,div.warning,div.info,div.enerror
{
    padding:5px;
    padding-right:25px;
    background:url(/static/img/error.png) no-repeat center right;
    line-height:1.8em;
    margin:10px 10px 0;
    text-align:right;
    direction:rtl;
}*/
div.enerror
{
    direction:ltr;
    background-position:center left;
    padding-left:30px;
    font-size:9pt;
}
div.warning
{
   background:url(/static/img/warning.png) no-repeat center right;
}
div.message
{
    background:url(/static/img/info.png) no-repeat center right;
}
.even-row
{
    background-color: #EAEAEA;
}
.cancelbtn,.submitbtn
{
    width:125px !important;
    height:35px !important;
}
.cancelbtn
{
    background:url(/static/img/cancel.png) no-repeat center center !important;
}
.submitbtn
{
    background:url(/static/img/submit.png) no-repeat center center !important;
}
.cancelbtn:hover, .submitbtn:hover
{
    color: #FFFF99 !important;
}
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}



td {
    padding: 5px;
   

}
.red {
    color: red!important;
}
.green {
    color: #009933 !important;
}
.red td {
    color: red!important;
}
.green td {
    color: #009933 !important;
}
.no-shadow {
    box-shadow: none !important;
}
.support-icon {
    background: url("/static/img/support.png") no-repeat center center;
}
.ad-icon {
    background: url("/static/img/ad.png") no-repeat center center;
}
.orders-icon {
    background: url("/static/img/orders.png") no-repeat center center;
}
.setting-icon {
    background:url("/static/img/setting.png") no-repeat center center
}
.email-icon {
    background: url("/static/img/email.png") no-repeat center center;
}
.slide-icon {
    background: url("/static/img/slide.png") no-repeat center center;
}
.spacial-icon {
    background: url("/static/img/spacial-page.png") no-repeat center;
}
.article-icon {
    background: url("/static/img/article.png") no-repeat center center;
}
.cart-icon {
    background: url("/static/img/cart.png") no-repeat center center;
}
.blog-icon {
    background: url("/static/img/blog.png") no-repeat center center;
}
.webmaster-stat {
    padding: 5px 10px;
    overflow: auto;
    border: 1px solid #efefef;

}
.webmaster-stat span.label {
    display: block;
    padding: 5px;
    width: auto;
    float: right;
    margin-right: 15px;
    color: green;
    white-space: nowrap;
}
.webmaster-stat a {
    color: red;
    white-space: nowrap;
}

#gplus-container {
    background: none repeat scroll 0 0 #35C2D8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    bottom: 15px;
    color: #FFFFFF;
   
    font-size: 10px;
    line-height: 200%;
    -moz-opacity: 0.6;
    opacity: 0.6;
    padding: 12px 14px;
    position: fixed;
    left: 140px;
    text-align: center;
    z-index: 2000;
    width: 145px;
   display: block;
    overflow: hidden;
}
    #gplus-container:hover {
         -moz-opacity: 1;
    opacity: 1;
    }
.gplus-comment {
    font: 8pt tahoma;
    color: #fff;
    clear: both;

}