body {
margin:0px;
padding:0px;
scrollbar-face-color: #4b4b4b;
scrollbar-highlight-color: #242424;
scrollbar-3dlight-color: #808080;
scrollbar-darkshadow-color: #646464;
scrollbar-shadow-color: #c0c0c0;
scrollbar-arrow-color: #c0c0c0;
scrollbar-track-color: #969696;
}
a, img { border:none; }
a:link,a:visited{
color:blue;
}
a:hover {
color:#0099FF;
}
.banner {
background:url(../image/bannerNew.png) no-repeat top left;
height:145px;
border-bottom:5px solid #CC0033;
width:100%;
background-color:#a08dfb;
text-align:center;
border-radius:8px
}
.button {
display: inline-block;
background: url(../image/btn.bg.png) repeat-x 0px 0px;
padding:5px 10px 6px 10px;
font-weight:bold;
text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
border:1px solid rgba(0,0,0,0.4);
-moz-border-radius: 5px;
-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
border-radius: 5px;
cursor:pointer;
}

/* COLOR VARIATIONS */  

.blue		{ background-color: #CCCCCC; color: #141414;}
.blue:hover	{ background-color: #00c0ff; color: #ffffff;}

.green		{ background-color: #CCCCCC; color: #141414;}
.green:hover{ background-color: #8aff00; color: #ffffff;}

.red		{ background-color: #CCCCCC; color: #141414;}
.red:hover	{ background-color: #ff004e; color: #ffffff;}

/* ------------------  */

input[type=text],input[type=password] {
border:1px solid #CCCCCC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 12px;
color:#003366;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea {
border:1px solid #CCCCCC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 12px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#003366;
}
.user {
background:url(../image/1385748371_Caucasian_boss.png) #FFFFFF center left no-repeat;
padding-left:18px;
height:28px;
width:165px;
text-indent:10px;
font-size:12px;
}
.password {
background:url(../image/1385748359_keepassx.png) #FFFFFF center left no-repeat;
padding-left:18px;
height:28px;
width:165px;
text-indent:10px;
}

.tablestyle1,.tablestyle1 td {
border:1px dotted #666666;
border-collapse:collapse;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.tablestyle1 thead {
font-weight:bold;
font-size:12px;
background:#006699;
color:#FFFFFF;
}
.tablestyle1 tbody {
font-size:12px;
color:#006699;
text-align:left
}
.tablestyle1 tfoot {
font-weight:bold;
font-size:12px;
background:#006699;
color:#FFFFFF;
}
.tablestyle,.tablestyle1 input[type=text] {
height:28px;
width:250px;
font-size: 13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#003399;
}
.select {
width:auto;
border:1px solid #CCCCCC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:5px;
}
.fixedDiv {
text-align:center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
}
#loader {
position:fixed;
display:none;
font-size:16px;
font-weight:bold;
text-align:center;
background-color:#666666;
opacity:0.8;
filter:alpha(opacity=60);
text-decoration:blink;
width:100%;
z-index:99999;
}
#loader img {
background:#FFFFFF;
/*border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;*/
}
#loader #innerContainer {
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#FFFFFF;
color:#006699;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-variant:small-caps;
font-weight:normal;
width:370px;
padding:10px;
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 12px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.footer {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
float:right;
padding-bottom:5px;
padding-top:8px;
color:#7D7D7D;
}

.container {
-webkit-box-shadow: 0px 7px 31px -5px rgba(184,184,184,1.4);
-moz-box-shadow: 0px 7px 31px -5px rgba(184,184,184,1.4);
box-shadow: 0px 7px 31px -5px rgba(184,184,184,1.4);
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(237,237,237,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(246,246,246,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1 );
 margin:2px;
}
.filedset_login {
padding:10px;
padding-bottom:10px;
border:solid 1px orange;
width:500px;
}
legend {
text-align:left;
color:#CC0000;
font-weight: bold;
}

legend:hover{
color:#009900;
}
.bubble {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #B2B2B2;
    height: 200px;
    margin: 20px;
    width: 275px;
}
.bubble::after {
    background-color: #F2F2F2;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    content: "\00a0";
    display: block;
    height: 20px;
    left: -135px;
    position: relative;
    top: 20px;
    transform: rotate( 45deg );
    width: 20px;
}
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #0033FF;
  background: #F7F7F7;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #666666;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #F7F7F7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.bubble1 {
position:relative;
width: 170px;
background:#CCCCCC;
opacity:0.4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size:12px;
padding:10px;
left:195px;
top:-30px;
float:left;
display:inline;
}
.bubble1:after 
{
content: "";
position: absolute;
top: 6px;
left: -7px;
border-style: solid;
border-width: 8px 7px 8px 0;
border-color: transparent #CCCCCC;
display: block;
width: 0;
z-index: 1;
}