@charset "UTF-8";
/**************************************************************************************************************************************************************************************************************************************************/
/* CSS for ccssltd.com (Author :: Brian Bokor)
/*
/*  common.css
/*  	Common styles used across the website (Header, Footer, Main Content Format, etc)
/*
/*
/* Copyright (c) 2009 CCSS Ltd. No part of this CSS file may be reproduced without the express written consent of CCSS Ltd.
*//**************************************************************************************************************************************************************************************************************************************************/

/**********************************************************/
/* -------------------- RESET STYLES -------------------- */
/**********************************************************/
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, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
}
:focus{outline:0;}
* { margin: 0; padding: 0; }


/************************************************************/
/* -------------------- SITE WIDE TAGS -------------------- */
/************************************************************/
body {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}


#page-background {
	background: #CCC url(/images/page-background.png) repeat-x;
}


.clear{
	clear: both;
}


/************************************************************/
/* -------------------- TOOL BAR LINKS -------------------- */
/************************************************************/
#tool-bar-links { 
	list-style-type: none;
	background: url(/images/tool-bar-background.png) no-repeat top;
	width: 350px;
	height: 30px;
}

#tool-bar-search { /* sets up the input field's location and position because of an IE 6,7 bug*/
	width:175px;
	height: 20px;
	padding-left: 25px;
	margin-left: 8px;
	padding-right: 10px;
	margin-top: 4px;
	padding-top: 2px; /* centers the search input field's letters in the image*/
	float: left;
	background: url(/images/search-text-field.png) no-repeat;
}

input.searchfield {
	width:145px;
	height: 20px;
	border-style: hidden;
	border-width: 0px;
	color: #0000000;
	font: 12px Candara, Calibri, Verdana;
	background: url(/images/powered-by-google.png) no-repeat;
	max-width: 140px;
}

#tool-bar-site-tools {
	position: absolute;
	top: 6px; /*change to 5px if you use 14px fonts for searchfield and tool-bar-site-tools*/
	right: 10px;
}

#tool-bar-site-tools, #tool-bar-site-tools a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Candara, Calibri, Verdana;
	color: #CCCCCC;
}

#tool-bar-site-tools a:hover { text-decoration: underline; }


/************************************************************/
/* -------------------- MENU BAR LINKS -------------------- */
/************************************************************/
#menu-bar-links { 
	margin: 0 auto;
	list-style-type: none;
	min-height: 40px;
	padding-left: 0px;
	margin-left: 0px;
	
}

#menu-bar-links li {
	background: url(/images/menu-bar-link.png) no-repeat top;
	width: 100px;
	height: 40px;
	margin: 0px auto; 
	padding-left: 0px;
	float: left;
}

#menu-bar-links li.currentPage {/*ADD HOVER IF YOU WANT MENU BAR TO CHANGE   , #menu-bar-links li:hover*/
	background: url(/images/menu-bar-link-selected.png) no-repeat top;
	width: 100px;
	height: 40px;
	margin: 0px auto; 
	float: left;
}

#menu-bar-links li a{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Candara, Calibri, Verdana;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	width: 96px;
	height: 30px;
	float: left;
	padding: 10px 0px 0px 0px;
	
}

#menu-bar-links li a:hover{
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	
}



/****************************************************************/
/* -------------------- GLOBAL PAGE LAYOUT -------------------- */
/****************************************************************/

#page-layout {	
	width: 984px;
	margin: 0 auto;
	min-height: 768px;
}

#header {
	height: 164px;
	z-index: 0;
}

#header-background {
	width: 984px;
	height: 76px;	
	top: 88px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;	
	background: url(/images/content-area-top.png) no-repeat bottom;
	z-index: 1;
}

#ccss-logo {
	width: 197px;
	height: 57px;	
	top: 30px;
	margin-right: 12px;
	margin-left: 13px;
	position: absolute;	
	z-index: 2;
}

#ccss-lizard-logo {
	width: 214px;
	height: 126px;	
	margin-right: 12px;
	margin-left: 758px;
	top: 47px;
	position: absolute;
	z-index: 4;
}

#menu-bar {
	width: 500px;
	height: 40px;
	margin-right: 242px;
	margin-left: 242px;
	top: 81px;
	position: absolute;
	z-index: 5;
}

#tool-bar {
	width: 350px;
	height: 30px;
	margin-right: 12px;
	margin-left: 622px;
	position: absolute;
	z-index: 3;
}

#login-message {
	width: 340px;
	height: 30px;
	margin-left: 272px;
	padding-top: 7px;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	z-index: 3;
	color: #CCCCCC;
	font: 14px Candara, Calibri, Verdana;
}

#main-content-background {
	width: 984px;
	min-height: 500px;	
	height:auto !important;
 	height:500px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(/images/content-area-middle.png) repeat-y top;
	z-index: 6;
}

#main-content {	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 35px;
}

#footer {
	width: 984px;
	height: 112px;	
	background: url(/images/content-area-bottom.png) no-repeat top;
	z-index: 7;
}




/*************************************************************/
/* -------------------- LINE SEPARATORS -------------------- */
/*************************************************************/
#line-separator-dark {
	border: #333333 solid 1px;
	width: 100%;
}

#line-separator {
	border: #999999 solid 1px; 
	width: 100%;
}


/*************************************************************/
/* -------------------- SIDEBAR CONTENT -------------------- */
/*************************************************************/
#sidebar-content {
	width: 200px;
	text-align: left;
	margin: 0 auto;
}

#sidebar-top {
	width: 200px;
	height: 12px;
	background: url(/images/sidebar-top.png) bottom no-repeat !important;
	background: url(/images/sidebar-top.gif) bottom no-repeat;
}

#sidebar-middle {
	width: 200px;
	min-height: 2px;	
	height:auto !important;
 	height:2px;
	background: url(/images/sidebar-middle.png) top repeat-y !important;
	background: url(/images/sidebar-middle.gif) top repeat-y;
	z-index: 6;
}

#sidebar-bottom {
	width: 200px;
	height: 12px;
	background: url(/images/sidebar-bottom.png) top no-repeat !important;
	background: url(/images/sidebar-bottom.gif) top no-repeat;
}

/************************************************************/
/* -------------------- LEFT NAV LINKS -------------------- */
/************************************************************/
#left-nav {
	margin: 0;
	padding: 0;
}

#left-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
	display: block;
}

#left-nav li a {
	height: 25px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	cursor: pointer;
	padding-left: 20px;
	padding-bottom: 2px;
	display: block;

}

#left-nav li a:hover, #left-nav li a.selected:hover {
	background: url(/images/left-nav-link-hover.png) top no-repeat !important;
	background: url(/images/left-nav-link-hover.gif) top no-repeat;
	color: #333;
	font-weight: bold;
	z-index: 2;
}
#left-nav ul {
	margin: 0;
	padding: 0;
}

#left-nav ul li {
	list-style-type: none;
	line-height: 20px;
	display: block;
}

#left-nav ul a {
	height: 20px;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-family: Candara, Calibri, Verdana;
	text-decoration: none;
	margin-left: 20px;
	padding-bottom: 2px;
	cursor: pointer;
	display: block;
}

#left-nav ul a:hover, #left-nav ul a.selected:hover {
	background: url(/images/left-nav-sub-link-hover.png) top no-repeat !important;
	background: url(/images/left-nav-sub-link-hover.gif) top no-repeat;
	color: #333;
	font-weight: bold;
	z-index: 2;
}

#left-nav a.selected {
	background: url(/images/left-nav-link-selected.png) top no-repeat !important;
	background: url(/images/left-nav-link-selected.gif) top no-repeat;
	color: #333;
	z-index: 0;
}

#left-nav ul a.selected {
	background: url(/images/left-nav-sub-link-selected.png) top no-repeat !important;
	background: url(/images/left-nav-sub-link-selected.gif) top no-repeat;
	color: #333;
	z-index: 0;
}


.show {display:block; visibility:visible;}

.hide {display:none; visibility:hidden;}


/**********************************************************/
/* -------------------- FOOTER LINKS -------------------- */
/**********************************************************/
#ibm-partner-logo {
	width: 128px;
	height: 63px;	
	margin-top: 39px;
	margin-left: 35px;
	position: absolute;	
	background: url(/images/ibm-partner-logo.png) no-repeat top;
}

#footer-links {
	width: 740px;
	height: 63px;	
	margin-top: 39px;
	margin-left: 209px;
	position: absolute;
	vertical-align: middle;
	text-align: right; 
}

#footer-links a, #footer-links p{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: Candara, Calibri, Verdana;
	color: #333333;
	
}

#footer-links a:hover{
	text-decoration: underline;
	font-family: Candara, Calibri, Verdana;
}

#footer-links-company { height: 20px;  }
#footer-links-logo { vertical-alight: middle; float: left; position: relative; }
#footer-links-legal { vertical-alight: middle; float: right; position: relative; }
#footer-links-social { height: 30px; }
#footer-links-social img { margin-left: 8px; }

#footer-line-separator {
	border: #999999 solid 1px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}

/************************************************************************/
/* -------------------- PAGE TITLE BARS -------------------- */
/************************************************************************/
/*LARGE TITLE BARS - 708 x 56*/
.blue-title-bar-large {
	width: 708px;
	height: 56px;
	background: url(/images/blue-title-bar-large.png) no-repeat top;
}

.green-title-bar-large {
	width: 708px;
	height: 56px;
	background: url(/images/green-title-bar-large.png) no-repeat top;
}

.orange-title-bar-large {
	width: 708px;
	height: 56px;
	background: url(/images/orange-title-bar-large.png) no-repeat top;
}

.purple-title-bar-large {
	width: 708px;
	height: 56px;
	background: url(/images/purple-title-bar-large.png) no-repeat top;
}

/*SMALL TITLE BARS - 463 x 56*/
.blue-title-bar-small {
	width: 481px;
	height: 56px;
	background: url(/images/blue-title-bar-small.png) no-repeat top;
}

.green-title-bar-small {
	width: 481px;
	height: 56px;
	background: url(/images/green-title-bar-small.png) no-repeat top;
}

.orange-title-bar-small {
	width: 481px;
	height: 56px;
	background: url(/images/orange-title-bar-small.png) no-repeat top;
}

.purple-title-bar-small {
	width: 481px;
	height: 56px;
	background: url(/images/purple-title-bar-small.png) no-repeat top;
}

/**************************************************************************/
/* -------------------- GOOGLE CUSTOM SEARCH RESULTS -------------------- */
/**************************************************************************/
#cse-search-results-wrapper {
	text-align: center;
}
#cse-search-results iframe {
	min-height: 600px;	
	height:auto !important;
 	height: 600px;	
}

/************************************************************************/
/* -------------------- TABLE FORMAT - WHEN NEEDED -------------------- */
/************************************************************************/
table.common { text-align: center; font-size: 12px; font-family: Candara, Calibri, Verdana; color: #404040; width: 675px; background-color: #fafafa; border: 1px #B9BB94 solid; border-collapse: collapse; border-spacing: 0px; }
table.common th {background:#DEE1A8;border-bottom:solid 1px #c8c8c8;}
table.common td { border-bottom: 1px solid #B9BB94; border-top: 0px; border-left: 1px solid #B9BB94; border-right: 0px; text-align: left;  background-color: #fafafa; padding:5px; }
table.common td.column { border-bottom: 2px solid #6699CC; border-left: 1px solid #6699CC; background-color: #BEC8D1; text-align: left; text-indent: 0px;  font-family: Verdana; font-weight: bold; font-size: 11px; color: #404040; }



/************************************************************/
/* -------------------- ERROR MESSAGES -------------------- */
/************************************************************/
#messages {
	text-align:left;
	margin-left: 50px;
	margin-right: 50px;
	list-style-type: none;
}

.message-title {
	font-size: 16px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(/images/info.png);
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(/images/success.png);
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(/images/warning.png);
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/images/error.png);
}

iframe#login-status {
	width: 100%; 
	height: 30px; 
	float: right;	
}

/*************************************************************/
/* -------------------- FORM COMPONENTS -------------------- */
/*************************************************************/
#form-fields  {
	list-style-type: none;
	vertical-align: middle;
}

#form-fields li {
	width: auto;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 5px;
	vertical-align: middle;
}

#form-fields label {
	text-align: right;
	display: block;
	width: 30%;
	float: left;
	color: #000;
}

#form-fields input {
	width: 200px;
	text-align: left;
}

.focused{
	background-color:#fff7c0;
	position:relative; /* Makes Instructs z-index stay on top in IE. */
}

#form-user-info {
	list-style-type: none;
}

#form-user-info-label {
	text-align: right;
	display: block;
	width: 30%;
	padding-bottom: 5px;
	float: left;
	color: #000;
}

#form-user-info-value {
	font-weight: bold;
	width: 50%;
	margin-right: 50px;
	margin-left: 25px;
	padding-bottom: 5px;
	text-align: left;
	float: right;
}



