﻿.RrethoreEdit { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 8px; 
    border: 1px solid #d5e7f4; 
    outline:0; 
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	box-shadow: 0 0px 1px #ccc; 
}
.RrethoreEdit:focus { 
    background-color: #FFFFE8;
    font-bold=true;
    border: 1px solid #31e658; 
   }
   
.RrethoreEdit4 { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 8px; 
    border: 1px solid #d5e7f4; 
    outline:0; 
    height:38px; 
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	padding:5px;
	box-shadow: 0 0px 1px #ccc; 
}
.RrethoreEdit4:focus { 
    background-color: #FFFFE8;
    font-bold=true;
    border: 1px solid #31e658; 
   }


.RrethoreEdit10 { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 8px; 
    border: 1px solid #d5e7f4; 
    outline:0; 
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  	font-size: 15px;
    height: 38px;
	 padding:8px;
	 box-shadow: 0 0px 1px #ccc; 
}
.RrethoreEdit10:focus { 
    background-color: #FFFFE8;
    font-bold=true;
    border: 1px solid #31e658; 
   }


.RrethoreEdit11 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 8px;
    border: 1px solid #8ab4cb;
    background-color: snow;
    outline: 0;
    text-align: left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 17px;
    height: 38px;
    padding: 8px;
    box-shadow: 0 0px 1px #ccc;
}
.RrethoreEdit11:focus { 
    background-color: #FFFFE8;
    font-bold=true;
    border: 1px solid #31e658; 
   }
    

.RrethoreEdit1011 { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 8px; 
    border: 1px solid #d5e7f4; 
    outline:0; 
    height:29px; 
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	box-shadow: 0 0px 1px #ccc; 
	width:90%;
}
.RrethoreEdit1011:focus { 
    background-color: #FFFFE8;
    font-bold=true;
    border: 1px solid #31e658; 
   }


.RrethoreEdit100 { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 8px; 
    border: 1px solid #d5e7f4; 
    outline:0; 
    height:31px; 
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	padding:5px;
	box-shadow: 0 0px 1px #ccc; 
	text-transform: uppercase;
}
.RrethoreEdit100:focus { 
    background-color: #FFFFE8;
    text-transform: uppercase;
    font-bold=true;
    border: 1px solid #31e658; 
   }

.RrethoreEdit1001 { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 8px; 
    border: 1px solid #d5e7f4; 
    outline:0; 
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    padding:5px;
    box-shadow: 0 0px 1px #ccc; 
}
.RrethoreEdit1001:focus { 
    background-color: #FFFFE8;
    font-bold=true;
    border: 1px solid #31e658; 
   }



.ButoniMire {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}

.ButoniMire:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  cursor: hand; 
}

.ButoniMire:disabled,
ButoniMire[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  background: url(anim4.gif) no-repeat;
  float: left;
}


.TableEditorit {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    border-radius:9px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
     
}

.forminput {
				
	 background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
			
}

.TableEditorit td {
     	font-family: Geneva, Tahoma, Verdana, sans-serif;
     	font-size: 13px;
     	color: #000000;
     	text-align: left;  
     	font-variant: normal;
		font-bold=false;
		line-height: 20px;
		padding-left:10px;
				height: 30px;
}

.shkrimi { 
    padding:10px;
    text-shadow: #C0C0C0 0 1px 0;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	padding:5px;
}


.TableEditorit100 {
    border-collapse: collapse; /* IE7 and lower */
    padding:4px;
    border-spacing: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    border-radius:9px;
    padding-left: 10px;
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.TableEditorit100 td {
     	font-family: Geneva, Tahoma, Verdana, sans-serif;
     	font-size: 13px;
     	color: #000000;
     	text-align: left;  
     	font-variant: normal;
		font-bold=false;
		line-height: 20px;
		padding-left:10px;
		height:30px;
}


