/* 
    Document   : mp-specific
    Created on : Feb 10, 2011, 11:43:35 AM
    Author     : jkeller
    Description:
        This file contains all specific classes and ids that are only
        used once or twice in all of magnet portal (very specific).
*/
#mp-alert-container {
	height: 20px;
	background: #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
}

/* Holds the alert message */
#mp-alert {
	display: table;
	margin: 0px auto;
	height: 20px;
	background: url('/images/layout/icons/mp_alert.png') left center no-repeat;
	padding-left: 18px;
	line-height: 20px;
	color: #F5862A;
}

#mp-header {
    height: 70px;
	margin-top: 5px;
    position: relative;
}

#mp-logo {
    display: block;
    float: left;
    height: 60px;
	padding: 5px;
	/*
    width: 250px;
    background: url('/images/layout/mp_logo.png') no-repeat center;
	*/
	cursor: pointer;
}

#mp-logo img {
	max-width: 700px;
}

#mp-user-controls {
    position: absolute;
    top: 3px;
    right: 3px;
}

#mp-content {
	padding: 5px;
}

#mp-muni-id {
    position: absolute;
    right: 3px;
    bottom: 0;
}

#mp-search-header {
    overflow: auto;
    margin-top: 5px;
    height: 73px;
    background: url('/images/layout/mp_search_header.jpg') repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#mp-search-container {
    display: table;
    text-align: center;
    margin: 0px auto;
    margin-top: 18px;
    color: #FFFFFF;
}

#mp-search-container input {
    border: 1px solid #066AA5;
    vertical-align: bottom;
}

#mp-page-container-fixed {
    width:900px;
    margin-right:auto;
    margin-left:auto;
}

.homeblock{
    margin-top:25px;
}
.homeblock img{
    float:left;
    margin-right:10px;
}

.homeblockdesc a{
    font-weight:bold;
    text-decoration: none;
    color:#054C80;
    font-size: 18px;
}

.homeblockdesc a:hover,
.homeblockdesc a:active,
.homeblockdesc a:focus{
    color:#4590C7;
}

#homeblocktitle {
    padding-top: 40px;
    color:#054C80;
    font-weight:bold;
    font-size:20px;
}

#mp-login-container {
	background: #EEEEEE;
	background: -moz-linear-gradient( 100% 100% 90deg, #E7E7E7, #FFFFFF );
	background: -webkit-gradient( linear, 0% 0%, 0% 100%, from( #FFFFFF ), to( #E7E7E7 ));
	border: 1px solid #EEEEEE;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #CCCCCC;
	display: table;
	padding: 10px;
	margin: 0px auto;
	margin-top: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#mp-footer {
	margin-top: 25px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
    text-align: center;
	color: #AAAAAA;
	line-height: 16px;
	background: -moz-linear-gradient( 100% 100% 90deg, #E7E7E7, #FFFFFF );
	background: -webkit-gradient( linear, 0% 0%, 0% 100%, from( #FFFFFF ), to( #E7E7E7 ));
}

#mp-footer img {
	position: relative;
	top: 1px;
}

#mp-footer-map {
    text-align: center;
	color: #AAAAAA;
	line-height: 16px;
}

#mp-footer-map img {
	position: relative;
	top: 1px;
}

#tos-footer {
    text-align: center;
}

.case_wizard_welcome,
#blicense_wizard_welcome {
    padding:5px;
    font-size:14px;
    line-height:20px;
}

.case_wizard_welcome,
#blicense_wizard_welcome_list{
    margin:5px;
    padding: 3px;
}

.case_wizard_welcome h2,
#blicense_wizard_welcome h2 {
    color:#318CE8;
    float:right;
}

#blr_error_msg {
    text-align:center;
    border:1px solid red;
    width:400px;
    margin-right:auto;
    margin-left:auto;
    margin-top:15px;
    background-color:#FFBAB3;
    padding:5px;
    font-size:12px;
    display:none;
}

.contacts_form {
    border:1px solid #939694;
    padding:5px;
    line-height:22px;
    font-size:12px;
    position:relative;
}

.input-third {
    width: 31%;
    background-color:#F7F5B2;
    border: 1px solid orange;
}
.input-half {
    width: 49%;
    background-color:#F7F5B2;
    border: 1px solid orange;
}
.input-full {
    width:96%;
    background-color:#F7F5B2;
    border: 1px solid orange;
}
.input-25 {
    width: 24%;
    background-color:#F7F5B2;
    border: 1px solid orange;
}
.input-75 {
    width: 70%;
    background-color:#F7F5B2;
    border: 1px solid orange;
}

.label-third {
    display: block;
    width: 32%;
    float: left;
    margin-left: 3px;
    color:#939694;
	height: 20px;
}
.label-half {
    display: block;
    width: 49%;
    float: left;
    margin-left: 3px;
    color:#939694;
	height: 20px;
}
.label-full{
    display: block;
    width:99%;
    color:#939694;
	height: 20px;
}
.label-25 {
    display: block;
    width: 24%;
    float: left;
    margin-left: 3px;
    color:#939694;
	height: 20px;
}
.label-75 {
    display: block;
    width: 70%;
    float: left;
    padding-left: 11px;
    color:#939694;
	height: 20px;
}

.wizard-h1 {
    color:#23ADF7;
}

#blr_aifs input, #blr_aifs textarea, #blr_aifs select {
    background-color:#F7F5B2;
    border: 1px solid orange;
    width:450px;
}

#blr_aifs select {
    background-color:#F7F5B2;
    border: 1px solid orange;
    width:457px;
}

.copy_contact {
    border-bottom:1px dashed #CCCCCC;
    right:15px;
    padding-bottom:7px;
    margin-bottom:7px;
}
.copy_contact select {
    background:#FCC368;
    border:1px solid orange;
}

.req_star {
    color:red;
    font-weight:bold;
    font-size:14px;
}

.field_required{
    border:1px solid red !important;
}
.field_highlight {
    border:1px solid red !important;
    background: #FFBAB3 !important;
}

.contacts_form input[disabled] {
    background: #EEEEEE;
}

#login_area {
	width:99%;
	text-align:right;
}

#login_links {
	margin-top:3px;
	font-weight:bold;
}

#login_links a {
	text-decoration:none;
	cursor:pointer;
}

.login_error {
	color:red;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
}

#myaccount_tabs {
	min-height:500px;
}

.error_msg {
border: 1px solid;
margin: 10px 0px;
padding:10px 50px 20px 20px;
width:550px;
color: #9F6000;
background-color: #FEEFB3;
margin-left:60px;
}

#permit_details h1{
	border-bottom: medium solid #E7CE00;
	color: #0092EF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	padding-bottom:10px;
	width:100%;
	font-size:19px;
	font-weight:900;
}

.folder{
	font-size:14px;
	line-height: 18px;
	background: #F6F5D0;
	width:90%;
	border:1px solid #CCCCCC;
	padding:10px;
	border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	color: #535353;
}

.folder h2 {
	font-size:15px;
	color: brown;
	font-weight:900;
	border-bottom: thin dotted #E7CE00;		
}

.folder table {
	width:100%;
}
.folder table tr td:nth-child(1){
	font-weight:bold;
	padding-right:20px;
	font-size: 13px;
	width:200px;
}

.round {
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-top:10px;
}

.sub_title {
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted Coral;
}

.homeblock img{
	width: 50px;
}

.homeblockdesc{
    overflow: hidden;
}