/**
 * Lake Ontario Workshops
 *
 * @author Victor Parmar
 */

* {
	/* interesting */
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

/* Pretty links */

a:hover {
	text-decoration: none;
}

/*
a:visited {
	color: #0000FF;
}
*/

/* end pretty links */


#menu {
	padding-top: 30px;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;

	width: 167px;
	
	border-left: 1px solid #00719C;
	border-right: 1px solid #00719C;
}

#main {
	padding-top: 10px;
	padding-bottom: 30px;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;

	border-right: 1px solid #00719C;

	/* 790-167 - 1 */
	width: 622px; 
}

#main #wrap {
	/* width: 85%; */
	padding-left: 20px;
}

#footer {

	padding: 10px;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;

	border-top: 1px solid #00719C;
	border-bottom: 1px solid #00719C;
}


.content {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
}


.cat {
	font-weight: bold;
	text-align: center;
}

.link_header {
	font-weight: bold;
	text-align: center;
	background-color: #777777;
	color: #ffffff;
}

.link_r1 {
	/* dark grey */
	/* background-color: #dedede; */

	/* darker pink */
	/* background-color: #D2CED2; */

	/* dark blue */
	background-color: #AECFE7;
}

.link_r2 {
	/* lighter grey */
	/* background-color: #efefef; */

	/* lighter pink */
	/* background-color: #F0EEF0; */

	/* lighter blue */
	background-color: #E0F0FC;
}

.link_date {
	text-align: center;
}

.error {
	color: red;
	padding-left: 10px;
	font-size: 80%;
	font-style: italic;
}


div.alert_box {
	border: solid 1px black;
	background: #ffa7a7 url('exclaimation.gif') no-repeat 2px 2px;
	padding-left: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #555;
}



/* Pretty forms */

form.data_entry {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 150%;
	width: 590px;
}

form.data_entry legend {
	font-size: 120%;
}

form.data_entry fieldset {
	border: solid 1px gray;
	margin-bottom: 10px;

	background: #F1F9FF;

	/* nice pink */
	/* background: #FAFBFA; */
}


form.data_entry fieldset input {
	border: solid 1px #cccccc;
}

form.data_entry fieldset label {
	display: block;
	width: 25%;
	float: left;
	margin-bottom: 10px;
}

form.data_entry fieldset input, form.data_entry select {
	display: block;
	/* width: 50%; */
	float: left;
	margin-bottom: 10px;
}

/*
form.data_entry textarea {
	width: 66%;
}
*/

form.data_entry input.hide {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

form.data_entry label {
	text-align: right;
	width: 32%;
	padding-right: 2%;
}

form.data_entry div.field_speak_box {
	width: 32%;
	margin-right: 2%;
	float: right;
	padding-bottom: 5px;
}

label.required {
	font-weight: bold;
}

form.data_entry br {
	clear: both;
}

form.data_entry div.info {
	border: solid 1px gray;
	background: #fffbc0;
	width: 30%;
	float: right;
}

form.data_entry div.info_title {
	border-bottom: solid 1px gray;
	width: 98%;
	margin: auto;
}

/* End pretty forms */
