/*
Cascading Style Sheet (CSS)
Website       : Isenia Baseball Clinics
Version       : v1.0
Author(s)     : Jack Vermaat (info /[at]/ extrawebdesign.nl)
Company       : Extra-Webdesign
Created on    : January 2010


/* General formatting
-----------------------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	}

A:link {
	font-size: 11px;
	color: #eb8b23;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}

A:visited {
	font-size: 11px;
	color: #eb8b23;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}

A:hover {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}

A:active {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}


li {
	background: transparent url(../images/bullet_breadcrumb.jpg) no-repeat scroll 0px 5px;
	padding-left: 10px;
	}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}


/* Header
-----------------------------------------------------------------------------*/
.logo {
	float: left;
	margin-left: 70px;
	margin-top: 22px;
	}

.links {
	float: left;
	margin-left: 461px;
	margin-top: 36px;
	width: 60px;
	}

.contact {
	float: left;
	margin-left: 38px;
	margin-top: 36px;
	width: 60px;
	}

A.top:link {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	}

A.top:visited {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	}

A.top:hover {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: bold;
	}

A.top:active {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: bold;
	}


/* Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb {
	position: absolute;
	margin-left: 20px;
	margin-top: 6px;
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #555555;
	width: 600px;
	}

.breadcrumb_text {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	}
	
.breadcrumb_icon {
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 1px;
	}
	

/* Content
-----------------------------------------------------------------------------*/
.content {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 35px;
	padding-left: 20px;
	padding-right: 25px;
	line-height: 20px;
	}


/* Content
-----------------------------------------------------------------------------*/
.heading {
	position: absolute;
	margin-left: 40px;
	margin-top: 17px;
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
	

/* Webtools
-----------------------------------------------------------------------------*/
.webtools_margin {
	padding-top: 5px;
	}

.webtools_icon {
	margin-top: 6px;
	}

A.webtools:link {
	font-size: 11px;
	color: #999999;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 100%;
	}

A.webtools:visited {
	font-size: 11px;
	color: #999999;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 100%;
	}

A.webtools:hover {
	font-size: 11px;
	color: #555555;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 100%;
	}

A.webtools:active {
	font-size: 11px;
	color: #555555;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 100%;
	}
	

/* Footer
-----------------------------------------------------------------------------*/
.footer_column1 {
	position: absolute;
	margin-left: 180px;
	margin-top: 92px;
	width: 145px;
	line-height: 20px;
	height: 100px;
	}

.footer_column2 {
	position: absolute;
	margin-left: 325px;
	margin-top: 92px;
	width: 145px;
	line-height: 20px;
	height: 100px;
	}

.footer_column3 {
	position: absolute;
	margin-left: 470px;
	margin-top: 92px;
	width: 145px;
	line-height: 20px;
	height: 100px;
	}

.footer_column4 {
	position: absolute;
	margin-left: 620px;
	margin-top: 92px;
	width: 145px;
	line-height: 20px;
	color: #ababab;
	height: 100px;
	}

.logo_extrawebdesign {
	margin-top: 6px;
	}

.footer_bottom2 {
	position: absolute;
	margin-left: 180px;
	margin-top: 207px;
	width: 435px;
	color: #555555;
	}

.footer_pipe {
	margin-left: 12px;
	margin-right: 12px;
	color: #aaaaaa;
	}

.footer_logos {
	position: absolute;
	margin-left: 695px;
	margin-top: 205px;
	width: 132px;
	height: 19px;
	}

.footer_logo_margin {
	margin-left: 15px;
	}

A.footer:link {
	font-size: 11px;
	color: #ababab;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 20px;
	}

A.footer:visited {
	font-size: 11px;
	color: #ababab;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 20px;
	}

A.footer:hover {
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 20px;
	}

A.footer:active {
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 20px;
	}

A.footer_bottom:link {
	font-size: 11px;
	color: #555555;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}

A.footer_bottom:visited {
	font-size: 11px;
	color: #555555;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}

A.footer_bottom:hover {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}

A.footer_bottom:active {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	}


/* Column
-----------------------------------------------------------------------------*/
.column_margin {
	margin-left: 12px;
	margin-top: 11px;
	}

.margin_multimedia {
	padding-top: 2px;
	}

p.column_header {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
	margin-left: 11px;
	margin-top: 10px;
	}


/* News Frontpage
-----------------------------------------------------------------------------*/
.margin_newsitem {
	margin-left: 11px;
	margin-top: 8px;
	}

.margin_link {
	position: absolute;
	margin-left: 11px;
	margin-top: 6px;
	}

.border_bottom {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	padding-top: 2px;
	}

.news_frontpage_header {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eb8b23;
	font-weight: bold;
	line-height: 15px;
	}

.news_frontpage_date {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #555555;
	}

A.news_frontpage:link {
	font-size: 11px;
	color: #eb8b23;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	}

A.news_frontpage:visited {
	font-size: 11px;
	color: #eb8b23;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	}

A.news_frontpage:hover {
	font-size: 11px;
	color: #eb8b23;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: bold;
	line-height: 15px;
	}

A.news_frontpage:active {
	font-size: 11px;
	color: #eb8b23;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: bold;
	line-height: 15px;
	}


/* News
-----------------------------------------------------------------------------*/
.news_title {
	font-weight: bold;
	color: #eb8b23;
	line-height: 18px;
	text-align: left;
	}

p.news_text {
	margin-top: 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	}

p.news_link {
	margin-top: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	}

.news_date {
	color: #555555;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	}

.news_placedby {
	color: #888888;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	}

.news_image {
	float: left;
	border: 1px solid #c7c7c7;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-top: 4px;
	}

.news_image_single {
	float: left;
	border: 1px solid #c7c7c7;
	margin-right: 10px;
	margin-top: 4px;
	}

.news_pipe {
	font-weight: normal;
	line-height: 18px;
	margin-left: 6px;
	margin-right: 6px;
	}

A.news:link {
	font-size: 11px;
	color: #028b3f;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
	}

A.news:visited {
	font-size: 11px;
	color: #028b3f;
	font-family: Tahoma, Arial;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
	}

A.news:hover {
	font-size: 11px;
	color: #03a34a;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	}

A.news:active {
	font-size: 11px;
	color: #03a34a;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	}

p.divider {
	margin-top: 10px;
	margin-bottom: 10px;
	}


/* Form
-----------------------------------------------------------------------------*/
.textfield_50 {
	width: 50px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 3px;
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.textfield_100 {
	width: 100px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 3px;
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.textfield_150 {
	width: 150px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 3px;
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.textfield_200 {
	width: 200px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 3px;
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.select_50 {
	width: 50px;
	border: 1px solid #000000;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.select_75 {
	width: 75px;
	border: 1px solid #000000;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.select_100 {
	width: 100px;
	border: 1px solid #000000;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.select_150 {
	width: 150px;
	border: 1px solid #000000;
	height: 18px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.textbox_300 {
	width: 300px;
	border: 1px solid #000000;
	height: 96px;
	padding-left: 3px;
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	}

.button {
	border: 1px solid #000000;
	background-color: #000000;
	height: 18px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	}

.textfield_50:focus, .textfield_100:focus, .textfield_150:focus, .textfield_200:focus, .select_50:focus, .select_75:focus, .select_100:focus, .select_150:focus, .textbox_300:focus, .textfield_50:hover, .textfield_100:hover, .textfield_150:hover, .textfield_200:hover, .select_50:hover, .select_75:hover, .select_100:hover, .select_150:hover, .textbox_300:hover {
	border: 1px solid #555555; !important
	}


/* Error
-----------------------------------------------------------------------------*/ 
.errorbox {
	border: 1px solid #cccccc;
	padding: 5px 8px 5px 8px;
	background-color: #f7f7f7;
	margin-bottom: 20px;
	}

.errorbox ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -2px;
	}	

.errorbox li {
	background: transparent url(/images/bullet.png) no-repeat scroll 2px 5px;
	padding-left: 12px;
	color: #ff0000;
	line-height: 17px;
	}