body {
	color: #333;
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
}

body, table, img, button, iframe, ul, li, a {
	margin: 0;
	padding: 0;
	border: 0;
}


table {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul {
	margin-left:20px;
}

li {
	margin-bottom:1em;
}

li, dd, blockquote {
	margin-left: 1em;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


body {
	font-size: 12px;
	background:#ffffff;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link,
a:visited {
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}


.submit {
    -moz-border-radius: 11px 11px 11px 11px;
    -moz-box-sizing: content-box;
    background: url("/media/white-grad.png") repeat-x scroll left top #F2F2F2;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 1px;
    color: #464646;
    cursor: pointer;
		font-family: Arial, "Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
    font-size: 11px !important;
    line-height: 16px;
    margin: 0 1em 0 10px;
    padding: 2px 8px;
    text-decoration: none;
		text-shadow: 0 1px 0 #FFFFFF;
}

.submit:hover {
    border-color: #666666;
}



.crmerror {
	background: yellow;
	color: red;
	font-size: 20px;
	padding: 10px;
}

h3 {
	text-align: left;
	font-size: 12px;
	width: 95%;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

a.button {
	background-color: #ef5777;
	border: none;
	color: white;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 15px 10px 0px;
	cursor: pointer;
  }
  
  .buttoninactive, a.buttoninactive {
	background-color: #485460;
	border: none;
	color: white;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 15px 10px 0px;
	cursor: pointer;
  }
  
  .buttonactive, a.buttonactive {
	background-color: #05c46b;
	border: none;
	color: white;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 15px 10px 0px;
	cursor: pointer;
	font-weight: bold;
  }
  
  .buttonlang, a.buttonlang {
	background-color: #808e9b;
	border: none;
	color: white;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 5px 10px 0px;
	cursor: pointer;
  }

  .buttonuser, a.buttonuser {
	background-color: #0fbcf9;
	border: none;
	color: white;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
  }

  .buttonadmin, a.buttonadmin {
	background-color: #05c46b;
	border: none;
	color: white;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
  }
