/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration:none;}

/* Now, the real styles */

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background: white;
//	margin: 10px;
	line-height: 20px;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	font-family: Georgia, Times New Roman, serif;
	color: black;	
}

h2 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, serif;
	color: #333333;	
}

h3 {
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, sans-serif;
	color: #666666;	
	margin:0px 0 -10px 0;
}

p {
	font-size: 12px;	
}

small {
	font-size: 10px;
	color: #b9b9b9;	
}

img#logo {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 10px;
}

p#tour a {
	margin: 0 0 0 20px;
	display: block;
	height: 57px;
	width: 400px;
	background:	url(images/tour.png);
}

p#tour a:hover {
	background:	url(images/tour-hover.png);	
}

#header {
	background: url(images/header-bg.png) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 87px;
	display: block;	
}

#header p {
	margin: 15px 20px 0px 0px;	
	float: right;
}

#header p a {
	color: white;
	font-weight: bold;
	font-size: 16px;
}

#header p a:hover {
	text-decoration: underline;
}

/* Footer styles */

#footer {
	position: fixed;
	bottom: 0px;
	background:	#d9d9d9;
	padding: 20px;
	width: 100%;
	margin-left: -10px;
}

#footer p#copyright {
	float: left;
	color: #5a5a5a;	
}

#footer p#links {
	float: right;
	color: #5a5a5a;	
	margin-right: 40px;
}

#footer p#links a {
	color: #5a5a5a;	
	font-weight: bold;
}

#footer p#links a:hover {
	color: blue;
	text-decoration: underline;
}

#footer-push {
	width:100%;
	height:60px;
	background: none;
	display: block;
	clear: both;
}

/* Main Content Styles */

#container {
	margin: 175px auto 0px auto;	
	width: 900px;
}

#container.panel {
	margin: 20px 20px 20px 10px;	
	width: 300px;
}

#container.panel table {

}

#container #left {
//	float: left;
	display: inline;
	width: 430px;
	padding: 0 17px 0 0;

	margin-bottom: 60px;
}

#container #left-logged-in {
	width: 430px;
	margin: 40px 0px 40px 150px;
	padding: 20px 20px 120px 20px;
	background: #ffecda;
}

#container #right {
	float: right;
	display: inline;
	text-align: center;
	width: 433px;
	height: 300px;
	padding: 50px 0 0 17px;
	border-left: 3px solid #efefef;	
}

#container #one-third {
	float: left;
	display: inline;
	width: 243px;
	padding: 0 17px 0 0px;	
}

#container #one-third.register p {
	margin-bottom: 20px;
	color: #555555;	
}

#container #two-thirds.login {
	border-left: 3px solid #efefef;
	border-right: none;
}

#container #two-thirds {
	float: left;
	display: inline;
	width: 583px;
	padding: 0 0px 0 17px;
	border-right: 3px solid #efefef;	
}

#container #two-thirds h1, #one-third h1 {
	margin-bottom: 30px;	
}

#container #two-thirds h2 {
	color: #333333;
}

#container #two-thirds p {
	margin-bottom: 20px;
	color: #555555;	
}

#container #right p {
	margin-bottom: 35px;
	color: #666666;
}

/* Feedback Tab */

#feedback-tab {
	position: absolute;
	top:320px;
	right: 0px;
	padding: 0px;
	background: url;
	color: white;
	font-weight:bold;	
}

#feedback-tab-form {
	display:none;
	position: absolute;
	top:320px;
	right: 50px;
	padding: 15px;
	font-size: 12px;
	background: #b30606;
	color: white;
	width: 270px;
	height: 190px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#feedback-tab-form textarea {
	margin-top: 10px;
	height: 100px;
}

form#senditnow input, form#senditnow img {
	float: left;
	display: inline;	
}

form#senditnow input#val1, form#senditnow input#val2 {
	width: 60px;
	height: 25px;
	padding: 5px 10px;
	color: black;
	font-size: 20px;
	background: #f6f6f6;
	border: 1px solid #afafaf;
}

form#senditnow input#val3 {
	width: 80px;
	height: 25px;
	padding: 5px 10px;
	color: black;
	font-size: 20px;
	background: #f6f6f6;
	border: 1px solid #afafaf;
}

input#faxitnowsubmit {
	background: url(images/fax-now-button.png);
	width: 346px;
	height: 87px;
	display: block;
	border: none;
	margin: 0px 0px 0px 40px;
	cursor: pointer;	
}

input#faxitnowsubmit:hover {
	background: url(images/fax-now-button-hover.png);
}


#attach {
	display: block;
	border: none;
	cursor: pointer;	
}

input#attach.another {
	background: url(images/attach-another.png);	
}

a#faxitnow {
	background: url(images/fax-now-button.png);
	width: 346px;
	height: 87px;
	display: block;
	border: none;
	margin: 0px 0px 0px 40px;
	cursor: pointer;	
}

#message-bubble {
	position: absolute;
	top: 110px;
	left: 50%;
	margin: 0 0 0 300px;
	width: 228px;
	height: 131px;
	display: block;
	background: url(images/message-bubble.png);	
}

#message-bubble p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height: 20px;
	width: 200px;
	margin: 22px 13px;
	color: black;
	text-align: center;	
}

/* My Account Panel Styling */

p#hello-pages {
	position: absolute;
	top: 17px;
	z-index: 5;
	left: 260px;
	font-size: 14px;
	color: white
}

p#hello-pages a { 		
	color: orange;
}

#my-account table, #feedback table {
	width: 900px;	
	font-size: 12px;
}

div#my-account, div#feedback {
	clear:both;	
}

#my-account table tr td, #feedback table tr td {
	border-top: 5px solid white;
	border-right: 5px solid white;
	background: #f9f9f9;
	padding: 10px;
	vertical-align: top;
}

#my-account table input, #feedback table input {
	padding: 5px;	
}

#my-account table input {
	clear: both;	
}

#my-account table tr td.bgclear, #my-account table tr td.bgclear:hover, #feedback table tr td.bgclear, #feedback table tr td.bgclear:hover {
	background: #fbfbfb;			
}

#my-account table tr td:hover, #feedback table tr td:hover {
	background: #f2f2f2;
}

#my-account table tr.space td {
	background: white;
	padding: 0px;
	border: none;
}

#my-account table tr.submit-row td {
	background:none;
}

#my-account table tr.submit-row td input#cancel {
	float:left;
	display:inline;
	margin: 0 0 0 480px;
}

#my-account table tr td.first, #feedback table tr td.first {
	font-weight: bold;
	background: #f2f2f2;
	border-right: 5px solid white;
	padding:10px 10px 50px 10px;
}

#feedback table tr td textarea {
	width: 400px;
	height: 120px;
	padding: 5px;
	margin:10px;
}

#feedback input#send-feedback {
	float: right;	
}

/* input styling */

input#continue {
	width: 201px;
    height: 73px;
    background: url(images/continue.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

input#continue:hover {
    background: url(images/continue-hover.png);
}

input#login {
	width: 149px;
    height: 73px;
    background: url(images/login.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

input#login:hover {
    background: url(images/login-hover.png);
}

input#login-send {
	width: 210px;
    height: 73px;
    background: url(images/login-send.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

input#login-send:hover {
    background: url(images/login-send-hover.png);
}


input#save-preferences {
	width: 245px;
    height: 73px;
    background: url(images/save-preferences.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

input#save-preferences:hover {
    background: url(images/save-preferences-hover.png);
}

input#cancel {
	width: 150px;
    height: 73px;
    background: url(images/cancel.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

input#cancel:hover {
   background: url(images/cancel-hover.png);
}

input#send-feedback {
	width: 236px;
    height: 73px;
    background: url(images/send-feedback.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

input#send-feedback:hover {
   background: url(images/send-feedback-hover.png);
}

#upload-message {
	color: green;
	text-align: right;
	margin-right: 23px;
	float: right;
	display: inline;
}

#remove-file {
	color: red;
	text-align: right;
	cursor: pointer;
	display: none;	
	margin-right: 23px;
}

.SI-FILES-STYLIZED label.cabinet
{
    width: 412px;
    height: 50px;
    background: url(images/attach.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
}

.SI-FILES-STYLIZED label.cabinet.another
{
    width: 412px;
    height: 50px;
    background: url(images/attach-another.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input#fm_upload
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#rform2 input#email, #rform2 input#pw, #frmLogin #txtUserName, #frmLogin #txtPassword {
	padding: 5px;
	margin: 0 0 10px 0;
	width: 250px;
	color: #666666;
	font-size: 14px;	
}

#frmLogin #txtUserName, #frmLogin #txtPassword {
	width: 225px;	
}

/* Logged in Styles */
ul#logged-in-nav {
	list-style:none;
	width: 900px;
	margin-bottom: 40px;
	display: inline;
	float: left;
	clear:both;	
}

ul#logged-in-nav li {
	margin-right: 60px;
	float: left;
	display: inline;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #666666;
	cursor: pointer;
}

ul#logged-in-nav li:hover {
	color: #333333;
}

ul#logged-in-nav li.active {
	font-size: 36px;
	color: black;
}

/* Faxes Sent Dashboard Styles */
div#faxes-sent {
	float: left;
	display: inline;
	width: 900px;	
}

div#faxes-sent tr.more-records {
	color:#999999;
}

div#faxes-sent table {
	width: 900px;	
	font-size: 12px;
	color: #333333;
}

div#faxes-sent tr td {
	border-right: 3px solid white;
	border-top: 3px solid white;
	padding: 5px;
	text-align: left;	
}

div#faxes-sent tr td.fax-status {
	vertical-align: middle;
}

div#faxes-sent tr td.fax-status img {
	padding: 0px 10px;
	width: 16px;
	height: 16px;
}

div#faxes-sent tr td.fax-status img.pending {
	height: 13px;
}

div#faxes-sent tr#head {
	background: #fea44b;
	color: black;
}

#faxes-sent tr#head td {
	border: none;
	border-right: 3px solid #fea44b;
	font-weight: bold;
}

/* Validation Styles */

form#senditnow label.error {
	color: red;
	font-size: 11px;
	position: absolute;
	z-index: 250;
	top: 330px;
	left: 50%;
	margin: 0 0 0 -390px;
}

form#frmLogin label.error, form#rform2 label.error {
	color: red;
	font-size: 11px;
	padding: 0px 0px 15px 0;
	margin: -10px 0 0 0px;
	clear: both;
	float: left;
}

form#frmLogin input {
	margin: 0 50px 0 0;
}

form#frmLogin td {
	vertical-align: top;	
}

form#rform2 label.error {
	color: red;
	font-size: 11px;
	padding: 10px 0px;
}

form#rform2 input {
	margin: 0 70px 0 0;
}

form#rform2 td {
	vertical-align: top;
	margin: 10px 0px;	
}

form#change-pass label.error {
	color: red;
	font-size: 11px;
	float: left;
	margin: 10px;
}

/* Uploader Styles */


table#uploader {
	width: 390px;
	margin-right: 30px;
	display: block;	
	font-size: 12px;
}

table#uploader tr td {
	padding: 5px;	
}

table#uploader tr td.document {
	font-weight: bold;
}

table#uploader tr td.remove a {
	color: red;
	cursor: pointer;
}

table#uploader tr td.remove a:hover, table#uploader tr td#add-another a:hover {
	background: yellow;	
}

table#uploader tr td#add-another a, table#uploader tr td#add-another a:visited  {
	font-weight: bold;
	color: green;
}


/* No Script Styles */
/*noscript {
	padding: 80px;
	background: red;
	color: white;
	font-size: 24px;
	line-height: 24px;
	text-transform: lowercase;
	border: 5px solid white;
	position: absolute;
	width: 250px;
	height: 100px;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -185px;	
} */

div.browse_button {
	color: #336699;
	font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(images/attach.png) repeat scroll 0 0 #777777;
//	padding: 7px;
	cursor: pointer;
	border: 0px;
	position: relative;
	left: -10px;
	font-size: 12px !important;
	width: 412px;
	height: 50px;
	text-align: center;
}

a#upload_cancel_button {
	cursor: pointer;
	color: #3B5998;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

.new_upload {
	cursor: pointer;
	color: #009b00;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.filenames {
	padding: 2px;
	background: green;
	color: white;	
}

#vimeotour {
	display: none;	
}