.logininputtext
{
    border-radius: 2px;
   	font-size: 12px; 
	font-family: Tahoma;
	text-align: left; 
	border-color: #cccccc; 
	border-width: 1px;
	color: Black;
    padding: 2px;
} 
.loginlabeltext 
{
	font-size: 12px; 
	font-family: Tahoma;
	text-align: right; 
	padding: 2px 3px;
	color: #666666;
} 
.siteusetext 
{
	font-size: 15px; 
	font-family: Tahoma;
	color: #666666;
} 
.labelerrortext 
{
	font-size: 12px; 
	font-family: Tahoma;
	text-align: right; 
	padding: 4px 6px;
	color: Red;
} 
.pagebottom 
{
	border-width: 1px;
	font-size: 11pt; 
	font-family: Open Sans, sans-serif;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #666666;
    padding-top: 20px; 
    width: 100%;
   
} 
.loginheadertext 
{
	font-size: 35px; 
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	text-align: left; 
	padding: 4px 6px;
	text-align: center; 
	color: #666666;
} 
.siteusesmallheadertext 
{
	font-size: 20px; 
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	text-align: left; 
	color: black;
} 
.singleline
{
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #666666;
    width: 100%;

}
a:link {
    font-family: Tahoma;
    font-size: 9pt;
    color: blue;
    text-decoration: underline;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}

a:active {
    font-family: Tahoma;
    font-size: 9pt;
    color: blue;
    text-decoration: underline;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}

a:visited {
    font-family: Tahoma;
    font-size: 9pt;
    color: blue;
    text-decoration: underline;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}


a:hover {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    color: #3399CC;
}
.link:link {

	font-family: Tahoma;
	font-size: 12px;
	color: blue;
	text-decoration : underline;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.link:active {
    font-family: Tahoma;
    font-size: 12px;
    color: blue;
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.link:visited {
    font-family: Tahoma;
    font-size: 12px;
    color: blue;
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.link:hover {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration : underline;
	vertical-align: top;
	color:  #3399CC;
}
.button {
    background-color: #599bb3;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 5px 10px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
}
.button:hover {
   background-color: #408c99
}
.button:active {
   border: 1px solid #599bb3;
}
.button:disabled {
   background-color: #ABAA9F
}
.button_old {
	-moz-box-shadow:inset 0px 1px 3px 0px #276873;
	-webkit-box-shadow:inset 0px 1px 3px 0px #276873;
	box-shadow:inset 0px 1px 3px 0px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px -1px 0px #3d768a;
}
.button_old:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.button_old:active {
	position:relative;
	top:1px;
}
.UIpagedetailtableheader 
{
       font-size: 17pt;
       font-family: Tahoma;
       text-align: left;
       color: White;
       background-color: green;
       padding: 5px 5px 5px 25px;
       border-top-left-radius: 10px;
       border-top-right-radius: 10px;    
       margin-top: 10px;
       word-wrap: break-word;
       text-shadow: 0.3px 0.3px 0.3px #FFF;
}

.UIpagedetailtablebody 
{
    
       border-color: red;
       font-size: 11pt;
       font-family: Tahoma;
       color: Black;
       padding: 0px 5px 5px 5px;
       background-color: green;
       border-bottom-width: 0px;
       width: 100%; 

}
.UIpagedetailtablebodycontent 
{
      
       font-size: 11pt;
       font-family: Tahoma;
       color: Black;
       padding: 15px 15px 15px 15px;
       background-color: white;
       word-wrap: break-word;
}
.UIpagedetailtabledivider
{
       font-size: 14pt;
       font-family: Tahoma;
       text-align: left;
       color: Black;
       border-bottom: 0px; 
       background-color: lightgray; 
       padding: 10px 10px 10px 15px;
       border-radius: 10px;
       margin-bottom: 10px; 
              word-wrap: break-word;
 
}

.UImessagebar {
    font-size: 12px;
    font-family: Tahoma;
    font-weight: 500;
    text-align: left;
    color: Black;
    padding: 10px 10px 10px 15px;
    margin-top: 5px;
    border-bottom: 0px;
    word-wrap: break-word;
}
.UImessagebar-default
{
       background-color: lightgray;
       border-left: thick solid darkgray;
            border-right: thin solid darkgray; 
              border-top: thin solid darkgray;
               border-bottom: thin solid darkgray;
}
.UImessagebar-success
{
       background-color: lightgreen;
       border-left: thick solid green;
         border-right: thin solid green; 
              border-top: thin solid green;
               border-bottom: thin solid green;
}
.UImessagebar-info
{
      
              border-left: thick solid blue; 
              border-right: thin solid blue; 
              border-top: thin solid blue;
               border-bottom: thin solid blue;
}
.UImessagebar-warning
{
       background-color: lightgoldenrodyellow;
                     border-left: thick solid yellow;
                     border-right: thin solid yellow; 
              border-top: thin solid yellow;
               border-bottom: thin solid yellow;
} 
.UImessagebar-error
{
       background-color: lightcoral; 
                     border-left: thick solid red;
                      border-right: thin solid red; 
              border-top: thin solid red;
               border-bottom: thin solid red;
}


