body {font-family: 'Arial', Helvetica, sans-serif;} 
input{border-top: 3px solid #dedede !important;}
p {font-size: 0.85em;} 
.container{zoom:1; width: 920px !important;}
.content {-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; behavior: url(css/PIE_uncompressed.htc); position:relative; z-index: 0; height: 475px; padding-right: 1px;}
.btn {-webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; behavior: url(css/PIE_uncompressed.htc); position:relative; z-index: 0;}
.shortcut {-webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; behavior: url(css/PIE_uncompressed.htc); position:relative; z-index: 0;}
.shortcut-2 {-webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important; behavior: url(css/PIE_uncompressed.htc); position:relative; z-index: 0;}
.img-rounded {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(css/PIE_uncompressed.htc); position:relative; z-index: 0;}
.shortcut li{margin-right: 8px; font-size: 0.9em}   
.currency .dropdown-toggle{font-size: 0.7em; color: #666;  padding: 5px 10px 5px 10px;}
.orn li {margin-left: -25px !important;}
.content-text li{font-size: 0.8em; }
.content-text h6{font-size: 0.72em; }
.left-menu li {font-size: 9.5px;}
.right-content .tab-pane .col-xs-4 h5{font-size: 0.9em;}
.menu1 .list-inline li{font-size: 0.85em; }
.content .col-xs-5{height: 457px;}
.footer p{font-size: 0.8em !important;}
.welcome{margin-bottom: 10px !important;}
.p-small span a{-webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; behavior: url(css/PIE_uncompressed.htc);}

.information {right: 35px !important;}
.right-content {padding-right: 20px;}
.right-content .nav > li > a,
.right-content .nav > li > a:focus,
.right-content .nav > li > a:active,  
.right-content .nav-tabs > li > a:hover, 
.right-content .nav-tabs > li > a:focus, 
.right-content .nav-tabs > li.active > a, 
.right-content .nav-tabs > li.active > a:hover, 
.right-content .nav-tabs > li.active > a:focus, 
.right-content .nav-tabs .open > a, 
.right-content .nav-tabs .open > a:hover, 
.right-content .nav-tabs .open > a:focus
{width: 115px;}
.ui-keyboard {left: 230px !important;}


.td-title{
  background: transparent !important;
  padding: 0px !important;
}


.td-title span{
  background: url("../images/title.png") !important;
  text-align: center;
  color: #fff;
  width: 150px !important;
  display: block;
  padding: 10px 0px 10px 0px;
 }
 .buttonhome{
	padding-left:10px;
 }


.div{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e3e4e8+99 */
background: #f9f9f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UzZTRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #f9f9f9 0%, #e3e4e8 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(99%,#e3e4e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#e3e4e8 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f9f9 0%,#e3e4e8 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9f9f9 0%,#e3e4e8 99%); /* IE10+ */
background: linear-gradient(to bottom, #f9f9f9 0%,#e3e4e8 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e4e8',GradientType=0 ); /* IE6-8 */}


.content-intro .form-control {
    min-height: 10px !important;
    width: 100%;
}

.btn-default {
    background: #f9f9f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UzZTRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #f9f9f9 0%, #e3e4e8 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(99%,#e3e4e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#e3e4e8 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f9f9 0%,#e3e4e8 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9f9f9 0%,#e3e4e8 99%); /* IE10+ */
background: linear-gradient(to bottom, #f9f9f9 0%,#e3e4e8 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e4e8',GradientType=0 ); /* IE6-8 *;
    background-repeat: no-repeat;
    filter: none;
    border-bottom: 1px solid #C2C2C2;
}













