@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e7e7e0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #e7e7e0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.banner{background-color:#00718f;padding:20px;}
.footer{background-color:#d2d2c5; padding:20px;}
.poa_banner{padding:20px;}
.ams_logo{padding:20px;}
.login_table{font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size:16px; font-weight:bold; line-height:150%}

.ui-widget{font-size:12px;}
.ui-button .ui-button-text{line-height: 90%; font-weight:normal; padding-bottom:5px; background-color:#00718f; color:#FFFFFF; border:1px solid #000000;}

.sub_button{line-height: 100%; font-weight:normal; padding-bottom:5px; background-color:#00718f; color:#FFFFFF; border:1px solid #000000; padding:8px 5px 5px 5px; width:100px; font-weight:bold; width:200px;}
.input_box{ padding:5px; width:190px; border:1px solid #999999;}

.prop_header          {color:#860038; font-size:30px; font-weight:bold;}
.prop_document        {color:#000000; font-size:18px; font-weight:normal; text-decoration:none; padding-left:10px; }
.prop_folder          {color:#000000; font-size:18px; font-weight:bold; text-decoration:none;}
.prop_document a      {color:#000000; font-size:18px; font-weight:normal; text-decoration:none; padding-left:10px; }
.prop_folder   a      {color:#000000; font-size:18px; font-weight:bold; text-decoration:none;}
.prop_document a:hover{color:#860038;}
.prop_folder   a:hover{color:#860038;}

#logo_sample{border:1px #000000 solid}
#logo_sample{-moz-box-shadow: 3px 3px 5px #000000;   -webkit-box-shadow: 3px 3px 5px #000000;   box-shadow: 2px 3px 5px #000000; }

.prop_folder_text{text-shadow:0 2px 4px rgba(0, 0, 0, 0.23); }
