/*
|---------------------------------------------------------------
| MASTER BODY STYLES
|---------------------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	
	background: #eee;
	color: #363636;
	font: 75%/1.5 "lucida grande", verdana, arial, sans-serif;
	text-align: center;
	min-width: 960px;
}
.wrapper {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 960px;
    text-align: left;
}

/*
|---------------------------------------------------------------
| HEAD STYLES
|---------------------------------------------------------------
|
| The head layer
*/
#head {
    background: #033f5f;
    border-bottom: 2px solid #000000;
    box-shadow: 0 0 15px #000000 inset;
    color: #EEEEEE;
    height: 150px;
    margin: -1px 0 0;
    padding: 20px;
    text-align: right;
}
#head .head-content {
    background: url("../../_global/images/lower-head-overlay.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 150px;
    text-align: right;
}
/*
|---------------------------------------------------------------
| MENU STYLES
|---------------------------------------------------------------
*/
#menu { 
	height: 30px;
	line-height: 30px;
	background: #484848;
	background: -moz-linear-gradient(top, #484848 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #484848 0%,#000000 100%);
	background: -o-linear-gradient(top, #484848 0%,#000000 100%);
	background: -ms-linear-gradient(top, #484848 0%,#000000 100%);
	background: linear-gradient(top, #484848 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 );
	border-bottom: 2px solid #000;
	text-align: center;
}
#menu .nav-main { margin-left: 20px; }
#menu .nav-main ul {
	margin: 0 5px;
	padding: 0;
	
	list-style-type: none;
}
#menu .nav-main ul li {
	margin: 0 3px;
	float: left;
}
#menu .nav-main ul li a {
	padding: 0 10px;
    font-family: 'bankgothic_md_btmedium';
	
	text-decoration: none;
	display: block;
	color: #D1D1D1;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
#menu .nav-main ul li a span { padding: 0; }
#menu .nav-main ul li a:hover, #menu .nav-main ul li a.active {
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
	border-bottom: none;
    box-shadow: 0 0 3px #000000 inset;
    color: #000000;
    padding: 0 10px;
    text-decoration: none;
}
/*
|---------------------------------------------------------------
| BODY STYLES
|---------------------------------------------------------------
*/
#body {
	margin: 1em 0 2em;
}

.content {
	margin-left: 20px;
	margin-right: 210px;
	line-height: 1.4;
	
	background: #EEEEEE;
}

#footer {
    background: none;
    border: none;
    clear: both;
    font-size: 90%;
    line-height: 1.4;
    margin: 2em auto;
    padding: 1.7em 0;
    text-align: center;
    width: 800px;
    font-family: 'bankgothic_md_btmedium';
}
#footer a {
    color: #0074c7;
    text-decoration: none;
}
#footer a:hover {
    border-bottom: 1px dotted;
    color: #0074c7;
}

/*
|---------------------------------------------------------------
| FONT COLOR CLASSES
|---------------------------------------------------------------
*/
.page-head {
    font-family: 'bankgothic_md_btmedium';
	font-weight: normal;
}

/*
|---------------------------------------------------------------
| LINKS
|---------------------------------------------------------------
*/
a {
	text-decoration: none; 
	color: #2B3A42;
    font-family: 'bankgothic_md_btmedium';
}
a:hover {
	color: #2B3A42;
    font-family: 'bankgothic_md_btmedium';
	border-bottom: 1px dotted;
}

/*
|---------------------------------------------------------------
| INPUT STYLES
|---------------------------------------------------------------
*/
input[type=text],
input[type=password] {
	border: 1px solid #d8d8d8;
	color: #777;
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 100%;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type=text]:focus,
input[type=password]:focus {
	color: #444;
	border: 1px solid #777;
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .18);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .18);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .18);
}

select {
	border: 1px solid #d8d8d8;
	color: #777;
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 100%;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
select:focus,
select:hover {
	color: #444;
	border: 1px solid #777;
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .18);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .18);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .18);
}

kbd {
	font-weight: bold;
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 110%;
}

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/

button {
    font-family: 'bankgothic_md_btmedium';
}

button.button-main {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #EEEEEE;
}
button.button-main:hover {
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 0 0 5px #000000 inset;
    color: #000000;
}
button.button-sec {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #EEEEEE;
}
button.button-sec:hover {
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 0 0 5px #000000 inset;
    color: #000000;
}

input.button-main {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #EEEEEE;
    font-size: 120%;
    font-weight: bold;
}
input.button-main:hover {
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 0 0 5px #000000 inset;
    color: #000000;
}
input.button-sec {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #EEEEEE;
    font-size: 120%;
    font-weight: bold;
}
input.button-sec:hover {
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 0 0 5px #000000 inset;
    color: #000000;
}

button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 0 0 5px #000000 inset;
    color: #000000;
    opacity: 0.5;
}

button.button-small {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #EEEEEE;
    font-size: 90%;
    font-weight: normal !important;
}
button.button-small:hover { 
    background: linear-gradient(to bottom, #005da0 0%, #0074c7 60%, #4193e2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    box-shadow: 0 0 2px #000000 inset;
    color: #000000;
}

/*
|---------------------------------------------------------------
| FLASH MESSAGES
|---------------------------------------------------------------
*/
.flash_message {
	font-weight: bold;
	font-size: .9em;
	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.flash-success {
	border: 1px solid #a4c897;
	background: #ccecc5 url('../../global/images/gradient-30-bg.png') repeat-x 0 0;
	color: #376b0e;
}
.flash-error {
	border: 1px solid #cd0a0a; 
	background: #fef1ec url('../../global/images/gradient-30-bg.png') repeat-x 0 0;
	color: #cd0a0a;
}
.flash-info {
	border: 1px solid #fad42e;
	background: #fbec88 url('../../global/images/gradient-30-bg.png') repeat-x 0 0;
	color: #363636;
}