﻿.urtable{width: 99%; float:left;}
.urcell1{width: 175px;}
.urcell2{width: 10px;}
.urcell4{width: 50px;}
.urcell3{width: 225px;}

.cl_ddl
{
    width:150px;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 1px;
    -webkit-appearance: none;
    background-image: url('/App_Themes/SG/Images/Main/worldwide_black.png');
    background-position: 135px 6px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    margin-left:0px;
}
.cl_ddl:hover
{
    background-image: url('Images/Main/worldwide_arrow.png');
}

#UserRegister  TEXTAREA, #UserRegister INPUT[type="text"], #UserRegister INPUT[type="password"]
  {
    font-family    :  tahoma, arial, snas-serif;
    font-size      :  12px;
    color          :  #000000;
    padding        :  1px;
    background     :  #EEEfff;
    border-left    :  solid 1px #c1c1c1;
    border-top     :  solid 1px #cfcfcf;
    border-right   :  solid 1px #cfcfcf;
    border-bottom  :  solid 1px #6f6f6f;
    border-radius  :  5px;
    height         :  14px;
    
  }

#UserRegister INPUT[type="text"]:focus, #UserRegister INPUT[type="text"]:active ,#UserRegister INPUT[type="password"]:focus, #UserRegister INPUT[type="password"]:active 
  {
      border-color:#646464;
      background-color:#ffcf03;
  }

.UCAdresText
{
    min-width   : 400px;
    max-width   : 400px;
    min-height  : 50px;
    max-height  : 50px;
    width       : 400px;
    height      : 150px;
    text-transform: initial;
}

.UCStandarText
{
    min-width   : 200px;
    max-width   : 200px;
    min-height  : 14px;
    max-height  : 10px;
    width       : 200px;
    height      : 14px;
    text-transform: initial;
}


#IOSForm  TEXTAREA, #IOSForm INPUT[type="file"]
  {
    font-family    :  tahoma, arial, snas-serif;
    font-size      :  12px;
    color          :  #000000;
    padding        :  1px;
    background     :  #EEEfff;
    border-left    :  solid 1px #c1c1c1;
    border-top     :  solid 1px #cfcfcf;
    border-right   :  solid 1px #cfcfcf;
    border-bottom  :  solid 1px #6f6f6f;
    border-radius  :  5px;
    height         :  14px;
    margin-left    :  -10px;
  }

.UCTextUC{width: 200px; text-transform: uppercase;}
.UCTextLC{width: 200px; text-transform: lowercase;}
.UCTextC{width: 200px; text-transform: capitalize;}


.button
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    background-image: linear-gradient(top, #eee, #ccc);
}

.button:hover
{
	background-color: #ddd;        
	background-image: linear-gradient(top, #fafafa, #ddd);
	}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus
{
	outline: 0;
	background: #fafafa;
}    

.button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";        
}

.delete:before
{
	content: "\2718";        
}

.save:before
{
	content: "\2714";        
}

.email:before
{
	content: "\2709";        
}

.like:before
{
	content: "\2764";        
}

.next:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
} 