/*
Theme Name: Call Centre Connect
Theme URI: http://www.callcentreconnect.co.uk/
Description: CCC Styles.
Author: Reckless New Media Ltd 
        [Additions: Mike Griffiths (mike@mike-griffiths.co.uk)]
Author URI: http://www.callcentreconnect.co.uk/
.
Copyright (c) Reckless New Media Ltd.
.
*/

* { padding: 0; margin: 0; } 

/* 
	***********
	* GENERIC *
	***********
*/

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: #0E1116;
	color: #000;
	margin: 0 0 30px 0;
}

#container 
{
	width: 100%;
	margin: 0 auto;
	min-height: 500px;
	background: #BACED8 url(images/body_bg.jpg) repeat-x;
}

/*
	*************************
	* HEADINGS & TYPOGRAPHY *
	*************************
*/

h1 
{
	font: bold 230% Arial, Helvetica, sans-serif;
	color: #000;
}

h2 
{
	font: 170% Arial, Helvetica, sans-serif;
	color: #000;
}

h3 
{
	font: 120% Arial, Helvetica, sans-serif;
	color: #000;
}

p
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}

.smalltext
{
	font: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
}

li
{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	list-style:inside;
	line-height:20px;
}

.break
{
	line-height: 15px !important;
	margin: 3px 0 3px 0 !important;
}

.strong 
{
	font-weight: bold;
}

.error
{
	margin: 10px 0 10px 0;
}

.error li
{
	list-style: inside;
	padding: 5px;
	color: #990000;
	margin-bottom: 2px;	
}


.msg
{
	margin: 10px 0 10px 0;
}

.msg li
{
	list-style: inside;
	padding: 5px;
	color: #006600;
}

.required
{
	color: #CC0000;
}

.back
{
	display: block;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #71993B;
}

/* FORM STYLES */

form {
	margin: 0;
}

form h3
{
	font-size: 16px;
	margin-bottom: 10px;
}

form fieldset
{
	border: none;
	display: block;
}

form .form-item
{
	padding: 5px; 
	overflow: hidden;
	border-bottom: solid 1px #E4E4E4;
	background: #FFF;
	margin: 0px 0 1px 0;
}

form .form-hidden
{
}

form .form-buttons
{
	padding: 5px 0 5px 0; 
	overflow: hidden;
	background: none;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}

form label
{
	width: 180px;
	display: block;
	float: left;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 5px 0 0 0;
}

form input
{
	font-size: 15px;
	border: solid 1px #CECECE;
	margin: 0 5px 0 0;
}

form select
{
	font-size: 13px;
	border: solid 1px #CECECE;
	font-size: 15px;
	margin: 0 5px 0 0;
}

form button
{
	display: block;
	background: #DBDBDB;
	border-bottom: solid 1px #CECECE;
	border-right: solid 1px #CECECE;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

form .form-note
{
	font-size: 11px;
	width: 522px;
	float: none;
	margin: 3px 0 3px 0;
	color: #71993B;
	background: url(images/info_ico.png) no-repeat;
	padding-left: 18px;
}

/*
	**********
	* HEADER *
	**********
*/

#header 
{
	width: 900px;
	position:relative;
	background: url(images/header_bg.png) no-repeat right 32px;
	height: 182px;
	margin: 0 auto;
}

#strip
{
	position:absolute;
	width: 900px;
	height: 15px;
}

.rightLinks
{
	float: right;
	line-height: 15px;
}

.rightLinks li 
{
	list-style-type: none;
	float:left;
	display:block;
	margin: 0 10px 0 0;
	color:#FFFFFF;
}

.rightLinks li a
{
	color:#96BB56;
} 

.leftLinks
{
	float: left;
	line-height: 15px;
}

.leftLinks li 
{
	list-style-type: none;
	float:left;
	display:block;
	margin: 0 10px 0 0;
	color:#FFFFFF;
}

.leftLinks .call
{
	font-size: 14px;
	font-weight: normal;
}

.leftLinks .call span
{
	font: bold 230% Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 10px;
}

.leftLinks li a
{
	color:#96BB56;
} 

#logo
{
	position:absolute;
	top: 54px;
	left: 0;
}

#logo img 
{
	border: none;
}

/*
	**************
	* NAVIGATION *
	**************
*/

	/* MAIN NAV */
	
	#nav 
	{
		position: absolute;
		top: 182px;
		left: 0;
		width: 900px;
		height: 47px;
	}
	
	#nav li 
	{
		list-style-type: none;
		display: block;
		float:left;
		line-height: 47px;
		font-size: 14px;
	}
	
	#nav li a 
	{
		float: left;
		display: block;
		height: 47px;
		color: #333333;
		text-decoration: none;
		padding: 0 14px 0 14px;
		border-right: solid 1px #E2E2E3;
	}
	
	#nav .start
	{
		border-left: solid 1px #E2E2E3;
	}
	
	#nav .active
	{
		display: block;
		height: 55px;
		background: url(images/nav_active_left.png) no-repeat top left;
		margin-top: -8px;
	}
	
	#nav .active a
	{
		display: block;
		height: 55px;
		background: url(images/nav_active_right.png) no-repeat top right;
		margin-left: 6px;
		padding: 0;
		border-right: none;
	}
	
	#nav .active a span
	{
		display: block;
		height: 55px;
		background: url(images/nav_active_middle.png) repeat-x;
		padding: 0 10px 0 10px;
		line-height: 55px;
		font-weight: bold;
		color: #FFF;
	}
	

/*
	***********
	* CONTENT *
	***********
*/

#content
{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 15px;
	margin-top:60px;
}

#breadcrums
{
	width: 900px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

#breadcrums li
{
	list-style-type: none;
	float: left;
	display: block;
	color: #205272;
	margin-right: 10px;
}

#breadcrums .title
{
	font-weight: bold;
	margin-right: 10px;
}

#breadcrums li a
{
	color: #205272;
}

#breadcrums .active
{
	color: #0E1116;
	margin-right: 10px;
	font-weight: bold;
}

#breadcrums .active a
{
	color: #0E1116;
	font-weight: bold;
}

/*
	**********
	* COLUMS *
	**********
*/

#middle 
{
	float: left;
}

.two 
{
	width: 622px;
}

/*
#right
{
	width: 240px;
	float: left;
	padding-left: 38px;
	margin-top: 15px;
}
*/
/*
#right
{
	width: 240px;
	float: left;
	padding-left: 93px;
	margin-top: 15px;
	padding-top: 55px;
	background: url(images/keys_shadow.png) 0 0 no-repeat;
}
*/

#right
{
	width: 320px;
	float: left;
	padding-left: 23px;
	margin-top: 0px;
	padding-top: 50px;
	gbackground: url(images/keys_shadow_rotated.png) top right no-repeat;
}

/*
	**************
	* BOX STYLES *
	**************
*/

/* MIDDLE BOX */

#middle .box
{

}

#middle  .box .top 
{
	width: 622px;
	display: block;
	background: url(images/box_top_bg.png) no-repeat;
	height: 38px;
	width: 622px;
}

#middle .box .bottom
{
	width: 631px;
	display: block;
	margin: 0 0 0 -5px;
	background: url(images/box_bottom_bg.png) no-repeat;
	height: 95px;
}


#middle .box .text
{
	width: 582px;
	background: #FFF;
	background: url(images/box_bg.jpg) repeat-y;
	padding: 20px;
	min-height: 105px;
	overflow:hidden;
}

		.text_leftcol
			{
			width:390px;
			margin-top:20px;
			float:left;
			}
		.text_rightcol
			{
			width:178px;
			margin-top:50px;
			float:right;
			}
			
		.text_leftcol2
			{
			width:281px;
			margin-top:20px;
			float:left;
			}
		.text_rightcol2
			{
			width:281px;
			margin-top:20px;
			float:right;
			}

#middle .box .text h1 
{
	color: #205170;
	font-weight: normal;
}

#middle .box .text h2
{
	color: #205170;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .box .text h3
{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .box .text p
{
	color: #666666;
	line-height: 23px;
	margin: 7px 0 7px 0;
}

#middle .wide
{
	width:  100%;
}






/* 
SMALLER BOXES
*/
#middle .smlbox
{

}

#middle .smlbox .top 
{
	width: 210px;
	display: block;
	background: url(images/smlbox_top_bg.png) no-repeat;
	height: 41px;
}

#middle .smlbox .bottom
{
	width: 210px;
	display: block;
	margin: 0 0 0 0;
	background: url(images/smlbox_bottom_bg.png) no-repeat;
	height: 95px;
}


#middle .smlbox .text
{
	width: 180px;
	background: url(images/smlbox_middle_bg.png) repeat-y;
	padding: 20px;
	min-height: 105px;
}

#middle .smlbox .text h1 
{
	color: #205170;
	font-weight: normal;
}

#middle .smlbox .text h2
{
	color: #205170;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .smlbox .text h3
{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .smlbox .text p
{
	color: #666666;
	line-height: 23px;
	margin: 7px 0 7px 0;
}


/* RIGHT COLUMN */

#right .box
{
	width: 100%;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#right .normal
{
	background: #A6BFCD;
}

#right .box h1 
{
	font: bold 230% Arial, Helvetica, sans-serif;
	color: #000;
}

#right .box h2
{
	font: 170% Arial, Helvetica, sans-serif;
	color: #000;
}
#right .box p
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}








/*
	**********
	* FOOTER *
	**********
*/

#footer-container
{
	width: 100%;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #FFF;
	height: 80px;
}

#footer .leftLinks 
{
	line-height: 40px;
}

#footer .leftLinks a
{
	color: #FFF;
	text-decoration: none;
}

#footer .leftLinks a:hover
{
	text-decoration: underline;
	color:#96BB56;
}

/*
	****************
	* PROFILE VIEW *
	****************
*/

.profile
{
	overflow:hidden;
	margin-top: 20px;
}

.profile_left
{
	width: 150px;
	float: left;
}

.profile_right
{
	width: 400px;
	float: left;
}

.location
{
	width: 900px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.profile li
{
	list-style-type: none;
	float: left;
	display: block;
	color: #205272;
	margin-right: 10px;
}

.profile .title
{
	font-weight: bold;
	margin-right: 10px;
}

.profile li a
{
	color: #205272;
}

.profile .active
{
	color: #0E1116;
	margin-right: 10px;
	font-weight: bold;
}

.profile .active a
{
	color: #0E1116;
	font-weight: bold;
}

.profile .location li
{
	list-style-type: none;
	display: block;
	float: left;
}

.profileView 
{

}

.profileView h2
{
	display: block;
	font-size: 17px;
	font-weight: normal;
	padding-top: 20px;
}

.viewItem
{
	padding: 10px; 
	overflow: hidden;
	border-bottom: solid 1px #E4E4E4;
	background: #FFF;
	margin: 0px 0 1px 0;
}

.itemLabel
{
	width: 140px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
}

.itemText
{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	display: block;
	float: left;
}

/*
	***************
	* SEARCH JOBS *
	***************	
*/

.showForm
{
	display: block;
}



/*
	************
	* POST-ITS *
	************	
*/
.postit{
	background-image:url(images/post-it.png);
	background-repeat:no-repeat;
	height:228px;
	width:165px;
	padding:30px 40px 0 35px;
}

.postit h1 
{
	font: bold 230% Arial, Helvetica, sans-serif;
	color: #205170;
}

.postit h2
{
	font: 150% bold Arial, Helvetica, sans-serif;
	color: #205170;
	text-align:center;
	padding-bottom:10px;
}
.postit p
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
}
.postit  a
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
}

/*
	******************
	* Bottom key fob *
	******************
*/
#keyfob{
	background-image:url(images/keys_shadow.png);
	background-repeat:no-repeat;
	height:100px;
	width:200px;
	float:right;
	margin:-100px 50px 0 0;
	padding:100px 0 0 40px;
}



/*
 JOB SEARCH STUFF, Added by Mike G 19/4/09
*/
.checkBoxList
{
	overflow:hidden;
}

.checkBoxList li
{
	list-style-type: none;
	display:block;
	width:81px;
	float:left;
	padding: 0px 5px;
}

.checkBoxList li a
{
	display: block;
	color: #205170;
	border: solid 3px #F0EEEF;
	margin: 5px 0 5px 5px;
	padding: 3px;
	width: 75px; 
	text-align: center;
	text-decoration: none;
	
}

.checkBoxList li a:hover
{
	border: solid 3px #999;
}

.checkBoxList li .checked
{
	border: solid 3px #205170;
	background: #2C6D9A;
	color: #FFF;
	font-weight: bold;
}

.loader
{
	display: none;
	float: left;
	margin-left: 10px;
}

.processDate
{
	display: block;
	float: left;
}

/*
	***************
	* FIELD EDITS *
	***************
*/

.editElement
{
	display: block;
}

.textView
{
	display: block;
}


.viewItem
{
	padding: 10px; 
	overflow: hidden;
	border-bottom: solid 1px #E4E4E4;
	background: #FFF;
	margin: 0px 0 1px 0;
}

.itemLabel
{
	width: 140px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
}

.itemText
{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	display: block;
	float: left;
}

.itemOptions 
{
	display: block;
	overflow: hidden;
	margin: 10px 0 5px 0;
}

.itemOptions ul
{
	list-style-type: none;
	display: block;
	float: right;
}

.itemOptions ul li
{
	list-style-type: none;
	display: block;
	float: left; 
	margin-left: 7px;
}

.itemOptions li a
{
	float: left;
	display: block;
	font-size: 12px;
	color: #709139;
}

.itemOptions ul li .editItem
{
	background: url(images/edit_ico.png) no-repeat;
	padding-left: 17px;
}

.itemOptions ul li .defaultItem
{
	background: url(images/view_ico.png) no-repeat;
	padding-left: 17px;
}

.viewitemTitle
{
	float: left;
}

.viewItemTools
{
	float: right;
	margin: 30px 0 0 0;
}

.viewItemTools li
{
	list-style-type: none;
	float: left;
	display: block;
	line-height: 26px;
	margin-left: 5px;
}

.viewItemTools li a
{
	color: #8FA7B7;
	display: block;
	float: left;
}

.viewItemTools li a:hover
{
	color: #205170;
	display: block;
	float: left;
}

.viewItemTools li .toolDeleteItem, .toolRemoveShortlistItem
{
	background: url(images/delete_blue_light_ico.png) no-repeat 5px 6px;
	padding-left: 25px;
	margin: 0;
}

.viewItemTools li .toolViewItem 
{
	background: url(images/view_blue_light_ico.png) no-repeat 5px 6px;
	padding-left: 25px;
	margin: 0;
	cursor:pointer;
}

.viewItemTools li .toolAddShortlist
{
	background: url(images/view_blue_light_ico.png) no-repeat 5px 6px;
	padding-left: 25px;
	margin: 0;
}

.viewItemTools li .toolDeleteItem:hover, .toolRemoveShortlistItem:hover
{
	background: url(images/delete_blue_ico.png) no-repeat 5px 6px;
	padding-left: 25px;
	margin: 0;
}

.viewItemTools li .toolViewItem:hover 
{
	background: url(images/view_blue_ico.png) no-repeat 5px 6px;
	padding-left: 25px;
	margin: 0;
}

.viewItemTools li .toolAddShortlist:hover
{
	background: url(images/view_blue_ico.png) no-repeat 5px 6px;
	padding-left: 25px;
	margin: 0;
}

.sliderView
{
	display: none;
}

/*add by roy*/
.sitebar_results
{
	width: 582px;
	background: #FFF;
	background: url(images/box_bg.jpg) repeat-y;
	padding: 1px 20px;
}

.sitebar_results h2
{
	color: #205170;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#advice_table tr td ul li
{ 
	list-style:none;
}

.tutorial_links
{
	display:block;
	width: 80px;
	margin-top:15px;
	text-align:center;
}

.presentation_link
{
	display:block;
	width: 130px;
	margin-top:15px;
	text-align:center;
}

.text2
{
	width:90%;
	background: #FFF;
	background: url(images/box_bg2.jpg) repeat-y;
}

.text2 h1
{
	color: #205170;
	font-weight: normal;
}

.text2 p
{
	color: #666666;
	line-height: 23px;
	margin: 7px 0 7px 0;
}

/* for the toturial overlay */
div.overlay, div.post_it{ 
    color:#efefef;   
    /* growing background image */ 
   background-image:url(images/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:700px; 
    height:250px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close, div.post_it div.close{ 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
 
/* container for external content. uses vertical scrollbar if needed */ 
div.wrap, div.post_info{ 
    height:250px; 
    overflow-y:auto; 
}


/* for the toturial overlay */
div.test { 
    /* growing background image */ 
   background:url(images/white_tests.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:850px; 
    height:450px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.test div.close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
 
/* container for external content. uses vertical scrollbar if needed */ 
div.content { 
    height:400px; 
    overflow-y:auto; 
}

/* for the toturial overlay */
div.job_board{ 
    color:#efefef;   
    /* growing background image */ 
   background-image:url(images/job_board_bg2.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:650px; 
    height:700px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:50px; 
} 
 
/* default close button positioned on upper right corner */ 
div.job_board div.close{ 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
 
/* container for external content. uses vertical scrollbar if needed */ 
div.info{ 
    height:700px; 
    overflow-y:auto; 
}

/* for the toturial overlay */
div.testimonial{ 
    color:#efefef;   
    /* growing background image */ 
   background-image:url(images/job_board_bg.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:650px; 
    height:450px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.testimonial div.close{ 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
 
/* container for external content. uses vertical scrollbar if needed */ 
div.t_info{ 
    height:400px; 
    overflow-y:auto; 
}

/* for the toturial overlay */
div.cccc_window, div.cccc_window2 { 
    /* growing background image */ 
   background:url(images/white_cccc.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:300px; 
    height:200px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
} 
 
/* default close button positioned on upper right corner */ 
div.cccc_window div.close, div.cccc_window2 div.close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:0px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
 
/* container for external content. uses vertical scrollbar if needed */ 
div.ccc , div.ccc2{ 
    height:200px; 
    overflow-y:auto; 
}

/*what we do*/
/* for the toturial overlay */
div.what_we_do { 
    /* growing background image */ 
   background:url(images/what_we_do_bg.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:540px; 
    height:330px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
} 
 
/* default close button positioned on upper right corner */ 
div.what_we_do div.close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:5px; 
    top:0px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
 
/* container for external content. uses vertical scrollbar if needed */ 
div.what_we_do_content{ 
    height:200px;
	padding: 45px;
    overflow-y:auto; 
}


.competition {
	position:absolute;
	top:90px;
	left:0px;
}




