/* CSS Document 

CNK Digital Solutions Ltd.

Project: ICCFR International Commission on Family and Relationships
Date: 2011-10-26
Author: Benjamin Colchester
Version: 0.1

Notes: Forms & Buttons (All templates)

*/

/*-------------------------------------------------------------

Generic Button - Orange

-------------------------------------------------------------*/

a.orange_button {
	background: #FBAF1A !important;
	height: auto;
	width: 200px;
	padding:5px;
	color:#333333 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: bold;
	text-shadow: none !important;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	border: 2px solid #FFFFFF;
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: center;
	text-decoration: none !important;
	}
	
a:hover.orange_button {
	color:#ffffff !important;
	background: #333333;
	}
	
/*-------------------------------------------------------------

Generic Button - Blue

-------------------------------------------------------------*/

a.blue_button {
	background: #2f4c90;
	height: auto;
	width: 200px;
	padding:5px;
	color:#ffffff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none !important;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	border: 2px solid #FFFFFF;
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: center;
	}
	
a:hover.blue_button {
	color:#ffffff !important;
	background: #333333;
	}
	

/*-------------------------------------------------------------

Generic Button - Grey

-------------------------------------------------------------*/

a.grey_button {
	background: #666666;
	height: auto;
	width: 200px;
	padding:5px;
	color:#ffffff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none !important;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	border: 2px solid #FFFFFF;
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: center;
	}
	
a:hover.grey_button {
	color:#ffffff !important;
	background: #333333;
	}
	

/*-------------------------------------------------------------

Generic Button - Red

-------------------------------------------------------------*/

a.red_button {
	background: #df1111;
	height: auto;
	width: 200px;
	padding:5px;
	color:#ffffff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: none !important;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	border: 2px solid #FFFFFF;
margin: 10px 10px 10px 0px;
	display: block;
	text-align: center;
	}
	
a:hover.red_button {
	color:#ffffff !important;
	background: #333333;
	}	
	
/*-------------------------------------------------------------

Generic Button - Green

-------------------------------------------------------------*/

a.green_button {
	background: #64c50e !important;
	height: auto;
	width: 200px;
	padding:5px;
	color:#ffffff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: bold;
	text-shadow: none !important;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	border: 2px solid #FFFFFF;
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: center;
	text-decoration: none !important;
	}
	
a:hover.green_button {
	color:#ffffff !important;
	background: #333333 !important;
	}				

/*-------------------------------------------------------------

Generic Input Field

-------------------------------------------------------------*/

input.generic {
	background: #fff;
	height:auto;
	width: 400px;
	padding:10px;
	color:#333 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none !important;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: left;
	}		

input:focus.generic {
	border: 1px solid #ef770b;
	text-decoration: none;
    }

input.error {
	background: #fff;
	height:auto;
	width: 400px;
	padding:10px;
	color:#333 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none !important;
	border: 3px solid #df1111;
	margin: 10px 10px 10px 0px;
	display: block;
	text-align: left;
	}

.error {color:#df1111 !important;}


/*-------------------------------------------------------------

Homepage Buttons

-------------------------------------------------------------*/

#homepage_button_container {width: 315px; height:224px; display: block; margin: 10px 0px 0px 0px; float: left;}


a.attend_conference {
	display: block;
	height: 56px;
	width: 315px;
	background: url(../images/homepage_buttons/attend_conference_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
a:hover.attend_conference {
	background: url(../images/homepage_buttons/attend_conference_button_OVER.png) center center no-repeat;
	}
	
a.conference_information {
	display: block;
	height: 56px;
	width: 315px;
	background: url(../images/homepage_buttons/conference_information_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
a:hover.conference_information {
	background: url(../images/homepage_buttons/conference_information_button_OVER.png) center center no-repeat;
	}		

a.become_member {
	display: block;
	height: 56px;
	width: 315px;
	background: url(../images/homepage_buttons/become_member_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
a:hover.become_member {
	background: url(../images/homepage_buttons/become_member_button_OVER.png) center center no-repeat;
	}	
		
a.login_account {
	display: block;
	height: 54px;
	width: 103px;
	background: url(../images/popups/login_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
a:hover.login_account {
	background: url(../images/popups/login_button_OVER.png) center center no-repeat;
	}
	
	a.create_account {
	display: block;
	height: 54px;
	width: 103px;
	background: url(../images/popups/create_account_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
a:hover.create_account {
	background: url(../images/popups/create_account_button_OVER.png) center center no-repeat;
	}
	
	a.register_now {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/conferences/register_now_button_UP.png) center center no-repeat;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
a:hover.register_now {
	background: url(../images/conferences/register_now_button_OVER.png) center center no-repeat;
	}
	
	a.registration_confirmed {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/conferences/registration_confirmed_button_UP.png) center center no-repeat;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
	
		a.download_program {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/conferences/download_program_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
a:hover.download_program {
	background: url(../images/conferences/download_program_button_OVER.png) center center no-repeat;
	}
	
		a.download_gallery {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/conferences/download_gallery_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
a:hover.download_gallery {
	background: url(../images/conferences/download_gallery_button_OVER.png) center center no-repeat;
	}	
	
	a.download_papers {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/conferences/download_papers_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
a:hover.download_papers {
	background: url(../images/conferences/download_papers_button_OVER.png) center center no-repeat;
	}
	
	a.download_presentations {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/conferences/download_presentations_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
a:hover.download_presentations {
	background: url(../images/conferences/download_presentations_button_OVER.png) center center no-repeat;
	}
	
a.members_forum {
	display: block;
	height: 77px;
	width: 181px;
	background: url(../images/members_forum_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
a:hover.members_forum {
	background: url(../images/members_forum_button_OVER.png) center center no-repeat;
	}		
	
	a.send_form {
	display: block;
	height: 54px;
	width: 103px;
	background: url(../images/send_button_UP.png) center center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
a:hover.send_form {
	background: url(../images/send_button_OVER.png) center center no-repeat;
	}				