/* 
  -------------------------------------------------
  Select Legal Systems Support Section Style Sheet
  2-column Fluid
  -------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	min-width: 760px;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align:middle;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
.title {
	width: 100%;
	border-bottom:thin #999999 solid;
}
a {
	color: #356598; /* blue */
}
a:visited {
	color: #356598; /* blue */
}
a:hover, a:active,
a:focus {
	color: #444;
}
img {
	border:none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.leftfloat {
	float: left;
	margin:10px;
	border: 1px solid #CFCFCF;
}
.rightfloat {
	float: right;
	margin:0 10px 10px 10px;
	border: 1px solid #CFCFCF; 
}
.leftfloat_nb { /* no border */
	float: left;
	margin:10px;
}
.rightfloat_nb { /* no border */
	float: right;
	margin:10px;
}
.brclear { /* Use a break with this class to clear float containers on both sides */ 
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0; 
} 
#docplacer {
	margin: 0;
	padding: 0;
}
#pagewrapper {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#layoutwrapper {
	margin: 0 5px;
	border: 1px solid #CCC;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#layout_hdr {
	height:125px;
	margin: 0;
	margin-top:5px;
	padding:0;
	background-image: url(../images/design/layout_hdr_bg.gif);
	background-repeat:repeat-x;
}
#layout_hdr #logo {
	background-image: url(../images/design/support_bnr.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 400px;
	margin:0;
	padding:0;
	float:left;
}
#layout_hdr #strapline{
	clear:both;
	padding: 0 0 0 7px;
	background-image: url(../images/design/strapline_bg.gif);
	background-repeat:repeat-x;
	height:36px;
}
#layout_hdr #strapline h2{
	font-size:1em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
	color:#fff;
}
#layout {
	clear:both;
	margin-top:7px;
}
.article {
	border: 1px dotted #CCC;
	margin: 0 0 10px 0;
	padding: 10px;
	height:99%;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}
#maintable {
	margin-top: -5px;
}
#maintable td {
	vertical-align: top;
}
a {
	color: #3A6EA8;
}
a:visited {
	color: #3A6EA8;
}
a:hover, a:active,
a:focus {
	color: #333333;
}
#construct {
	padding-left: 60px;
	height:60px;
	background-image:url(../images/construct.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}

/* forums
----------------------------------------------*/


/* design level
----------------------------------------------*/
#masthead {
	margin-top:0.3em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:105px; /* remove gap between masthead and wrapper */
	background-image: url(../images/design/header-bg.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
#masthead .logo{
	float:left;
	background-image: url(http://support.selectlegal.co.uk/images/design/select_logo.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 444px;
}
#masthead .content{
	padding:0;
	margin-left:560px; /*position graphic way from logo */
}
#masthead .strapline {
	background-image: url(../images/design/strapline-bg.gif);
	background-repeat: repeat-x;
	height:25px;
	width:100%;
}
#wrapper {
	border: 1px solid #CCC;
	font:76%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}
#column_wrapper {
	background-image: url(../images/design/leftboxtile.gif);
	background-repeat: repeat-y;
}
#right {
	margin: 0px 0px 0px 200px;
}
#left {
	width: 200px;
	float:left;
}
#right .content {
	padding: 24px;
	line-height: 1.65em;
}
#left .content {
	width:180px;
	padding:20px 0 20px 5px;
}
#left .content h2{
	color:#3A6EA8;
	margin-left:3px;
	font-variant:small-caps;
	border-bottom:2px solid #4878b0;
	font-size:1.2em;
}

/* left content
----------------------------------------------*/
#leftcell {
	background-image: url(../images/design/leftboxtile.gif);
	background-repeat: repeat-y;
	width: 200px;
}
#leftcell h2 {
	font-size: 0.8em;
	color:#3A6EA8;
	padding:10px 0 0 0;
	margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	width:168px;
	font-weight:bold;
	margin-top:15px;
	border-bottom:2px solid #4FA3E4;
}
#leftcell #leftcontent {
	width:168px;
	padding:10px 10px 10px 0;
	font-size: 100%;
}
#leftcell #leftcontent p{
	width:168px;
	padding:10px;
	font-size: 100%;
}

/* main content
----------------------------------------------*/
#maincontent {
	padding: 10px 10px;
	font-size: .9em;
	line-height: 1.5em;
}
#maincontent .contact_col1 {
	float: left;
	width: 120px;
	margin-right: 5px;
}
#maincontent .contact_col2 {
	float: left;
	width: 300px;
	margin-right: 5px;
}
#maincontent .contact_col3 {
	float: left;
	width: 200px;
	margin-right: 5px;
}
#maincontent #list-error {
	list-style-type: none;
	color: #666666;
}
#maincontent #list-error li {
	background: transparent url(../images/list_error_bullet.gif) 0 11px no-repeat;
	padding-left: 20px;
	padding-top:8px;
}
/* lists
----------------------------------------------*/
#right ul {
	list-style-type: none;
	text-align: left;
	margin:10px 35px;
	padding:0;
}
#right ul li {
	background: transparent url(../images/arrows.gif) 5px 12px no-repeat;
	padding-left: 25px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	text-decoration: none;
}
#right ul ol li {
	background:none;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	text-decoration: none;
}
/* footer
----------------------------------------------*/
#footer {
	font:0.7em "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}	
#footer_left {
	padding: 8px 0 0 30px;
	color: #666666;
	float: left;
	width: 45%;
	text-align:left;
}
#footer_right {
	padding: 8px 30px 0 0;
	color: #666666;
	float: right;
	width: 45%;
	text-align:right;
}
#footer_logos {
	padding-top:15px;
	width:95%;
	text-align:right;
	clear:both;
}
/* top navigation
----------------------------------------------*/

#top-navigation {
	width:95%;
	margin: 5px 10px 0 10px;
}
#top_navs {
	float:left;
	width:60%;
	font:0.7em "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}	
#top_navs ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#top_navs ul li { display: inline; }
#top_navs ul li a
{
	text-decoration: none;
	padding: .2em 2px;
	color:#666;
}
#top_navs a:visited {
	color: #666;
}
#top_navs a:hover, #top_navs a:active,
#top_navs a:focus {
	color: #3A6EA8;
}
#top_navs #current_top a {
	font-weight:bold;
	color: #3A6EA8;
}

/* kb classes and ids */

.welcome_msg {
	border: 1px dotted #CCC;
	margin: 0 0 10px 0;
	padding: 10px;
	height:99%;
	padding-left: 10%;
	padding-right: 10%;	
}
#resultload {
	display: none;
	font-weight: bold;
	padding:10px;
}
#resultset {
	display: none;
	padding:10px;
}
#result {
	display:none;
}

/* sidebar navigation
----------------------------------------------*/
.side_navs {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size:0.8em;
}
.side_navs li {
	padding-left: 10px;
	padding-bottom:3px;
}
.side_navs li a {
	color: #666;
	text-decoration:none; /*remove underline */
	background: transparent url(../images/design/nav_arrow.gif) 0 11px no-repeat;
	padding-left: 10px;
	padding-top:8px;
	padding-bottom:5px;
	line-height:25px;
}

.side_navs ul {
	list-style: none;
}
.side_navs a:visited {
	color: #666;
}
.side_navs a:hover, .side_navs a:active,
.side_navs a:focus {
	color: #3A6EA8;
	background: transparent url(../images/design/nav_arrow_on.gif) 0 11px no-repeat;
}
.left_navs #current_side a {
	color:#CC3300;
	background: transparent url(../images/design/nav_arrow_on.gif) 0 4px no-repeat;
}
.left_navs {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.left_navs li {
	padding-left: 10px;
	padding-top:3px;
	padding-bottom:3px;
}
.left_navs li a {
	text-decoration:none;
	background: transparent url(../images/design/nav-arrow.gif) 0 4px no-repeat;
	padding-left: 10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#444;
}

#callsearch input {
	background-color:#d0deee;
}

#search {
	float:right;
	width:30%;
	text-align:right;
}
#search form{
	margin:0;
}
#search input {
	background-color:#d0deee;
}
#search input.btn {
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:0.7em;
   font-weight:bold;
   font-variant:small-caps;
   background-color:#3a6ea8;
   color:#FFF;
   margin-bottom:3px;
}
.left_navs ul {
	list-style: none;
}

.left_navs a:visited {
	color: #666;
}
.left_navs a:hover, .left_navs a:active,
.left_navs a:focus {
	color: #356598;
	background: transparent url(../images/design/nav-arrow.gif) 0 11px no-repeat;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:5px;
}
/* bottom navigation
----------------------------------------------*/
#btm_navs {
	margin-right: 16px;
}	
#btm_navs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#btm_navs ul li { display: inline; }
#btm_navs ul li a
{
	text-decoration: none;
	padding: .2em 2px;
	color:#666;
}
#btm_navs a:visited {
	color: #666;
}
#btm_navs a:hover, #btm_navs a:active,
#btm_navs a:focus {
	color: #3A6EA8;
}
.list table {
	width:100%;
}
.list td, #list th {
	border:1px solid #9BD7FF;
	padding:0 5px;
}
.list th {
	background-color:#3A6EA8;
	color:#FFFFFF;
	font-weight:normal;
}
legend {
	font-weight:bold;
	color:#3A6EA8;
	font-size:1.5em;
}

/* images
----------------------------------------------*/
.leftfloat {
	float: left;
	margin:10px;
	border: 1px solid #CFCFCF;
}
.rightfloat {
	float: right;
	margin:0 10px 10px 10px;
	border: 1px solid #CFCFCF; 
}
.leftfloat_nb { /* no border */
	float: left;
	margin:10px;
}
.rightfloat_nb { /* no border */
	float: right;
	margin:10px;
}
/* login page
----------------------------------------------*/
div#login {
	padding:10px;
	width:500px;
}
div#login fieldset {
	border: none;
	margin:0;
	padding:0;
}
div#login legend {
	padding:0 0 20px 0;
	color:#000;
	font-size:1.2em;
}
#login_error {
	list-style-type: none;
	color: #666666;
}
#login_error li {
	padding: 0 0 0 20px;
	background: transparent url(https://www.case-tracker.co.uk/client/images/list_error_bullet.gif) no-repeat 0 50%;
}
.admlinkhdr {
	font-weight:bold;
	color:#3A6EA8;
	font-size:medium;
}
.admlink {
	color:#FF0000;
}
/* document view, new and edit
----------------------------------------------*/
#document td, #document th {
	border:1px solid #9BD7FF;
	padding:0 5px;
}
#document th {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	width:150px;
	background-color:#E0E0E0;
}
#document .output_only {
	background-color:#E0E0E0;
}
.document td, .document th {
	border:1px solid #9BD7FF;
	padding:0 5px;
}
.document th {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	background-color:#E0E0E0;
}
.document .output_only {
	background-color:#E0E0E0;
}
.document input, .document select, .document textarea {
	/* background-color: #9BD7FF; */
}
select {
	background-color: #4878B0;
	color:#FFFFFF;
	padding:2px;
}
input[type="submit"], input[type="button"] {
	background-color: #4878B0;
	color:#FFFFFF;
	padding: 3px;
	font-variant:small-caps;
}
.dateButton {
	width:23px;
	height:23px;
	background-image:url(/images/calendarbutton.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	vertical-align:middle;
}
/* document stamp
----------------------------------------------*/
#document_stamp td, #document_stamp th {
	border:1px solid #9BD7FF;
	padding:0 5px;
}
#document_stamp th {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	width:115px;
	background-color:#E0E0E0;
}
#document_stamp .output_only {
	background-color:#E0E0E0;
}

/* feedback messages
----------------------------------------------*/		
#feedback {
	border: 1px dotted #CA3F44;
	padding: 5px 10px;
	margin-bottom:10px;
}
#feedback h2{
	color: #CA3F44;
}
/* support site admin
----------------------------------------------*/
.popupUsers {
	z-index: 10000;
	float:left;
	top:auto;
	left:auto;
}
/* call logger nav */
#loggernav {
	width: 100%;
}
#loggernav ul {
	display:block;
	padding:0;
}
#loggernav ul li {
	list-style-type: none;
	display:inline;
	width:200px;
	background-color:#FF0000;
	background-image:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:20px;
	height:50px;
}
#loggernav ul li a {
	display:inline;
	color:#FFFFFF;
	text-decoration:none;
	width: 100%;
}
#loggernav ul li a:hover {
	background-color:#0066CC;
	display:inline;
	background-image:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* datepicker */
.dpDiv {
	}
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
.dpTR {
	}
.dpTitleTR {
	}
.dpDayTR {
	}
.dpTodayButtonTR {
	}
.dpTD {
	border: 1px solid #ece9d8;
	}
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
.dpTitleTD {
	}
.dpButtonTD {
	}
.dpTodayButtonTD {
	}
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* evals */
#evalbody {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
	font-size:.9em;
}
.qlist th {
	font-weight:bold;
	width: 60%;
}
.qlist td {
	text-align:right;
}
.qlist tr {
	line-height:25px;
}
.qrow {
	border-bottom: dotted thin #666666;
	text-align:left;
}
.qmust {
	color: #FF0000;
	font-size:9px; 
	vertical-align:top; 
}
#AJAXResult {
	display:none; 
	border:medium solid #003399; 
	width:600px; 
	height:400px;
	top: 200px;
	left:auto;
	right:auto; 
	margin-left:auto;
	margin-right: auto;
	position:absolute;
	background-color:#FFFFFF;
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
#AJAXLoading {
	display:none; 
	border:medium solid #003399; 
	width:600px; 
	height:200px;
	top: 200px;
	left:auto;
	right:auto; 
	margin-left:auto;
	margin-right: auto;
	position:absolute;
	background-color:#FFFFFF;
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
input, textarea, select {
    padding: 2px;
    border: 1px solid;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    -moz-border-radius: 1px;
}
 
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
    border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}
/* Progress Bar Box Stuff */
#uploadprogressbox {
	border-style:dashed;
	border-color: #000000;
	border-width:thin;
	margin-top:5px;
	padding:10px;
}
#ShortOrderPreview {
	border:medium solid #003399; 
	width:900px; 
	height:800px;
	top: 100px;
	left:auto;
	right:auto; 
	margin-left:auto;
	margin-right: auto;
	position:absolute;
	background-color:#FFFFFF;
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
.InputField1 {
	background-color: #9BD7FF;
}
.admin_table {
	border:none;
}
.admin_table td {
	text-align: center;
	vertical-align: top;
	width:200px;
	height:100px;
}
.admin_table img {
	border:none;
}
.admin_tab {
	margin-left: 20px;
	float:left;
}
.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;

}
#stats_doc a {
	text-decoration: none;
}