﻿body {
    font: normal 12px Tahoma, Geneva, sans-serif;
}

/* -- Hyperlink -- */
a
{
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #5689C5;
	text-decoration: underline;
}
a:hover
{
	color: #F39128;
	text-decoration: underline;
}
a:visited
{
	color: #A1A1A1;
	text-decoration: underline;
}

.dxgvControl_Glass a {
    color: #004B61;
    font-weight: bold;
}


.Slogan {
    width: 1022px;
    overflow: hidden;
    text-align: center;
    max-width: 1022px;
    height: 24px;
    font-weight: bold;
    font-size: large;
}

.ErrorText {
    color: red;
    font-weight: bold;
}

.text-info {
    color: #4F94C4;
}

.text-center {
    /*margin:0 auto;*/
    text-align:center;
}

.text-large {
    font-size:18px;
    font-weight: bold;
    margin-bottom:10px;
}

.text-bold {
    font-weight: bold;
}

.right {
    float: right;
}

.left {
    float: left;
}

.well {
    margin:5px;
    padding:10px;
    border: 1px solid #AECAF0;
    background: #F2F8FF;
}

.NavMar {
    margin-left: 5px;
}

.alert {
    margin: 5px;
    padding: 10px;
    border: 1px solid #EED3D7;
    background: #F2DEDE;
    color: #B94A48;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../bootstrap/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.CustomTextBox, .CustomTextBox input[type='text'] {
   padding: 0px;
   border-width: 0px;
}
.CustomTextBox input[type='text'] {
   opacity: 0;
   filter: alpha(opacity=0);
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.fileContainer {
    margin-top:10px;
    width:100%;
    border: solid 1px gray;
    padding: 5px;
}

.fok {
    color: green;
}

.fnok {
    color: red;
}