/*
Title: Greenway Transportation - Screen Styles
Author: Fasturtle Technologies, LLC --> http://www.goftt.com/
*/

/* Core Styles Used in every project */
@import url("defaults/reset.css"); /* Resets for all browsers */
@import url("defaults/clearfix.css"); /* Easy float clearing */

html {
	border-top:10px solid #000;
}

body {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#66A3FF;
	}
h2 {
	margin-bottom: 1em;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	}
#container {
	margin: 15px auto 0;
	width: 98%;
	min-width:960px;
	}
#user_info {
	float: right;
	margin-right: 30px;
	width: 300px;
	text-align: right;
	}
#user_info a {
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
/* Logo */
#logo {
	float: left;
	margin-bottom: 10px;
	width: 400px;
	}
#nav {
	padding: 8px 5px;
	background: #000;
	text-align: center;
	}
#nav li {
	display: inline;
	}
#nav li a {
	margin: 0 20px 0 0;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#nav li a:hover, #nav li a.current {
	text-decoration: underline;
	}
#content {
	padding: 10px;
	border: 1px solid #818181;
	background: #fff;
	}
#footer {
	margin-bottom: 3em;
	padding: 5px 15px;
	background: #000;
	color: #fff;
	font-size: 10px;
	}

/* Available Loads Table */
#pays_surcharges {
	padding-top: 29px;
	float: right;
	text-align: right;
	width: 500px;
	/*font-size: 14px;
	font-style: italic;*/	
}
#pays_surcharges h3 {
	color:#FFFFFF;
	display:inline;
	font-size:1.6em;
	margin-bottom:0.5em;
	text-transform:uppercase;	
	font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight:normal;	
	text-shadow: -1px -1px 0 #000;
	letter-spacing: 0.1em;	
}

#available_loads .comment {
	display: none;
	}

/* Available loads pagination */
#pagination .next {
	margin-left: 5px;
	}
#pagination .prev {
	margin-right: 5px;
	}
#pagination a.number, #pagination strong {
	padding: 2px 6px;
	}
span.mute {
	color: #666;
	}
/* Sortable list Links */
table.sortable thead {
	cursor: pointer;
	}
.view_comment { 
	position: relative;
}
#show_comment {
	position: absolute;
	padding: 5px;
	width: 200px;
	background: #000;
	color: #fff;
	text-align: left;
}

/* Messages @see Blueprint css, http://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/screen.css */
.error, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;text-align:center;}
.error {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
 
/* Table Styles */
.form_table {
	border:1px solid #DFDFDF;
	background-color:#fff;
	width:100%;	
	clear:both;
}

.form_table thead {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#e0e0e0');
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #ececec,  #e0e0e0);
}

.form_table th {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);	
}

.form_table th,
.form_table th a,
.form_table th a:visited,
.form_table th a:hover {
	color: #333;
	text-decoration:none;
}

.form_table th, .form_table td {
	border-bottom:1px solid #DFDFDF;
	line-height:1.3em;
	padding:7px 7px 8px;
	text-align:left;
}

.form_table td.label {
	padding-right: 20px;
	text-align: right;
}

.form_table .alt {
	background:#F9F9F9;
}

.form_table tbody a,
.form_table tbody a:visited,
.form_table tbody a:hover {
	color:#4FB747;
	text-decoration:underline;
}

.form_table tbody a:hover {
	color:#000;
	text-decoration:underline;
}
	
input.text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background:#fff;
	border: 1px solid #e5e5e5;
	padding:5px;
	width:95%;
}

.tablenav input.text {
	width:150px;
}	
	
.tablenav {
	line-height:1.8;
	margin:1em 0 2em;
	overflow:auto;
	padding:3px;
	width:100%;
}
	
.tablenav .form-field {
	float:left;
	margin-right:25px;
}
	
.submit {
	padding: 5px 10px;
	}
	
/* Login Page */
#login_box {
	margin: 100px auto 0;
	padding: 20px;
	width: 400px;
	color: #000;
}
#login_logo {
	margin-bottom: 1em;
	}
#login_options {
	margin: 5px auto;
	padding: 0 20px;
	width: 360px;
}
#login_options a {
	margin: 0 3px;
	color: #000;
	text-decoration: none;
}
#login_options a:hover {
	text-decoration: underline;
}
#login_box label {
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
}
#login_box p {
	margin: 0 0 1.5em;
}
#login_box .input {
	padding: 4px;
	font-size: 20px;
	width: 97%;
}
#login_box .notice {
	padding: 10px;
	background-color: #000;
	color: #fff;
	}
#login_box ul.notice {
	text-align: left;
	margin-bottom: 1em;
	}
#login_box ul.notice li {
	margin-left: 20px;
	list-style-type: square;
	line-height: 1.5em;
	}

/* Utility Classes */
.center {
	text-align: center;
	}

