* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0px solid #000000;         
    outline: 0 none;
}

body{
	margin:0;
}

input, select, textarea{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;
}

@media (min-width:980px){
	#page {
		padding-top: 50px;
	}
}

.container{
	width:96% !important;
}

.navbar-fixed-top,.navbar-fixed-bottom{
	z-index:1000;
}

.cpi.navbar .navbar-inner{
	background: none;
	border:none;
	background-color: #E8448D;
}
.cpi a, .cpi a:hover, .cpi ul ul li a:hover{
	background: none;
	color:#fff !important;
	background-color: #E8448D !important;
}
.cpi ul ul a{
	background: none;
	color:#E8448D !important;
	background-color: #fff !important;
}
.cpi ul li span.caret{
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

#footer{
	text-align:center;
	font-size: 0.8em;
	margin: auto;
}

#logos{
	border-top: 2px solid #E8448D;
	border-bottom: 2px solid #E8448D;
	padding: 10px;
	margin:10px;
}
#logos img{
	/*float:left;*/
	max-height:50px;
	margin:10px 25px;
}

@media print{
	#content{
		width:100%;
	}
	.navbar, .breadcrumbs, #map{
		display:none;
	}
	a[href]:after {
		content: none !important;
	}
}

.form-horizontal .form-actions {
	padding-left: 20px;
}

#loading {
	position: absolute;
	width:100%;
	top: 0;
	left:0;
	z-index: 10000;
	background-color:black;
	opacity:0.3;
}
#loading div{
	position: absolute;
}

@media print{
	.fc-header-left, .fc-header-right{
		display:none !important;
	}
}

.fc-header-title h2{
	font-size:1.5em;
}

.breadcrumbs a, .breadcrumbs a:hover, #footer a, #footer a:hover{
	color: #E8448D;
}

h1, h2, h3, h4{
	margin:0;
	padding:0;
}
#content h1{
	font-size: 1.8em;
}
#content h2{
	font-size: 1.5em;
}
#content h3{
	font-size: 1.5em;
}
#content h4{
	font-size: 1.5em;
	line-height: 40px;
}

.workshops_description, .registration_description{
	font-size:1em;
	margin-bottom:1em;
}

#content .list-view{
	padding:0px;
}

.workshops{
	
}
.workshops_location{
	border-top: 2px solid #E8448D;
}
.workshops h2{
	font-size: 1.5em;
	margin:1em auto;
	padding:0;
	color: #E8448D;
	font-weight: bold;
	text-transform: uppercase;
	/*white-space: nowrap;*/
	text-align:center;
}

.item{
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #e3e3e3;
}
.workshop .content{
	/*margin-left:230px;*/
}
.workshop h3, .location h4{
	font-size: 1.5em;
	margin:0;
	padding:0;
	color: #E8448D;
	font-weight: bold;
	text-transform: uppercase;
	/*white-space: nowrap;*/
}
.location h4{
	border-top: 2px solid #E8448D;
}

.workshop .title a, .location .title a{
	color: #E8448D;
}
.workshop .dates{
	/*display:table;
	border-collapse: separate;
	border-spacing: 10px;*/
}
.workshop .dates .date{
	display:inline-block;
	margin-right:10px;
	padding:2px 4px;
	/*background-clip: padding-box;
	border-right: 10px solid transparent;*/
	background-color: #E8448D;
	color:#fff;
	font-weight:bold;
	font-size:0.8em;
	/*white-space: nowrap;*/
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.workshop .details{
	display:table;
}
.workshop .details div{
	display:table-cell;
	vertical-align:middle;
	font-size:0.8em;
	/*white-space: nowrap;*/
}
.workshop .time{

}
.workshop .location{
	padding: 0px;
	border:0px;
}
.workshop .location a, .location .email a, .location .marker_url a{
	font-weight:bold;
	color:#222;
}
.workshop .description{
	margin-left:230px;
}
.workshop .description a{
	color: #E8448D;
}
.workshop .image{
	float:left;
	width:220px;
	margin-right:10px;
	margin-bottom:10px;
	
}
.workshop .image img{
	width:100%;
	border: 1px solid #E8448D;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.registration{
	clear:both;
	margin:1em auto;
	text-align:center;
	
}
.registration .well{
	background-color: #E8448D;
	color:#fff;
	font-weight:bold;
	border: 1px solid #E8448D;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	padding:7px;
	font-size:1em;
}
.registration a{
	background-color: #E8448D;
	color:#fff;
	font-weight:bold;
	border: 1px solid #E8448D;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	padding:7px;
	font-size:1em;
}
.registration a:hover{
	text-decoration:none;
	color:#fff;
}


.workshops_pager{
	margin: 1em 0;
	text-align: center;
}
.workshops_pager ul.yiiPager .first, .workshops_pager ul.yiiPager .last{
	display:inline;
}
.workshops_pager ul.yiiPager .page a, .workshops_pager ul.yiiPager .next a, .workshops_pager ul.yiiPager .previous a, .workshops_pager ul.yiiPager .first a, .workshops_pager ul.yiiPager .last a{
	border: 1px solid #e3e3e3;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color:#E8448D;
}
.workshops_pager ul.yiiPager .page a:hover, .workshops_pager ul.yiiPager .next a:hover, .workshops_pager ul.yiiPager .previous a:hover, .workshops_pager ul.yiiPager .first a:hover, .workshops_pager ul.yiiPager .last a:hover{
	border: 1px solid #E8448D;
}
.workshops_pager ul.yiiPager .selected a{
	background-color: #E8448D;
	border: 1px solid #E8448D;
	color:#fff;
}

#wizard-bar .bar{
	background-image: none;
	background-color: #E8448D;
}
#registration_wizard .pager{
	margin:1em 0;
}
#registration_wizard .pager a{
	color:#ffffff;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	padding:7px;
	font-size:1em;
	background-color: #E8448D;
	border: 1px solid #E8448D;
}
#registration_wizard .pager .disabled a{
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
}
#registration_wizard .nav li a{
	color:#ffffff;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	padding:7px;
	font-size:1em;
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
}
#registration_wizard .nav li.active a{
	background-color: #E8448D;
	border: 1px solid #E8448D;
}
#registration_submit{
	text-align:center;
}
#registration_submit button{
	color:#ffffff;
	font-weight:bold;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	padding:10px;
	font-size:1.6em;
	background-image: none;
	background-color: #E8448D;
}

#map{
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


#participants .participant{
	float:left;
	/*max-width:20%;*/
	margin-right:1em;
	margin-bottom:1em;
}
table.child{
	border:1px solid #E8448D;
}
table.child th{
	background-color: #E8448D;
    color: #fff;
	text-align:center;
}
table.child fieldset legend{
	color: #E8448D;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	white-space: nowrap;
	margin:0;
	/*border:0;
	text-align:center;
	line-height:1em;*/
}
#tabular_buttons{
	clear:both;
	text-align:center;
}