@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #ffffff;
}
.CannyCookie #container { 
	width: 893px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.CannyCookie #header {
	height: 130px;
	width: 893px;
	background-color: #000000;
	background-image: url(images/CannyCookieLogo.png);
	background-repeat: no-repeat;
} 
.CannyCookie #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 60px;
	padding-left: 160px;

}
h2 {
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	color: #FFFFFF;
}
.CannyCookie #header a {
	color:#0099FF;
	text-decoration:none;
	}
.CannyCookie p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#loginform
{
	float: right; /* since this element is floated, a width must be given */
	width: 324px;
	height: 120px;
	margin:0;
	text-align: left;
	padding: 0px;
	left: 0px;
	top: 1px;
	right: 0px;
	bottom: 0px;
		border: 0px dashed #FFFF00;
}
#loginform label {
width: 100px;
float: left;
text-align: right;
margin-right: 20px;
margin-top: 4px;
display: block; 
color:#FFFFFF;
}
.logininput {
	color: #781351;
	border: 1px solid #00a5fd;
	background-color: #FFFFCC;
	margin: 2px;
	padding: 0px;
}
#loginform fieldset {
border: 1px solid #00a5fd;
width: 300px;
}
#loginform legend {
color: #fff;
background: #00a7ff;
border: 1px solid #00a5fd;
padding: 2px 3px
} 
#loginform .login {
	width: 48px;
	height: 25px;
	background-image: url(./images/LoginButton.png);
	background-repeat: no-repeat; 
	margin-top:0.5em;
	margin-left: 120px;
	border: 0px solid #00a5fd;
}
#loginform .register {
	border: 0px;
}
#loginform2
{
	margin:0;
	text-align: left;
	padding: 0px;
	left: 0px;
	top: 10px;
	right: 0px;
	bottom: 10px;
	color: #FFFFFF;
	line-height:1.7ems;

}

#loginform2 label {
width: 6.5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block; 
color:#FFFFFF;
}

.logininput2 {
	color: #781351;
	border: 1px solid #00a5fd;
	background-color: #FFFFCC;
	margin: 2px;
	padding: 0px;
}
#loginform2 fieldset {
	border: 1px solid #00a5fd;
	width: 400px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#loginform2 legend {
color: #fff;
background: #00a7ff;
border: 1px solid #00a5fd;
padding: 2px 3px
} 
#loginform2 .login {
	width: 48px;
	height: 25px;
	background-image: url(./images/LoginButton.png);
	background-repeat: no-repeat; 
	margin-left: 100px;
	border: 0px solid #00a5fd;
}
#loginform2 img {
padding:0px;
}

#loginform2 .register {
	width: 48px;
	height: 25px;
	border: 0px;
 	margin-left: 5px;
}

#ForgotPass
{
	margin:0;
	text-align: left;
	padding: 0px;
	left: 0px;
	top: 10px;
	right: 0px;
	bottom: 10px;
	font-size: 10px;
	color: #FFFFFF;
	line-height:1.7ems;
}
#ForgotPass fieldset {
	border: 1px solid #00a5fd;
	width: 400px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ForgotPass legend{
color: #fff;
background: #00a7ff;
border: 1px solid #00a5fd;
padding: 2px 6px
} 
#ForgotPass input {
	color: #781351;
	border: 1px solid #00a5fd;
	background-color: #FFFFCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#ForgotPass .send {
	width: 48px;
	height: 25px;
	background-image: url(./images/SendButton.png);
	background-repeat: no-repeat;
	border: 0px solid #00a5fd;
	margin-top: 5px;
}
#ForgotPass label
{
width: 6.5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block; 
color:#FFFFFF;
}
#Registration {
	margin:0px;
	text-align: left;
	padding: 0px;
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.errormessage {
font-size:16px;
color: #CC0000;

}
#sub_menu {
	width: 569px;
	height: 26px;
	padding-top:0px;
	border: 0px dashed #FFFF00;
	float: left;
	text-align:right;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
#sub_menu_int {
width: 300px;
height: 24px;
float:right;
text-align:right;
padding-right:10px;
padding-top:6px;
}
div#sub_menu_int a:link {
	text-decoration:none;
	color: #CCCCCC;
}
div#sub_menu_int a:visited {
	text-decoration:none;
	color: #CCCCCC;
}
div#sub_menu_int a:hover {
	border-bottom: 2px solid #FFCC00;
}


#header_menu {
	width: 324px;
	height: 26px;
	float: left;
}
#nav {
	width: 320px;
	text-align:left;
	list-style:none;
	padding: 0px;
	margin: 0px;
	border: 0px dashed #FF0066;
	}
#nav li {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-top:3px;
	margin-bottom:0px;
	line-height: normal;
}
#nav .page_item a{
	width:80px;
	height:23px;
	padding-top: 2px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	display: block;
	background:url(images/bg_menu2.png) no-repeat left bottom;
}
#nav .page_item a.selected {
	background:url(images/bg_menu.png) no-repeat left bottom;
	color: #01242f;
}
#nav .page_item a:hover {
	color: #FFCC00;
}
#sidebar1 {
	width:324px;
	height:auto;
	float:left;
	margin-top: -36px;
	background-color: #000000;
	background-image: url(images/bg_main_right.png);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align: top;		
}
#sidebar2 {
	width:324px;
	height:auto;
	float:left;
	margin-top: -36px;
	background-color: #00a7ff;
	background-image: url(images/bg_main_right1.png);
	background-repeat:no-repeat;
	background-position: left top;
	vertical-align: top;		
}
/* IE Win min height hack */ * html #clock_ { margin: -15px 0px 0px 0px; } /* */ 
#clock_ {
	width: 305px;
	height: auto;
	float: left;
	margin-top: 15px;
	padding-left: 5px;
}
#clock_img {
	width:24px;
	height:24px;
	float:left;
	background:url(images/clock.png);
	background-repeat:no-repeat;
}
#clock {
	width:auto;
	height:auto;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:6px;
	margin-right:6px;
	margin-top:4px;
}
#box_search {
	width:305px;
	height:96px;
	margin-left:5px;
	float:left;
	margin-top:13px;
	text-align:left;
}
.search_text {
	width:auto;
	height:auto;
	float:left;
	margin-bottom:8px;
}
#box_search #searchform {
	padding-top: 27px;
}
.search {
	width: 48px;
	height: 25px;
	background-image: url(./images/searchbutton.png);
	background-repeat: no-repeat;
}
.keyword {
	border: none;
	background: transparent;
	color: #FFFFFF;
	width: 218px;
	border: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 13px;
	cursor: text;
}
 /* IE Win min height hack */ * html #buttonsearch { margin: -20px 0px 0px 240px; } /* */ 
#buttonsearch {
	padding: 0px;
	top: 0px;
	background: none;
	margin-top: -22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
#sidebar {
	background-image: url(images/bg_right.png);
	width: 318px;
	height:auto;
	float:left;
	padding-top: 0px;
	padding-left: 6px;
	text-align:center;
	}
* html #sidebar {
	width : 324px;
}

#sidebar_base {
	width:324px;
	height:17px;
	float:left;
	margin-top:0px;
	background-color: #000000;
	background-image: url(images/bg_right_bottom.png);
	background-repeat: no-repeat;
	}	
#bloc1 {
	width:315px;
	height:auto;
	float:left;
	text-align:center;
}
#bloc2 {
	width:315px;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:left;
}
.bloc2_title , .bloc3_title, .bloc4_title, .bloc5_title, .bloc6_title, .bloc_sidebar_title {
	width:315px;
	float:left;
	height:auto;
	margin-bottom:8px;
	text-align:left;
}
.bloc6_title_ {
	width:315px;
	float:left;
	height:auto;
	text-align:right;
	margin-bottom:2px;
}
.bloc4_content {
	width:315px;
	float:left;
	height:auto;
	text-align:left;
	padding-bottom:8px;
}
.bloc5_content {
	width:315px;
	float:left;
	height:auto;
	text-align:left;
	padding-bottom:8px;
}
.bloc6_content {
	width:315px;
	float:left;
	height:auto;
	text-align:left;
	padding-bottom:8px;
	color:#FFFFFF;
}
#bloc3 {
	width:315px;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:center;
}
#bloc4 {
	width:315px;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:center;
}
#bloc5 {
	width:315px;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:left;
}
#bloc6 {
	width:315px;
	height:auto;
	float:left;
	margin-top:20px;
	text-align:center;
	margin-left:6px;
}
.bloc_sidebar {
	width:315px;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:left;
}
.bloc_sidebar_content {
	width:315px;
	float:left;
	height:auto;
	text-align:left;
	padding-bottom:8px;
}
.submenuCalendar {
	width:175px;
	margin: auto;
	height:auto;
	background-color:  #00A7FF;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	}
	
.cfmcal {
	empty-cells: show;
	border-collapse: collapse;
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 0px;
	width: 175px;
	margin-bottom: 5px;
}
table.cfmcal td {
	border: 0px solid #000000;
}
tr.headercalendar td {
	text-align: center;
	font-weight: bold;
	background-color: #333333;
	font-size: 13px;
	color: white;
	font-variant: small-caps;
}
tr.headercalendar td a:link {
	font-size: 13px;
	color: white;
}
tr.headercalendar td a:visited {
	color: white;
}
tr.headercalendar td a:hover {
	color: #0033FF;
}
tr.weekdays td {
	text-align: center;
	font-weight: bold;
	background-color: #808080;
	color: #000000;
	height: 1.5em;
}
tr.days td {
	text-align: center;
	font-weight: bold;
	background-color: #C1C1C1;
	color: #000000;
	height: 1.5em;
}
tr td.day_blank {
	background-color: #EAEAEA;
	height: 1em;
}
tr td.day_highlighted {
	text-align: right;
	text-decoration: underline; 
	font-weight:bold;
	background-color: #006699;
	height: 1em;
}
tr td.day_highlighted a {
		text-decoration:underline;
		color: 0000CC;
}
tr td.day {
	text-align: right;
	background-color: #EAEAEA;
	color: #000000;
	height: 1em;
}
tr td.day_selected {
	text-align: right;
	background-color: navy;
	height: 1em;
}
tr td.day_selected a {
	color: #000000;
}
.submenu {
	width:100%;
	height:auto;
	background-color: #00A7FF;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	}
.submenu_line1 {
	width:auto;
	height:auto;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-left:28px;
	letter-spacing:normal;
	}
.submenu_line2 {
	width:auto;
	height:auto;
	color:#b4e1f8;
	font-size:11px;
	margin-left:28px;
	}
.submenu2 {
	width:100%;
	height:auto;
	background-color: #6dc5f2;
	background-image: url(images/icon2.gif);
	background-repeat: no-repeat;
	}
.submenu2_ {
	width:100%;
	height:auto;
	margin-top: 15px;
	}
.submenu2_line1 {
	width:auto;
	height:auto;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-left:03px;
	letter-spacing:normal;
	}
.submenu2_line2 {
	width:auto;
	height:auto;
	color:#01242f;
	font-size:11px;
	margin-left:25px;
	}	
#category {
	width:150px;
	height:auto;
	float:left;
	color:#AAFFFF;
	padding-right: 7px;
}
#category_ {
	width:150px;
	height:auto;
	float:left;
	color:#AAFFFF;
	padding-right: 0px;
	text-align:left;
}

#category ul, #category_ ul {
	margin: 0;
	padding: 0;
	text-align:left;
}
#category ul li, #category_ ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#category ul li ul, #category_ ul li ul {
	padding: 0;
	margin: 0;
}
#category ul li ul li, #category_ ul li ul li{
	border-bottom: 1px solid #009bed;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}
#category ul li ul li ul li, #category_ ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
	
}
#category h2, #category_ h2, #sidebar .sidebartitle{
	color: #ffffff;
	margin: 0px 0px 2px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 120%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
ul.list-cat li, li.widget_categories li{
	padding-left: 0px !important;
	color:#FFFFFF;
	font-size:11px;
}			
.comment_icon {
	width: 13px;
	height:12px;
	float:left;
	background:url(images/comment.png);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-right:3px;
	margin-left:5px;
}
.author_icon {
	width: 13px;
	height:12px;
	float:left;
	background:url(images/author.png);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-right:4px;
}
.category_icon {
	width: 13px;
	height:12px;
	float:left;
	background:url(images/category.png);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-right:4px;
	margin-left:6px;
}
.camera_icon {
	width: 15px;
	height: 12px;
	float:left;
	background:url(images/camera_icon.png);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-right:4px;
	margin-left:6px;
}
.sharethis_icon {
	width: 11px;
	height:12px;
	float:left;
	background:url(images/sharethis.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-right:4px;
	margin-left:6px;
}
.tagstart_icon {
	width: 13px;
	height:12px;
	float:left;
	background:url(images/tag_start.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-right:0px;
}
.tagend_icon {
	width: 13px;
	height:12px;
	float:left;
	background:url(images/tag_end.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-right:0px;
}
.cat-item li ul {
	font-weight:bold;
	font-size:11px;
	color: #000033;
	text-decoration:none;
}
.cat-item a:link {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color: #000033;
}
.cat-item a:visited {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color: #000033;
}
.cat-item a:hover {
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
}


.CannyCookie #mainContent {
	float:left;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#main_left_beta {
	width:569px;
	height:36px;
	float:left;
	background-image: url(images/beta.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.CannyCookie #main_left {
	width:569px;
	height:auto;
	float:left;
	background-image: url(images/bg_main_left.png);
	margin:0px;
			border: 0px dashed #FFFF00;
}

.post_fix {
	width:auto;
	height:auto;
	padding-left:38px;
	float:left;

}
.post {
	width:514px;
	height:auto;
	margin-bottom:20px;
	float:left;

}
.post p {
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
	color: #ffffFF;
	}
.post h2 {
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin:0px;
	padding-top:0px;
	padding-bottom:2px;
	color: #0066FF;
	}
.post h3 {
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin:0px;
	padding-top:2px;
	padding-bottom:0px;
	color: #0066CC;
	}	
.post ul li {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	color: #ffffff;
	line-height: normal;
	}	



.post_content p {
	padding:0px;
	margin:0px;
	margin-bottom:6px;
	}
/* IE Win min height hack */ * html .post_header { margin: 2px } /* */
.post_header {
	width:514px;
	height:auto;
	float:left;
	color:#FFFFFF;
	padding-bottom:8px;
	border: 0px #00CC00 dashed;
	}

.post_content {
	width:486px;
	height:auto;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
	line-height:1.2;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.post_content img {
	padding:10px;
	}
.portfolio_link a, portfolio_link a:visited {
	text-decoration:none;
}
.portfolio_link a:hover {
	text-decoration:none;
	border-color:#bce168;
}
.post_content a {
	color: #00a7FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1e374;
	padding-bottom:0px;	
}
.post_content a:visited {
	color: #00a7FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1e374;
	padding-bottom:0px;	
}
.post_content a:hover {
	color: #00a7FF;
	text-decoration: none;
	padding-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6dc5f2;	
}

.post-date {
	width: 55px;
	height: 55px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	background: url(images/date.png) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -0px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #00A7FF;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 12px;
	margin-left: -0px;
}
.post_title {
	width:424px;
	height:20px;
	float:left;
	font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	padding-left:0px;
	letter-spacing: normal;
	margin-left:15px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #bce168;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom: 0px;
	color:#F8F343;
}
.post_title a {
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
	text-decoration:none;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom: 0px;
}
.post_title a:visited {
	font-size:16px;
	color:#0066FF;
	text-decoration:none;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom: 0px;
}
.post_title a:hover {
	border-bottom: 1px solid #FFCC00;
}
.post_information {
	font-family: Arial, "Trebuchet MS",Tahoma, Helvetica, sans-serif;
	width:424px;
	height:auto;
	float:left;
	font-size:11px;
	margin-left:15px;
	margin-top:3px;
	line-height:16px;
	text-align:left;
}
.picture_navigation {
	font-family: Arial, "Trebuchet MS",Tahoma, Helvetica, sans-serif;
	width:100%;
	height:auto;
	float: left;
	font-size:14px;
	margin-top:3px;
	text-align: center;
}
.picture_navigation a {
	color: #00A7FF;
	font-weight:bold;
	text-decoration: none;
}
.picture_navigation a:visted {
		color: #00A7FF;
	text-decoration: none;
}
.picture_navigation a:hover {
	border-bottom: 1px solid #FFCC00;
}

.nolink {
	color: #999999;
	}
#photo_description {
	text-align:center;
	font-size:14px;
	color:#FFCC00;
	}	
.information_txt {
	width:auto;
	font-weight: bold;
	font-family: Arial;
	font-size:12px;
	height:20px;
	float:left;
	color: #00a7ff;
}
.information_txt a {
	color: #00A7FF;
	font-weight:bold;
	text-decoration: none;
}
.information_txt a:visited {
	color: #00A7FF;
	text-decoration: none;
}
.information_txt a:hover {
	border-bottom: 1px solid #FFCC00;
}

div.entryDisplay {
	width:100%;
	float: left;
	height:auto;
	text-align: center;
}
div.entryDisplay a {
	color: #00A7FF;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #000000;
}
div.entryDisplay a:visited {
	color: #00A7FF;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #000000;
}
div.entryDisplay a:hover {
	border: 1px solid #FFCC00;
}
.image {
	display: table-cell;
	height:100%;
		}
	
div.photoDisplay {
	margin-top: 10px;
	text-align: center;
	width:100%;
	float: left;
	height:auto;
}
span.photoBlogInfo {
	font-family: Arial;
	font-size:13px;
	padding: 3px;
	font-weight: bold;
}
div.comment_header {
	border-left: 15px solid #3366FF;
	border-bottom: 2px solid #3366FF;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size:14px;
	color:#FFCC00;
	
}
div.comment_subject {
	font-size:14px;
	border-bottom: 1px dotted #666666;
	color: #666666;
}
div.comment_text {
	padding-left: 20px;
	padding-right: 20px;
	font-size:13px;
}
div.comment_details {
	text-align: right;
	border-bottom: 1px solid #000000;
	font-size:12px;
}
div.details {
	text-align: right;
	font-size: 10px;
	margin-bottom:8px;
}
div.content {
	text-align: left;
}
TD.form_key {
	font-size:12px;
	font-weight: bold;
	text-align: right;
}
.required {
	color: #FF0000;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
div.title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px dashed #666666;
	width: 100%;
	height: 28px;
}
div.title a {
	color: #0099FF;
	text-decoration:none;
	}
div.title a:visited {
	color: #0099FF;
	text-decoration:none;
	}
div.title a:hover {
	border-bottom: 2px solid #FFCC00;
	}
	
#Registration {
	margin:0px;
	text-align: left;
	padding: 0px;
	left: 0px;
	top: 10px;
	right: 0px;
	bottom: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#main_left_footer {
	background:url(images/bg_left_footer.png) no-repeat;
	width:569px;
	height:32px;
	float:left;
}
.CannyCookie #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.CannyCookie #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;
}
