/*@charset "utf-8";*/
/* CSS Document */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	margin:0px;
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #ccc; */
}

#pagebackground{
	width:100%;
	height:100%;
	/*top:0; 
	left:0;*/
	bottom:0;
	right:0;
	position:fixed;
	z-index:-1;
	background:url(../images/sundial_background_image_crop.jpg) no-repeat center fixed;
}

#bodydiv,.bodydiv {
	max-width:1900px;
	margin:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	font-weight: bold; 
	margin:0px;
}

.PageContent {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#ContentDiv {
	width:900px;
	margin:0;
	/*background:url(../images/contentdivfillerw.gif);*/
	background-image:url(../images/contentdivfillerw.png);
	/*background-color:#FFF;
	/*opacity:0.4;
	filter:alpha(opacity=40)*/
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}
.TableHeader {
	background-color:#FF9900;
	color:#FFF;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
}

.AccountTable {
	border:none;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	font:Arial, Helvetica, sans-serif;
}

.AccountEditTable {
	border:none;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	font:Arial, Helvetica, sans-serif;
}
.AccountEditTable td
{
	padding:5px;
}

.InputField
{
	background-color:#EEE;
}

.inputfieldresp {
	width:90%;
    padding: 5px;
    margin-bottom:5px; 
    border:none; 
    font-size:13px; 
    color:#a3a39e; 
    padding:10px; 
    background:#ebebeb;
	font-family: Arial, Helvetica, sans-serif;
}

.HeaderLink
{ 
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#000;
	font-size:12px;
	text-decoration:none;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.orderdivcontainer {
	/*border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;*/
	border-top:2px dashed #ccc;
	width: 100%;
	max-width: 800px;
}

.orderdiv {
	border-bottom: 2px dashed #ccc;
	/*border-bottom:1px solid #ccc;*/
	/*border-top:1px solid #ccc;*/
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.orderdiv:hover {
	background: #f9f9f9;
}

.orderdivMoving {
	background: #efefef;
	-webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}

.orderarrowcontainer {
	position: absolute;
	top:50%;
	right:2%;
	transform: translate(0%,-50%);
}

/*.UpButton {
	cursor: pointer;
	max-width: 50px;
}

.DownButton {
	cursor: pointer;
	max-width: 50px;
}*/

.DownButton {
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-down-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
    cursor: pointer;
}

.DownButton:hover {
	background-image: url(/images/section-arrow-down-dark.png);
}

.UpButton {
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-up-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
    cursor: pointer;
}

.UpButton:hover {
	background-image: url(/images/section-arrow-up-dark.png);
}

.TopButton {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #9a9a9a;
}

.TopButton:hover {
	color: #5d5d5d;
}

.BottomButton {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #9a9a9a;
}

.BottomButton:hover {
	color: #5d5d5d;
}

.inputfieldresp {
	width:90%;
    padding: 5px;
    margin-bottom:5px; 
    border:none; 
    font-size:13px; 
    /*color:#a3a39e; */
    color:#000; 
    padding:10px; 
    background:#ebebeb;
	font-family: 'Open Sans', sans-serif;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputdropdownresp {
	background-color: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 5px;
}
