﻿

html, body, form
{
	margin: 0;
	padding: 0;
    height:100%;
    border:none;
	background: #ECECEC;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

hr
{
	border: solid 1px #7EACB1;
}

h1 
{
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-family : tahoma, sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #346DAD;
    line-height: 20px;
}

h2 
{
	margin: 0px;
    padding-top: 0px; 
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-family : tahoma, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #346DAD;
}

li 
{
	list-style-type: none;
}

a 
{
    color: #2a769d;
    text-decoration: underline;
}

a:hover 
{
	color: #f15e34;
}

fieldset
{
	border: 1px solid #C2D4DA;
	background-color:#EDF3F4; 
}

legend
{
	color: #000000;	
	background-image: url('images/gvHeaderBackground.gif');
	border: 1px solid #C2D4DA;
	padding: 2px 6px;
    font-weight:bold;
} 
       
.header 
{
	padding: 10px;
	background: url(images/headergradient.jpg) #ffffff repeat-x left top;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

.content 
{
	padding: 0px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

.bgleft
{
	color: #ECECEC;
	background-image:url(images/bg_left.gif); 
	background-repeat: repeat-y; 
	background-position: right;
}

.bgright
{
	background-image:url(images/bg_right.gif); 
	background-repeat: repeat-y;
}

.button
{
	color:#000000; 
	border: solid 1px #000000;	
	background-image: url('images/edtButtonBack.gif');	
}

.button9 
{
	BORDER-RIGHT: #b2bcbe 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #b2bcbe 1px solid; PADDING-LEFT: 1px; FONT-WEIGHT: normal; FONT-SIZE: 9pt; BACKGROUND: url(images/edtButtonBack.gif) #dadfe0 repeat-x 50% top; PADDING-BOTTOM: 1px; VERTICAL-ALIGN: middle; BORDER-LEFT: #b2bcbe 1px solid; CURSOR: hand; COLOR: #000000; PADDING-TOP: 1px; BORDER-BOTTOM: #b2bcbe 1px solid; FONT-FAMILY: Tahoma
}

.textbox 
{
	font-family:Tahoma, sans-serif;
	font-size:12px;
	color:#000000;
}
	
.gvHeader {
	white-space:nowrap;
	padding: 4px 6px 5px 6px;
	border: solid 1px #7EACB1;
	background-image: url('images/gvHeaderBackground.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#C0DDE0;	
	overflow:hidden;
	-moz-user-select: none;
}

.gvHeader th {	
	padding: 4px 6px 5px 6px;
	border: solid 1px #7EACB1;
}

.gvBorders td
{
    border-right: #C2D4DA 1px solid;
    border-top: #C2D4DA 1px solid;
    border-left: #C2D4DA 1px solid;
    border-bottom: #C2D4DA 1px solid;
}

.Panel
{
	width:100%;
	border: 1px solid #C2D4DA;
	background-color:#EDF3F4;
}

.PanelCaption
{
	background-image: url('images/gvHeaderBackground.gif'); 
	height:23px; 
	font-weight:bold; 	
	padding-left:6px;
}

.AjaxWait
{
	background-image: url('images/wait.gif'); 
}

.ValidationSummary
{
	border: 1px solid red;
	padding: 8px 8px;
	background-color :#FFFFCC;
	margin: 3px;
}

.Message
{
	padding:10px; 
	width:97%;
	border: 1px solid #C2D4DA;
	background-color:#EDF3F4;
}

/*ADDED JT*/
div.layerSetting
{
	position:fixed;height:100%; width:100%; z-index:100; left:0px; top:0px;
	background-image:url('images/floatwindow.png'); background-repeat:repeat;
}
 div.loadingmsg 
{
	width:100px;line-height:40px;height:40px;border:5px solid #C2D4DA;position:fixed;
    left:50%;margin-left:-100px;top:15%;margin-top:-30px;text-align:center;   
	background:#EDF3F4;border-top:1px solid #ddd;border-bottom:1px solid #ddd;z-index:999;
}
.Success
{
	border: 1px solid green;
	padding: 8px 8px;
	background-color :#CEFFCC;
	margin: 3px;
}
.pwdHelp
{
	padding: 8px 8px;
	margin: 3px;
	background-image: url('images/help16.png');
	background-repeat:no-repeat;
}
.TextIndicator_TextBox1 {
	padding: 2px 3px; color: white; font-family: Arial; font-size: x-small; font-style: italic; background-color: gray;
}
.Strength1 {
    padding: 2px 3px; color: white; font-family: Arial; font-size: x-small; font-style: italic; font-weight: bold; background-color: gray;
}
.Strength2 {
    padding: 2px 3px; color: yellow; font-family: Arial; font-size: x-small; font-style: italic; font-weight: bold; background-color: gray;
}
.Strength3 {
    padding: 2px 3px; color: rgb(255, 202, 175); font-family: Arial; font-size: x-small; font-style: italic; font-weight: bold; background-color: gray;
}
.Strength4 {
    padding: 2px 3px; color: aqua; font-family: Arial; font-size: x-small; font-style: italic; font-weight: bold; background-color: gray;
}
.Strength5 {
    padding: 2px 3px; color: rgb(147, 255, 158); font-family: Arial; font-size: x-small; font-style: italic; font-weight: bold; background-color: gray;
}

.thumbnail {
	text-decoration: none; position: relative; z-index: 0;
}
.thumbnail:hover {
	z-index: 50; background-color: transparent;
}
.thumbnail span {
	padding: 5px; border: 1px dashed gray; left: -1000px; color: black; text-decoration: none; visibility: hidden; position: absolute; background-color: rgb(250, 250, 210);
}
.thumbnail span img {
	border-width: 0px; padding: 2px;
}
.thumbnail:hover span {
	left: -150px; visibility: visible;
}

div.pdf1 {
	background-image:url('images/pdf16.gif'); background-repeat:no-repeat;
	width:16px; height:16px;
}


#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: transparent url('/images/off.gif') repeat-x top left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #555555;
  border-top: 1px solid #919191;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #8c3a3a;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px 0 20px;
  height: 24px;
  background: transparent url('/images/divider.gif') no-repeat top right;
}
#cssmenu li a:hover {
  background: transparent url('/images/hover.gif') no-repeat top right;
  color: #8c3a3a;
}


.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:20px;
	padding:25px 60px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
.myButton:active {
	position:relative;
	top:1px;
}

