@charset "utf-8";

*{

	

/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;*/
}

body  {
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;

	
	
}

/*img{position:relative;}*/

.thrColFixHdr #container {
	position:relative;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	margin-right: auto;
	/*	margin-bottom: 5px;
*/	margin-left: auto;
	padding:10px;
	/*	
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 960px;	/*	height: auto;*//*	position: relative;*//*	padding: 0 0 0 0;*//*	background-image: url(../images/vline5.png);
	background-repeat: repeat-x;*/
	/*	font-size: 10px;
		padding-top: 10px;
background:#CCCCCC;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
*/	background-image: url(../fx/container-edge.png);
	background-repeat: repeat-y;
	
} 

#padding {
	padding: 10px;
}

#padding-header {
	padding: 7px;
}
.thrColFixHdr #header {
/*	background-image:url(../fx/header-black.png)
*//*	background: #000000;
	padding: 3px 10px 0 20px;  *//* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 45px;

} 

.matrix_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	text-decoration: none;
}

.matrix_word_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0033FF;
	text-align: left;
}

.thrColFixHdr #container #header img {
	border: 0;
	padding-top: 2px;
	padding-right: 4px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	/*	margin-left: 20px;*/
	color: #FF0000;
}


#header-black {
	float: left;
/*	background-color: #EEEEEE;
*/	height: 45px;
	background-image: url(../fx/header-black.png);
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	width:960px;
/*	padding:7px;
*/	
/*	margin: 10px;
*/}

#matrix_clockingin {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/clocking-in.png);
	margin: 10px;
}

#matrix_diy {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/diy-time-and-attendance.png);
	margin: 10px;
}

#matrix_implemented {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/time-and-attendance-fully-implemented.png);
	margin: 10px;
}

#matrix_access_control {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/access-control.png);
	margin: 10px;
}


#matrix_digital_cctv {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/digital-cctv.png);
	margin: 10px;
}

#matrix_digital_web {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/web-t-and-a.png);
	margin: 10px;
}

#matrix_search_selectors {
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	height: 200px;
	background-image: url(../fx/search-selectors.png);
	margin: 10px;
}

#banner {
	width: 940px;
	float: left;
	margin: 10px;
	height: 200px;
	z-index: -1;
}

.text_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:	#FF0000;
	text-align: left;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6A6A6A;
	text-align: left;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	/*	height: auto;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: inherit;*/
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding: 0px 10px 15px 20px;
	font-size: 10px;
/*	height: auto;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: inherit;
	padding-top: 0px;
	margin-top: 0px;*/
}
.thrColFixHdr #mainContent {
	/*	margin: 0 200px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 170px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(../images/vline4.png);
	background-repeat: repeat-x;
	position: relative;
	top: 5px;/*		left: 0px;*/
/*	width: 250;*/
} 

.thrColFixHdr #mainContent2 {
	/*	margin: 0 200px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 10px;
	margin-left: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
/*	background-image: url(../images/vline4.png);
	background-repeat: repeat-x;*/
	position: relative;
	top: 5px;/*		left: 0px;*/
/*	width: 250;*/
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
/*	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: inherit;*/
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #header1 .thrColFixHdr h1 {
	font-size: 12px;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*.thrColFixHdr #container #breadcrumbcontainerindex #integrated_systems a {

}
.thrColFixHdr #container #breadcrumbcontainerindex h2 {
	font-size: 12px;
	color: #FF0000;
}
.thrColFixHdr #container #breadcrumbcontainerindex h1 {
	color: #003333;
	text-align: center;
	font-size: 12px;
}
*/
.thrColFixHdr #container #mainContent h2 {
	font-size: 10px;
}
/*.thrColFixHdr #container #header .style3 {
	font-size: 26px;
	line-height: 26px;
}
.thrColFixHdr #container #sidebar2 h2 {
	font-size: 11px;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 11px;
}
.thrColFixHdr #container #sidebar1 #count .MenuBarSubmenuVisible .MenuBarSubmenuVisible li {
	position: relative;
}
.thrColFixHdr #container #header table {

}
.thrColFixHdr #container #mainContent table {
}
.thrColFixHdr #container #mainContent table {
}
.thrColFixHdr #container #mainContent table {
	padding-top: 2px;
}
.thrColFixHdr #container #breadcrumbcontainer {
	color: #000000;
}
.thrColFixHdr #container #footer a {
	color: #FFFFFF;
}
.thrColFixHdr #container #header {
	background-image: url(../images/top_graphics/black_line_50.png);
	background-repeat: repeat-x;
	height: 50px;
}
#index_background {
	background-image: url(../images/index_background_gradient-133.gif);
	background-repeat: repeat-x;
}

.thrColFixHdr #container #mainContent table {
	border: 0 0 0;


}
.thrColFixHdr #container #breadcrumbcontainer table {
	color: #FF0000;
}
.thrColFixHdr #container #breadcrumbcontainer .header a {
	color: #FF0000;
	font-size: small;
}
.thrColFixHdr #container #header .style4 {
	font-size: 24px;
}
.thrColFixHdr #container #breadcrumbcontainer #index_background .style3 {
	font-size: 14px;
}
.thrColFixHdr #container #breadcrumbcontainer #index_background .style3 {
}
*/
.thrColFixHdr #container #breadcrumbcontainerindex {




}
.thrColFixHdr  #container  #breadcrumbcontainerindex  .header  a {
	color: #FF0000;
/*	font-size: small;*/
}

.thrColFixHdr #container #breadcrumbcontainerindex #welcome {
	width: 500;
	left: 0px;
	position: relative;
	top: 5px;
}
/*.thrColFixHdr #container #breadcrumbcontainerindex #phone_number {
	height: 21px;
	width: 200px;
	position: absolute;
	left: 535px;
	top: 146px
	height: 210px
	border: 0;
	top: 137px;
}
.thrColFixHdr #container #breadcrumbcontainerindex #integrated_systems {
	width: 200px;
	position: absolute;
	left: 535px;
	top: 153px;
}
.thrColFixHdr #container #breadcrumbcontainerindex #access_control {
	height: 132px;
	width: 200px;
	position: absolute;
	left: 40px;
	top: 288px;
	border: 2;
	border-color: #000000;
	background-color: #CCCCCC;
}
.thrColFixHdr #container #breadcrumbcontainerindex #cctv {
	height: 182px;
	width: 200px;
	position: absolute;
	left: 290px;
	top: 265px;
	background-image: url(../images/vertical_line.png);
	background-repeat: repeat-x;
}
*/
.thrColFixHdr #container #breadcrumbcontainerindex #time_recording {
	position: absolute;
	width: 210px;
	top: 217px;
	left: 188px;
	height: 100px;
}
/*.thrColFixHdr #container #breadcrumbcontainerindex #time_recording #top {
	background-image: url(../images/index-block.gif);
}

.thrColFixHdr #container #breadcrumbcontainerindex #actitle {
	position: absolute;
	height: 20px;
	width: 200px;
	left: 40px;
	top: 260px;
	padding-top: 8px;
	background-image: url(../images/vline2.png);
	background-repeat: repeat-x;
}

.thrColFixHdr #container #breadcrumbcontainerindex #accessories {
	position: absolute;
	height: 140px;
	width: 210px;
	top: 505px;
	left: 285px;
}
.thrColFixHdr #container #breadcrumbcontainerindex #id_cards {
	535position: absolute;
	height: 140px;
	width: 210px;
	top: 505px;
	left: 535px;
	position: absolute;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
	width: 135px;

}
*/

a:link {
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	font-weight: bold;
/*	font-size: 10px;*/
}
.thrColFixHdr /*.style5 {font-size: medium}
.style6 {
	color: #FF0000;
	font-weight: bold;
	width: 215px;
	left: 541px;
	top: 355px;
}
.style7 {
	color: #FF0000;
	font-weight: bold;
	height: 140px;
	width: 210px;
	position: absolute;
	left: 35px;
	top: 545px;
}
.style8 {
	color: #FF0000;
	font-weight: bold;
	height: 140px;
	width: 210px;
	position: absolute;
	left: 285px;
	top: 545px;
}
.style9 {color: #FF0000}
.thrColFixHdr #container #breadcrumbcontainerindex #support {
	position: absolute;
	height: 140px;
	width: 210px;
	top: 505px;
	left: 33px;
	position: absolute;
}
.thrColFixHdr #container #breadcrumbcontainerindex #welcome .title {
	text-align: left;
}
.thrColFixHdr #container #header h1 {
	font-size: 18px;
}
.thrColFixHdr #container #phone_number {
	height: 20px;
	width: 200px;
	float: right;
}
.thrColFixHdr #container #mainarea {
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: medium;
	height: 15px;
}
.thrColFixHdr #container #breadcrumbcontainerindex #access_control p {
	color: #FFFFFF;
}
.thrColFixHdr #container #breadcrumbcontainerindex #access_control #title {
	position: absolute;
	top: 8px;
	width: 200px;
}
.thrColFixHdr  #container  #breadcrumbcontainerindex  #cctv  #title {
	position: absolute;
	top: 8px;
	width: 200px;
}
.thrColFixHdr #container #breadcrumbcontainerindex table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
.thrColFixHdr #container #breadcrumbcontainerindex div {
	padding: 0px;
}
.thrColFixHdr #container #mainarea #mainContent td JWS {
}
.thrColFixHdr #container #mainarea #mainContent table_form {
}
.thrColFixHdr #container #mainarea #mainContent #form_table {
}

*/

 #container  #mainarea  #mainContent  #input_field  {
	border: 1px solid #FF0000;


}

/*.thrColFixHdr #container #header table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainarea #mainContent table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 0;
}
*/
.thrColFixHdr #container #mainContent img {
	border: 0px solid #FF0000;
	position: relative;
/*	position: relative;
*//*	float: right;
*/}
/*.thrColFixHdr #container #header1 .thrColFixHdr img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #header1 .thrColFixHdr {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/.thrColFixHdr #container #breadcrumbcontainerindex img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #header1 {
/*	height: 10px;
*/}
.thrColFixHdr #container #mainContent #input_field #all {
	border: thin solid #FF0000;
}
.thrColFixHdr #container .thrColFixHdr a {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/vline5.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container .thrColFixHdr {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/vline5.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container #mainarea #mainContent a {
	/*	font-size: 10px;*/
	color: #FF0000;
}
.thrColFixHdr #container .header {
	float: left;
/*	width:960px;
*/	padding-left: 20px;
	text-align: center;
	padding-right: 0px;
}
.style5 {color: #FF0000}
.style4 {
	color: #FF0000
}

.thrColFixHdr #container #breadcrumbcontainer {
	font-size: 10px;
	font-style: normal;
	padding-left: 25px;
	background-color: #FFFFFF;
	height: 15px;
}
.thrColFixHdr #container #mainarea #mainContent img in table {
}
.thrColFixHdr #container #header a {
	font-size: medium;
}
.thrColFixHdr #container #header1 a {
	font-size: 10px;
}
.thrColFixHdr #container #header1 h1 {
	font-size: 10px;
}

