/*

Reset Style Sheet for Firm Manager v3.0
Author: Jonathan "Scott" Guthrie
Version: 1.00.014 (modified on 04/09/2013)
©2012 LexisNexis

*/



/******************** COLOR GUIDE ********************
RED:
Red: #ED1C24 (R:237 G:28 B:36)
Darker 1: #CF191F (R:207 G:25 B:31)
Darker 2: #AD151A (R:173 G:21 B:26)
Darker 3: #8C1115 (R:140 G:17 B:21)
Darker 4: #6D0D11 (R:109 G:13 B:17)

BLUE:
Blue: #009DDB (R:0 G:157 B:219)
Blue 70%: #53BBE5 (R:83 G:187 B:229)
Blue 50%: #53BBE5 (R:131 G:206 B:236)
Blue 30%: #B4E1F4 (R:180 G:225 B:244)

GREEEN:
Green: #77B800 (R:119 G:184 B:0)
Green 70%: #9FCD5A (R:159 G:205 B:90)
Green 50%: #BADB88 (R:186 G:219 B:136)
Green 30%: #D5E9B7 (R:213 G:233 B:183)

PURPLE
Purple: #8F2B8C (R:143 G:43 B:140)
Purple 70%: #B16CAD (R:177 G:108 B:173)
Purple 50%: #C795C4 (R:199 G:149 B:196)
Purple 30%: #DDBFDC (R:221 G:191 B:220)

NEUTRAL:
Black: #000000 (R:0 G:0 B:0)
Dark Gray 1: #1A1A1A (R:26 G:26 B:26)
Dark Gray 2: #333333 (R:51 G:51 B:51)
Dark Gray 3: #4D4D4D (R:77 G:77 B:77)
Medium Gray 1: #666666 (R:102 G:102 B:102)
Medium Gray 2: #808080 (R:128 G:128 B:128)
Medium Gray 1: #999999 (R:153 G:153 B:153)
Medium Gray 2: #AAAAAA (R:170 G:170 B:170)
Medium Gray 2: #B3B3B3 (R:179 G:179 B:179)
Light Gray 1: #BBBBBB (R:187 G:187 B:187)
Light Gray 1: #CCCCCC (R:204 G:204 B:204)
Light Gray 2: #DDDDDD (R:221 G:221 B:221)
Light Gray 2: #E6E6E6 (R:230 G:230 B:230)
Light Gray 3: #EEEEEE (R:238 G:238 B:238)
Light Gray 4: #F2F2F2 (R:242 G:242 B:242)
White: #FFFFFFF (R:255 G:255 B:255)



/******************** TOC ********************
To jump to a specific section search for the unique character pair at the front of each TOC section.
<<<tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G >>

      ^1 CSS RESET
	  ^2 GLOBAL STYLES
	  ^3 TOP LEVEL LAYOUT(WIREFRAME)
	  ^4 REGION STYLES
			^4a Header
			^4b Tab Navigation & Pane
			^4c Footer
	  ^5 PAGE STYLES
			^5a Home/Dashboard
			^5b Matter
			^5c Contact
			^5d Calendar and Tasks
			^5e Time and Expence
			^5f Files and Documents
			^5g Admin Tools
			^5h Pop-ups
	  ^6 MEDIA QUERIES
			^6a Smaller Desktop Screens
			^6b Tablet Support: Landscape
			^6c Tablet Support: Portrait
*/


/* ^1 ******************** CSS RESET ********************/
/***** Main Reset *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border-width: 0;
}
/***** HTML5 Support and Bug Fixes *****/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
html {
	font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
}
/***** Set Font *****/
body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1;
}
/***** Scrollbars *****/
html {
	overflow-y: scroll; /* Always show scrollbar */
}
/* webkit scrollbar */
/*::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	height: 17px;
	display: block;
	background-color: #f0f0f0;
}
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
	height: 17px;
	display: block;
	background-color: #f0f0f0;
}
::-webkit-scrollbar-track-piece {
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	background-color: #ccc;
    border-radius: 0px;
	border: 1px solid #999;
	-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.3);
}*/

/***** Forms *****/
/* Define consistent border, margin, and padding */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 4px 7px 12px;
}
legend {
	border: 0; /* Corrects color not being inherited in IE6/7/8/9 */
	padding: 0;
	white-space: normal; /* Corrects text not wrapping in FF3 */
 *margin-left: -7px; /* Corrects alignment displayed oddly in IE6/7 */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, FF3+, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button, input {
	line-height: normal; /* 1 */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and other */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
 *overflow: visible;  /* Removes inner spacing in IE7 without affecting normal text inputs */
}
/* Re-set default cursor for disabled elements */
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align:middle;
    margin-top: 1px;
    
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Removes excess padding in IE8/9 */
 *height: 13px; /* Removes excess padding in IE7 */
 *width: 13px; /* Removes excess padding in IE7 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	resize: none !important;
}
/***** Misc. *****/
table {
	border-collapse: collapse;
}
/* Styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 */
[hidden] {
 display: none;
}
/* Improves image quality when scaled in IE7 */
img {
	-ms-interpolation-mode: bicubic;
}
a, img, input {
	outline: none !important;
}
