html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: 'Archivo Narrow',tahoma,arial,sans-serif;
	font-size: 14px;
	margin: 6px 0;
	background: #666666 url('/images/bg.png');
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	margin-bottom: 1px;
}
h1,h2,h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
input,select,textarea {
	font-family: 'Archivo Narrow',tahoma,arial,sans-serif;
	font-size: 14px;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
}
table {
	font-family: 'Archivo Narrow',tahoma,arial,sans-serif;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}


/* Banner */
#banner {
	text-align: center;
	height: 140px;
}

#bannerin {
	height: 79px;
	background: url('/images/banner_bg.png');
	overflow: hidden;
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
}
#bannerin .logo {
	float: left;
	width: 194px;
}
#bannerin .search {
	float: right;
	width: 750px;
	height: 53px;
	text-align: right;
}
#bannerin .navitem {
	font-size: 12px;
	display: inline-block;
	margin-right: 4px;
	padding: 5px 0;
	width: 65px;
	text-align: center;
	border: 1px solid #000000;
	border-width: 1px 1px 0;
	text-decoration: none;
	background: #333333;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
}
#bannerin .navitem.red {
	background: #850000;
}
#bannerin .navsel {
	background: #FFFFFF;
	color: #333333;
}





#main { padding: 25px 0; border-bottom: 1px solid #000000; }
#main h1 { font-size: 28px; padding-bottom: 20px; }
#main h2 { font-size: 24px; padding-bottom: 20px; }
#main h3 { font-size: 20px; font-weight: bold; padding-bottom: 20px; }
#main .error { color: #F00; border: 1px solid #F00; padding: 5px; margin-bottom: 20px; }
#main a { color: #850000; }

#footer { text-align: center; padding-top: 3px; }
#footer a { color: #000000; text-decoration: none; }

/* Homepage Login and Forgo */
.home_intro {
	text-align: center;
	font-size: 16px;
	padding: 0 90px 30px;
}
.login_form {
	width: 350px;
	margin: 0 auto;
	padding: 3px 0;
	border: 1px solid #999;
	border-radius: 2px;
}
.login_form h1 {
	padding: 0 20px;
}
.login_form .login_error {
	color: #F00;
	text-align: center;
	margin: 0 20px 10px;
	padding: 5px;
	border: 1px solid #F00;
}
.login_form .row {
	padding: 0 20px 10px;
}
.login_form .row .left {
	width: 35%;
	float: left;
}
.login_form .row .right {
	width: 60%;
	float: right;
}
.login_form .row .right input[type=email],.login_form .row .right input[type=password] {
	width: 95%;
}
.login_form .row .right a {
	margin-top: 5px;
	display: block;
}



#main .requests_search { text-align: right; margin-top: -38px; }
#main .requests { margin-bottom: 20px; }
#main .requests .row {
	font-size: 14px;
	white-space: nowrap;
	padding: 8px 0;
	border-bottom: 1px solid #DEDEDE; 
}
#main .requests .row .heading { font-weight: bold; padding: 0 8px; background: #006; color: #FFF; line-height: 24px; }
#main .requests .row.row_priority .heading { background: #600; }
#main .requests .row.greyed a { color: #999; }
#main .requests .row.bolded a { font-weight: bold; }
#main .requests .row .heading a { font-weight: normal; float: right; color: #FFF; font-size: 10px; text-decoration: none; margin-left: 25px; }
#main .requests .row > a { padding: 5px 8px; display: block; color: #000; text-decoration: none; }
#main .requests .row.row_priority {
	border-color: #600;
}
#main .requests .row > a:hover,#main .requests .row > a:hover .col5 {
	background: #CCC;
}
#main .requests .row.row_priority > a:hover,#main .requests .row.row_priority > a:hover .col5 {
	background: #CCC;
}
#main .requests .rowroll { color: #FFFFFF; background: #003366; }
#main .requests .row .col1 { float: left; width: 33%; margin-right: 3%; overflow: hidden; }
#main .requests .row .col2 { float: left; width: 27%; margin-right: 3%; overflow: hidden; white-space: normal; }
#main .requests .row .col3 { float: left; width: 9%; overflow: hidden; }
#main .requests .row .col4 { float: left; width: 15%; margin-right: 3%; overflow: hidden; }
#main .requests .row .col6 { float: left; width: 4%; overflow: hidden; font-size: 16px; font-weight: bold; text-align: right; }
#main .requests .row .col5 { margin-top: 6px;  white-space: normal; }
#main .requests .row .col2a { float: left; width: 45%; margin-right: 2%; overflow: hidden; white-space: normal; }
#main .requests .row .col3a { float: left; width: 15%; text-align: right; margin-right: 1.5%; overflow: hidden; }
#main .requests .row .col3b { float: left; width: 15%; text-align: right; margin-right: 1.5%; overflow: hidden; }
#main .requests .row .col3c { float: left; width: 15%; text-align: right; overflow: hidden; }
#main .requests .row .b { font-weight: bold; }
#main .requests .row .red { color: #8B1B1B; }
#main .requests .row .orange { color: #8b6f1b; }
#main .requests .row .purple { color: #381b8b; }
#main .requests .row .wdth { float: left; width: 40px; display: block; }
#main .requests .row.rowpriority { border-color: #F00; }
#main .requests h2 { padding: 5px; margin: 10px 0; background: #DEDEDE; font-size: 20px; }
#main .requests .planletter {
	float: left;
	width: 15px;
	text-align: center;
	color: #FFF;
	border-radius: 8px; 
	margin-right: 5px;
}
#main .requests .planletter.p {
	background: #003177;
}
#main .requests .planletter.g {
	background: #850000;
}
#main .requests .refile {
	float: right;
}

#main .contact_table td { padding: 10px 5px 10px 0; }
#main .contact_table .left { width: 20%; }
#main .contact_table .right { width: 80%; }

#main .request_tabs { height: 24px; background: url('/images/request_bg.png'); background-position: bottom; background-repeat: repeat-x; padding-left: 5px;  margin-bottom: 20px; }
#main .request_tabs a {
	display: block; float: left; margin-right: 5px; padding: 0 10px; border: 1px solid #666666; border-width: 1px 1px 0; text-decoration: none; background: #666666; color: #FFFFFF; line-height: 23px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
	-moz-border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; 
	-moz-border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; 
}
#main .request_tabs a.sm { font-size: 11px; }
#main .request_tabs .tabsel { background: #FFFFFF; color: #666666; }
#main .request_tabs .tabsel2 { background: #850000; color: #FFF; }

#main .requestview_table { font-size: 14px; width: 100%; margin-bottom: 15px; }
#main .requestview_table td { padding: 8px; line-height: 20px; border-bottom: 1px solid #EFEFEF; }
#main .requestview_table .left { width: 30%; }
#main .requestview_table .right { width: 70%; }
#main .headrow { font-weight: bold; font-size: 16px; }
#main .requestview_table .headrow td { font-size: 13px; font-weight: bold; background: #DDDDDD; }
#main .request_edit { line-height: 24px; }
#main .request_files { padding-left: 20px; list-style-type: circle; margin-bottom: 20px; }
#main .request_files span { font-size: 13px; }

#main .requestview_table2 { font-size: 14px; width: 100%; margin-bottom: 15px; }
#main .requestview_table2 .row { padding: 8px 0; line-height: 20px; border-bottom: 1px solid #EFEFEF; }
#main .requestview_table2 .left { float: left; width: 25%; }
#main .requestview_table2 .right { float: right; width: 70%; }
#main .requestview_table2 .headrow { font-size: 13px; font-weight: bold; background: #DDDDDD; }

#main .requestactivity_table { font-size: 14px; width: 100%; margin-bottom: 15px; border-bottom: 1px solid #DDDDDD; }
#main .requestactivity_table td { padding: 5px; line-height: 20px; border-top: 1px solid #DDDDDD; }
#main .requestactivity_table .left { width: 30%; font-weight: bold; }
#main .requestactivity_table .right { width: 70%; }
#main .requestactivity_table .headrow td { font-size: 14px; font-weight: bold; background: #DDDDDD; }
#main .requestactivity_table .totalrow td { font-size: 14px; background: #EFEFEF; }
#main .requestactivity_table .detailrow td { border: 0; color: #454545; }
#main .requestactivity_table .detailrow a { font-size: 11px; text-transform: uppercase; color: #850000; }
#main .requestactivity_table .detailrow div { width: 880px; overflow: hidden; }
#main .requestactivity_table .breakdown { color: #999; }

#main .formphase { display: inline; }

#overlayactivitypre { z-index: 10; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000000; filter:alpha(opacity=80); 	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
#overlayactivitypre_box {
	z-index: 11; width: 700px; position: absolute; left: 50%; top: 50px; margin-left: -350px; background: #E8E8E8; border: 2px solid #FFFFFF; text-align: left; color: #000000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
	-moz-box-shadow: 5px 5px #666666; -webkit-box-shadow: 5px 5px #666666; box-shadow: 5px 5px #666666;
}
#overlayactivitypre_box .titlebar { background: #333333; padding: 4px; }
#overlayactivitypre_box .titlebar .title { font-size: 20px; color: #FFFFFF; }
#overlayactivitypre_box .titlebar a { float: right; font-size: 13px; color: #FFFFFF; }
#overlayactivitypre_box .text { padding: 20px 6%; }
#overlayactivitypre_box .text .col1 { float: left; width: 45%; text-align: left; }
#overlayactivitypre_box .text .col2 { float: right; width: 45%; text-align: right; }
#overlayactivitypre_box .text a { display: block; width: 100%; float: left; text-align: center; font-size: 14px; padding: 3px 0; border: 1px solid #000; border-radius: 5px; margin-bottom: 5px; text-decoration: none; }
#overlayactivitypre_box .text a:hover { background: #CCC; }

#overlayactivity { z-index: 10; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000000; filter:alpha(opacity=80); 	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
#overlayactivity_box {
	z-index: 11; width: 600px; height: 600px; position: absolute; left: 50%; top: 50px; margin-left: -300px; background: #E8E8E8; border: 2px solid #FFFFFF; text-align: left; color: #000000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
	-moz-box-shadow: 5px 5px #666666; -webkit-box-shadow: 5px 5px #666666; box-shadow: 5px 5px #666666;
}
#overlayactivity_box .titlebar { background: #333333; padding: 4px; }
#overlayactivity_box .titlebar .title { font-size: 20px; color: #FFFFFF; }
#overlayactivity_box .titlebar a { float: right; font-size: 13px; color: #FFFFFF; }
#overlayactivity_box form { padding: 10px 10px; }
#overlayactivity_box table { width: 100%; }
#overlayactivity_box td { padding: 0 0 5px; }
#overlayactivity_box td.left { width: 30%; }
#overlayactivity_box td.right { width: 70%; }
#overlayactivity_box .textbox { border: 1px solid #333333; }
#overlayactivity_box .select { border: 1px solid #333333; position: relative; width: 200px; height: 17px; overflow: hidden; margin-bottom: 2px; }
#overlayactivity_box .textbox_date { width: 75px; font-style: italic; color: #999999; }
#overlayactivity_box .active_date { width: 75px; font-style: normal; color: #000000; }
#overlayactivity_box .note { font-size: 13px; font-weight: normal; line-height: 17px; padding-bottom: 5px; }
#overlayactivity_box .forgot { font-size: 13px; }
#overlayactivity_box .login_error { font-weight: bold; text-align: center; font-size: 12px; margin-top: -15px; padding-bottom: 3px; }
#overlayactivity_box .enlarged { height: 230px; }

#overlaypayment { z-index: 10; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000000; filter:alpha(opacity=80); 	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
#overlaypayment_box {
	z-index: 11; width: 450px; height: 600px; position: absolute; left: 50%; top: 50px; margin-left: -225px; background: #E8E8E8; border: 2px solid #FFFFFF; text-align: left; color: #000000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
	-moz-box-shadow: 5px 5px #666666; -webkit-box-shadow: 5px 5px #666666; box-shadow: 5px 5px #666666;
}
#overlaypayment_box .titlebar { background: #333333; padding: 4px; }
#overlaypayment_box .titlebar .title { font-size: 20px; color: #FFFFFF; }
#overlaypayment_box .titlebar a { float: right; font-size: 13px; color: #FFFFFF; }
#overlaypayment_box form { padding: 10px 10px; }
#overlaypayment_box table { width: 100%; }
#overlaypayment_box td { padding: 5px 0; }
#overlaypayment_box td.left { width: 30%; }
#overlaypayment_box td.right { width: 70%; }
#overlaypayment_box .textbox { border: 1px solid #333333; }
#overlaypayment_box .select { border: 1px solid #333333; position: relative; width: 200px; height: 17px; overflow: hidden; margin-bottom: 2px; }
#overlaypayment_box .textbox_date { width: 75px; font-style: italic; color: #999999; }
#overlaypayment_box .active_date { width: 75px; font-style: normal; color: #000000; }
#overlaypayment_box .note { font-size: 13px; font-weight: normal; line-height: 17px; padding-bottom: 5px; }
#overlaypayment_box .forgot { font-size: 13px; }
#overlaypayment_box .login_error { font-weight: bold; text-align: center; font-size: 12px; margin-top: -15px; padding-bottom: 3px; }
#overlaypayment_box .enlarged { height: 230px; }

#overlayfees { z-index: 10; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #000000; filter:alpha(opacity=80); 	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
#overlayfees_box {
	z-index: 11; width: 300px; height: 175px; position: absolute; left: 50%; top: 50%; margin-left: -145px; margin-top: -80px; background: #E8E8E8; border: 2px solid #FFFFFF; text-align: left; color: #000000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
	-moz-box-shadow: 5px 5px #666666; -webkit-box-shadow: 5px 5px #666666; box-shadow: 5px 5px #666666;
}
#overlayfees_box .titlebar { background: #333333; padding: 4px; }
#overlayfees_box .titlebar .title { font-size: 20px; color: #FFFFFF; }
#overlayfees_box .titlebar a { float: right; font-size: 13px; color: #FFFFFF; }
#overlayfees_box form { padding: 10px 10px; }
#overlayfees_box table { width: 100%; }
#overlayfees_box td { padding: 5px 0; }
#overlayfees_box td.left { width: 60%; }
#overlayfees_box td.right { width: 40%; }
#overlayfees_box .textbox { border: 1px solid #333333; }


/* PROFILE PAGE */
#main .profile_table { width: 600px; float: left; margin-right: 40px; border: 1px solid #DDDDDD; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}
#main .profile_table td { padding: 10px; }
#main .profile_table .left { width: 35%; text-align: left; font-weight: bold; }
#main .profile_table .right { width: 65%; }
#main .profile_table a { font-weight: bold; text-decoration: none; }

/* PROFILE EDIT PAGE */
#main .profile_clients { width: 320px; float: left; }
#main .profile_clients .tabs { height: 22px; overflow: hidden; }
#main .profile_clients .tabs a { float: left; display: block; padding: 0 10px; margin-right: 3px; line-height: 22px; border: 1px solid #DDDDDD;
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; 
}
#main .profile_clients .tabs .sel { height: 22px; background: #DDDDDD; }
#main .profile_clients .mainsec { background: #DDDDDD; height: 354px; overflow: scroll; overflow-x: hidden;  border: 1px solid #DDDDDD;
	-moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
#main .profile_clients p { margin-left: 10px; width: 280px; overflow: hidden; padding: 7px 0; }
#main .profile_clients .client { font-size: 14px; }
#main .profile_clients a { font-weight: bold; text-decoration: none; }
#main .profile_clients .right { float: right; font-size: 14px; }

#main .profile_emails { width: 320px; float: left; background: #DDDDDD; height: 438px;  border: 0px solid #DDDDDD;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px ; }
#main .profile_emails .email { }
#main .profile_emails p { margin-left: 20px; width: 280px; overflow: hidden; padding: 20px 0 0; }


.newpm_table { width: 600px; float: left; margin-right: 40px; border: 1px solid #DDDDDD; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}
.newpm_table td { padding: 10px; }
.newpm_table .left { width: 35%; text-align: left; font-weight: bold; }
.newpm_table .right { width: 65%; }

.newuser_table { width: 600px; border: 1px solid #DDDDDD; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}
.newuser_table td { padding: 10px; }
.newuser_table .left { width: 35%; text-align: left; font-weight: bold; }
.newuser_table .right { width: 65%; }


/* NEW REQUEST */
.request_table { font-size: 14px; width: 100%; border: 1px solid #DDDDDD; margin-bottom: 20px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}
.request_table td { padding: 10px; }
.request_table .left { width: 30%; }
.request_table .right { width: 70%; }
.request_table .headrow td { font-size: 18px; }

/* MESSAGES TAB */
.request_message { padding: 10px; margin-bottom: 10px;  border: 1px solid #DDDDDD;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.request_message .headrow1 { font-weight: bold; }
.request_message .headrow2 { font-size: 13px; padding-bottom: 5px; }
.request_newmessage { margin-bottom: 5px; }
.request_newmessage .headrow { font-weight: bold; padding-bottom: 5px; }
.request_newmessage textarea { width: 100%; height: 150px; }


#casenav {
	line-height: 28px;
	border-bottom: 1px solid #003177;
	margin-bottom: 10px;
	padding-left: 1px;
}
#casenav a {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 7px;
	min-width: 40px;
	margin-top: 3px;
	margin-right: 3px;
	background: #EFEFEF;
	text-align: center;
	text-decoration: none;
	color: #003177;
	border: 1px solid #003177;
	border-width: 1px 1px 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#casenav a.todo {
	color: #850000;
}
#casenav a.marginup {
	margin-right: 15px;
}
#casenav .sel {
	background: #003177;
	color: #FFF;
}
#casenav .priority {
	background: #F00;
	color: #FFF;
}
#casenav .todo.sel {
	background: #850000;
	color: #FFF;
}
#casenav .dead {
	color: #CCC;
}
