/* @override http://cocci.dev.440net.net/static/cocci/css/cnf.css */


/* @group Yahoo Reset
--------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
/* @end */

/* @group Base
--------------------------------------------- */
html{
}
body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:  12px;
	line-height: 1.7em;
	background: #666 url(/cocci/cnf/bg_wall.jpg);
	color: #000;
	text-align: center;
	min-width: 960px;
}
a{
    outline: none;
    text-decoration: none;
}
em{font-style: italic;}
strong{font-weight: bold;}

.hide{display: none !important;}
.center{text-align: center;}
.clear{
    clear: both;
    height: 20px;
    display: block;
    margin-bottom: -20px;
}

/* @end */

.cnfWrapper{
	width: 940px;
	margin:  0 auto;
	text-align: left;
}

#cnfHeader,
#cnfBody,
#cnfFooter{
	min-width: 960px;	
	clear: both;
	display: inline;
	float: left;
	width: 100%;
}


/* @group Body
-------------------------------------------------------- */
#cnfBody{
/*	background-color: #fff; */
	padding: 0 0 30px 0;
	color: #000;
}

#cnfMain{
	opacity: 0.96;
	font-size: 14px;
	line-height: 150%;
	color: #333;
}
#cnfMain H3{
	font-weight: bold;
	color: #555;
	font-size: 18px;
	padding: 2px 0 5px 0;
}
#cnfMain P{
	padding-bottom: 20px;
}


.cnfMainTop{
	background: url(/cocci/cnf/bg_paper_top.png) no-repeat;
	height: 74px;
}
.cnfMainMid{
	background: url(/cocci/cnf/bg_paper_mid.png) repeat-y;	
	padding: 0 50px 0 40px;
}
.cnfMainBot{
	background: url(/cocci/cnf/bg_paper_bot.png) no-repeat;
	height: 76px;
}

/* @group NavMainDiv
-------------------------------------------------------- */
#cnfNavMainDiv{
	text-align: center;
	margin-bottom: 40px;
}
#cnfNavMainDiv A{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 6px #222;
	-moz-box-shadow: 2px 2px 6px #222;
    box-shadow: 2px 2px 6px #222;
	background: #aaa;
	border: 2px solid #555;
	margin: 0 10px;
	padding: 4px 10px;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
#cnfNavMainDiv A:hover{
	color: #FFF;
	border-color: #888;
	background: #777;	
}
#cnfNavMainDiv A.cnfNavMainaSelected{
	color: #666;
	background: #eee;	
	border-color: #333;
}
/* @end */



/* @group Fact
------------------------------------ */
.cnfFact {
	margin-top: -20px;
}
.cnfFact H3{
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
	color: #aaa;
	font-size: 14px;
}
.cnfFact #cocciAjaxFactText{
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 70px;
	text-align: center;
	line-height: 140%;
}
.cnfFact .quote{
	font-size: 32px;
	color: #aaa;
	font-weight: bold;
}
.cnfFact #cocciAjaxFactNum{
	font-size: 12px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	color: #999;
	background-color: #fff;
	padding: 5px;
	border: 2px solid #ddd;
	margin: -25px 15px 9px 0;
}
.cnfFact #cocciAjaxFactNum B{
	font-size: 32px;
	padding: 5px;
	display: block;
}

.cnfFact #cocciAjaxFactStats{
	width: 120px;
	text-align: center;
	font-size: 10px;
	padding: 1px 7px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	margin-top: -30px;
	border: 2px solid #ddd;
}

/* @end */



/* @group Search 
--------------------------------------------------- */

#cnfSearch{
	margin-top: -40px;
}
#cnfSearch INPUT{
	font-size: 24px;
	margin-right: 10px;
}
#cnfSearchResults{
	padding-top: 20px;
}
#cnfSearchResults LI{
	padding: 5px 0 5px 5px;
	border-top: 1px solid #fff;
}
/* @end */



/* @end */



/* @group Header
--------------------------------------------- */

#cnfHeader{
	margin: 20px 0 35px 0;
}

#cnfBrand{float: left;}
#cnfBrand .logo{float: left;}
#cnfBrand .logo a{
	display: block;
	background: url(/cocci/cnf/logo.png) no-repeat;
	width: 483px;
	height: 62px;
	text-indent: -9999px;
	margin-left: 20px;
}

/* @group Lang
------------------------------------------- */
#cnfLang{
	float: right;
	padding: 7px 5px 0 5px;
	margin-top: 10px;
	margin-right: 20px;
	-webkit-border-radius: 6px  !important;
	-moz-border-radius: 6px  !important;
	-webkit-box-shadow: 3px 3px 6px #222;
	-moz-box-shadow: 2px 2px 6px #222;
    box-shadow: 2px 2px 6px #222;
	background: #555;
	opacity: .85;
	border: 2px solid #222;
}
#cnfLang img{
	padding-left: 5px;
}
#cnfLang A IMG{
	opacity: .9;
}
#cnfLang A.selected IMG{
	opacity: .3;
}
#cnfLang A:hover IMG{
	opacity: 1;
}


/* @end */


/* @group AddThis
----------------------------------------- */
#cnfAddthis{
	float: right;
	text-align: right;
	width: 150px;
	height: 16px;
	margin-top: 21px;
	margin-right: 30px;
}


#at15s{
	-webkit-border-radius: 6px  !important;
	-moz-border-radius: 6px  !important;
}

/* @end */
/* @end */



/* @group Footer
--------------------------------------------- */
#cnfFooter{
    padding:10px 0 10px 0;
    color: #aaa;
}
#cnfFooterMain{
}

/* @group Share
---------------------------------------------------------- */
#cnfShareDiv{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 6px #222;
	-moz-box-shadow: 2px 2px 6px #222;
    box-shadow: 2px 2px 6px #222;
	background: #555;
	opacity: .85;
	border: 2px solid #222;
	margin: 0 20px 20px 20px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}
#cnfShareFact,
#cnfShareSite{
	text-align: right;
	width: 640px;
	margin: 5px auto 5px auto;
}
#cnfShareDiv B{
	padding-right: 10px;
}
#cnfShareDiv SPAN{
	padding: 0 5px 0 30px;
}
#cnfShareDiv IMG{
	vertical-align: middle;	
}
.cnfShareInput{
	width: 255px;
	height: 15px;
	background: #bbb;
	border: 0;
	padding: 0 2px;
	font-size: 10px;
	border: 1px solid;
	border-color: #333 #ccc #ccc #333;
}

/* @end */



/* @group Nav Foot
--------------------------------------------- */
#cnfSound{
	float: left;
	margin: 3px 0 0 5px;
	height: 16px;	
}
#cnfNavFoot #cnfSound A{
	padding: 3px 0 0 24px;
	font-size: 10px;
	line-height: 100%;
	color: #222;
}
#cnfNavFoot #cnfSound A:hover{
	background: none;
	color: #000;
	opacity: 1;
}

#cnfSound.normal{
	background: url(/cocci/cnf/icon_sound_on.png) no-repeat;;
}
#cnfSound.muted{
	background: url(/cocci/cnf/icon_sound_off.png) no-repeat;;
}
#cnfSound.muted{
}
#cnfNavFoot{
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 3px 3px 6px #222;
	-moz-box-shadow: 2px 2px 6px #222;
    box-shadow: 2px 2px 6px #222;
	background: #555;
	opacity: .85;
	border: 2px solid #222;
	margin: 0 20px 10px 20px;
}
#cnfNavFoot A{
	color: #000;
	padding: 1px 15px;
	margin: 0 ;
	display: inline-block;
}
#cnfNavFoot A.cnfNavFootaSelected{
	background: #444;
}
#cnfNavFoot A:hover{
	background: #333;
	color: #ccc;
}

/* @end */

#cnfCopyright{
	font-size: 10px;
	text-align: center;
}
#cnfCopyright A{
    color: #bbb;	
}


#debug440bar{
	border-top: 2px solid #fee;
	clear: both;
	display: inline;
	float: left;
	width: 100%;
	text-align: left;
	display: none;
}

#gridOFF{
    background: url(/cocci/images/grid.png) 50% 0;
    position: absolute;
    width: 100%;
    height: 2500px;
    min-width: 960px;
    top: 0;
    z-index: 20;
    opacity: .4;
    display: block;
    display: none;
}


/* @end */




/* @group MSIE Sucks
--------------------------------------------------------------- */

#cnfHatesMsie{
	background: #f9ff00;
	width: 250px;
	margin: auto;
	border: 3px solid #A00;
	position: fixed;
	margin: 15px 0 0 660px;
	font-size: 10px;
	line-height: 130%;
	padding: 5px;
	color: #000;
	text-align: left;
}
#cnfHatesMsie H3{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	text-shadow: 1px 1px 2px #999;
	color: #C00;
}
#cnfHatesMsie I{
	color: #544;
}

/* @end */


/* @group Debug
------------------------------------------------------------ */
.debugEmail{
	text-align: left;
	padding: 2px 20px;
	border: 1px solid #CCC;
	width: 960px;
	background: #0ff;
	color: #000;
}

/* @end */









/* @group cocciCnfRate
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#cocciCnfRateDiv{
	border: 1px solid #888;
	padding: 7px 4px 7px 4px;
	width: 300px;
	background: #aaa;
	margin: 12px auto 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#cocciCnfRateDiv .stars{
	margin: 0 auto ;
}

#cocciCnfRateDiv .colorbar	{ background: #ffff1c; }

#cocciCnfRateDiv .stars 	{ background: #ccc;}

#cocciCnfRateDiv .hover	.colorbar	{ background: #1e90ff; /*#ff9231*/}

#cocciCnfRateDiv .hover .stars		{ background: #ddd;}



#cocciCnfRateDiv .rated	.colorbar { background: #00ff3a; }

#cocciCnfRateDiv .rated .stars { background: #444; }


#cocciCnfRateDiv .rated .hover .colorbar { background: #1e90ff; }

#cocciCnfRateDiv .rated .hover .stars { background: #444; }

#cocciCnfRateDiv .indicator { clear: both; }



#cocciCnfRateDiv #cocciCnfRateMess{
	padding: 6px 0 0 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0 5px;
}
#cocciCnfRateDiv #cocciCnfRateMess B{
	font-size: 15px;
	color: #FFF;
}

#cocciCnfRateDiv img.img440loading{
	margin: auto;
}
.cocciCnfRateStrong{
	color: #0f0;
}

#xajax441loading{
	display: block;
	background: #fff;
	margin: 10px 0 0 10px;
	position: fixed;
	padding: 5px;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #333;
	font-size: 16px;
}


/* @end */


