html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

html,body,table{
	font:normal 11px Verdana;
}

a{
text-decoration:none;
}
img{
	border:0;
}




/***********************/


.clr{clear:left;}


#topBar{
color:#333;
font-size:12px;
font-weight:bold;
padding:3px 30px;
border-bottom: 1px solid #999;
margin-bottom: 30px;
background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #d0d0d0 45%, #c0c0c0 51%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(45%,#d0d0d0), color-stop(51%,#c0c0c0), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d0d0d0 45%,#c0c0c0 51%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#d0d0d0 45%,#c0c0c0 51%,#999999 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#d0d0d0 45%,#c0c0c0 51%,#999999 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#d0d0d0 45%,#c0c0c0 51%,#999999 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
text-shadow: 3px 2px 3px #E5E5E5;
filter: dropshadow(color=#E5E5E5, offx=3, offy=2);
}


#footer{border-top:1px solid #777;}
#footer div{padding-left:40px;}
#footer span {color:#000;font-style:italic;}
#footer span span{
 font-weight:bold;color:#22529a;font-style:normal;
}
#footer a {
 color:#6E96D5;
 font:bold italic 10px "Lucida Grande",Verdana,Arial;
 text-decoration:none;
}


.myForm input,.myForm select,.myForm textarea{
	font:normal 10px Verdana;
	border:1px solid #600000;
}
.myForm select{border:0;height:11px;}
.myForm label{font-weight:bold;margin-bottom:1px;}
form, fieldset{border:0;margin:0;padding:0;}



#cc-notification #cc-notification-permissions ul li{width:auto!important;}
#cc-notification #cc-notification-permissions ul li ul{margin-bottom:5px!important;}
#cc-notification #cc-notification-permissions ul li li{list-style-position:outside!important;list-style-type:square!important;margin-bottom:5px;}
#cc-notification-logo{visibility: hidden;}