/* ksimed.com | 2012 */
@media screen, projection {

/*body
{
background-image:url('/images/ams-bg-image.png'); 
background-repeat:repeat-xy;

} */

#mainbodyheader {
  padding: 1em;
  text-align: center;
  font-weight: bold; 
  font-size: 28px;
  color: black;
  text-align: center;
}

#mainbodysubheader {
  padding: 0em;
  line-height: 1;
  text-align: center;
  font-weight: bold; 
  font-size: 18px;
  color: silver;
  text-align: center;
}

#formcontainer {
  clear: both;
  /* float: top; */
}

#showcaseapps {
  clear: both;
}

#showcaseapps ol li {
  margin: 0.45em;
  float: left;
  width: 190px;
  height: 255px;
  background-color: silver;
  /* box-shadow: 3px 3px 4px #000; */
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px black;
  -webkit-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
  padding: 1em 1em 0 1em;
  list-style: none;
}

#showcaseapps ol li:hover {
  background-color: rgb(255,255,204);
  cursor: pointer;
}

#showcaseapps ol li:hover .appheader {
  /* background-color: red; */
  border-color: blue;
}

div.appheader {
  margin: 0px;
  padding: 0px;
  height: 50px;
  border-color: white;
  border-bottom: solid;
  border-bottom-width: thin;
  font-weight: normal;
  font-weight: bold;
}

div.appdetail {
  height: 175px;
  font-size: 12px;

}
div.appaction {
  vertical-align: bottom;
  /* background-color: red; */
  height: 35px;

}

div span.appaction1 a:link {
  padding: 0.3em;
  font-weight: normal;
  text-decoration: none;
  background:#99ca42;
  padding: 0.2em 
  margin: -5px 0px 0px 0px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  color:#fff;
  text-shadow:0 1px 1px #426806;
  border-top:1px solid #A6DB54;
  font-family:"ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div span.appaction2 a:link {
  padding: 0.3em;
  font-weight: normal;
  text-decoration: none;
  background:#3366FF;
  padding: 0.2em 
  margin: -5px 0px 0px 0px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  color:#fff;
  text-shadow:0 1px 1px #426806;
  border-top:1px solid #A6DB54;
  font-family:"ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
}


#clear {
  clear: both
}f

#user1 {
  margin: 1em;
  padding: 2em;
  float: left;
  width: 150px;
  height: 150px;
  background-color: green;
  box-shadow: 3px 3px 4px #000;
 
}

#userpromptwhite {
  padding: .2em;
  background-color: silver;
  text-align: center;
  font-weight: bold; 
  font-size: 28px;
  color: white;
  background-color: silver;
  text-align: center;
  text-shadow: black 0.1em 0.1em 0.2em;
}

}

#loginform {
  #background: #E6EAE9;
}

#signupform {
  #background: #E6EAE9;
  
}

fieldset {

  float: left;
  clear: both;
  width:100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  border: 1px solid #BFBAB0;
  background-color: #F2EFE9;
  background-image: url(images/fieldset_gradient.jpg);
  background-repeat: repeat-x;
}

legend {
  margin-left: 1em;
  padding: 0;
  color: #000000;
  font-weight: bold;
}

fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}

fieldset li {
  padding-bottom: 1em;
}

fieldset.submit {
  float: none;
  width: auto;
  border-style: none;
  padding-left: 12em;
  background-color: transparent;
}

label {
  /* right aligned */
  float: left;
  width: 10em;
  margin-right: 1em;
  text-align: right;
  /* top display: block; */
}

#pricinggrid {
  position: relative;
  float: right;
  left: -50%;
  text-align: left;
  /*width: 100%;*/
  margin: auto auto;
}

.priceplan {
  float: left;
  position: relative;
  left: 50%;
  border-style: single;
  background-color: white;
  margin: 0.2em;
  width: 300px;
  height: 450px;
  border: solid;
  border-width: thin;  
}

.planname {
  padding: 1em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  /* height: 50px; */
  background-color: white;
}

.plancaption {
  line-height: 1;
  padding: 0em;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  /* height: 50px; */
  background-color: white;
}


.planprice {
  padding: 30px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  background-color: white;
  border-bottom: silver solid;
  border-width: thin;
}


.planfeatures ol {
  height: 175px;
  list-style: circle;
}

.planactions {
  text-align: center;
}

.planactions span.appaction1 {
  padding: 0.3em;
  font-weight: normal;
  text-decoration: none;
  background:#99ca42;
  padding: 0.2em 
  margin: -5px 0px 0px 0px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  color:#fff;
  text-shadow:0 1px 1px #426806;
  border-top:1px solid #A6DB54;
  font-family:"ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pricingterms ol {
   text-align: center;
   list-style: none;
 }

.pricingterms ol li {
  clear: both;
  font-size: 12px;
  line-height: 1;
  
}


#footer {
  clear: both;
  padding: 0.2em;
  color: silver;
  background: #000; /* #919191; */
  height: 250px;
  text-align: center;
}

#footer a:link {
  color: silver;
  text-decoration: none;

}

#footer a:hover {
  color: white;
}

#footer a:visited {
  color: silver;
  text-decoration: none;
}

#footercopyright {
  padding: 0.2em;
  font-size: 12px;
  color: silver;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

}
