@charset "utf-8";
/* CSS Document */
.agree{
	color: green;
	font-weight:bold;
}

body { padding-bottom: 70px; }
.not{
	color: red;
	font-weight:bold;
}

.body_width {
	width: 500px;
	
}
.body_wrapper {
		font-family: Arial, Helvetica, sans-serif;

	width: 600px;
	margin:auto;
}
.bold {
	font-weight:bold;
}

.subheader {
	font-size: 16px;
	
	color: #00519d;
}

.subheader2 {
	font-size: 14px;
	font-weight: bold;
	color: #00519d;
}
.small {
	font-size: 12px;
}

.header {
	font-size: 26px;
	color: #00519d;
	text-align:left;
}
.section_title {
	font-size: 18px;
	color: #00519d;
	text-align:left;
	padding-top: 10px;
}

.text_box{
	width: 380px;
	height: 100px;

}

.date_column{
	width: 100px;

}
.name_column{
	width: 200px;
}
.pub_column{
	width: 200px;
}

.delete_icon{
	width:30px;
}
.ash_blue{
	color: #00519d;
}
.right_align{
	text-align: right;
}

.blue_line{
	border-bottom: 0px;
	border-top: 1px;
	border-left: 0px;
	border-right:0px;
	border-color:#CCC;
	border-style:solid;
	
	padding-top: 6px;
}

.black_line{
	border-bottom: 0px;
	border-top: 1px;
	border-left: 0px;
	border-right:0px;
	border-color: black;
	border-style:solid;
	
	padding-top: 0px;
}

.footer{
	font-size: 10px;
	text-align: center;
	margin-top: 23px;
}
.submit_as_link_button {
    background:none!important;
     border:none; 
     padding:0!important;
    /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
}

.denied_button{
	color: red;
}

.granted_button{
	color: green;
}

.indent_reg{
	margin-left:10px;
}

.text_area{
	
	
}
.text_area_sub_text{
	font-size: 12px;
	margin-left: 6px;
}
.clear {
	clear:both;
}

.red {
	color: #FF0000;
}

.bigred {
	font-size: 26px;
	color: #FF0000;
	text-align:center;
}
.left_padding {
	padding-left:25px;
}
.top_padding {
	padding-top:10px;
}
.all_padding {
	padding: 10px 10px 10px 10px;
}

.field_wrapper {
	width: 401px;
	margin:auto;
}
.right {
	float:right;
}
.left {
	float:left;
}
.fwidth {
	width: 100px;
}
.fheight {
	height: 23px;
}
.text_center {
	text-align:center;
}
.submit { 
	width: 100px;
}
.center {
	margin:auto;
	


}
.requested_info_wrapper{
	width:380px;
}
.field_text {
	margin-left: 12px;
	font-size: 14px;
}

.line_spacer {
	
	border-top:1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	height:2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: green;
	border-style: solid;
}

.required {
	font-size: 10px;
}

.box {
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color: #999;
}

.box {
	border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color: green;
}